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

@font-face {
  font-family: Degular Display;
  src: url('../fonts/Degular-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Degular Text;
  src: url('../fonts/Degular-Text-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular Text;
  src: url('../fonts/Degular-Text-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: #0f0602;
  --black-shade: #303030;
  --white-shade: #ebebeb;
  --tag-green: #00ff09;
  --tag-orange: #f90;
  --tag-red: #f10;
  --purple-bg: #f1f0fa;
  --blue-bg: #f0f5fa;
  --red-bg: #faf0f0;
  --orange-bg: #faf7f0;
  --yellow-bg: #fafaf0;
  --green-bg: #f1faf0;
  --pink-bg: #faf0f9;
  --grey-bg: #fafafa;
  --black-opaque: #00000080;
}

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Degular Text, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

a {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

ol {
  margin-bottom: .5rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.process-tab-link.w--current {
  background-color: #0000;
  align-items: center;
  padding: 0;
  display: flex;
}

.padding-small {
  padding: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-medium {
  margin: 2.5rem;
}

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

.margin-xxlarge {
  margin: 10rem;
}

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

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-custom1, .padding-bottom.padding-small, .padding-bottom.padding-large, .padding-bottom.padding-0, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xhuge {
  padding: 0 0 10rem;
}

.padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-medium, .padding-bottom.padding-custom3, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

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

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

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

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

.stylesystem_color-sample.tag-green {
  background-color: var(--tag-green);
}

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

.stylesystem_color-sample.tag-red {
  background-color: var(--tag-red);
}

.stylesystem_color-sample.purple-bg {
  background-color: var(--purple-bg);
}

.stylesystem_color-sample.blue-bg {
  background-color: var(--blue-bg);
}

.stylesystem_color-sample.red-bg {
  background-color: var(--red-bg);
}

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

.stylesystem_color-sample.yellow-bg {
  background-color: var(--yellow-bg);
}

.stylesystem_color-sample.green-bg {
  background-color: var(--green-bg);
}

.stylesystem_color-sample.pink-bg {
  background-color: var(--pink-bg);
}

.stylesystem_color-sample.grey-bg {
  background-color: var(--grey-bg);
}

.heading-xsmall {
  font-family: Degular Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.show {
  display: block;
}

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

.icon-xsmall {
  width: 1.5rem;
}

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

.stylesystem-spacing-wrapper {
  background-color: #f4f4f4;
}

.margin-custom3 {
  margin: 6rem;
}

.text-rich-text h1 {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  line-height: 1.4;
}

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

.text-rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.4;
}

.text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

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

.text-rich-text li {
  margin-bottom: .25rem;
}

.text-rich-text strong {
  font-weight: 500;
}

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

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

.button-secondary {
  color: #000;
  text-align: center;
  position: relative;
}

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

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

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

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

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

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

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

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

.text-size-tiny.is-cursor-text {
  z-index: 12;
  color: var(--black);
  display: none;
  position: absolute;
}

.margin-xxhuge {
  margin: 20rem;
}

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

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

.padding-xxhuge {
  padding: 20rem;
}

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

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.padding-xxsmall {
  padding: 1rem;
}

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

.text-style-quote {
  font-family: Degular Display, sans-serif;
  font-size: 2rem;
  line-height: 1.65;
}

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

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

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

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

.icon-xlarge {
  width: 6.5rem;
}

.overflow-auto {
  overflow: auto;
}

.padding-xsmall {
  padding: 1.5rem;
}

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

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

.margin-xhuge {
  margin: 16rem;
}

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

.margin-large {
  margin: 4rem;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

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

.text-size-small.is-banner-text {
  line-height: 1.6;
}

.rl-styleguide-wrapper {
  overflow: hidden;
}

.rl-styleguide_classes {
  display: none;
}

.margin-small {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-xlarge {
  font-family: Degular Display, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.stylesystem-header {
  color: #fff;
  background-color: #000;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

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

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.icon-xxsmall {
  width: 1rem;
}

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

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

.padding-medium {
  padding: 2.5rem;
}

.margin-xlarge {
  margin: 5rem;
}

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

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

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

.padding-huge {
  padding: 12rem;
}

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

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

.heading-small {
  font-family: Degular Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

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

.margin-xxsmall {
  margin: 1rem;
}

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

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

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

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

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

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

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

.icon-small {
  width: 2rem;
}

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

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

.padding-xxlarge {
  padding: 10rem;
}

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

.padding-0 {
  padding: 0;
}

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

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

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

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

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

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

.margin-custom1 {
  margin: 8rem;
}

.padding-custom1 {
  padding: 8rem;
}

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

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

.show-tablet {
  display: none;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

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

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

.margin-xsmall {
  margin: 1.5rem;
}

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

.padding-header {
  padding: 9.5rem;
}

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

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

.margin-huge {
  margin: 12rem;
}

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

.padding-custom3 {
  padding: 6rem;
}

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

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

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

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

.icon-medium {
  width: 3rem;
}

.padding-xlarge {
  padding: 5rem;
}

.button {
  color: #fff;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.button.is-nav-button {
  border-width: 1.5px;
  padding: .75rem 1.5rem;
}

.button.is-nav-button.hide-mobile-landscape.white {
  border-color: var(--white);
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
}

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

.padding-xhuge {
  padding: 16rem;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

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

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

.padding-large {
  padding: 4rem;
}

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

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

.margin-0 {
  margin: 0;
}

.heading-large {
  font-family: Degular Display, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

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

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

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

.heading-medium {
  font-family: Degular Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

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

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

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

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

.text-size-xlarge {
  font-size: 2rem;
  line-height: 1.65;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.margin-right.margin-small.is-testimonial-photo {
  flex: none;
}

.margin-right.margin-xxsmall, .margin-right.margin-xxlarge, .margin-right.margin-custom2, .margin-right.margin-huge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.icon-large {
  width: 5rem;
}

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

.hide {
  display: none;
}

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

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

.heading-xxlarge {
  font-family: Degular Display, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

.nav {
  z-index: 999;
  padding: 0 5.55%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
}

.nav-container.small {
  padding-top: .55rem;
  padding-bottom: .55rem;
  position: relative;
}

.nav-menu {
  color: #0f0602;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.section-home-header {
  position: relative;
}

._2col_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

._2col_content-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

._2col_logo {
  max-height: 3.5rem;
}

._2col_logo-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem 1rem;
  display: flex;
}

.services_item {
  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;
  position: relative;
}

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

.about-profile_image-wrapper {
  max-width: 30.875rem;
}

.about-profile_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

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

.about-values_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

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

.menu_component {
  flex-direction: column;
  display: flex;
}

.menu_component.is-legal {
  grid-row-gap: 1.5rem;
}

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

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

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

.background-color-purple {
  background-color: var(--purple-bg);
}

.background-color-blue {
  background-color: var(--blue-bg);
}

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

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

.background-color-yellow {
  background-color: var(--yellow-bg);
}

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

.background-color-pink {
  background-color: var(--pink-bg);
}

.nav-logo-link {
  padding-top: .375rem;
}

.nav-logo {
  color: var(--black);
  height: 24px;
}

.nav-button-text {
  font-size: 1rem;
  line-height: 1;
}

.nav-button-text.white {
  color: #f5f5f5;
}

.nav-button-burger {
  flex-direction: column;
  margin-top: .125rem;
  display: flex;
}

.burger-line {
  background-color: var(--black);
  border-radius: 2px;
  width: 24px;
  height: 1.5px;
}

.burger-line.top {
  transform-origin: 0 0;
}

.burger-line.top.white {
  color: #f5f5f5;
  background-color: #f5f5f5;
}

.burger-line.bottom {
  width: 1.25rem;
}

.burger-line.bottom.white {
  color: #f5f5f5;
  background-color: #f5f5f5;
}

.button-secondary-text {
  padding-bottom: .15rem;
  font-size: 1.25rem;
  line-height: 1.5;
  display: none;
}

.div-hide {
  overflow: hidden;
}

.div-hide.is-button-secondary, .div-hide.is-menu-item {
  position: absolute;
  inset: auto 0% 0%;
}

.button-secondary-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 50%;
  height: 1px;
}

.button-secondary-line.two, .button-secondary-line.three, .button-secondary-line.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.showcase_list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image-showcase-horizontal {
  width: 100%;
  padding-top: 57.062%;
  position: relative;
}

.image-showcase-vertical {
  filter: grayscale();
  width: 100%;
  padding-top: 159.064%;
  position: relative;
}

.showcase_link {
  display: flex;
  position: relative;
}

.showcase_image {
  width: 100%;
  padding-top: 57.062%;
  position: relative;
}

.showcase_image.is-on-hover {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-text {
  z-index: 2;
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
}

.button-text.is-small, .button-text.is-nav-button {
  font-size: 1rem;
}

.button-text.is-nav-button.white {
  pointer-events: none;
  color: #f5f5f5;
}

.button-reveal {
  border: 2px solid var(--black);
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 105%);
}

.button-reveal.is-cursor-click-reveal {
  background-color: #2b2b2b;
  border-radius: 100%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  transform: scale(0);
}

.button-reveal.is-nav-button {
  border: 1.5px solid var(--black);
}

.swiper-slide {
  flex: none;
}

.swiper-slide.testimonial_item {
  width: 100%;
}

.testimonial_arrow-left {
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_list {
  flex: none;
  align-items: center;
  display: flex;
}

.testimonial_arrow-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: absolute;
  inset: 25% auto auto 0%;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.testimonial_arrow-right {
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
}

.testimonial_component {
  position: relative;
}

.testimonial_profile {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial_profile-photo {
  border: .125rem solid var(--black);
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
}

.blog_link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.blog_title-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-custom1 {
  width: 100%;
  max-width: 28rem;
}

.blog_arrow-wrapper {
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_arrow {
  transform: rotate(-45deg);
}

.blog_arrow.two {
  position: absolute;
  transform: translate(-150%, 150%)rotate(-45deg);
}

.track-line {
  background-color: var(--white-shade);
  border-radius: .25rem;
  width: 100%;
  height: .125rem;
}

.track_progress {
  background-color: var(--black);
  border-radius: .25px;
  position: absolute;
}

.track_progress.horizontal {
  width: 0%;
  height: .125rem;
}

.track_component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.track_component.is-faq {
  margin-top: 2.5rem;
}

.blog_thumbnail {
  width: 20rem;
  height: 15rem;
  position: absolute;
  inset: -20% 18% auto auto;
}

.blog_image-wrapper {
  border: .125rem solid var(--black);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog_image {
  object-fit: cover;
  width: 20rem;
  height: 15rem;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.footer_mark {
  opacity: .5;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer_mark.hide-mobile-landscape {
  z-index: 2;
  display: none;
}

.footer_component {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tag {
  background-color: var(--grey-bg);
  border: .125rem solid #000;
  border-radius: 3.75rem;
  align-items: center;
  padding: 1rem;
  display: inline-block;
}

.tag.is-inverted {
  background-color: var(--black-shade);
  color: var(--white);
  text-decoration: none;
}

.tag.is-transparent {
  background-color: #0000;
}

.tag_dot {
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

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

.tag_text {
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 1;
}

.tag_content {
  grid-column-gap: .75rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_heading-wrapper {
  max-width: 41.5rem;
}

.footer_email-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.button-clipboard {
  cursor: pointer;
  border-radius: 3.75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-clipboard.is-inverted {
  color: var(--white);
  transition: background-color .3s;
}

.button-clipboard.is-inverted:hover {
  background-color: var(--black-shade);
}

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

.button-clipboard-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.footer_social-link {
  padding: 1rem;
}

.footer_social-link.is-first {
  color: #f5f5f5;
  margin-left: -1rem;
  text-decoration: none;
}

.footer_top.is-mega-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20vw;
  display: flex;
}

.heading-line-one, .heading-line-two {
  display: inline-block;
}

.reveal-side {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
}

.reveal-side.left {
  inset: 0% auto auto 0%;
}

.reveal-side.right {
  inset: 0% 0% auto auto;
}

.p-line-one, .p-line-two, .p-line-three, .p-line-four, .p-line-five, .p-line-six, .p-line-seven {
  display: inline-block;
}

.background-color-gradient-top {
  background-image: linear-gradient(#fff0, #fff);
}

.background-color-gradient-bottom {
  background-image: linear-gradient(to bottom, var(--white), #fff0);
}

.tiny-text-link:hover {
  text-decoration: underline;
}

.footer_shamrock {
  color: var(--tag-green);
}

.section-about-header {
  position: relative;
}

.reveal-bottom {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-about-full-image {
  overflow: hidden;
}

.section-work-header {
  position: relative;
}

.work_item {
  border: 2px solid var(--black);
  position: relative;
}

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

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

.work_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: scroll;
}

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

.work_scroll-blocker {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.work_button-scroll-lock {
  z-index: 3;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: none;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: hidden;
}

.work_button-scroll-unlock {
  z-index: 3;
  border: 2px solid var(--black);
  background-color: var(--white);
  opacity: 0;
  cursor: pointer;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: none;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: hidden;
}

.hide-all {
  display: none;
}

.section-services-header {
  position: relative;
}

.callout_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.callout_text {
  max-width: 53rem;
}

.services_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr;
}

.heading-custom1 {
  font-family: Degular Display, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-custom1.is-services {
  opacity: .5;
}

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

.heading-custom1-wrapper {
  cursor: pointer;
  display: inline-block;
}

.heading-custom1-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 0%;
  height: .125rem;
}

.comparison_list {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.comparison_list-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  display: flex;
}

.comparison_list-dot {
  border: 1px solid var(--black);
  border-radius: 100%;
  flex: none;
  width: .5rem;
  height: .5rem;
  margin-top: .25rem;
}

.comparison_track-line, .comparison_progress-line {
  background-color: var(--white-shade);
  border-radius: .5rem;
  width: .125rem;
  height: 100%;
  position: relative;
}

.comparison_progress-line.hide-tablet {
  background-color: var(--black);
  height: 0%;
}

.rl-builtwith_project-button {
  color: #161616;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: none;
  position: absolute;
}

.rl-builtwith_button-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.screenshots_link {
  border: 2px solid var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #0000000d;
}

.image-showcase-screenshot {
  width: 100%;
  padding-top: 57.06%;
  position: relative;
}

.section-services-screenshots {
  overflow: hidden;
}

.screenshots_component {
  width: 100%;
  position: relative;
  left: -20%;
}

.screenshots_list {
  grid-column-gap: 5rem;
  grid-row-gap: 6rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 180%;
  display: flex;
  position: relative;
  left: -20%;
}

.screenshots_item {
  flex: none;
}

.screenshots_item:first-child {
  margin-left: 3%;
}

.screenshots_item:last-child {
  margin-right: 5%;
}

.screenshots_component-wrapper {
  width: 100%;
}

.section-faq-header {
  position: relative;
}

.faq_item {
  cursor: pointer;
  padding-top: 2.5rem;
  position: relative;
}

.faq_question {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.faq_button {
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_button-line {
  z-index: 1;
  background-color: var(--black);
  border-radius: .5rem;
  width: 1rem;
  height: .083rem;
  position: relative;
}

.faq_button-line.absolute {
  position: absolute;
  transform: rotate(90deg);
}

.faq-rich-text {
  padding-top: 2.5rem;
}

.faq-rich-text h1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  font-size: 2.5rem;
}

.faq-rich-text h2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 2rem;
}

.faq-rich-text h3 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.faq-rich-text h4, .faq-rich-text h5, .faq-rich-text h6 {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.faq-rich-text figure {
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.card-whipe-b {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-article-header {
  position: relative;
}

.article-main-image_component {
  border: .125rem solid var(--black);
}

.banner_component {
  cursor: pointer;
  width: 100%;
  padding: 2.5rem;
}

.banner_component.background-color-grey.text-align-center {
  position: relative;
}

.banner_line {
  background-color: var(--black);
  width: 25%;
  height: .125rem;
}

.banner_line.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.banner_line.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-legal-header {
  position: relative;
}

.legal-links_eyes-wrapper {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.legal-links_eye-white {
  background-color: var(--white);
  border: .125rem solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.legal-links_eye-black {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
}

.legal-links_eye-green {
  background-color: var(--tag-green);
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.menu_item {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.menu_item.is-small {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
}

.menu_item.is-mega-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu_item.is-mega-menu.one, .menu_item.is-mega-menu.two.w--current {
  color: #f5f5f5;
  text-decoration: none;
}

.menu_item-text {
  padding-bottom: .25rem;
}

.menu_item-inner {
  position: relative;
}

.menu_item-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 50%;
  height: 1px;
}

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

.mega-menu_component {
  z-index: 998;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-menu_component.background-color-black {
  display: none;
}

.mega-menu_grid {
  grid-column-gap: 9rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  display: grid;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  mix-blend-mode: difference;
}

.cursor_dot {
  background-color: var(--white);
  mix-blend-mode: difference;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.cursor_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blend-mode-difference {
  mix-blend-mode: difference;
}

.text-size-large {
  font-size: 1.75rem;
  line-height: 1.65;
}

.nav-right {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mega-menu_inner-wrapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 5.55%;
  padding-right: 5.55%;
  display: flex;
}

.testimonial_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1.21875rem;
  height: .75rem;
  display: flex;
}

.testimonial_arrow-icon.is-hover-right {
  z-index: 2;
  position: absolute;
  transform: translate(-180%);
}

.testimonial_arrow-icon.is-hover-left {
  z-index: 2;
  position: absolute;
  transform: translate(180%);
}

.fs-cc-banner_text-link {
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  border: 2px solid var(--black);
  background-color: var(--grey-bg);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: var(--black-shade);
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-button {
  color: #fff;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cookie-button.is-nav-button {
  border-width: 1.5px;
  padding: .75rem 1.5rem;
}

.div-block {
  margin-top: 6rem;
}

.div-block-2 {
  margin: 1rem;
  padding: 1rem;
  display: flex;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  border: 2px solid #000;
  border-radius: 0;
}

.work_button-view-site {
  z-index: 3;
  border: 2px solid var(--black);
  background-color: var(--white);
  opacity: 0;
  cursor: pointer;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: hidden;
}

.work_button-view-site-2 {
  z-index: 3;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: hidden;
}

.visit-site-button {
  z-index: 3;
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.link-block-2 {
  border: 2px solid #000;
  border-radius: 3.75rem;
  padding: .75rem 1rem;
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.div-hide-copy {
  overflow: hidden;
}

.div-hide-copy.is-button-secondary, .div-hide-copy.is-menu-item {
  position: absolute;
  inset: auto 0% 0%;
}

.page-div {
  width: 100vw;
  height: 100vh;
}

.particle-div {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.body {
  background-color: #000;
}

.nav-div {
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-div {
  width: auto;
  height: 20px;
  position: fixed;
  inset: 1% 47% auto;
}

.image-2 {
  width: auto;
  height: 100%;
}

.hero-div {
  width: 100%;
  height: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.get-in-touch-div {
  position: fixed;
  inset: 2% 2% auto auto;
}

.get-in-touch-div:hover {
  transform: scale(1.1);
}

.link {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.hero-text-div {
  width: 65%;
}

.heading {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.bottom-text-div {
  width: 50%;
}

.text-block {
  color: var(--white);
  margin-top: 50px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.main-content {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.logo-div-copy {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  display: flex;
  position: fixed;
  inset: 1% 47% auto;
}

.logo-div-copy.w--current {
  z-index: 1000;
  display: none;
}

.image-2-copy {
  width: auto;
  height: 100%;
}

.get-in-touch-div-copy {
  z-index: 996;
  display: none;
  position: fixed;
  inset: 2% 2% auto auto;
}

.get-in-touch-div-copy:hover {
  transform: scale(1.1);
}

.name-header {
  width: 600px;
  max-width: none;
  position: relative;
}

.text-block-copy {
  color: var(--white);
  margin-top: 50px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  position: relative;
}

.get-in-touch-button {
  background-color: #0000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.arrow {
  opacity: 1;
  width: 30px;
  position: absolute;
}

.portfolio-div {
  z-index: 990;
  flex-direction: column;
  height: 1105vh;
  margin-top: 3rem;
  padding-top: 10rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.project._1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10rem;
  display: flex;
}

.project._2 {
  margin-top: 20rem;
}

.heading-2 {
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 75px;
  font-size: 5.1rem;
  font-weight: 500;
}

.project-info {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-div {
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.tasks-text-copy {
  color: #919191;
}

.visit-project-link {
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100px;
  margin-top: 20px;
  margin-left: 180px;
  margin-right: 0;
  padding: 6px;
  font-size: .9rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.visit-project-link:hover {
  background-color: #2b2b2b;
  transform: scale(1.1);
}

.right-div {
  width: 50%;
}

.project-clip {
  width: 600px;
  height: 350px;
}

.name-button-div {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.close-div {
  z-index: 996;
  display: none;
  position: fixed;
  inset: 2% auto auto 2%;
}

.close-div:hover {
  transform: scale(1.1);
}

.project-copy {
  padding-left: 4rem;
  padding-right: 4rem;
}

.project-copy._1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10rem;
  display: flex;
}

.project-copy._1.last {
  padding-bottom: 15rem;
}

.project-copy._2 {
  margin-top: 20rem;
}

.header-div {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0% 0% 90%;
}

.loading-screen {
  z-index: 1010;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
}

.background-video-3 {
  width: 250px;
  height: 250px;
  margin: 212px auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.visit-project-link-hide {
  color: var(--white);
  justify-content: center;
  align-self: auto;
  width: 100px;
  margin-top: 80px;
  margin-left: 180px;
  margin-right: 0;
  font-size: .9rem;
  text-decoration: none;
  display: none;
}

.visit-project-link-hide:hover {
  transform: scale(1.1);
}

.project-top {
  padding-left: 4rem;
  padding-right: 4rem;
}

.project-top._1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.project-top._2 {
  margin-top: 20rem;
}

.nav-blur-div {
  filter: blur(5px);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.logo-load-image {
  width: 100px;
}

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

  .margin-xxlarge {
    margin: 7.5rem;
  }

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

  .margin-custom3 {
    margin: 5.5rem;
  }

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

  .margin-xxhuge {
    margin: 15rem;
  }

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

  .margin-bottom.margin-xsmall.is-bigger-from-tablet, .margin-bottom.margin-xxsmall.is-bigger-from-tablet {
    margin-bottom: 4rem;
  }

  .padding-xxhuge {
    padding: 15rem;
  }

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

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

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

  .padding-vertical.padding-xhuge {
    padding-top: 10rem;
  }

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

  .margin-xhuge {
    margin: 12rem;
  }

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

  .margin-xlarge {
    margin: 4.5rem;
  }

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

  .padding-huge {
    padding: 10rem;
  }

  .padding-xxlarge {
    padding: 7.5rem;
  }

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

  .max-width-xlarge.hide-tablet {
    display: block;
  }

  .margin-custom1 {
    margin: 6rem;
  }

  .padding-custom1 {
    padding: 6rem;
  }

  .show-tablet {
    display: block;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

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

  .margin-huge {
    margin: 10rem;
  }

  .padding-custom3 {
    padding: 5.5rem;
  }

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

  .padding-xlarge {
    padding: 4.5rem;
  }

  .padding-xhuge {
    padding: 12rem;
  }

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

  .hide-tablet {
    display: none;
  }

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

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

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

  .comparison_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .about-values_list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
  }

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

  .div-hide.is-menu-item {
    display: none;
  }

  .testimonial_arrow-left:hover {
    background-position: 50%;
  }

  .testimonial_arrow-wrapper {
    grid-column-gap: 2rem;
    justify-content: center;
    width: auto;
    display: flex;
    position: static;
  }

  .testimonial_arrow-right:hover, .blog_arrow-wrapper:hover {
    background-position: 50%;
  }

  .footer_mark {
    right: -20%;
  }

  .button-clipboard.is-inverted {
    transition-property: none;
  }

  .button-clipboard.is-inverted:hover {
    background-color: #0000;
  }

  .footer_top.is-mega-menu {
    padding-left: 0;
  }

  .padding-0-tablet {
    padding: 0;
  }

  .text-inline-tablet {
    display: inline;
  }

  .work_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .work_button-scroll-unlock {
    z-index: 4;
    opacity: 1;
  }

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

  .heading-custom1, .heading-custom1.is-services {
    opacity: 1;
  }

  .heading-custom1.is-mega-menu {
    font-size: 2.5rem;
  }

  .comparison_list {
    grid-row-gap: 3rem;
  }

  .screenshots_link {
    width: 55vw;
  }

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

  .screenshots_item:first-child {
    margin-left: 0%;
  }

  .screenshots_item:last-child {
    margin-right: 0%;
  }

  .faq_button:hover {
    background-position: 50%;
  }

  .legal-links_eye-white {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .legal-links_eye-black {
    position: absolute;
    inset: 10% auto auto 10%;
  }

  .legal-links_eye-green {
    position: absolute;
    inset: 20% auto auto 20%;
  }

  .mega-menu_component {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .mega-menu_grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    padding-top: 14rem;
    padding-bottom: 2rem;
  }

  .margin-0-tablet {
    margin: 0;
  }

  .mega-menu_inner-wrapper {
    overflow: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .work_button-view-site {
    z-index: 4;
    opacity: 1;
  }

  .div-hide-copy, .div-hide-copy.is-menu-item {
    display: none;
  }

  .get-in-touch-button {
    width: 100px;
    height: 100px;
    padding: 6px;
  }

  .arrow {
    width: 20px;
    top: 18px;
    bottom: 18px;
  }

  .portfolio-div {
    height: 1015vh;
  }

  .project._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 4.7rem;
    line-height: .9;
  }

  .right-div {
    overflow: hidden;
  }

  .project-clip {
    width: 500px;
    height: 295px;
  }

  .project-copy._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .loading-screen {
    display: block;
  }

  .project-top._1 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1rem;
  }

  ul, ol {
    font-size: 1rem;
    line-height: 1.75;
  }

  .padding-small {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 5rem;
  }

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

  .margin-custom3 {
    margin: 5rem;
  }

  .text-rich-text h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .text-rich-text h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 10rem;
  }

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

  .margin-bottom.margin-xsmall.is-bigger-from-tablet {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-xxsmall.is-bigger-from-tablet {
    margin-bottom: 2rem;
  }

  .padding-xxhuge {
    padding: 10rem;
  }

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

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

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

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

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

  .padding-xsmall {
    padding: 1.25rem;
  }

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

  .margin-xhuge {
    margin: 8rem;
  }

  .margin-large {
    margin: 3rem;
  }

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

  .text-size-small.is-banner-text {
    font-size: 1rem;
  }

  .margin-small {
    margin: 1.5rem;
  }

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

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

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

  .image-wrapper-16-9.mobile-landscape-3-2 {
    padding-top: 66.6667%;
  }

  .padding-medium {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 4rem;
  }

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

  .padding-huge {
    padding: 6rem;
  }

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

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

  .padding-xxlarge {
    padding: 5rem;
  }

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

  .margin-custom1 {
    margin: 5rem;
  }

  .padding-custom1 {
    padding: 5rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .margin-xsmall {
    margin: 1.25rem;
  }

  .padding-header {
    padding: 8rem;
  }

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

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

  .margin-huge {
    margin: 6rem;
  }

  .padding-custom3 {
    padding: 5rem;
  }

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

  .padding-xlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 3rem;
  }

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

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

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

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

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

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

  .nav-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  ._2col_content-right {
    align-items: center;
  }

  ._2col_logo {
    max-height: 3rem;
  }

  ._2col_logo-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .comparison_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about-profile_component, .about-values_list, .legal-links_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .showcase_list {
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .showcase_image {
    padding-top: 66.6667%;
  }

  .testimonial_arrow-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper {
    margin-bottom: 32px;
  }

  .testimonial_arrow-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .testimonial_profile-photo {
    width: 5rem;
    height: 5rem;
  }

  .blog_arrow-wrapper {
    background-image: none;
  }

  .footer_email-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-clipboard.is-inverted {
    margin-left: -1rem;
  }

  .padding-0-landscape {
    padding: 0;
  }

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

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

  .comparison_list {
    grid-row-gap: 2rem;
  }

  .rl-builtwith_project-button {
    border: 1px solid #1616161a;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    inset: auto auto 1rem 1rem;
  }

  .rl-builtwith_button-icon {
    flex: none;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin-left: 0;
  }

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

  .faq_button {
    background-image: none;
  }

  .faq-rich-text h1 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: 2rem;
  }

  .faq-rich-text h2 {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.75rem;
  }

  .faq-rich-text figure {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .legal-links_eyes-wrapper {
    grid-column-gap: 2rem;
  }

  .legal-links_eye-white {
    width: 14rem;
    height: 14rem;
  }

  .legal-links_eye-black {
    width: 7rem;
    height: 7rem;
  }

  .legal-links_eye-green {
    width: 2rem;
    height: 2rem;
  }

  .mega-menu_grid {
    grid-row-gap: 5rem;
  }

  .margin-0-landscape {
    margin: 0;
  }

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

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

  .logo-div-copy.w--current {
    width: 50px;
  }

  .name-header {
    width: 65%;
    bottom: 16%;
  }

  .text-block-copy {
    font-size: 15px;
  }

  .get-in-touch-button {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    padding: 11px;
    bottom: 5%;
    right: 6%;
  }

  .arrow {
    top: 30px;
    bottom: 30px;
  }

  .portfolio-div {
    height: 1255vh;
  }

  .project._1 {
    flex-direction: column;
  }

  .heading-2 {
    text-align: center;
    padding-left: 0;
    font-size: 4rem;
  }

  .left-div {
    align-items: center;
    width: 100%;
  }

  .visit-project-link {
    margin-top: 35px;
    margin-left: 0;
  }

  .right-div {
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    display: flex;
    overflow: visible;
  }

  .project-copy._1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20rem;
  }

  .loading-screen {
    display: block;
  }

  .visit-project-link-hide {
    margin-top: 35px;
    margin-left: 0;
  }

  .project-top._1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20rem;
  }
}

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

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

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

  .heading-xsmall.is-footer-link-text {
    font-size: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

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

  .heading-small.is-footer-link-text {
    font-size: 1.25rem;
  }

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

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

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

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

  ._2col_logo-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .comparison_component, .about-profile_component, .about-values_list, .legal-links_component {
    grid-template-columns: 1fr;
  }

  .button-reveal.is-faq {
    width: 115%;
    height: 115%;
  }

  .testimonial_text-wrapper {
    height: 20rem;
  }

  .testimonial_profile {
    justify-content: flex-start;
  }

  .blog_arrow-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .padding-0-portrait {
    padding: 0;
  }

  .work_button-scroll-lock, .work_button-scroll-unlock {
    bottom: .5rem;
    right: .5rem;
  }

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

  .comparison_list {
    grid-row-gap: 2.5rem;
  }

  .screenshots_link {
    border-width: 1px;
    width: 65vw;
  }

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

  .screenshots_item:last-child {
    display: none;
  }

  .faq_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .legal-links_eye-white {
    width: 7rem;
    height: 7rem;
  }

  .legal-links_eye-black {
    width: 3.5rem;
    height: 3.5rem;
    top: 15%;
    left: 15%;
  }

  .legal-links_eye-green {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mega-menu_grid {
    grid-row-gap: 3rem;
  }

  .margin-0-portrait {
    margin: 0;
  }

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

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .work_button-view-site, .work_button-view-site-2 {
    bottom: .5rem;
    right: .5rem;
  }

  .logo-div-copy.w--current {
    left: 42%;
    right: 42%;
  }

  .name-header {
    width: 100%;
    padding-left: 0;
    bottom: 31%;
  }

  .text-block-copy {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 5px;
    font-size: 14px;
    bottom: 25%;
  }

  .get-in-touch-button {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .arrow {
    top: auto;
    bottom: auto;
  }

  .portfolio-div {
    height: 899vh;
  }

  .project._1 {
    align-items: center;
  }

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

  .left-div, .right-div {
    width: 90%;
  }

  .project-clip {
    width: 95%;
    height: 185px;
  }

  .name-button-div {
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-copy._1 {
    align-items: center;
    margin-top: 7rem;
  }

  .loading-screen {
    display: none;
  }

  .background-video-3 {
    width: 210px;
    height: 210px;
  }

  .project-top._1 {
    align-items: center;
    margin-top: 0;
  }

  .div-block-4 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

#w-node-_545eae33-0eaf-5714-27c3-f286d50c5fbd-5ddb87b7, #w-node-bae632ad-ccf5-15c3-2455-eaf6582d88eb-5ddb87b7, #w-node-_545eae33-0eaf-5714-27c3-f286d50c5fc5-5ddb87b7, #w-node-_545eae33-0eaf-5714-27c3-f286d50c5fbf-5ddb87b7, #w-node-_73ec42ba-d627-12f3-3b3f-6f41dc85059b-5ddb87b7, #w-node-_3233d5f0-679a-f664-73d5-fd49f6f43d0f-5ddb87b7, #w-node-_9b144ad1-87bd-32ea-7b48-e6bb6e47196b-5ddb87b7, #w-node-ded71c1e-e330-158b-7a8b-2fe75f5f20d6-5ddb87b7 {
  justify-self: center;
}

#testimonial-arrow-right.w-node-d3977386-fe9a-3cb7-0ed1-60b1de2d84f8-5ddb87b7 {
  justify-self: end;
}

#w-node-fe5844d1-ebc9-caad-d14b-fea8ce14997e-ce149979 {
  align-self: start;
}

#w-node-fe5844d1-ebc9-caad-d14b-fea8ce14999d-ce149979 {
  justify-self: auto;
}

#w-node-_617c22ea-155a-f424-72bb-56e2bbdef772-5ddb87c7 {
  align-self: center;
}

#w-node-_0b4c0aaa-cee4-926c-2f00-d61568a5f49f-5ddb87cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_88b7ac4d-dae6-7664-7d67-a3b47cf54b33-5ddb880a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88b7ac4d-dae6-7664-7d67-a3b47cf54b4b-5ddb880a {
  justify-self: start;
}

#w-node-dc48ae3f-eecf-d5ca-aa85-bb260b3e87ff-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d2052d5-9f3f-8d6d-15d3-c4a4be1be265-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1d730-dee1-f73f-92bd-91b8050b180c-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a9aabd61-893a-dade-81fc-f02a3e670f2a-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f9057-6dbc-57b0-8561-99e0402e7d97-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_051f9057-6dbc-57b0-8561-99e0402e7d99-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f9057-6dbc-57b0-8561-99e0402e7d9b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_051f9057-6dbc-57b0-8561-99e0402e7d9d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14db6a08-4904-3e59-2df9-cb0a115778f8-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_14db6a08-4904-3e59-2df9-cb0a115778fa-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14db6a08-4904-3e59-2df9-cb0a115778fc-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_14db6a08-4904-3e59-2df9-cb0a115778fe-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aaffb35-1fa1-bd8c-1acf-b342f87a32b6-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6aaffb35-1fa1-bd8c-1acf-b342f87a32b8-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aaffb35-1fa1-bd8c-1acf-b342f87a32ba-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6aaffb35-1fa1-bd8c-1acf-b342f87a32bc-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f1d0561-9811-2931-3b94-c11b6fa0cded-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f1d0561-9811-2931-3b94-c11b6fa0cdef-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f1d0561-9811-2931-3b94-c11b6fa0cdf1-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f1d0561-9811-2931-3b94-c11b6fa0cdf3-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78e9fd18-dbd9-4c9c-35a1-3dbf67a3325b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_78e9fd18-dbd9-4c9c-35a1-3dbf67a3325d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78e9fd18-dbd9-4c9c-35a1-3dbf67a3325f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_78e9fd18-dbd9-4c9c-35a1-3dbf67a33261-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d21318e-7798-da88-df51-0851d25938de-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2d21318e-7798-da88-df51-0851d25938e0-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d21318e-7798-da88-df51-0851d25938e2-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2d21318e-7798-da88-df51-0851d25938e4-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40b2f5fa-f415-5be4-7744-42b22256ab6d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_40b2f5fa-f415-5be4-7744-42b22256ab6f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40b2f5fa-f415-5be4-7744-42b22256ab71-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_40b2f5fa-f415-5be4-7744-42b22256ab73-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffe1b71a-98ed-34af-b7d9-22d6d0105e04-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ffe1b71a-98ed-34af-b7d9-22d6d0105e06-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffe1b71a-98ed-34af-b7d9-22d6d0105e08-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ffe1b71a-98ed-34af-b7d9-22d6d0105e0a-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18362ff3-0ab9-09ff-d16b-5e2b65d00f3e-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_18362ff3-0ab9-09ff-d16b-5e2b65d00f40-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18362ff3-0ab9-09ff-d16b-5e2b65d00f42-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_18362ff3-0ab9-09ff-d16b-5e2b65d00f44-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efa9e11c-a502-2a3f-75e3-6d706b5b9c75-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-efa9e11c-a502-2a3f-75e3-6d706b5b9c77-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efa9e11c-a502-2a3f-75e3-6d706b5b9c79-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-efa9e11c-a502-2a3f-75e3-6d706b5b9c7b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1952d84-81b1-12db-3a8f-be1911104a33-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b1952d84-81b1-12db-3a8f-be1911104a35-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1952d84-81b1-12db-3a8f-be1911104a37-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b1952d84-81b1-12db-3a8f-be1911104a39-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_932cfab4-414d-ded3-52bc-5ed8bdd64f67-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_932cfab4-414d-ded3-52bc-5ed8bdd64f69-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_932cfab4-414d-ded3-52bc-5ed8bdd64f6b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_932cfab4-414d-ded3-52bc-5ed8bdd64f6d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c625740-eb1a-9511-fcbd-bbb820d1d56f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8c625740-eb1a-9511-fcbd-bbb820d1d571-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c625740-eb1a-9511-fcbd-bbb820d1d573-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8c625740-eb1a-9511-fcbd-bbb820d1d575-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819c638e-1c14-d74d-beac-f9a914468499-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_819c638e-1c14-d74d-beac-f9a91446849b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819c638e-1c14-d74d-beac-f9a91446849d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_819c638e-1c14-d74d-beac-f9a91446849f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8e640ee-20d5-c235-82f9-6ca5fdd2e1a5-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f8e640ee-20d5-c235-82f9-6ca5fdd2e1a7-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8e640ee-20d5-c235-82f9-6ca5fdd2e1a9-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f8e640ee-20d5-c235-82f9-6ca5fdd2e1ab-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca2bb33-e872-7fc0-636b-1e92620aa435-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ca2bb33-e872-7fc0-636b-1e92620aa437-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca2bb33-e872-7fc0-636b-1e92620aa439-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ca2bb33-e872-7fc0-636b-1e92620aa43b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56596045-3934-5c40-8376-1b1efd189315-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_56596045-3934-5c40-8376-1b1efd189317-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56596045-3934-5c40-8376-1b1efd189319-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_56596045-3934-5c40-8376-1b1efd18931b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d529e-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d52a0-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d52a2-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d52a4-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aa3db13-58ce-a0d0-0d43-c1b84855f5b9-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6aa3db13-58ce-a0d0-0d43-c1b84855f5bb-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aa3db13-58ce-a0d0-0d43-c1b84855f5bd-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6aa3db13-58ce-a0d0-0d43-c1b84855f5bf-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a914f0-d042-6d89-b3c3-936c628e076d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_77a914f0-d042-6d89-b3c3-936c628e076f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a914f0-d042-6d89-b3c3-936c628e0771-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_77a914f0-d042-6d89-b3c3-936c628e0773-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17277746-dfc5-2072-471f-30dc85038e6b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_17277746-dfc5-2072-471f-30dc85038e6d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17277746-dfc5-2072-471f-30dc85038e6f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_17277746-dfc5-2072-471f-30dc85038e71-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04d90281-3e24-580c-74c5-3b084c8ba3b7-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_04d90281-3e24-580c-74c5-3b084c8ba3b9-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04d90281-3e24-580c-74c5-3b084c8ba3bb-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_04d90281-3e24-580c-74c5-3b084c8ba3bd-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2cf2fe-fd57-c2a3-8150-6198012d16e2-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d2cf2fe-fd57-c2a3-8150-6198012d16e4-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2cf2fe-fd57-c2a3-8150-6198012d16e6-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d2cf2fe-fd57-c2a3-8150-6198012d16e8-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af8bb4a5-2492-7fd5-3844-7a4a1a52663c-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-af8bb4a5-2492-7fd5-3844-7a4a1a52663e-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af8bb4a5-2492-7fd5-3844-7a4a1a526640-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-af8bb4a5-2492-7fd5-3844-7a4a1a526642-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a8485b1-1eb6-57c1-6b05-6018feec4b63-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a8485b1-1eb6-57c1-6b05-6018feec4b65-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a8485b1-1eb6-57c1-6b05-6018feec4b67-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a8485b1-1eb6-57c1-6b05-6018feec4b69-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc535ecd-5837-e6fa-10c0-e956c924c4df-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fc535ecd-5837-e6fa-10c0-e956c924c4e1-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc535ecd-5837-e6fa-10c0-e956c924c4e3-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fc535ecd-5837-e6fa-10c0-e956c924c4e5-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca65a93f-a60d-51db-e033-49f16e584482-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca65a93f-a60d-51db-e033-49f16e584484-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca65a93f-a60d-51db-e033-49f16e584486-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca65a93f-a60d-51db-e033-49f16e584488-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db813ef3-0f6a-36a5-da4e-f487ed64be49-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-db813ef3-0f6a-36a5-da4e-f487ed64be4b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db813ef3-0f6a-36a5-da4e-f487ed64be4d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-db813ef3-0f6a-36a5-da4e-f487ed64be4f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_233def00-2d16-83de-0fbf-3becb000343f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_233def00-2d16-83de-0fbf-3becb0003441-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_233def00-2d16-83de-0fbf-3becb0003443-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_233def00-2d16-83de-0fbf-3becb0003445-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06bd2308-d998-1285-33bd-00f7d00f2707-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_06bd2308-d998-1285-33bd-00f7d00f2709-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06bd2308-d998-1285-33bd-00f7d00f270b-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_06bd2308-d998-1285-33bd-00f7d00f270d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d528d-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d528f-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d5291-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_794cceba-c9c8-909c-ad9f-2debbc7d5293-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e3b128e-7629-08f3-a3cd-57ce8b945e1c-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0e3b128e-7629-08f3-a3cd-57ce8b945e1e-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e3b128e-7629-08f3-a3cd-57ce8b945e20-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0e3b128e-7629-08f3-a3cd-57ce8b945e22-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97046bfc-7209-3b01-74a8-8f5c318034a8-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_97046bfc-7209-3b01-74a8-8f5c318034aa-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97046bfc-7209-3b01-74a8-8f5c318034ac-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_97046bfc-7209-3b01-74a8-8f5c318034ae-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6cacb84-c07d-be68-3fe5-c520370599a0-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f6cacb84-c07d-be68-3fe5-c520370599a2-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6cacb84-c07d-be68-3fe5-c520370599a4-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f6cacb84-c07d-be68-3fe5-c520370599a6-207f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #testimonial-arrow-right.w-node-d3977386-fe9a-3cb7-0ed1-60b1de2d84f8-5ddb87b7, #w-node-fe5844d1-ebc9-caad-d14b-fea8ce14999d-ce149979, #w-node-_0b4c0aaa-cee4-926c-2f00-d61568a5f49f-5ddb87cb {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc48ae3f-eecf-d5ca-aa85-bb260b3e87ff-207f9d32, #w-node-_77e1d730-dee1-f73f-92bd-91b8050b180c-207f9d32, #w-node-_051f9057-6dbc-57b0-8561-99e0402e7d97-207f9d32, #w-node-_051f9057-6dbc-57b0-8561-99e0402e7d9b-207f9d32, #w-node-_14db6a08-4904-3e59-2df9-cb0a115778f8-207f9d32, #w-node-_14db6a08-4904-3e59-2df9-cb0a115778fc-207f9d32, #w-node-_6aaffb35-1fa1-bd8c-1acf-b342f87a32b6-207f9d32, #w-node-_6aaffb35-1fa1-bd8c-1acf-b342f87a32ba-207f9d32, #w-node-_8f1d0561-9811-2931-3b94-c11b6fa0cded-207f9d32, #w-node-_8f1d0561-9811-2931-3b94-c11b6fa0cdf1-207f9d32, #w-node-_78e9fd18-dbd9-4c9c-35a1-3dbf67a3325b-207f9d32, #w-node-_78e9fd18-dbd9-4c9c-35a1-3dbf67a3325f-207f9d32, #w-node-_2d21318e-7798-da88-df51-0851d25938de-207f9d32, #w-node-_2d21318e-7798-da88-df51-0851d25938e2-207f9d32, #w-node-_40b2f5fa-f415-5be4-7744-42b22256ab6d-207f9d32, #w-node-_40b2f5fa-f415-5be4-7744-42b22256ab71-207f9d32, #w-node-ffe1b71a-98ed-34af-b7d9-22d6d0105e04-207f9d32, #w-node-ffe1b71a-98ed-34af-b7d9-22d6d0105e08-207f9d32, #w-node-_18362ff3-0ab9-09ff-d16b-5e2b65d00f3e-207f9d32, #w-node-_18362ff3-0ab9-09ff-d16b-5e2b65d00f42-207f9d32, #w-node-efa9e11c-a502-2a3f-75e3-6d706b5b9c75-207f9d32, #w-node-efa9e11c-a502-2a3f-75e3-6d706b5b9c79-207f9d32, #w-node-b1952d84-81b1-12db-3a8f-be1911104a33-207f9d32, #w-node-b1952d84-81b1-12db-3a8f-be1911104a37-207f9d32, #w-node-_932cfab4-414d-ded3-52bc-5ed8bdd64f67-207f9d32, #w-node-_932cfab4-414d-ded3-52bc-5ed8bdd64f6b-207f9d32, #w-node-_8c625740-eb1a-9511-fcbd-bbb820d1d56f-207f9d32, #w-node-_8c625740-eb1a-9511-fcbd-bbb820d1d573-207f9d32, #w-node-_819c638e-1c14-d74d-beac-f9a914468499-207f9d32, #w-node-_819c638e-1c14-d74d-beac-f9a91446849d-207f9d32, #w-node-f8e640ee-20d5-c235-82f9-6ca5fdd2e1a5-207f9d32, #w-node-f8e640ee-20d5-c235-82f9-6ca5fdd2e1a9-207f9d32, #w-node-_3ca2bb33-e872-7fc0-636b-1e92620aa435-207f9d32, #w-node-_3ca2bb33-e872-7fc0-636b-1e92620aa439-207f9d32, #w-node-_56596045-3934-5c40-8376-1b1efd189315-207f9d32, #w-node-_56596045-3934-5c40-8376-1b1efd189319-207f9d32, #w-node-_77a914f0-d042-6d89-b3c3-936c628e076d-207f9d32, #w-node-_77a914f0-d042-6d89-b3c3-936c628e0771-207f9d32, #w-node-_17277746-dfc5-2072-471f-30dc85038e6b-207f9d32, #w-node-_17277746-dfc5-2072-471f-30dc85038e6f-207f9d32, #w-node-_04d90281-3e24-580c-74c5-3b084c8ba3b7-207f9d32, #w-node-_04d90281-3e24-580c-74c5-3b084c8ba3bb-207f9d32, #w-node-af8bb4a5-2492-7fd5-3844-7a4a1a52663c-207f9d32, #w-node-af8bb4a5-2492-7fd5-3844-7a4a1a526640-207f9d32, #w-node-fc535ecd-5837-e6fa-10c0-e956c924c4df-207f9d32, #w-node-fc535ecd-5837-e6fa-10c0-e956c924c4e3-207f9d32, #w-node-db813ef3-0f6a-36a5-da4e-f487ed64be49-207f9d32, #w-node-db813ef3-0f6a-36a5-da4e-f487ed64be4d-207f9d32, #w-node-_233def00-2d16-83de-0fbf-3becb000343f-207f9d32, #w-node-_233def00-2d16-83de-0fbf-3becb0003443-207f9d32, #w-node-_06bd2308-d998-1285-33bd-00f7d00f2707-207f9d32, #w-node-_06bd2308-d998-1285-33bd-00f7d00f270b-207f9d32 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_794cceba-c9c8-909c-ad9f-2debbc7d529e-207f9d32, #w-node-_794cceba-c9c8-909c-ad9f-2debbc7d52a2-207f9d32, #w-node-_6aa3db13-58ce-a0d0-0d43-c1b84855f5b9-207f9d32, #w-node-_6aa3db13-58ce-a0d0-0d43-c1b84855f5bd-207f9d32, #w-node-_5d2cf2fe-fd57-c2a3-8150-6198012d16e2-207f9d32, #w-node-_5d2cf2fe-fd57-c2a3-8150-6198012d16e6-207f9d32, #w-node-_0a8485b1-1eb6-57c1-6b05-6018feec4b63-207f9d32, #w-node-_0a8485b1-1eb6-57c1-6b05-6018feec4b67-207f9d32, #w-node-ca65a93f-a60d-51db-e033-49f16e584482-207f9d32, #w-node-ca65a93f-a60d-51db-e033-49f16e584486-207f9d32, #w-node-_794cceba-c9c8-909c-ad9f-2debbc7d528d-207f9d32, #w-node-_794cceba-c9c8-909c-ad9f-2debbc7d5291-207f9d32, #w-node-_0e3b128e-7629-08f3-a3cd-57ce8b945e1c-207f9d32, #w-node-_0e3b128e-7629-08f3-a3cd-57ce8b945e20-207f9d32, #w-node-_97046bfc-7209-3b01-74a8-8f5c318034a8-207f9d32, #w-node-_97046bfc-7209-3b01-74a8-8f5c318034ac-207f9d32, #w-node-f6cacb84-c07d-be68-3fe5-c520370599a0-207f9d32, #w-node-f6cacb84-c07d-be68-3fe5-c520370599a4-207f9d32 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Degular Display';
  src: url('../fonts/Degular-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular Display';
  src: url('../fonts/Degular-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular Text';
  src: url('../fonts/Degular-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular Text';
  src: url('../fonts/Degular-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular Text';
  src: url('../fonts/Degular-Text-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}