:root {
  --black: black;
  --dark-slate-grey: #364145;
  --crimson: #ee3442;
  --ghost-white: #f6f9ff;
  --gainsboro: #e2e3e4;
  --grey: #798186;
  --light-grey: #f4f4f4;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: condor, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: condor, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: condor, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: condor, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

p {
  text-align: left;
  margin-bottom: 0;
  font-family: Mada, sans-serif;
}

a {
  border-color: var(--black);
  color: var(--black);
  font-family: Mada, sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  font-family: condor, sans-serif;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Mada, sans-serif;
}

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-family: Mada, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--dark-slate-grey);
  font-family: Mada, sans-serif;
  text-decoration: underline;
}

.text-style-link:hover, .text-style-link:focus {
  color: var(--crimson);
}

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

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

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

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  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-top.margin-xxlarge {
  display: none;
}

.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-bottom.margin-small {
  text-align: center;
  margin-top: 1.5rem;
}

.margin-bottom.margin-xsmall {
  margin-top: 1rem;
}

.margin-bottom.margin-small {
  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-bottom.padding-xxlarge {
  padding-bottom: 2.5rem;
}

.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-vertical.padding-xxlarge {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-family: Mada, sans-serif;
  font-weight: 500;
}

.text-size-medium {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium.text-color-white {
  text-align: center;
  font-family: Mada, sans-serif;
}

.text-size-medium.max-width-medium.align-center {
  max-width: 50rem;
  color: var(--dark-slate-grey);
  text-align: center;
}

.text-size-medium.text-align-center, .text-size-medium.text-align-center.container-small {
  font-family: Mada, sans-serif;
}

.text-size-medium.text-align-center.text-color-white {
  color: var(--ghost-white);
}

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.heading-style-h2 {
  font-family: condor, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.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 {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  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(--gainsboro);
}

.heading-style-h6 {
  color: var(--dark-slate-grey);
  font-family: condor, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.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 rgba(0, 0, 0, .14);
}

.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 {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-style-h5 {
  font-family: condor, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  font-family: Mada, sans-serif;
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--dark-slate-grey);
  font-family: condor, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-checkbox-icon.w--redirected-checked {
  border: 1px none var(--ghost-white);
  background-color: var(--crimson);
  box-shadow: none;
  color: var(--dark-slate-grey);
  background-size: 16px 16px;
  margin-left: -12px;
}

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

.form-checkbox-icon.line-color {
  border-color: var(--crimson);
}

.form-checkbox-icon.line-color.w--redirected-checked {
  background-color: var(--crimson);
}

.form-checkbox-label {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Mada, sans-serif;
}

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

.field-label {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: .5rem;
  font-family: condor, sans-serif;
  font-weight: 500;
}

.button {
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
}

.button:hover {
  border-color: var(--dark-slate-grey);
}

.button.is-link {
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: underline;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.button.is-secondary {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.button.is-secondary:hover {
  background-color: var(--dark-slate-grey);
  color: var(--light-grey);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--light-grey);
  color: var(--dark-slate-grey);
}

.button.is-secondary.is-small {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

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

.button.is-secondary.is-small.is-alternate:hover {
  background-color: var(--light-grey);
  color: var(--dark-slate-grey);
}

.button.is-secondary.is-icon, .button.is-secondary.is-icon-only {
  border-color: var(--dark-slate-grey);
}

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

.button.is-small.is-icon:hover {
  border-color: var(--light-grey);
}

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

.button.is-alternate {
  border-color: var(--crimson);
  background-color: var(--crimson);
  color: var(--ghost-white);
}

.button.is-tertiary {
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-tertiary.is-small.is-icon-only, .button.is-tertiary.is-icon-only {
  border-color: var(--crimson);
}

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

.button.dark-bg:hover {
  border-color: var(--light-grey);
}

.text-weight-normal {
  font-family: Mada, sans-serif;
  font-weight: 400;
}

.heading-style-h4 {
  color: var(--dark-slate-grey);
  font-family: condor, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-family: Mada, sans-serif;
  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;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .18);
}

.text-weight-light {
  font-family: Mada, sans-serif;
  font-weight: 300;
}

.rl-styleguide_label {
  color: #fff;
  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-family: Mada, sans-serif;
  font-weight: 900;
}

.text-align-right {
  text-align: right;
  font-family: Mada, sans-serif;
}

.text-weight-bold {
  font-family: Mada, sans-serif;
  font-weight: 700;
}

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

.heading-style-h3 {
  font-family: condor, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 2px solid var(--grey);
  color: var(--grey);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Mada, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:hover, .form-input:focus {
  border-color: var(--crimson);
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  border-width: 2px;
  border-color: var(--grey);
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-text-area:hover, .form-input.is-text-area:focus {
  border-color: var(--crimson);
}

.form-input.is-select-input {
  border-width: 2px;
  border-color: var(--grey);
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  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;
  align-items: center;
  justify-items: 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 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_color.is-black {
  color: var(--dark-slate-grey);
}

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

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

.rl-styleguide_color.is-red {
  background-color: #ee3442;
}

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

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

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

.text-color-white {
  color: var(--ghost-white);
  font-family: condor, sans-serif;
}

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

.text-weight-semibold {
  color: var(--dark-slate-grey);
  font-family: Mada, sans-serif;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
  font-family: Mada, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Mada, sans-serif;
}

.text-align-left {
  text-align: left;
  font-family: Mada, sans-serif;
}

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

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

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.white-icon {
  color: var(--ghost-white);
}

.icon-embed-xsmall.white-icon:hover {
  color: var(--crimson);
}

.icon-embed-xsmall.black-icon {
  color: var(--dark-slate-grey);
}

.icon-embed-xsmall.red-icon {
  color: var(--crimson);
}

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

.background-color-black {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.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;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 2px solid var(--grey);
  cursor: pointer;
  border-radius: 100px;
  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;
  font-family: Mada, sans-serif;
}

.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 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Mada, sans-serif;
}

.text-align-center.margin-bottom {
  padding-bottom: 2rem;
}

.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 rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  font-family: Mada, sans-serif;
}

.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-family: Mada, sans-serif;
  font-size: .875rem;
}

.text-style-2lines {
  font-family: Mada, sans-serif;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.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 rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.text-style-3lines {
  font-family: Mada, sans-serif;
}

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

.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;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

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

.padding-global {
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.hero {
  padding-top: 0%;
}

.padding-section-medium {
  opacity: 1;
  margin-left: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0;
}

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

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

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

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

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

.navbar1_container {
  width: 90%;
  height: auto;
  background-color: var(--dark-slate-grey);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link {
  width: 100%;
  background-color: var(--dark-slate-grey);
  color: var(--ghost-white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  border-width: 0;
  padding: 1rem .5rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.navbar1_dropdown-link:hover {
  background-color: var(--grey);
  text-decoration: none;
}

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.navbar1_menu-button {
  padding: 0;
  display: none;
}

.navbar1_dropdown-list {
  outline-offset: 0px;
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: 0 rgba(255, 255, 255, 0);
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  font-family: condor, sans-serif;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: #fff;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  opacity: 1;
  outline-offset: 0px;
  color: var(--ghost-white);
  border-radius: 8px;
  outline: 3px #f6f9ff;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Mada, sans-serif;
  display: flex;
  position: relative;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(221, 221, 221, 0);
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar1_component:hover {
  color: var(--black);
}

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

.navbar1_link {
  padding: .5rem 1rem;
}

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

.navbar1_link.text-color-white {
  display: flex;
}

.navbar1_link.text-color-white:hover {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--ghost-white);
  color: var(--ghost-white);
}

.navbar1_link.text-color-white:focus {
  border-style: solid;
  border-width: 1px;
  border-bottom-color: var(--light-grey);
}

.navbar1_link.text-color-white.w--current {
  color: var(--light-grey);
}

.navbar1_logo {
  width: auto;
  max-width: 100%;
  padding: 0;
}

.home_1_hero-header_image-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: block;
}

.home_1_hero-header_image {
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 0;
  display: inline-block;
}

.home_1_hero-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_2_client-companys_logo {
  max-height: 3.5rem;
}

.section_home_2_client-companys {
  background-image: url('../images/bg-logo-datum.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home_2_client-companys_component {
  display: flex;
}

.home_2_client-companys_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-left: 2rem;
  margin-right: 2rem;
  display: grid;
}

.home_2_client-companys_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section_home_3_testimonial.jampisoft {
  display: none;
}

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

.home_3_testimonial_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.home_3_testimonial_content {
  width: 100%;
  border: 1px solid var(--grey);
  background-color: var(--ghost-white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

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

.home_3_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home_3_testimonial_component {
  column-count: 2;
  column-gap: 2rem;
}

.home_4_key-metrics_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.home_4_key-metrics_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_home_4_key-metrics {
  background-image: url('../images/bg-logo-datum.png');
  background-position: 50%;
  background-size: cover;
}

.home_4_key-metrics_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_4_key-metrics_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

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

.home_5_product-list_card-content {
  background-color: var(--ghost-white);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.home_5_product-list_card-content.servicios {
  background-color: var(--ghost-white);
}

.home_5_product-list_card-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_5_product-list_card-image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.home_5_product-list_card {
  border: 1px solid var(--grey);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.home_6_services-and-experience_component {
  flex-direction: column;
  display: flex;
}

.home_6_services-and-experience_tab-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.home_6_services-and-experience_tabs-menu {
  margin-bottom: 4rem;
  display: flex;
}

.home_6_services-and-experience_tab-link {
  width: 100%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 1rem 1.5rem;
  display: flex;
}

.home_6_services-and-experience_tab-link.w--current {
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.home_6_services-and-experience_image {
  width: 100%;
  height: 100%;
}

.home_6_services-and-experience_image-wrapper {
  width: 100%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_7_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_7_cta {
  background-image: url('../images/bg-logo-datum.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.home_7_cta_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_8_faq {
  background-color: var(--gainsboro);
}

.home_8_faq_answer {
  overflow: hidden;
}

.home_8_faq_component {
  border-bottom: 1px solid var(--black);
}

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

.home_8_faq_question {
  border-top: 1px solid var(--grey);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.success-text {
  color: var(--dark-slate-grey);
  font-weight: 600;
}

.home_9_contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.section_home_9_contact {
  background-image: url('../images/bg-logo-datum.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.section_home_9_contact.two {
  background-color: rgba(54, 65, 69, 0);
  background-image: none;
  padding-top: 0;
}

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

.error-text {
  color: #e23939;
}

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

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

.home_10_contact_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.footer4_credit-text {
  color: var(--ghost-white);
  font-size: .875rem;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_legal-link {
  color: var(--ghost-white);
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--ghost-white);
  color: var(--ghost-white);
}

.heading {
  font-family: condor, sans-serif;
  font-weight: 700;
}

.link {
  font-family: PT Sans, sans-serif;
}

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

.background-color-red {
  background-color: var(--crimson);
}

.text-block {
  color: var(--light-grey);
  font-weight: 500;
  text-decoration: none;
}

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

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

.text-block-2 {
  text-decoration: none;
}

.icon-embed-xsmall-dark {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--dark-slate-grey);
}

.icon-embed-xsmall-light {
  width: 1.5rem;
  height: 1.5rem;
}

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

.heading-2, .paragraph {
  color: var(--dark-slate-grey);
}

.paragraph-2, .paragraph-3 {
  text-align: left;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  color: var(--dark-slate-grey);
}

.heading-3 {
  border-top: 1px solid var(--dark-slate-grey);
}

.paragraph-7 {
  color: var(--dark-slate-grey);
}

.promo-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium-2 {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.button-2 {
  width: 208px;
  color: #000;
  text-align: center;
  background-color: #dcb96d;
  border: 1px solid #dcb96d;
  border-radius: 16px;
  padding: .75rem 1.5rem;
}

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

.quick-stack {
  padding: 0;
}

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--crimson);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.promo-list-wrapper {
  justify-content: space-between;
  display: flex;
}

.heading-style-h3-2 {
  color: #dcb96d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-2.max-width-full.align-center {
  text-align: center;
  text-decoration: line-through;
}

.heading-style-h3-2.max-width-full.align-center.text-color-white {
  font-family: condor, sans-serif;
}

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

.heading-style-h5-4.max-width-full.align-center {
  text-align: center;
}

.heading-style-h5-4.max-width-full.align-center.text-color-gold {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.promo-icon-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.promo-icon-wrapper.max-width-full {
  justify-content: center;
  align-items: stretch;
}

.super-heading {
  font-size: 5rem;
}

.super-heading.max-width-full {
  text-align: center;
}

.super-heading.max-width-full.text-color-gold {
  color: var(--crimson);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.2;
}

.home_course-schedule_list-wrapper {
  width: 100%;
  background-color: var(--ghost-white);
  border: 1px #dcb96d;
  border-radius: 16px;
  margin: 2rem auto;
  padding: 2rem;
}

.text-size-regular-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-regular-2.text-color-black {
  color: #1d1d1d;
}

.price-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--ghost-white);
  border-radius: 8px;
  justify-content: center;
  padding: 2rem 1rem;
}

.pricing4_feature-icon-wrapper {
  color: #dcb96d;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  display: flex;
}

.button-wrapper.max-width-full {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_container-2 {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_dropdown-list-2.w--open {
  border: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.button-3.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-3.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

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

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

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

.navbar1_component-2 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.accountting-product-for-companies_header_component {
  padding-top: 5%;
}

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

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.accountting-product-for-companies_header_lightbox-image {
  object-fit: cover;
}

.accountting-product-for-companies_header_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accountting-product-for-companies_header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/video-sami-youtube.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accountting-product-for-companies_features-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.accountting-product-for-companies_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section_accountting-product-for-companies_features-list {
  background-color: var(--light-grey);
}

.accountting-product-for-companies_features-list_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 0 2rem 2rem;
  display: flex;
}

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

.accountting-product-for-companies_features-list_card-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.accountting-product-for-companies_features-list_card {
  border: 1px solid var(--grey);
  background-color: var(--gainsboro);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.accountting-product-for-companies_features-list_card.margin-top {
  background-color: var(--ghost-white);
  padding-top: 1em;
}

.max-width-large-2 {
  width: 100%;
  max-width: 100%;
}

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

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

.accountting-product-for-companies_reviews_client-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.accountting-product-for-companies_reviews_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.accountting-product-for-companies_reviews_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accountting-product-for-companies_reviews_rating-wrapper {
  display: flex;
}

.accountting-product-for-companies_reviews_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.accountting-product-for-companies_reviews_divider {
  width: 1px;
  background-color: var(--black);
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.accountting-product-for-companies_reviews_client-image-wrapper {
  margin-right: 1.25rem;
}

.accountting-product-for-companies_reviews_logo {
  max-height: 3rem;
}

.section_accountting-product-for-companies_reviews {
  display: flex;
}

.accountting-product-for-companies_reviews_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-style-h6-2 {
  font-family: Mada, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.accountting-product-for-companies_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.accountting-product-for-companies_pricing_content {
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-style-h1-2 {
  font-family: condor, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.accountting-product-for-companies_pricing_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.accountting-product-for-companies_pricing_feature {
  display: flex;
}

.accountting-product-for-companies_pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.accountting-product-for-companies_pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.accountting-product-for-companies_pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.accountting-product-for-companies_pricing_tab-link {
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  border-radius: 8px 0 0 8px;
  padding: .5rem 1.5rem;
}

.accountting-product-for-companies_pricing_tab-link.w--current {
  border-width: 2px;
  border-color: var(--crimson);
  background-color: var(--light-grey);
  color: rgba(0, 0, 0, 0);
  border-radius: 0 8px 8px 0;
}

.accountting-product-for-companies_pricing_tab-link.two {
  border: 2px solid var(--grey);
  border-radius: 8px 0 0 8px;
}

.accountting-product-for-companies_pricing_tab-link.two.w--current {
  border-color: var(--crimson);
}

.accountting-product-for-companies_pricing_tab-link.other-two {
  border-width: 2px;
  border-color: var(--grey);
}

.accountting-product-for-companies_pricing_tab-link.other-two.w--current {
  border-radius: 0 8px 8px 0;
}

.accountting-product-for-companies_pricing_tab-link.focus {
  background-color: var(--crimson);
}

.accountting-product-for-companies_pricing_tab-link.not-focus {
  border-radius: 8px 0 0 8px;
}

.accountting-product-for-companies_pricing_tab-link.not-focus.w--current {
  background-color: var(--ghost-white);
}

.accountting-product-for-companies_pricing_plan {
  border: 1px solid var(--grey);
  background-color: var(--ghost-white);
  border-radius: 16px;
  padding: 2rem;
}

.section_accountting-product-for-companies_pricing {
  flex-direction: column;
  display: flex;
}

.section_accountting-product-for-companies_pricing.jampisoft {
  display: none;
}

.accountting-product-for-companies_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-white-2 {
  color: rgba(0, 0, 0, 0);
}

.accountting-product-for-companies_cta_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_accountting-product-for-companies_cta {
  position: relative;
}

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

.footer4_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: var(--black);
}

.list-item {
  color: var(--dark-slate-grey);
  font-family: Mada, sans-serif;
}

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

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

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

.layout241_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.layout241_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

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

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

.layout395_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout395_card-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout395_card {
  border: 1px solid var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.text-color-white-3 {
  color: rgba(0, 0, 0, 0);
}

.cta27_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_cta27 {
  background-image: url('../images/bg-logo-datum.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.cta27_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section_contact4 {
  padding-top: 5%;
}

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

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

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

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

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

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

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

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

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

.form-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

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

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

.contact4_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

.dropdown-wrapper {
  position: relative;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
  color: var(--dark-slate-grey);
}

.dropdown-content {
  width: 100%;
  background-color: var(--dark-slate-grey);
  border-radius: 8px;
  position: absolute;
  overflow: hidden;
}

.text-block-4 {
  text-decoration: none;
}

.navbar1_dropdown-link-2 {
  padding: .5rem 1rem;
}

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

.navbar1_menu-button-2 {
  padding: 0;
}

.navbar1_dropdown-list-3.w--open {
  border: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_dropdown-toggle-3 {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_component-3 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tablet-navbar-container, .dropdown-tablet-link, .hamb_nav_container {
  display: none;
}

.vector_hamb_navbar {
  height: 63px;
}

.link-footer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.unsplash-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 16px 16px 0 0;
  display: block;
}

.span-text {
  color: var(--dark-slate-grey);
  font-family: condor, sans-serif;
  font-weight: 700;
}

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

.header104_component {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header104_heading-span {
  color: var(--dark-slate-grey);
  background-image: url('../images/computadora-icono.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  padding-right: 5rem;
  font-size: 3.5rem;
}

.header104_heading-span.icono-hero-2 {
  background-image: url('../images/manos-icono.svg');
}

.header104_heading-span.icono-hero-3 {
  background-image: url('../images/icono-persona.svg');
}

.section_header104 {
  padding-top: 5%;
  position: relative;
}

.header104_heading {
  color: var(--dark-slate-grey);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.button-group-2.is-center {
  justify-content: center;
}

.navbar1_menu-button-3 {
  padding: 0;
}

.navbar1_dropdown-list-4.w--open {
  border: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_menu-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle-4 {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_logo-link-2 {
  padding-left: 0;
}

.logo-navbar {
  max-width: 100%;
}

.div-block {
  aspect-ratio: auto;
  overflow: visible;
}

.hero-img-jampisoft-container {
  width: 80%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

  .padding-top.padding-medium {
    display: flex;
  }

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

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

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

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

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

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

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

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

  .button.is-secondary.is-small.is-alternate {
    width: 50%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .button.is-small.is-icon {
    width: 50%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    overflow: hidden;
  }

  .button.dark-bg {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button.precio {
    width: 50%;
  }

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

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

  .button-group {
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .button-group.is-center.container-small {
    flex-direction: row;
  }

  .button-group.text-align-left {
    align-content: flex-start;
  }

  .icon-embed-xsmall.white-icon {
    width: 2.5rem;
    height: auto;
  }

  .padding-global, .padding-global.hero {
    padding-top: 0%;
  }

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

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

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

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

  .navbar1_container {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    position: relative;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-link {
    width: 50%;
    padding: .75rem 0 .75rem 0%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 0;
    aspect-ratio: auto;
    background-color: var(--dark-slate-grey);
    flex-flow: column;
    flex: 0 auto;
    padding-bottom: 6.5rem;
    transition: height .5s;
    display: flex;
    position: absolute;
    overflow: visible;
  }

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

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button {
    display: none;
    overflow: visible;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .navbar1_dropdown-list {
    flex-direction: column;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    overflow: hidden;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .navbar1_component {
    flex-direction: column;
    padding-top: 2%;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: fixed;
  }

  .navbar1_logo-link {
    width: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
    display: block;
  }

  .navbar1_logo-link:hover {
    border-bottom: 2px solid var(--light-grey);
  }

  .navbar1_logo-link.w--current {
    justify-content: flex-start;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.text-color-white {
    position: relative;
  }

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

  .home_3_testimonial_content {
    height: 440px;
  }

  .home_3_testimonial_component {
    column-count: 2;
  }

  .home_4_key-metrics_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_4_key-metrics_list {
    grid-column-gap: 2rem;
  }

  .home_5_product-list_component {
    display: flex;
  }

  .home_5_product-list_component.servicios {
    flex-direction: column;
  }

  .home_5_product-list_row {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home_5_product-list_card-content {
    clear: none;
    aspect-ratio: auto;
    border-radius: 0 16px 16px 0;
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .home_5_product-list_card-content.servicios {
    height: 20rem;
    justify-content: center;
    display: flex;
  }

  .home_5_product-list_card-image-wrapper {
    width: 40%;
    height: 100%;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    display: block;
  }

  .home_5_product-list_card-image-wrapper.services {
    width: 50%;
    height: 100%;
    object-fit: fill;
  }

  .home_5_product-list_card-image {
    height: 100%;
    float: none;
    clear: none;
    object-fit: cover;
    object-position: 73% 100%;
    border: 0 #000;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .home_5_product-list_card-image.two-card-position {
    object-position: 50% 100%;
  }

  .home_5_product-list_card {
    border-style: solid;
    border-radius: 16px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .section_home_6_services-and-experience {
    background-color: var(--ghost-white);
  }

  .home_6_services-and-experience_tab-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_home_9_contact.two {
    padding-top: 5%;
  }

  .home_10_contact_component {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

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

  .footer4_social-list {
    justify-content: stretch;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .button-2.is-icon {
    width: 208px;
  }

  .quick-stack {
    padding: 0;
  }

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

  .home_course-schedule_list-wrapper {
    width: auto;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .price-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    padding-left: 1rem;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .accountting-product-for-companies_header_component {
    padding-top: 0%;
  }

  .section_accountting-product-for-companies_header {
    padding-top: 5%;
  }

  .padding-section-large-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .accountting-product-for-companies_header_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .accountting-product-for-companies_header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .accountting-product-for-companies_features-list_row {
    width: 80%;
    grid-template-columns: 1fr;
  }

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

  .accountting-product-for-companies_reviews_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .section_accountting-product-for-companies_reviews {
    display: flex;
  }

  .section_accountting-product-for-companies_reviews.jampisoft {
    display: none;
  }

  .accountting-product-for-companies_pricing_content {
    align-items: stretch;
  }

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

  .accountting-product-for-companies_pricing_feature {
    justify-content: flex-start;
  }

  .accountting-product-for-companies_pricing_content-top {
    text-align: left;
  }

  .accountting-product-for-companies_pricing_plans {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .accountting-product-for-companies_pricing_feature-list {
    text-align: left;
    justify-content: stretch;
    justify-items: stretch;
  }

  .section_accountting-product-for-companies_pricing {
    flex-direction: column;
    display: flex;
  }

  .section_accountting-product-for-companies_pricing.jampisoft {
    display: none;
  }

  .footer4_top-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .layout241_list {
    grid-column-gap: 2rem;
  }

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

  .dropdown-content {
    width: auto;
    display: none;
  }

  .dropdown-tablet-trigger {
    width: 90%;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

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

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .navbar1_menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .navbar1_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-toggle-3 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .tablet-navbar-container {
    z-index: 999;
    width: 90%;
    background-color: var(--dark-slate-grey);
    border-radius: 8px;
    display: flex;
    position: relative;
  }

  .tablet-navbar-wrapper {
    z-index: 999;
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

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

  .nav-bar-link-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .tablet-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .tablet-dropdown-content {
    border-radius: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .dropdown-tablet-link {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem .5rem;
    text-decoration: none;
    display: flex;
  }

  .dropdown-tablet-link:hover {
    background-color: var(--grey);
  }

  .link-dropdown-tablet-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    mix-blend-mode: normal;
  }

  .menu-button.w--open {
    background-color: #333;
    padding: 9px;
  }

  .hamburg-menu {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 4px;
    display: flex;
  }

  .line-menu-1 {
    width: 100%;
    height: 3.5px;
    background-color: #fff;
    border-radius: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-menu-2 {
    width: 100%;
    height: 3.5px;
    color: #fff;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamb_nav_container {
    cursor: grab;
    padding-right: 0;
    display: flex;
  }

  .vector_hamb_navbar {
    position: static;
  }

  .unsplash-image {
    width: auto;
    height: 20rem;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
  }

  .header104_heading-span {
    padding-right: 4.5rem;
    font-size: 3rem;
  }

  .section_header104 {
    padding-top: 10%;
  }

  .header104_heading {
    font-size: 3.25rem;
  }

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

  .navbar1_menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .navbar1_dropdown-list-4 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-4.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle-4 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top-3 {
    width: 24px;
    height: 2px;
    background-color: var(--ghost-white);
    color: var(--ghost-white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-navbar {
    max-width: 100%;
  }

  .jampisoft-hero-img {
    width: 100%;
  }
}

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

  .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-top.margin-small {
    text-align: center;
  }

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

  .button {
    width: 100%;
  }

  .button.is-link.is-icon {
    text-align: center;
    border-radius: 0;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .heading-style-h4.text-align-left, .heading-style-h3 {
    font-size: 2rem;
  }

  .button-group.text-align-left {
    text-align: left;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .icon-embed-xsmall.white-icon {
    width: 3rem;
    height: 3rem;
  }

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

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

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

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_dropdown-list {
    display: none;
    overflow: hidden;
  }

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

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

  .navbar1_logo {
    max-width: 100%;
  }

  .home_2_client-companys_logo {
    max-height: 3rem;
  }

  .home_2_client-companys_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    grid-auto-columns: 10rem;
    grid-auto-flow: column;
    margin-left: 2rem;
    padding-top: 1rem;
  }

  .home_2_client-companys_wrapper {
    padding: .75rem 1rem;
  }

  .home_3_testimonial_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .home_3_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_3_testimonial_content {
    height: auto;
    padding: 1.5rem;
  }

  .home_3_testimonial_component {
    column-count: 1;
  }

  .home_4_key-metrics_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_4_key-metrics_list {
    width: 100%;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_5_product-list_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_5_product-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home_5_product-list_card-content {
    text-align: center;
    border-radius: 0 0 20px 20px;
    padding: 1.5rem;
  }

  .home_5_product-list_card-content.servicios {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .home_5_product-list_card-image-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .home_5_product-list_card-image-wrapper.services {
    width: 100%;
    height: auto;
  }

  .home_5_product-list_card-image {
    height: auto;
    border-radius: 0;
  }

  .home_5_product-list_card {
    border-radius: 20px;
    flex-direction: column;
  }

  .home_6_services-and-experience_tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .home_8_faq_icon-wrapper {
    width: 1.75rem;
  }

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

  .home_10_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer4_credit-text {
    text-align: center;
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

  .promo-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .button-2.is-icon {
    width: 100%;
  }

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

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

  .home_course-schedule_list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

  .section_accountting-product-for-companies_header {
    padding-top: 10%;
  }

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

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

  .accountting-product-for-companies_header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .accountting-product-for-companies_features-list_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .accountting-product-for-companies_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .accountting-product-for-companies_features-list_row.align-center {
    width: 100%;
  }

  .accountting-product-for-companies_features-list_card-content {
    padding: 0 1.5rem 1.5rem;
  }

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

  .accountting-product-for-companies_reviews_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .accountting-product-for-companies_reviews_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .accountting-product-for-companies_reviews_divider {
    display: none;
  }

  .accountting-product-for-companies_reviews_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .accountting-product-for-companies_reviews_client-info {
    margin-bottom: 1rem;
  }

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

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

  .accountting-product-for-companies_pricing_plans {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .accountting-product-for-companies_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer4_credit-text-2 {
    margin-top: 1rem;
  }

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

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

  .layout241_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout395_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout395_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout395_card-content {
    padding: 1.5rem;
  }

  .section_contact4 {
    padding-top: 10%;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .chevron-icon-container.align-center.padding-xsmall {
    padding-bottom: 0;
  }

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

  .menu-button, .menu-button.w--open {
    background-color: #000;
  }

  .hamb_nav_container {
    padding-right: 0;
    display: block;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

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

  .unsplash-image {
    height: auto;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .header104_heading-span {
    padding-right: 3.5rem;
    font-size: 2.5rem;
  }

  .header104_heading-span.icono-hero-2 {
    font-size: 2.5rem;
  }

  .section_header104 {
    padding-top: 15%;
  }

  .header104_heading, .header104_heading.container-medium {
    font-size: 2.5rem;
  }

  .navbar1_logo-link-2 {
    padding-left: 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;
  }

  .button.is-link.is-icon {
    justify-content: flex-start;
  }

  .button.is-secondary.is-small.is-alternate, .button.is-small.is-icon {
    width: 100%;
  }

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

  .form-input:hover, .form-input:focus, .form-input.is-text-area:hover, .form-input.is-text-area:focus {
    border-color: var(--crimson);
  }

  .button-group.text-align-left {
    align-items: center;
  }

  .icon-embed-xsmall.white-icon {
    width: 3rem;
    height: 3rem;
  }

  .icon-embed-xsmall.white-icon:hover {
    color: var(--crimson);
  }

  .padding-global.hero {
    padding-top: 15%;
  }

  .padding-section-medium {
    overflow: visible;
  }

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

  .navbar1_container {
    display: flex;
  }

  .navbar1_component {
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .navbar1_logo-link {
    width: 100%;
  }

  .navbar1_logo {
    max-width: 100%;
  }

  .home_2_client-companys_component {
    margin-left: -218px;
  }

  .home_2_client-companys_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    justify-content: center;
    margin-left: 2rem;
  }

  .home_2_client-companys_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home_4_key-metrics_content, .home_4_key-metrics_list {
    grid-template-columns: 1fr;
  }

  .home_5_product-list_card-content {
    border-radius: 0 0 16px 16px;
  }

  .home_5_product-list_card-image-wrapper {
    width: 100%;
  }

  .home_5_product-list_card-image {
    height: auto;
    border-radius: 16px 16px 0 0;
  }

  .home_5_product-list_card-image.two-card-position {
    border-radius: 16px 16px 0 0;
  }

  .home_5_product-list_card {
    border-radius: 16px;
    flex-direction: column;
  }

  .section_home_7_cta {
    overflow: hidden;
  }

  .footer4_logo-link, .footer4_credit-text, .footer4_legal-link {
    text-align: center;
  }

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

  .footer4_bottom-wrapper {
    flex-direction: column;
    display: flex;
  }

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

  .button-2 {
    width: 100%;
  }

  .super-heading.max-width-full.text-color-gold {
    font-size: 3rem;
  }

  .home_course-schedule_list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .price-items {
    padding-left: 0;
    padding-right: 0;
  }

  .section_accountting-product-for-companies_header {
    padding-top: 20%;
  }

  .accountting-product-for-companies_header_content-wrapper, .layout241_list {
    grid-template-columns: 1fr;
  }

  .section_contact4 {
    padding-top: 20%;
  }

  .tablet-navbar-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet-dropdown-content {
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-button, .menu-button.w--open {
    padding: 8px;
  }

  .hamburg-menu {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 4px;
    display: flex;
  }

  .line-menu-1 {
    width: 100%;
    height: 3.5px;
    color: #fff;
    background-color: #fff;
    border-radius: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamb_nav_container {
    display: block;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

  .link-footer-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .unsplash-image {
    border-radius: 16px 16px 0 0;
  }

  .header104_heading-span, .header104_heading-span.icono-hero-2 {
    padding-right: 3.5rem;
    font-size: 2.5rem;
  }

  .header104_heading-span.icono-hero-3, .header104_heading {
    font-size: 2.5rem;
  }

  .header104_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .logo-navbar {
    max-width: 100%;
  }

  .hero-img-jampisoft-container {
    width: 100%;
  }
}

#w-node-a839299f-8cff-07f7-1200-ed5fd5c8f37e-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f380-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f382-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f384-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f386-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f388-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f38a-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f38c-53fe5a40, #w-node-_92f0ee18-6ef5-74df-0ae3-07489250a1bc-53fe5a40, #w-node-c14f3662-901e-1c92-7f59-16c9a0690894-53fe5a40, #w-node-c2e1f876-d403-773b-c6a3-78792a4b1f82-53fe5a40, #w-node-dacf31a3-7cf9-481e-5c78-6b45ad9deff6-53fe5a40, #w-node-_19f62943-1194-8991-53e0-c33efac49ffe-53fe5a40, #w-node-ff33c22e-086f-0424-b2a1-eafd3b83691c-53fe5a40, #w-node-c6370291-eaf5-9164-b567-e17e5f683b34-53fe5a40 {
  justify-self: center;
}

#w-node-a839299f-8cff-07f7-1200-ed5fd5c8f477-53fe5a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a839299f-8cff-07f7-1200-ed5fd5c8f479-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f48c-53fe5a40, #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f49f-53fe5a40 {
  align-self: start;
}

#w-node-_8b6ac288-a09a-a53e-723e-3c67e3ac6476-53fe5a40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b6ac288-a09a-a53e-723e-3c67e3ac6479-53fe5a40, #w-node-_8b6ac288-a09a-a53e-723e-3c67e3ac647e-53fe5a40, #w-node-_8b6ac288-a09a-a53e-723e-3c67e3ac6483-53fe5a40 {
  align-self: start;
}

#w-node-bfc9f6fe-9bba-e313-6d1b-eeade0dc36a1-53fe5a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfc9f6fe-9bba-e313-6d1b-eeade0dc36a3-53fe5a40, #w-node-bfc9f6fe-9bba-e313-6d1b-eeade0dc36b9-53fe5a40, #w-node-bfc9f6fe-9bba-e313-6d1b-eeade0dc36cf-53fe5a40 {
  align-self: start;
}

#w-node-a839299f-8cff-07f7-1200-ed5fd5c8f560-53fe5a40 {
  justify-self: center;
}

#w-node-_42b18a6f-6d38-440b-27d5-dc0431718cf2-31718cec {
  justify-self: start;
}

#w-node-_42b18a6f-6d38-440b-27d5-dc0431718cf4-31718cec {
  justify-self: end;
}

#w-node-f33f571d-6d3f-8909-3c28-feb3ef308e87-53fe5a4c, #w-node-f33f571d-6d3f-8909-3c28-feb3ef308e87-53fe5a58 {
  justify-self: center;
}

#w-node-_616c36a3-fd56-03df-7a53-b969891d8392-53fe5a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_616c36a3-fd56-03df-7a53-b969891d8394-53fe5a59, #w-node-_616c36a3-fd56-03df-7a53-b969891d839e-53fe5a59, #w-node-_616c36a3-fd56-03df-7a53-b969891d83a8-53fe5a59 {
  align-self: start;
}

#w-node-cc1d762d-be51-464b-78fa-8285bb4a0299-53fe5a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1d762d-be51-464b-78fa-8285bb4a029b-53fe5a59, #w-node-cc1d762d-be51-464b-78fa-8285bb4a02a5-53fe5a59, #w-node-cc1d762d-be51-464b-78fa-8285bb4a02af-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a29-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a2e-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a33-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a38-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a3d-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a4f-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a54-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a59-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a5e-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a63-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a68-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a6d-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a72-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a84-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a89-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a8e-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a93-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a98-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a9d-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979aa2-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979aa7-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979aac-53fe5a59, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979ab1-53fe5a59 {
  align-self: start;
}

#w-node-f2b601aa-0415-4213-1812-70c42f1b1a53-53fe5a5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2b601aa-0415-4213-1812-70c42f1b1a55-53fe5a5e, #w-node-_6c58bdf6-6bb6-8975-d395-890c54c125f9-53fe5a5e, #w-node-d6360388-2875-b969-ae63-880c53c3f65d-53fe5a5e {
  align-self: start;
}

#w-node-_09ec0b68-95de-c16b-8a92-64656b95e33a-53fe5a5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec0b68-95de-c16b-8a92-64656b95e33e-53fe5a5e, #w-node-_09ec0b68-95de-c16b-8a92-64656b95e350-53fe5a5e, #w-node-_09ec0b68-95de-c16b-8a92-64656b95e368-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a29-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a2e-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a33-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a38-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a3d-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a4f-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a54-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a59-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a5e-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a63-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a68-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a6d-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a72-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a84-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a89-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a8e-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a93-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a98-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979a9d-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979aa2-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979aa7-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979aac-53fe5a5e, #w-node-_7cab3e1f-1485-2bff-eca3-a67114979ab1-53fe5a5e {
  align-self: start;
}

#w-node-f33f571d-6d3f-8909-3c28-feb3ef308e87-53fe5a5f {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-53fe5a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-53fe5a60 {
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-53fe5a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-53fe5a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-53fe5a60, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-53fe5a60, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-53fe5a60 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-53fe5a60, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-53fe5a60, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-53fe5a60 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-53fe5a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-53fe5a60, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-53fe5a60, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-53fe5a60 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-53fe5a60, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-53fe5a60, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-53fe5a60 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-53fe5a60, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-53fe5a60, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-53fe5a60 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-53fe5a60, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-53fe5a60, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-53fe5a60 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-53fe5a60, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-53fe5a60, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-53fe5a60 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-53fe5a60, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-53fe5a60, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-53fe5a60 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-53fe5a60, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-53fe5a60 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-53fe5a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-53fe5a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-53fe5a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-53fe5a60 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-53fe5a60, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-53fe5a60, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-53fe5a60 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-53fe5a60, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-53fe5a60, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-53fe5a60 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-53fe5a60, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-53fe5a60, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-53fe5a60 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-53fe5a60, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-53fe5a60, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-53fe5a60 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-53fe5a60, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-53fe5a60, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-53fe5a60 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-53fe5a60, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-53fe5a60, #w-node-ee961e8d-845a-edc3-3307-509470022457-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-53fe5a60 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-53fe5a60, #w-node-ee961e8d-845a-edc3-3307-50947002245b-53fe5a60, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-53fe5a60 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-53fe5a60, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-53fe5a60, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-53fe5a60 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-53fe5a60, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-53fe5a60, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-53fe5a60 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-53fe5a60, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-53fe5a60, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-53fe5a60 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-53fe5a60, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-53fe5a60, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-53fe5a60 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-53fe5a60, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-53fe5a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-53fe5a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-53fe5a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-53fe5a60 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a839299f-8cff-07f7-1200-ed5fd5c8f478-53fe5a40, #w-node-bfc9f6fe-9bba-e313-6d1b-eeade0dc36a2-53fe5a40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42b18a6f-6d38-440b-27d5-dc0431718cf2-31718cec, #w-node-_42b18a6f-6d38-440b-27d5-dc0431718cf4-31718cec {
    justify-self: center;
  }

  #w-node-_616c36a3-fd56-03df-7a53-b969891d8393-53fe5a59, #w-node-cc1d762d-be51-464b-78fa-8285bb4a029a-53fe5a59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b6ac288-a09a-a53e-723e-3c67e3ac6476-53fe5a40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_42b18a6f-6d38-440b-27d5-dc0431718cfe-31718cec {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_42b18a6f-6d38-440b-27d5-dc0431718cf2-31718cec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;

  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
}