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

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

@font-face {
  font-family: Reckless;
  src: url('../fonts/RecklessTRIAL-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #252525;
  --orange: #f06446;
  --grey: #e6e6e6;
  --blue: #1376e5;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --color: #000;
  --transparent: #fff0;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
}

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

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

@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(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: right;
  letter-spacing: -.025em;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 12.8vw;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.23077;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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

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

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

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

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

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

figure {
  margin-bottom: 0;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  letter-spacing: -.025em;
  font-size: 5vw;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.heading-style-h4 {
  font-size: 1.625rem;
  line-height: 1.24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3.is-hero {
  max-width: 25vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--grey);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.rl-styleguide_spacing-all {
  display: none;
}

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

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

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

.padding-global {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padding-section-medium {
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

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

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

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

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

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

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

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.section_hero {
  background-color: var(--black);
  color: var(--white);
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_heading-wrapper {
  margin-bottom: .5rem;
  overflow: hidden;
}

.hero_sub-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1vw;
  display: flex;
}

.hero_background-image-wrap {
  z-index: 0;
  background-image: linear-gradient(8deg, #000, #252424 14%, #8a8a8a00 54%, #fff0), url('../images/kl.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.section_intro {
  flex: none;
  position: relative;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.intro_image-proportions {
  background-image: url('../images/Frame-50.jpg');
  background-size: cover;
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.image-full-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.test-size-title-small {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.text-link_wrap {
  text-transform: capitalize;
  font-family: Reckless, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.text-link_line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_work {
  flex: none;
  position: relative;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 90%;
  display: flex;
}

.work_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.work_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_cta {
  flex: none;
  position: relative;
}

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.cta_quorte-title {
  max-width: 25ch;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_jornal {
  background-color: var(--blue);
  color: var(--white);
  flex: none;
  font-size: 1vw;
  position: relative;
}

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

.jornal_title-wrap {
  cursor: pointer;
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jornal_subtext {
  max-width: 27ch;
  font-size: 2.1rem;
  font-weight: 300;
}

.section_articles {
  flex: none;
  position: relative;
}

.articles_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.articles_colum {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
}

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

.article_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.article_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_bar {
  z-index: 999;
  background-color: var(--white);
  cursor: pointer;
  border-left: 1px solid #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_icon {
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.nav_icon-line {
  background-color: var(--black);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 1px;
  height: 100%;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.nav_logo-embed {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 6.25rem;
  transition: opacity .3s;
  display: flex;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 1em;
  font-family: Reckless, sans-serif;
  font-style: italic;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.nav_menu_link {
  background-color: var(--white);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-family: Reckless, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.nav_menu_link.is-75 {
  width: 75%;
  height: 75%;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 50%;
}

.nav_menu_link.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader_colums {
  background-color: var(--blue);
  flex: 1;
  height: 100%;
}

.nav_logo-wrap {
  z-index: 998;
  color: var(--white);
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto 4.5rem;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.hero_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.8125rem;
  display: flex;
}

.hero_logo-embed.hide {
  display: none;
}

.image-divider_image {
  background-color: var(--blue);
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-divider_image-wrap {
  background-image: linear-gradient(139deg, #000, #45454514 14%, #78787800 47%, #fff0), linear-gradient(0deg, #000, #4a4a4a45 29%, #6b6b6b08 42%, #fff0), url('../images/DBD8CEE6-2C0B-42D3-A1B0-23A3753BACBD.JPG');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_heading {
  letter-spacing: .02em;
  font-family: Exo, sans-serif;
  font-size: 3.6rem;
  font-weight: 100;
}

.button_card {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 11px;
  padding: 0;
  display: flex;
  position: relative;
}

.button-1_content-wrap {
  background-color: #f6fd14;
  border-radius: 3rem;
  padding: 1.25rem 1.5rem;
}

.button-2_content-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #1376e5;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem .25rem 1.5rem;
  display: flex;
}

.button-1, .button-2 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.button-3_content-wrap {
  background-color: #f6fd14;
  border-radius: 3rem;
  padding: 1.25rem 1.75rem;
}

.button-2_arrow-wrapper {
  color: #fff;
  background-color: #000212;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button-3 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.button_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.button-3_arrow-wrapper {
  background-color: #f6fd14;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  margin-left: .45rem;
  display: flex;
}

.button-1_arrow-wrapper {
  background-color: #f6fd14;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  margin-left: -.25rem;
  display: flex;
}

.button_grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading {
  text-align: left;
  margin-bottom: 1.4rem;
  font-family: Montserrat, sans-serif;
  font-size: 4.3rem;
  font-weight: 700;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-family: Reckless, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white, .rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-container {
  width: 90vw;
  max-width: 1290px;
  height: 100%;
  padding-right: 0;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-footer-v-one, .rt-component-section.rtpadding-bottom-none {
  padding-bottom: 0;
}

.rt-white-text {
  color: #fff;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-home-one-project-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-home-four-three-box-pic {
  background-color: #b32828;
  background-image: url('../images/pexels-mart-production-7550289.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 25px;
  display: block;
}

.rt-memorable-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-image: url('../images/Memorable-Brand_1Memorable-Brand.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 31px 2px;
  padding-left: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rt-memorable-text.rt-blue-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-image: url('../images/Line-1.svg');
  background-size: 31px;
}

.rt-home-four-star-block {
  max-width: 700px;
  position: relative;
}

.rt-home-four-arrow-block {
  border: 1px solid #0000004d;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-home-four-arrow-block.rt-greem-circle {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-color: #ffffff4d;
}

.rt-home-four-three-box-block {
  grid-column-gap: 30px;
  margin-top: 30px;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-image-height-auto {
  object-fit: cover;
}

.rt-financial-planning-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rt-home-four-three-box-data {
  flex-flow: column;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rt-home-four-three-box-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: 182px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: grid;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-home-four-three-box-one.rt-blue-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-button-arrow.rt-display-off {
  display: none;
}

.rt-button-main-three {
  height: 26px;
  position: relative;
}

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

.rt-display-off {
  display: none;
}

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

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-position-relative {
  position: relative;
}

.rt-yearly {
  display: none;
}

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

.rt-price-two-amount {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.rt-home-one-pricing-paragraph {
  padding-top: 10px;
  padding-bottom: 30px;
}

.rt-home-one-pricing-paragraph.rt-change-max-width {
  max-width: 300px;
}

.rt-home-one-pricing-price-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  align-items: center;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.rt-home-one-pricing-line {
  background-color: #0000001a;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.rt-main-container-2 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.rt-main-container-2.rt-position-relative {
  position: relative;
}

.rt-heading-five-39 {
  color: #152547;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.rt-heading-five-39.rt-padding-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rt-home-one-pricing-button-circle {
  background-color: #fff;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  margin-left: 5px;
}

.rt-home-one-pricing-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-body-font-two {
  letter-spacing: 0;
}

.rt-home-one-pricing-plan {
  background-color: #1670f800;
  border: 1px solid #1670f833;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
  display: flex;
}

.rt-pricing-two-text-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-heading-six-28 {
  color: #040404;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-button-font-nav {
  color: #fff;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-pricing-two-price {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-home-one-pricing-option {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40px;
  display: grid;
}

.rt-home-one-pricing-amount {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-home-one-pricing-price {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.rt-home-one-pricing-button-wrapper {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 68px;
  height: 35px;
  display: flex;
}

.rt-link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 40px #0000001a;
}

.rt-link-button.rt-change-display {
  justify-content: center;
}

.rt-home-one-pricing-item {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  padding: 30px;
  box-shadow: 1px 0 70px #0000000f;
}

.rt-home-one-pricing-plan-button {
  justify-content: center;
}

.rt-home-one-pricing-icon {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;
  padding-top: 0;
  display: flex;
}

.rt-pricing-two-banner-design-two {
  display: none;
}

.rt-auto-fit-13 {
  object-fit: cover;
  border-radius: 0%;
}

.rt-top-heading-text-2 {
  color: #64bd68;
  text-transform: uppercase;
  font-size: .9375rem;
  line-height: 1.875rem;
}

.rt-top-heading-text-2.rt-change-color-orange {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-top-heading-text-2.rt-change-color-orange.rt-change-letter-spacing {
  letter-spacing: .2rem;
}

.rt-pricing-two-banner-design {
  display: none;
  position: absolute;
}

.rt-pricing-two-banner-heading {
  padding-bottom: 10px;
}

.rt-pricing-two-banner-paragraph {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.rt-position-absolute {
  position: absolute;
}

.rt-price-tag {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block {
  background-image: linear-gradient(6deg, #000, #42424240 26%, #68686800 41%, #fff0), url('../images/pexels-mart-production-7550289.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block._2 {
  background-image: linear-gradient(15deg, #000, #3b3b3b8f 23%, #6660 40%, #fff0), url('../images/pexels-cottonbro-5989925.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block._3 {
  background-image: linear-gradient(0deg, #000, #3d3d3d54 24%, #6660 40%, #fff0), url('../images/pexels-shvetsa-3727512.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container {
  margin-bottom: 1rem;
}

.text-link_line-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-2 {
  color: var(--blue);
  padding-left: 4px;
  padding-right: 4px;
}

.text-block-3 {
  text-transform: uppercase;
}

.c-grid_item {
  order: 1;
  position: relative;
}

.c-grid_item.cc-twitter_tile {
  z-index: 2;
  border: 1px #000;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  flex-direction: column;
  flex: none;
  order: 12;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  height: 30vh;
  min-height: 270px;
  max-height: 270px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-tile_twitter {
  background-color: #ffc641;
  border-radius: 100% 0 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.c-tile_twitter:hover {
  border-top-right-radius: 100%;
  border-bottom-left-radius: 0%;
}

.c-action_tag {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.c-action_tag:focus {
  display: none;
}

.c-copy_tag {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 700;
  position: relative;
}

.c-tag_pointer {
  z-index: 0;
  background-color: #000;
  width: 16px;
  height: 16px;
  position: relative;
  top: -12px;
  transform: rotate(45deg);
}

.c-share_button {
  cursor: pointer;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin-left: 4px;
}

.c-share_button.cc-share {
  z-index: 1;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-bottom: 2px;
  display: flex;
  position: relative;
}

.c-share_button.cc-social {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  transition: all .275s cubic-bezier(.86, 0, .468, 1.574);
  display: flex;
}

.c-share_button.cc-social:hover {
  transform: translate(0, -8px);
}

.c-share_icon {
  width: 32px;
  height: 32px;
  display: none;
}

.c-social_component {
  z-index: 5;
  align-self: center;
  position: absolute;
  inset: 0%;
}

.c-social_icon {
  width: 40px;
  height: 40px;
}

.c-social_share_wrapper.cc-pill {
  background-color: #000;
  border-radius: 110px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 100px;
  padding: 4px;
  display: flex;
}

.c-social_buttons {
  margin-left: 4px;
  margin-right: 24px;
  display: flex;
}

.c-close_icon {
  width: 32px;
  height: 32px;
  display: block;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-margin-bottom-thirty.rt-newsletter-heading {
  max-width: 250px;
}

.rt-heading-six.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-main-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-text-field-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  border: 1px #000;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.rt-text-field-3::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-designed-text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-logo {
  margin-top: 10px;
  display: flex;
}

.rt-about-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 140px;
}

.rt-social-icons {
  border-left: 1px solid #00000026;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 440px;
  display: grid;
}

.rt-submit-button-3 {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  background-image: url('../images/Vector-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
}

.rt-social-icon {
  border-right: 1px solid #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.rt-email {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.rt-email:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-form-2 {
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.rt-copyright-and-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.rt-licence-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 230px;
  display: flex;
}

.rt-form-block-3 {
  width: 100%;
}

.rt-small-divider {
  background-color: #ffffff26;
  width: 191px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.rt-footer-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 100px;
}

.rt-newsletter-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 467px;
}

.rt-member-icon-image.rt-yellow-icon {
  opacity: 0;
  position: absolute;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-contact-section {
  color: #d0d0d0;
  letter-spacing: .32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 222px;
  font-weight: 500;
}

.rt-phone-number {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.rt-phone-number:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-lowarcase {
  text-transform: lowercase;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color {
  color: #5a5a5a;
  transition: color .35s;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-container-5 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-footer-three-logo {
  flex: 1;
  margin-bottom: 40px;
}

.rt-footer-three-logo-and-social-media {
  padding-top: 8px;
}

.rt-footer-three-main {
  grid-column-gap: 95px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-footer-three-social-media-icons {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .3s;
  display: flex;
}

.rt-footer-three-social-media-icons:hover {
  background-color: #2b3647;
}

.rt-footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-footer-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.rt-button-text-3 {
  z-index: 1;
  text-transform: capitalize;
  position: relative;
}

.rt-footer-three-description {
  max-width: 328px;
  font-size: 17px;
  line-height: 27px;
}

.rt-footer-two-bottom {
  text-align: center;
  border-top: .5px solid #6fa8ff80;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-footer-two-bottom.rt-gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.rt-footer-menu-links {
  grid-column-gap: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-6 {
  z-index: 99;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 30px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-footer-three-social-media-icons-wrap {
  z-index: 3;
  grid-column-gap: 10px;
  margin-top: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-footer-three-title {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-footer-three-contact-links-icon {
  flex: none;
}

.rt-footer-three-contact-links {
  grid-column-gap: 25px;
  max-width: 250px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-overlay-4 {
  z-index: -1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.rt-button-overlay-4.rt-three {
  left: 50%;
}

.rt-button-overlay-4.rt-four {
  left: 75%;
}

.rt-button-overlay-4.rt-two {
  left: 25%;
}

.rt-location-icon {
  margin-top: 8px;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-margin-top-fifteen {
  margin-top: 15px;
}

.rt-margin-top-fifteen.rt-body-font-color {
  color: var(--color);
}

.rt-overflow-none {
  overflow: hidden;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.rt-home-one-our-service-heading {
  max-width: 20ch;
}

.rt-home-one-service-top-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-short-header {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.rt-home-one-service-card-line {
  opacity: .2;
  background-color: #07070780;
  width: 100%;
  min-height: 1px;
  margin-bottom: 9px;
}

.rt-small-counter-text {
  color: #121b22;
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 35px;
}

.rt-small-counter-text.rt-text-white-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-home-one-service-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 95px;
  display: grid;
}

.rt-margin-top-four {
  margin-top: 6px;
}

.rt-home-one-service-large-number-wrap {
  flex: none;
  padding-left: 48px;
  position: relative;
}

.rt-home-one-service-bottom-card {
  align-items: stretch;
}

.rt-home-one-service-section-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.rt-counter.rt-heading-three-counter {
  height: 35px;
  overflow: hidden;
}

.rt-home-one-service-card-top-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-home-one-service-large-number-circle {
  background-color: #f5f5fb;
  border-radius: 100%;
  min-width: 117px;
  min-height: 117px;
  position: absolute;
  top: 0;
  left: 0;
}

.rt-home-one-our-service-top-right-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  max-width: 510px;
  margin-bottom: 6px;
}

.rt-home-one-service-large-number-image {
  z-index: 2;
  position: relative;
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 2.5rem;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-home-three-video {
  z-index: 1;
  width: 95%;
  margin: 3px auto 3px 3px;
}

.rt-home-three-video.rt-video-v4 {
  aspect-ratio: 1;
  object-fit: cover;
}

.rt-home-three-feature-video-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 595px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-feature-contain-block {
  width: 100%;
  max-width: 520px;
}

.rt-home-three-feature-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.rt-home-three-feature-image-block-two {
  z-index: 6;
  border-radius: 10px;
  position: absolute;
  inset: auto 0% 33px auto;
  overflow: hidden;
}

.rt-home-three-feature-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
}

.rt-margin-top-none {
  margin-top: 0;
}

.rt-home-three-feature-image-block {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -12px;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: var(--transparent);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
  word-break: normal;
  font-weight: 700;
}

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

.list-item, .list-item-2, .list-item-3 {
  color: var(--blue);
}

.rt-margin-top-twenty-seven {
  margin-top: 27px;
}

.rt-testimonials-card {
  align-items: center;
  display: flex;
}

.rt-testimonials-slider-nav {
  display: none;
}

.rt-testimonials-card-bg {
  background-color: #f5f5fb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 521px;
  height: auto;
  margin-left: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.rt-padding-bottom-twenty-five {
  padding-bottom: 25px;
}

.rt-testimonials-section {
  padding: 110px 15px 170px;
  overflow: hidden;
}

.rt-testimonials-author-flex {
  grid-column-gap: 4px;
  flex-direction: column;
  display: flex;
}

.rt-testimonials-right-arrow {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 1rem;
  top: auto;
  bottom: -13%;
  left: 6%;
  overflow: visible;
}

.rt-testimonials-arrow {
  font-weight: 700;
}

.rt-testimonials-slider-mask {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rt-testimonials-card-inner-image-block {
  z-index: 2;
  position: relative;
}

.rt-testimonials-card-image-block {
  justify-content: flex-end;
  width: 100%;
  max-width: 242px;
  display: flex;
  position: absolute;
}

.rt-testimonials-flex {
  grid-column-gap: 257px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-inner-block {
  color: var(--color);
  flex: 1;
}

.rt-testimonials-container {
  max-width: 1290px;
}

.rt-testimonials-left-arrow {
  z-index: 4;
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 1rem;
  inset: auto 6% -13% 0%;
  overflow: visible;
}

.rt-testimonials-slider {
  background-color: #0000;
  height: auto;
}

.rt-testimonials-card-inner {
  max-width: 327px;
  margin-left: 157px;
}

.rt-testimonials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

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

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-uppercase.rt-text-small.rt-text-blue {
  font-weight: 300;
}

.rt-auto-fit-two {
  object-fit: cover;
}

.rt-left-arrow-2 {
  inset: 15% 0% 0% auto;
}

.rt-home-one-testimonial-details {
  background-image: url('../images/Mask-group-19_1Mask group (19).avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-left: 20px;
}

.rt-home-one-testimonial-arrow-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.rt-home-one-testimonial-wrapper {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-one-testimonial-heading {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.rt-home-one-testimonial-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.rt-home-one-testimonial {
  background-image: url('../images/Testimonials_1Testimonials.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 1037px;
  padding: 190px 15px 130px;
}

.rt-home-one-testimonial.rt-component-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-change-padding-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-background-tranperent {
  background-color: #ddd0;
  height: auto;
  margin-top: 27px;
}

.rt-heading-six-7 {
  color: #462720;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rt-heading-six-7.rt-home-one-testimonial-max-width {
  max-width: 690px;
}

.rt-right-arrow-new {
  inset: 30% 0% 0% auto;
}

.rt-heading-five-9 {
  color: #462720;
  text-transform: capitalize;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.rt-heading-five-9.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-heading-five-9.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-icon-black {
  filter: invert();
}

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

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
  color: var(--blue);
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  outline-offset: 0px;
  color: #686868;
  background-color: #f3f3f3;
  border: 1px solid #0606061a;
  border-radius: 5px;
  outline: 3px #686868;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  height: 257px;
}

.rt-contact-type {
  margin-bottom: 5px;
}

.rt-contact-type.rt-align.white {
  color: var(--grey);
}

.rt-contact-para {
  max-width: 566px;
  margin-bottom: 50px;
}

.rt-contact-us-form {
  width: 100%;
  padding-top: 33px;
  padding-left: 62px;
  position: relative;
}

.rt-contact-us-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.rt-info-icon {
  width: 30px;
}

.rt-contact-form-submit {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 43px 40px;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 78%;
}

.rt-text-field-block {
  grid-column-gap: 15px;
  display: flex;
}

.rt-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-form {
  background-image: url('../images/Contact-One-Form-Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 45px;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px 70px 20px 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-contact-one-information-box.blue {
  background-color: var(--blue);
  cursor: pointer;
}

.rt-contact-one-information-box.blue:hover {
  box-shadow: 8px 11px 5px #3b85fd33, 0 10px 80px #dbdfffcc;
}

.rt-form-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-contact-us-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  padding: 18px 38px;
  overflow: hidden;
}

.rt-contact-us-submit.rt-button-new-text.rt-button-text-color-white {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
}

.rt-contact-icons {
  width: 100%;
}

.rt-call {
  text-decoration: none;
}

.italic-text {
  font-size: 3.4rem;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-font-change {
  letter-spacing: -.03rem;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-emoji-love-big {
  background-image: url('../images/Emoji-Big-Love.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 52px;
  padding: 0 15px;
}

.rt-accordion-close {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.rt-home-one-support-flex {
  grid-column-gap: 129px;
  align-items: center;
  display: flex;
}

.rt-home-one-support-image-two {
  position: absolute;
  inset: 4% auto auto 4%;
}

.rt-home-one-support-image-two.rt-radius-fifteen {
  border-radius: 15px;
}

.rt-home-one-support-image-two.rt-radius-fifteen.rt-pink-image-shadow {
  box-shadow: 0 10px 20px #1670f899;
}

.rt-accordian-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 6px;
}

.rt-home-one-support-image-block {
  background-color: #f5f5f5;
  flex: 0 35%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-home-one-support-image-block.rt-radius-twenty {
  border-radius: 10px;
}

.rt-accordion-open {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.rt-faq {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
}

.rt-home-one-support-image-three {
  z-index: 1;
  display: none;
  position: absolute;
  inset: auto auto -7% -17%;
  box-shadow: 0 20px 30px #0003;
}

.rt-faq-item-content {
  overflow: hidden;
}

.rt-faq-open-close {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-support-content-block {
  flex: 0 49%;
}

.rt-faq-item-trigger {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.rt-home-one-support-main-image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.rt-home-one-support-image-four {
  z-index: 2;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 11px 21px #86868633;
}

.rt-home-one-support-image-four.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-home-one-support-image-one {
  z-index: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.rt-padding-bottom-seventeen {
  padding-bottom: 17px;
}

.rt-padding-bottom-seventeen.rt-max-width-four-fifty {
  max-width: 450px;
}

.rt-faq-accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: visible;
}

.link-block {
  display: none;
}

@media screen and (min-width: 1280px) {
  .rt-heading-five-39 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .rt-button-font-nav.rt-position-absolute {
    position: absolute;
  }

  .rt-heading-five-9 {
    font-size: 1.5rem;
  }

  .rt-contact-one-information-box {
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .rt-testimonials-card-bg {
    height: 330px;
  }

  .rt-testimonials-author-flex {
    flex-direction: row;
  }

  .rt-testimonials-right-arrow {
    left: 5%;
  }

  .rt-testimonials-left-arrow {
    right: 5%;
  }

  .rt-testimonials-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .rt-home-one-testimonial {
    background-position: 40% 20%;
  }

  .rt-home-one-support-image-three {
    display: block;
    left: -12%;
  }
}

@media screen and (min-width: 1920px) {
  .rt-heading-five-39 {
    letter-spacing: -.04rem;
  }

  .rt-pricing-two-banner-design-two {
    display: block;
    position: absolute;
    inset: auto -10% -10% auto;
  }

  .rt-pricing-two-banner-design {
    display: block;
    inset: auto auto -10% -10%;
  }

  .rt-location-icon {
    margin-bottom: 15px;
  }

  .rt-home-one-testimonial {
    background-position: 45% 20%;
  }

  .rt-contact-form-text {
    width: 78%;
  }

  .rt-home-one-support-image-three {
    left: -17%;
  }
}

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

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .work_card {
    width: 50vw;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

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

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-four-three-box-pic {
    margin-top: 15px;
  }

  .rt-home-four-arrow-block {
    display: none;
  }

  .rt-home-four-three-box-block {
    grid-column-gap: 20px;
  }

  .rt-financial-planning-block {
    margin-bottom: 10px;
  }

  .rt-home-four-three-box-data {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .rt-home-one-pricing-option {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .c-grid_item.cc-twitter_tile {
    border-left-style: none;
    border-right-style: none;
    order: 9;
    width: 50vw;
    min-width: auto;
    max-width: none;
    height: 50vw;
    min-height: auto;
    max-height: none;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-section {
    max-width: none;
  }

  .rt-social-icons {
    border: 1px solid #40454a;
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-form-2 {
    width: 100%;
  }

  .rt-copyright-and-social-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-licence-text {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-form-block-3 {
    width: 100%;
  }

  .rt-footer-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: grid;
  }

  .rt-footer {
    padding-top: 60px;
  }

  .rt-newsletter-section {
    max-width: none;
  }

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

  .rt-contact-section {
    max-width: none;
    margin-top: -2px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .rt-footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 30px;
  }

  .rt-button-6 {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-home-one-our-service-heading {
    max-width: none;
  }

  .rt-home-one-service-top-wrap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-small-counter-text {
    font-size: 25px;
    line-height: 30px;
  }

  .rt-home-one-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .rt-counter.rt-heading-three-counter {
    height: 30px;
  }

  .rt-home-one-our-service-top-right-block, .rt-home-three-feature-video-block {
    max-width: none;
  }

  .rt-home-three-feature-contain-block {
    max-width: 800px;
  }

  .rt-home-three-feature-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-testimonials-card.rt-card-out {
    display: none;
  }

  .rt-testimonials-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rt-testimonials-right-arrow {
    display: none;
  }

  .rt-testimonials-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-testimonials-left-arrow {
    display: none;
  }

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

  .rt-left-arrow-2 {
    top: 35%;
  }

  .rt-home-one-testimonial-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-one-testimonial-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-one-testimonial {
    background-position: 30% 5%;
    background-size: contain;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-right-arrow-new {
    top: 45%;
  }

  .rt-contact-type.rt-align {
    text-align: center;
  }

  .rt-contact-para {
    margin-bottom: 32px;
  }

  .rt-contact-us-form {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-contact-form-text {
    width: 100%;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-contact-one-information-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-form-icon {
    display: none;
  }

  .italic-text {
    font-size: 1.8rem;
  }

  .rt-home-one-support-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-home-one-support-image-block {
    width: 100%;
  }

  .rt-home-one-support-image-three {
    left: 0%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .875rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

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

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

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

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

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .horizontal-scroll_section-height, .horizontal-scroll_stickey-element {
    height: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

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

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .work_card {
    width: auto;
  }

  .work_card-image-wrap {
    padding-bottom: 0%;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

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

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_jornal {
    height: 100vh;
  }

  .jornal_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .jornal_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

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

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

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .nav_compoenent {
    display: none;
  }

  .image-divider_image {
    width: 100%;
  }

  .hero_heading {
    font-size: 13em;
    display: none;
  }

  .button_card {
    padding: 1.5rem;
  }

  .button_grid {
    flex-flow: column;
    display: flex;
  }

  .heading {
    font-size: 3.8rem;
  }

  .rt-home-four-three-box-pic {
    margin-top: 18px;
  }

  .rt-home-four-three-box-block {
    display: block;
  }

  .rt-home-four-three-box-data {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-home-four-three-box-one {
    grid-template-rows: 182px auto;
  }

  .rt-home-four-three-box-one.rt-blue-bg {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rt-home-one-pricing-option {
    grid-template-columns: 1fr;
  }

  .rt-home-one-pricing-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block {
    height: 600px;
  }

  .rt-logo {
    margin-top: 8px;
    padding-left: 0;
  }

  .rt-copyright-and-social-icons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-small-divider {
    width: 60%;
  }

  .rt-footer-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-contact-section {
    margin-top: 0;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-footer-two-bottom-wrapper {
    flex-flow: column;
  }

  .rt-footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-footer-three-contact-links-wrap {
    margin-top: 40px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 20px;
  }

  .rt-button-6 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .rt-footer-three-title {
    grid-row-gap: 30px;
  }

  .rt-home-one-service-grid {
    grid-template-columns: 1fr;
  }

  .rt-testimonials-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rt-testimonials-card-bg {
    box-shadow: none;
    height: auto;
    margin-left: 0;
    padding: 20px;
  }

  .rt-testimonials-section {
    padding-bottom: 10px;
  }

  .rt-testimonials-card-image-block {
    position: relative;
  }

  .rt-testimonials-card-inner {
    max-width: 100%;
    margin-left: 0;
  }

  .rt-testimonials-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .rt-heading-five-9 {
    font-size: 1.3rem;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title, .rt-contact-type, .rt-contact-para {
    text-align: center;
  }

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

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .italic-text {
    font-size: 2.1rem;
  }

  .link-block {
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.is-hero {
    font-size: 4.8em;
  }

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

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .rt-memorable-text {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .rt-memorable-text.rt-blue-text {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-heading-five-39 {
    font-size: 1rem;
  }

  .rt-heading-five-39.rt-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-home-one-pricing-price {
    flex-direction: row;
    align-items: flex-end;
  }

  .c-share_button.cc-share {
    width: 65px;
    height: 65px;
  }

  .c-share_button.cc-social {
    margin-left: 4px;
  }

  .c-social_buttons {
    margin-right: 4px;
  }

  .rt-small-divider {
    width: 80%;
  }

  .rt-footer-section {
    grid-template-columns: 1fr;
  }

  .rt-footer-three-main {
    flex-flow: column;
  }

  .rt-counter-box.rt-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-our-service-top-right-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-testimonials-author-flex {
    flex-direction: column;
  }

  .rt-auto-fit-two.rt-mobile-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-left-arrow-2 {
    top: 50%;
  }

  .rt-heading-six-7 {
    font-size: .9rem;
  }

  .rt-right-arrow-new {
    top: 60%;
  }

  .rt-heading-five-9 {
    font-size: 1rem;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-contact-form-submit {
    padding: 20px 10px;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .rt-font-change {
    display: inline;
  }

  .rt-home-one-support-image-two {
    display: none;
  }

  .rt-accordian-content {
    padding-left: 0;
  }

  .rt-faq-item-trigger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-one-support-image-four {
    display: none;
  }
}

#w-node-_8ecf5da8-af76-7225-f4e4-4b4c9ca0b787-a0d43786, #w-node-c1cc412d-d92d-8b61-7f97-2a7f2e5e2462-a0d43786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3c0c58-4513-a88b-e077-8b9a850e68c5-a0d43786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6a3c0c58-4513-a88b-e077-8b9a850e68cd-a0d43786, #w-node-_6a3c0c58-4513-a88b-e077-8b9a850e68d6-a0d43786, #w-node-_6a3c0c58-4513-a88b-e077-8b9a850e68df-a0d43786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3c0c58-4513-a88b-e077-8b9a850e68e7-a0d43786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6a3c0c58-4513-a88b-e077-8b9a850e68e8-a0d43786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-a0d437c3 {
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-a0d437c3, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-a0d437c3, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-a0d437c3 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-a0d437c3, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-a0d437c3, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-a0d437c3 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-a0d437c3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-a0d437c3, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-a0d437c3, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-a0d437c3 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-a0d437c3, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-a0d437c3, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-a0d437c3 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-a0d437c3, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-a0d437c3, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-a0d437c3 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-a0d437c3, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-a0d437c3, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-a0d437c3 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-a0d437c3, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-a0d437c3, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-a0d437c3 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-a0d437c3, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-a0d437c3, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-a0d437c3 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-a0d437c3, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-a0d437c3 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-a0d437c3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-a0d437c3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-a0d437c3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-a0d437c3 {
  justify-self: start;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-a0d437c3 {
  justify-self: start;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-a0d437c3, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-a0d437c3, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-a0d437c3 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-a0d437c3, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-a0d437c3, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-a0d437c3 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-a0d437c3, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-a0d437c3, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-a0d437c3 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-a0d437c3, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-a0d437c3, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-a0d437c3 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-a0d437c3, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-a0d437c3, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-a0d437c3 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-a0d437c3, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-a0d437c3, #w-node-ee961e8d-845a-edc3-3307-509470022457-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-a0d437c3 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-a0d437c3, #w-node-ee961e8d-845a-edc3-3307-50947002245b-a0d437c3, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-a0d437c3 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-a0d437c3, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-a0d437c3, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-a0d437c3 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-a0d437c3, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-a0d437c3, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-a0d437c3 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-a0d437c3, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-a0d437c3, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-a0d437c3 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-a0d437c3, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-a0d437c3, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-a0d437c3 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-a0d437c3, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-a0d437c3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-a0d437c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_89f99e4f-3ecb-8c99-a358-f68a9e3a60eb-b9e84d5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4006a17d-8202-07ca-6058-18adc13a1307-a0d43786, #w-node-_89f99e4f-3ecb-8c99-a358-f68a9e3a60eb-b9e84d5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89f99e4f-3ecb-8c99-a358-f68a9e3a60eb-b9e84d5f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/RecklessTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}