:root {
  --midnight-blue: #141731;
  --white: white;
  --coral: #ff8049;
  --dark-slate-grey: #115b5c;
  --dark-slate-blue: #304761;
  --medium-aquamarine: #62b790;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #304761;
  font-family: soleil;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: paralucent;
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 6rem;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: paralucent;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: paralucent;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.75rem;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: paralucent;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #304761;
  margin-bottom: 2.1rem;
}

a {
  transition: all .2s;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

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

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

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

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

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

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

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

.overflow-hidden.mod--btn {
  z-index: 2;
  position: relative;
}

.overflow-hidden.margin-bottom-32 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: .9;
}

.overflow-hidden.mod--services-arrow {
  position: absolute;
  top: 6.1875rem;
  right: 5.5rem;
}

.overflow-hidden.mod--about-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.overflow-hidden.mod--featured {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.overflow-hidden.mod--featured.mod--by-logo {
  height: 3.125rem;
  min-height: 3.125rem;
}

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

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

.icon.mod--arrow-btn {
  justify-content: center;
  align-items: center;
  width: .6rem;
  position: relative;
}

.icon.mod--arrow-btn.hide {
  display: none;
}

.icon.mod--overflow-anim {
  position: absolute;
  bottom: 0;
  left: -2rem;
}

.icon.mod--overflow-anim.mod--services-arrow, .icon.mod--overflow-anim.mod--about-arrow {
  bottom: -2rem;
}

.icon.mod--services-arrow {
  width: 2.125rem;
  height: 2.125rem;
}

.icon.mod--social {
  width: 1.375rem;
  height: 1.375rem;
}

.icon.mod--social.mod--dribble {
  width: 1.125rem;
  height: 1.125rem;
}

.icon.mod--social.mod--absolute {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.icon.mod--submit-check {
  flex: none;
  width: 24px;
  height: 24px;
}

.button2 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.heading-large {
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 6rem;
}

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

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

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

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

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

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

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.form {
  position: relative;
}

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

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

.form-wrapper {
  margin-bottom: 0;
  position: relative;
}

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

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

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

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

.text-rich h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich p, .text-rich blockquote, .text-rich ul {
  margin-bottom: .75rem;
}

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

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

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

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

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

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.icon-large {
  width: 4rem;
  height: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.heading-size-18 {
  font-family: soleil;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: .125rem solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page-wrap.bg-test {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section {
  padding: 9rem 2.5rem;
}

.section.mod--header {
  z-index: 90;
  padding: 0 20px;
  position: absolute;
  inset: 1.75rem 0% auto;
}

.section.mod--hero {
  background-image: linear-gradient(60deg, #2d3d5c, #64ba91);
  min-height: 83.875rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.mod--footer {
  background-color: #fff;
  padding-top: 5.5rem;
  padding-bottom: 0;
}

.section.padding-top-144 {
  padding-top: 9rem;
}

.section.mod--profess {
  min-height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.mod--runline {
  background-image: url('../images/running-words.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-top: .0625rem solid #14173126;
  border-bottom: .0625rem solid #14173126;
  height: 18rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.mod--reviews {
  background-image: linear-gradient(20deg, #24305a, #69c895);
}

.content {
  z-index: 2;
  width: 70%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn {
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #233053;
  border-radius: .625rem;
  padding: 1rem 2rem;
  font-family: sofia-pro;
  font-weight: 700;
  transition: all .2s;
  overflow: hidden;
  transform: translate(0);
}

.btn.mod--submit {
  min-width: 10.125rem;
  margin-top: 1.625rem;
}

.btn.btn--border {
  border: .0625rem solid var(--midnight-blue);
  background-color: #23305300;
}

.btn.btn--border.btn--white {
  color: #fff;
  border-color: #ffffff80;
  display: block;
}

.btn.btn--border.btn--white.dddd {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
}

.logo.mod--footer {
  width: 4rem;
}

.logo.mod--header {
  width: 7.125rem;
}

.nav {
  align-items: flex-end;
  display: flex;
}

.nav.mod--footer {
  grid-column-gap: 5.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  display: grid;
}

.nav-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  top: 0;
}

.nav-link:hover {
  margin-bottom: -.25rem;
  padding-bottom: .25rem;
  top: -.25rem;
}

.nav-link.text-color-white {
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
}

.nav-link.text-color-white.w--current {
  margin-right: 10px;
  font-size: 17px;
}

.nav-link.text-color-white.c {
  margin-right: 0;
}

.btn-border {
  color: #222532;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: .0625rem solid #222532;
  border-radius: .1875rem;
  min-width: 11.5rem;
  padding: 1.0625rem 2rem;
  font-size: .875rem;
}

.hero__content {
  z-index: 2;
  margin-left: 4.0625rem;
  padding-top: 9.9375rem;
  position: relative;
}

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

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--header {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.columns.mod--featured {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: stretch;
  height: 5.625rem;
  margin-bottom: 3.4375rem;
}

.columns.mod--featured-choose {
  border-top: .0625rem solid #14173126;
  height: 8.75rem;
  position: relative;
}

.columns.mod--about-heading {
  max-width: 73rem;
  margin-bottom: 9.375rem;
  margin-left: auto;
  margin-right: auto;
}

.columns.mod--about {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns.mod--profess {
  align-items: flex-end;
  height: 100%;
}

.columns.mod--app {
  grid-column-gap: 7rem;
}

.columns.mod--services-heading {
  max-width: 72.8125rem;
  margin-bottom: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}

.columns.mod--services {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.columns.mod--reviews {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.columns.mod--footer.mod--2 {
  border-top: .0625rem solid #14173126;
  border-bottom: .0625rem solid #14173126;
  align-items: center;
  margin-top: 4.625rem;
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.col {
  flex: 1;
}

.col.col--1.mod--header {
  flex: none;
}

.col.col--1.mod--featured {
  max-width: 22.1875rem;
}

.col.col--1.mod--about-heading {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 28.125rem;
  display: flex;
}

.col.col--1.mod--profess {
  background-color: var(--coral);
  color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: 80%;
  padding: 9rem 5rem 9rem 2.5rem;
  display: flex;
  overflow: hidden;
}

.col.col--1.mod--services-heading {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 28.125rem;
  display: flex;
}

.col.col--1.mod--services {
  max-width: 25rem;
}

.col.col--1.mod--footer.mod--copyright {
  align-items: center;
  display: flex;
}

.col.col--2 {
  padding-left: 12px;
}

.col.col--2.mod--header {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.col.col--2.mod--featured {
  max-width: 20rem;
}

.col.col--2.mod--profess {
  background-color: var(--dark-slate-grey);
  border-top-left-radius: 1.875rem;
  flex: 0 auto;
  width: 65%;
  height: 100%;
  padding-right: 2.5rem;
  overflow: hidden;
}

.col.col--2.mod--app {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.col.col--2.mod--footer {
  max-width: 19.375rem;
}

.col.col--3.mod--header {
  flex: 0 auto;
}

.col.col--3.mod--featured {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 12.5rem;
  display: flex;
}

.col.col--3.mod--app {
  flex: 0 auto;
}

.col.col--3.mod--footer {
  max-width: 21rem;
  margin-left: 9.25rem;
}

.col.col--3.mod--footer.mod--copyright {
  grid-column-gap: 2.125rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-left: 0;
  font-size: .75rem;
  display: flex;
}

.col.mod--featured-choose {
  opacity: .2;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.col.mod--featured-choose:hover, .col.mod--featured-choose.active {
  opacity: 1;
}

.col.mod--about, .col.mod--reviews {
  border-radius: 1.875rem;
  position: relative;
}

.col.mod--reviews.mod--2 {
  padding-top: 4.375rem;
  padding-left: 4rem;
}

.col.mod--reviews {
  border-radius: 1.875rem;
  position: relative;
}

.col.mod--reviews.mod--3 {
  padding-top: 7.5rem;
  padding-left: 4rem;
  padding-right: 2.5rem;
}

.btn__txt.mod--absolute {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
}

.btn__bg {
  z-index: 0;
  margin: -.0625rem;
  position: absolute;
  inset: 0%;
}

.btn__bg.mod--1 {
  background-color: #ff804980;
}

.btn__bg.mod--1.mod--white {
  background-color: #ffffff80;
}

.btn__bg.mod--1.mod--blue {
  background-color: #30476180;
}

.btn__bg.mod--2 {
  background-color: var(--coral);
}

.btn__bg.mod--2.mod--white {
  background-color: #fff;
}

.btn__bg.mod--2.mod--blue {
  background-color: var(--dark-slate-blue);
}

.text-color-green {
  color: var(--medium-aquamarine);
}

.hero__join {
  z-index: 1;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: .0625rem solid #ffffff4d;
  border-radius: 1.25rem;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  padding: 1.875rem 3.9375rem;
  font-family: sofia-pro;
  font-size: 1.1875rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.arrow-wrap {
  z-index: 1;
  color: var(--midnight-blue);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: .1875rem .1875rem .1875rem .25rem;
  transition: all .3s;
  display: flex;
  transform: scale(1);
}

.arrow-wrap.text-color-orange.mod--join {
  margin-left: 2rem;
}

.arrow-wrap.text-color-orange.mod--form {
  background-color: var(--coral);
  color: #fff;
  position: relative;
}

.arrow-wrap.text-color-greendark.mod--btn-big {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.hero__join-shadow {
  z-index: 0;
  opacity: .56;
  position: absolute;
  top: -1.67188rem;
  left: -2.875rem;
}

.hero__join-wrap {
  align-items: center;
  margin-top: 4.5625rem;
  display: flex;
  position: relative;
}

.cards__parallax {
  opacity: 1;
  perspective: 93.75rem;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 15.4375rem;
  right: 9.6875rem;
}

.cards__card {
  z-index: 1;
  background-image: url('../images/Card-Orange.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.cards__card.mod--2 {
  background-image: url('../images/Card-Dark.svg');
  background-position: 0 0;
  background-size: cover;
}

.cards__card.mod--2.card-new-bg {
  background-image: url('../images/card-holographic_1card-holographic.webp');
  background-size: cover;
}

.cards__card.mod--1.card-new-bg {
  background-image: url('../images/card-holographic_1card-holographic.webp');
  background-position: 50%;
  background-size: cover;
}

.cards__card-content {
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cards__card-content.mod--1 {
  transform: rotate(0);
}

.cards__card-wrap {
  flex: none;
  width: 23.1em;
  height: 13.1em;
  position: absolute;
  top: 0;
  left: 0;
}

.cards__card-wrap.mod--1 {
  z-index: 2;
  transform-style: preserve-3d;
  left: -3.1em;
  transform: rotateX(-4deg)rotateY(-32deg)rotateZ(37deg)perspective(93.75rem);
}

.cards__card-wrap.mod--2 {
  transform-style: preserve-3d;
  top: 11.3em;
  left: 7.7em;
  transform: rotateX(34deg)rotateY(2deg)rotateZ(-35deg);
}

.cards__shadow {
  z-index: 0;
  opacity: .9;
  display: block;
  position: absolute;
  bottom: .875rem;
  left: 17.25rem;
  transform: skew(0deg, -10deg)rotate(-36deg);
}

.featured {
  background-color: #fff;
  border-radius: 1.875rem;
  margin-top: 9.0625rem;
  padding: 1rem 4rem;
}

.hero__bg-orange {
  z-index: -1;
  background-image: linear-gradient(#ff8049, #f37038);
  border-top-right-radius: 3.75rem;
  width: 62.5rem;
  height: 62.5rem;
  position: absolute;
  top: 39.375rem;
  left: -30.5rem;
}

.card__shine {
  opacity: .3;
  background-color: #fff;
  width: 0;
  height: 200%;
  position: relative;
  transform: rotate(40deg);
  box-shadow: 0 0 2.5rem .625rem #fff;
}

.card__shine.mod--2 {
  opacity: .2;
  transform: rotate(-40deg);
}

.card__shine-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__bg {
  z-index: 0;
  background-image: url('../images/bg-hero-02.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83.875rem;
  position: absolute;
  inset: 0%;
}

.opacity-70 {
  opacity: .7;
}

.featured__by {
  color: #141731b3;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .75rem;
}

.featured__logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featured__logo.mod--1 {
  width: 9.375rem;
}

.featured__logo.mod--2 {
  width: 150px;
}

.featured__logo.mod--3 {
  width: 7.1875rem;
}

.featured__logo.mod--4 {
  width: 6.5625rem;
}

.featured__logo.mod--5 {
  width: 150px;
}

.featured__line {
  background-image: linear-gradient(10deg, var(--dark-slate-blue), var(--medium-aquamarine));
  width: 20%;
  height: .25rem;
  transition: all .5s;
  position: absolute;
  inset: -.0625rem 0% auto;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.margin-bottom-58 {
  margin-bottom: 3.625rem;
}

.btnbig {
  color: var(--white);
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.btn-big__border {
  z-index: -1;
  border: .0625rem solid #00000026;
  border-radius: 1.25rem;
  margin: -1.5rem -1.5rem 1.5rem 1.5rem;
  position: absolute;
  inset: 0%;
}

.btn-big__bg {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(60deg, #5ca78a, #497a79);
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
}

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

.text-color-orange {
  color: #ff8049;
}

.text-color-greendark {
  color: #518d83;
}

.btn-big__content {
  background-image: linear-gradient(60deg, #497a79, #5ca78a);
  border-radius: 1.25rem;
  width: 14.5rem;
  height: 7.625rem;
  padding: 1.5rem;
  position: relative;
}

.about__card {
  z-index: 1;
  color: var(--midnight-blue);
  background-color: #f5f5f5;
  border-radius: 1.875rem;
  width: 100%;
  transition: none;
  display: block;
  position: relative;
}

.about__card.mod--6 {
  background-image: linear-gradient(#f5f5f5e6, #f5f5f5e6), url('../images/financial-pattern.svg');
  background-position: 0 0, 6.25rem -14.375rem;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-bottom: 2.5rem;
}

.about__card.mod--4 {
  margin-bottom: 2.5rem;
}

.about__card.mod--3 {
  z-index: 0;
  color: var(--white);
}

.about__img {
  z-index: 0;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
  position: relative;
}

.about__lottie-graph {
  z-index: 1;
  width: 16.875rem;
  position: absolute;
  top: auto;
  bottom: -.5rem;
  right: 4rem;
}

.text-size-18 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.text-size-18.opacity-70 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

.text-size-18.mod--hero-overheading {
  color: #ffffffb3;
  margin-bottom: 2.25rem;
  font-size: 2rem;
}

.about__connect {
  z-index: 0;
  width: 11.875rem;
  display: block;
  position: absolute;
  inset: -7.5rem auto auto -7.5rem;
}

.about__img-small {
  z-index: 2;
  border-radius: .875rem;
  width: 10.375rem;
  display: block;
  position: absolute;
  box-shadow: -4px 5px 2.5rem #ababab33;
}

.about__img-small.mod--2 {
  top: 17rem;
  left: -6.25rem;
}

.about__img-small.mod--1 {
  top: 4rem;
  left: -4rem;
}

.about__img-ava {
  background-color: var(--coral);
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 50%;
  width: 2.125rem;
  height: 2.125rem;
  display: block;
  position: absolute;
  inset: 5.875rem 4.875rem auto auto;
}

.about__balance-wrap {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-family: paralucent;
  font-size: 1.4375rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 13.4375rem;
  left: 6.1875rem;
}

.about__balance-wrap.mod--3 {
  bottom: .3125rem;
  left: 14.1875rem;
}

.about__balance-wrap.mod--2 {
  bottom: .3125rem;
  left: 5.9375rem;
}

.about__balance-wrap.mod--4 {
  color: var(--midnight-blue);
  padding-left: .3125rem;
  inset: auto 0% 7.375rem;
}

.about__text-wrap {
  margin-left: 2.5rem;
}

.about__total-wrap {
  z-index: 1;
  color: var(--midnight-blue);
  text-align: center;
  font-family: paralucent;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 11.8rem;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper.mod--profess2 {
  height: 100%;
  overflow: hidden;
}

.swiper.mod--profess1 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.mod--profess2 {
  background-color: #115b5c;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-slide.mod--profess1 {
  background-color: var(--coral);
  flex: none;
  width: 100%;
  height: auto;
}

.profess__img {
  width: 52.5rem;
  display: block;
}

.profess__slider1-wrap {
  width: 100%;
  max-width: 23rem;
  margin-left: auto;
  position: relative;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.swiper__pagination {
  background-color: #ffffff4d;
  border-radius: .25rem;
  flex: 1;
  width: 17.9375rem;
  height: .125rem;
  max-height: .125rem;
  display: flex;
  position: absolute;
  top: 9.125rem;
  left: -8.75rem;
  transform: rotate(90deg);
}

.swiper__pagination-dot {
  background-color: var(--white);
  opacity: 0;
  border-radius: .25rem;
  flex: none;
  width: 33.3333%;
  position: relative;
}

.swiper__pagination-dot.active {
  opacity: 1;
}

.profess__avatars-wrap {
  align-items: center;
  max-width: 19rem;
  margin-top: 2.5rem;
  margin-left: auto;
  display: flex;
}

.profess__avatars {
  flex: none;
  width: 9rem;
  margin-right: 1.5rem;
  display: block;
}

.btn-arrow {
  letter-spacing: .05em;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.btn-arrow.f {
  color: #fff;
}

.btn-arrow__text {
  margin-right: .5rem;
}

.btn-arrow__text._2 {
  font-size: .8rem;
}

.profess__title {
  color: var(--white);
  transition: all .8s;
  transform: translate(0, 110%);
}

.profess__title.active {
  transform: none;
}

.profess__p {
  color: var(--white);
  font-size: 1.125rem;
  transition: all .8s;
  position: relative;
  transform: translate(0, 110%);
}

.profess__p.active {
  transform: none;
}

.sticky {
  height: 100vh;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.app__img-wrap {
  width: 25rem;
  position: relative;
}

.app__img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.app__lottie {
  width: 15.1875rem;
  position: absolute;
  inset: auto auto -.3125rem 4.875rem;
}

.profess__btns {
  z-index: 2;
  background-image: url('../images/communication-bg-btns_1communication-bg-btns.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.125rem;
  height: 7.125rem;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.profess__btn {
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: 3.625rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.profess__btn.mod--2 {
  inset: 0% 0% auto auto;
}

.btn__hover-zoom {
  z-index: -1;
  width: 2rem;
  max-width: none;
  transition: transform .8s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  bottom: 0;
  left: .75rem;
  transform: translate(0)scale(0);
}

.btn__hover-zoom.mod--reviews {
  filter: brightness(400%);
  transition: filter .1s, transform .8s cubic-bezier(.215, .61, .355, 1);
}

.app__total-wrap {
  z-index: 1;
  color: var(--midnight-blue);
  text-align: center;
  font-family: paralucent;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 11.8rem;
}

.app__img-ava {
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #62b790;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  inset: 6.5625rem 5.8125rem auto auto;
}

.services__list {
  grid-row-gap: 3.625rem;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.services__list-item {
  padding-left: 4rem;
  padding-right: 4.375rem;
}

.services__icon-wrap {
  background-color: var(--coral);
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.875rem;
  display: flex;
}

.services__icon {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.services__icon.mod--graph {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
  font-size: 20px;
  line-height: 24px;
}

.services__img {
  z-index: 0;
  object-fit: cover;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.services__btn {
  z-index: 1;
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 1.875rem 0 0;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 11.875rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.services__border-delta {
  position: absolute;
}

.services__border-delta.mod--1 {
  inset: auto auto -.0625rem -2rem;
}

.services__border-delta.mod--2 {
  top: -2rem;
  right: 0;
}

.services__hover-pen-line {
  background-color: #fff;
  width: .125rem;
  height: .125rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  bottom: .25rem;
  left: .3125rem;
}

.services__hover-finance {
  z-index: -1;
  opacity: .6;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0 auto auto 0;
  transform: none;
}

.services__hover-graph {
  background-color: var(--white);
  border-radius: .125rem;
  width: .375rem;
  height: 100%;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.services__hover-graph.mod--1 {
  height: 45%;
}

.services__hover-graph.mod--2 {
  height: 80%;
}

.services__hover-graph.mod--3 {
  height: 65%;
}

.services__hover-pen {
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  transform: none;
}

.overflow__anim {
  transition: all .5s;
  position: relative;
  bottom: 0;
  left: 0;
}

.overflow__anim.mod--interact {
  transition: none;
}

.reviews__block {
  background-color: #fff;
  border-radius: 1.875rem;
  height: 100%;
  padding: 3.5rem 4rem;
}

.reviews__block.mod--review {
  color: #304761;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input {
  color: #304761;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: .0625rem solid #14173126;
  border-radius: 0;
  height: 3.75rem;
  margin-bottom: .875rem;
  padding: 0;
  font-size: 1.125rem;
  transition: all .2s;
}

.input:focus {
  border-bottom-color: #1417314d;
}

.input::placeholder {
  color: #304761b3;
}

.input.mod--footer {
  height: 3.375rem;
  margin-bottom: 0;
}

.reviews__rating-wrap {
  color: var(--midnight-blue);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.reviews__ava {
  background-color: var(--coral);
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.5rem;
  display: block;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.reviews__rating {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
}

.line {
  background-color: #14173126;
  width: .0625rem;
  height: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.reviews__woman {
  width: 100%;
  display: block;
}

.reviews__connect {
  z-index: 1;
  width: 9.8125rem;
  max-width: none;
  display: block;
  position: absolute;
  bottom: -6.5rem;
  right: -6.25rem;
}

.reviews__connect-grad {
  z-index: 1;
  width: 8.8125rem;
  max-width: none;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.reviews__bg-orange {
  z-index: -1;
  background-image: linear-gradient(#ff8049, #f37038);
  border-top-right-radius: 3.75rem;
  width: 62.5rem;
  height: 20.0625rem;
  position: absolute;
  bottom: -9rem;
  left: -24.4rem;
}

.reviews__btn-star-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  top: 4rem;
  right: -2rem;
  transform: translate(0);
}

.reviews__woman-small {
  border-radius: 1.875rem;
  width: 12.5rem;
  display: block;
  position: absolute;
  inset: -12.5rem 0% auto auto;
}

.footer__title {
  text-transform: uppercase;
  margin-bottom: .875rem;
  font-weight: 600;
}

.footer__title.mod--form {
  margin-bottom: 1.25rem;
}

.form__submit-arrow {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -.875rem;
}

.form__submit-arrow:hover {
  transform: scale(1.1);
}

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

.social-link {
  border: .0625rem solid #14173126;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.social-link:hover {
  color: #fff;
}

.appstore {
  grid-column-gap: .75rem;
  display: flex;
}

.appstore__link {
  border: .0625rem solid #14173126;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 10.125rem;
  height: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.footer__copyright {
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.footer__copyright-logo {
  filter: invert();
  width: 2.5rem;
  margin-right: 1.125rem;
  display: block;
}

.appstore__img {
  width: 7.125rem;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
}

.appstore__img.mod--absolute {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.reviews__btn-star-bg {
  z-index: -2;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  background-color: #ffffff0d;
  border-radius: .875rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.reviews__btn-star {
  filter: brightness(400%);
  width: 1.5rem;
  transition: all .1s;
}

.footer__follow-wrap {
  z-index: 1;
  color: #ffffffb3;
  background-color: #233053;
  border-top: .0625rem solid #0000001a;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-top: 2rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.footer__follow {
  z-index: 1;
  padding-left: 2.3rem;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  top: -.3rem;
  left: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.featured__anim {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .8s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 110%);
}

.featured__anim.active {
  opacity: 1;
  transition: all .8s;
  position: static;
  transform: none;
}

.featured__anim.done {
  opacity: 0;
  transition: all .8s;
  transform: translate(0, -110%);
}

.heading {
  position: relative;
}

.heading.mod--hero {
  color: #fff;
  font-weight: 100;
}

.heading.d {
  margin-bottom: 20px;
}

.heading.d.f {
  text-align: left;
  margin-bottom: 50px;
}

.about__balance-circle {
  border-radius: 50%;
  width: 6.6875rem;
  transition: all .8s;
  display: block;
  position: absolute;
  bottom: 4.75rem;
  left: 9.1875rem;
  transform: none;
}

.about__total-span {
  min-width: 7rem;
  display: inline-block;
}

.app__total-span {
  min-width: 6.375rem;
  display: inline-block;
}

.btn-cube {
  z-index: 1;
  border: .0625rem solid #060602;
  flex: none;
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  position: relative;
}

.btn-cube.mod--arrow {
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
}

.btn-cube__img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.btn-cube__img.mod--arrow {
  transform: rotate(-90deg);
}

.form__lottie {
  z-index: 1;
  filter: brightness(0%) invert();
  position: absolute;
  inset: 0%;
}

.form__submit {
  z-index: 2;
  opacity: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.reviews__rating-star, .profess__ico {
  width: 1.5rem;
}

.icon-2 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.form__submit-cheked {
  z-index: 0;
  opacity: 0;
  background-image: url('../images/ico-submit-checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form__submit-cheked.active {
  opacity: 1;
}

.dropdown {
  margin-top: 0;
  padding-top: 0;
  font-size: 17px;
}

.dropdown-link {
  color: #fff;
  border-bottom: 1px solid #fff6f64d;
}

.dropdown-list {
  background-color: #e2b6b6;
}

.dropdown-list.w--open {
  background-color: var(--dark-slate-blue);
  outline-offset: 0px;
  border: 1px solid #fff;
  outline: 3px #304761;
  margin-top: 0;
}

.image {
  background-color: var(--dark-slate-blue);
}

.heading-2 {
  margin-bottom: 30px;
}

.image-2 {
  opacity: 1;
}

.heading-3 {
  padding-right: 10px;
}

.heading-3.ss {
  font-size: 2rem;
}

.image-3 {
  background-color: #0000;
}

.image-4 {
  margin-bottom: 39px;
}

.xxl-heading {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 56px;
  line-height: 1.2em;
}

.xxl-heading._11 {
  font-size: 45px;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.about-hero-background {
  background-image: url('../images/exdebita-consulenti-del-debito-min.jpeg');
  background-position: 50%;
}

.background.about-hero-background._11 {
  background-image: url('../images/cancellazione-crif.jpeg');
  background-position: 50%;
  background-attachment: scroll;
}

.background.about-hero-background._11._2 {
  background-image: url('../images/piano-di-rientro-ex-debita.jpeg');
  background-position: 50%;
  background-attachment: fixed;
}

.background.about-hero-background._11._2.debt {
  background-image: url('../images/quali-debiti-trattiamo-exdebita.jpeg');
  background-position: 50%;
  background-attachment: scroll;
}

.background.about-hero-background._11._2.debt.riab {
  background-image: url('../images/riabilitazione-protesto-exdebita.webp');
}

.background.about-hero-background._11._2.debt.riab.ri {
  background-image: url('../images/rinegoziazione-mutuo-exdebita.jpeg');
  background-position: 50% 100%;
}

.background.about-hero-background._11._2.debt.riab.ri.r {
  background-image: url('../images/ristrutturazione-debiti-exdebita.jpeg');
}

.background.about-hero-background._11._2.debt.riab.ri.r.s {
  background-image: url('../images/saldo-e-stralcio-ex-debita.webp');
  background-position: 50%;
}

.background.about-hero-background._11._2.debt.riab.sov {
  background-image: url('../images/sovraindebitamento.webp');
  background-position: 50% 20%;
}

.background.about-hero-background._11._2.debt.qua {
  background-image: url('../images/Reduc-impot-scaled.jpeg');
}

.background.about-hero-background._11._2.debt.qua.ii {
  background-image: url('../images/contatti-exdebita.jpeg');
  background-position: 50% 0;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.inner-page-hero {
  justify-content: center;
  min-height: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-page-hero._33 {
  min-height: 400px;
}

.line-fill {
  background-color: #ff6f44;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: #fff3;
}

.overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.scroll-line {
  background-color: #fff3;
  width: 1px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  background-color: var(--coral);
  width: 60px;
  height: 2px;
  display: flex;
}

.left-line._333 {
  margin-bottom: 20px;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.verticle-line {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.horizontal-line {
  background-color: #889ea833;
  height: 1px;
}

.body-display {
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.small {
  text-align: left;
  font-size: 15px;
  line-height: 1.45em;
}

.body-display._2 {
  margin-bottom: 20px;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-block.ff {
  flex-direction: column;
  display: block;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #889ea833;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.about-list.ddd {
  grid-template-rows: 1px auto;
  grid-template-columns: 1px;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  color: #111729;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-2.grey {
  background-color: #fff;
}

.section-2.no-top-padding {
  padding-top: 0;
}

.div-block {
  background-image: url('../images/chi-siamo-exdebita.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}

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

.service-list-item {
  background-color: var(--coral);
  color: var(--coral);
  cursor: pointer;
  border-bottom: 1px solid #889ea833;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 20px;
  transition: all .2s;
  display: block;
  position: relative;
}

.service-list-item:hover {
  transform: scale(1.05);
}

.service-list-item._2 {
  background-color: #5ca78a;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), #497a79);
}

.service-list-item._3 {
  background-color: var(--dark-slate-grey);
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  display: block;
}

.small-width {
  max-width: none;
  display: block;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.heading-4 {
  color: #fff;
  text-align: justify;
  text-shadow: 1px 1px 6px #000;
  font-size: 2rem;
}

.div-block-2 {
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.heading-5 {
  margin-top: 10px;
}

.white {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.left-line-2 {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: flex;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.error-message {
  color: #626d86;
  background-color: #eef0f6;
  margin-top: 18px;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.text-field {
  border: 1px solid #889ea833;
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link-top {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px #889ea833;
  border-right: 1px #889ea833;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.body-display-2 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.service-link-name {
  text-align: center;
  border-bottom: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: -81px;
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #eef0f6;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0 0 80px;
  display: grid;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.service-link {
  color: #000;
  border-right: 1px #889ea833;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block {
  margin-right: 20px;
}

.heading-7 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.8rem;
  line-height: 3.7rem;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-2 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link-2.w--current {
  color: var(--coral);
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.dropdown-toggle {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-3 {
  background-image: url('../images/phone-receiver-p-500x500.png');
  background-position: 50%;
  background-size: cover;
  width: 28px;
  height: 28px;
}

.text-block-2 {
  margin-left: 10px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-4 {
  border: 2px solid var(--medium-aquamarine);
  border-radius: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 40px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brand {
  justify-content: space-between;
  display: block;
}

.btnbig-2 {
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.arrow-wrap-2 {
  z-index: 1;
  color: #141731;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: .1875rem .1875rem .1875rem .25rem;
  transition: all .3s;
  display: flex;
  transform: scale(1);
}

.arrow-wrap-2.text-color-greendark.mod--btn-big {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0% 0 0% 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-68 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.testo-h1 {
  color: #0000;
  text-shadow: none;
  font-size: 22px;
  line-height: 5px;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #090b19;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.transparent-fill {
  width: 100%;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.xxl-heading-2 {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading-2.one {
  text-shadow: 1px 1px 6px #000;
  margin-top: 50px;
  line-height: 1.2px;
}

.button-text-2 {
  z-index: 10;
  position: relative;
}

.featured-project-column {
  background-color: var(--coral);
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.grid-wrapper-2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.hero-background-image {
  background-image: linear-gradient(#30476182, #30476182), url('../images/exdebita.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.list-item-arrow {
  filter: invert();
  color: #fff;
  width: 18px;
  min-width: 18px;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
}

.button.white-outline:hover {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.rotate-text-2 {
  transform: rotate(-90deg);
}

.rotate-text-2.w {
  color: #fff;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.services-tittle {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.services-block-image {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-grey);
  background-image: url('../images/ico-submit-checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-block-image._2 {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-grey);
  background-image: url('../images/ico-submit-checked.svg');
  background-size: 40px;
  border-radius: 10px;
  margin-left: -35px;
}

.services-block-image._3 {
  border: 2px solid var(--dark-slate-blue);
  background-image: url('../images/ico-submit-checked.svg');
  background-size: 40px;
  border-radius: 10px;
  margin-left: -35px;
}

.services-card {
  background-color: var(--dark-slate-grey);
  text-align: left;
  background-image: linear-gradient(#5ca78a, #497a79);
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
  padding: 48px 32px 32px;
  display: flex;
  position: relative;
}

.services-card.yy {
  border-color: var(--dark-slate-grey);
  background-color: #fff;
  background-image: url('../images/ex-debita-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 71px 40px 120px;
  position: relative;
  overflow: visible;
}

.services-wrapper {
  flex-wrap: wrap;
  margin-left: 30px;
  padding-top: 8px;
  display: flex;
}

.services-wrapper.e {
  margin-top: 41px;
}

.container-full {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  max-width: none;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.container-full.v {
  max-width: none;
  display: block;
}

.paragraph-small {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-small._2 {
  font-size: 22px;
}

.paragraph-small._2.nji {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.paragraph {
  color: var(--midnight-blue);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.8rem;
}

.tratta {
  font-size: 1rem;
}

.heading-9 {
  color: #0000;
  background-color: #0000;
}

.paragraph-2 {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 5.7rem;
  line-height: 1;
}

.paragraph-3 {
  color: var(--white);
  font-size: 5.8rem;
  line-height: .9;
}

.paragraph-4 {
  text-align: left;
  margin-bottom: 3.5rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.7rem;
}

.paragraph-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.5rem;
}

.paragraph-6 {
  color: var(--white);
}

.paragraph-7 {
  font-size: 2.3rem;
}

.heading-10 {
  color: #0000;
  font-size: 1rem;
}

.paragraph-8 {
  color: var(--white);
  font-size: 3.6rem;
}

.heading-11 {
  color: #0000;
  font-size: 1rem;
}

.paragraph-9 {
  font-size: 2.4rem;
}

.div-block-235 {
  padding-top: 150px;
}

.section-29 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  background-color: #00000008;
  height: 2px;
  margin-top: 20px;
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.link {
  color: var(--dark-slate-blue);
}

.traspa {
  color: #0000;
  font-size: .8rem;
  line-height: .2rem;
}

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

@media screen and (min-width: 1280px) {
  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xxl-heading-2.one {
    text-shadow: 1px 1px 6px #000;
    white-space: normal;
  }

  .featured-project-column {
    background-color: #0d0d0d;
  }

  .stacked-description {
    grid-row-gap: 18px;
  }

  .rotate-text-2 {
    color: #fff;
  }

  .stripe-wrapper {
    width: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  .story-grid {
    grid-column-gap: 120px;
  }

  .service-item-top {
    grid-column-gap: 60px;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xxl-heading-2.one {
    padding-top: 36px;
    font-size: 70px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xxl-heading {
    font-size: 48px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .verticle-line {
    width: 100%;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-card-hover {
    display: none;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .service-link {
    background-color: #fff;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .xxl-heading-2 {
    font-size: 64px;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .services-card {
    flex: 1;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3 {
    padding: 80px 24px;
  }

  .paragraph-small {
    font-size: 14px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

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

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

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

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

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

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

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

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cards__parallax {
    width: 26.8rem;
    height: 22.5rem;
    margin-top: 4.5rem;
    font-size: .65rem;
  }

  .cards__card {
    border-radius: .8rem;
  }

  .swiper__pagination {
    display: flex;
  }

  .footer__follow {
    text-align: center;
    margin-top: 1.375rem;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .core-value {
    grid-row-gap: 48px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .xxl-heading-2 {
    font-size: 54px;
  }

  .grid-wrapper-2 {
    grid-row-gap: 120px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .services-card {
    width: 66.66%;
    margin-bottom: 58px;
    margin-left: 0;
    margin-right: 0;
    padding: 56px 32px 48px;
  }

  .services-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .icon.mod--arrow-btn {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    display: none;
  }

  .icon.mod--btn-arrow {
    width: 20px;
    height: 20px;
  }

  .icon.mod--overflow-anim {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .icon.mod--social {
    width: auto;
    height: auto;
  }

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

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

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section.mod--header {
    display: none;
  }

  .section.mod--hero._7 {
    padding-top: 10.2rem;
  }

  .section.mod--footer {
    flex-direction: column;
    display: block;
  }

  .section.padding-top-144 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.mod--profess {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nav-link {
    font-size: 14px;
    line-height: 24px;
  }

  .columns.mod--about-heading {
    flex-direction: column;
  }

  .columns.mod--profess {
    flex-direction: column;
    height: auto;
  }

  .columns.mod--services-heading {
    flex-direction: column;
  }

  .columns.mod--services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .columns.mod--reviews {
    flex-direction: column;
    display: flex;
  }

  .columns.mod--footer {
    flex-direction: column;
  }

  .col.col--1.mod--profess {
    width: 100%;
    padding: 20px 10px;
  }

  .col.col--1.mod--profess.w {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.col--1.mod--services {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .col.col--2.mod--profess {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .col.col--2.mod--footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: block;
  }

  .col.col--3.mod--footer {
    max-width: none;
    margin-left: 0;
  }

  .col.mod--reviews.mod--2, .col.mod--reviews.mod--3 {
    display: none;
  }

  .btn__txt.mod--normal, .btn__bg.mod--2 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero__join {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .arrow-wrap.text-color-greendark.mod--btn-big {
    width: 15px;
    height: 15px;
    display: none;
  }

  .hero__join-shadow {
    display: none;
  }

  .hero__join-wrap {
    display: block;
  }

  .cards__parallax {
    width: 20rem;
    height: 17rem;
    font-size: .5rem;
  }

  .featured {
    display: none;
  }

  .margin-bottom-24 {
    font-size: 16px;
  }

  .margin-bottom-58 {
    font-size: 30px;
  }

  .btnbig {
    font-size: 1.25px;
  }

  .btn-big__bg {
    margin-bottom: 10px;
  }

  .btn-big__text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .btn-big__content {
    width: auto;
    height: auto;
    padding-left: 1.5rem;
  }

  .text-size-18 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-size-18.opacity-70 {
    font-size: 15px;
  }

  .text-size-18.mod--hero-overheading {
    font-size: 16px;
    line-height: 24px;
  }

  .swiper.mod--profess2 {
    position: static;
  }

  .swiper.mod--profess1 {
    max-width: none;
  }

  .swiper-wrapper {
    display: block;
  }

  .swiper-slide.mod--profess2 {
    height: 300px;
    padding-top: 30px;
  }

  .swiper-slide.mod--profess1 {
    flex: 1;
  }

  .profess__img {
    width: 300px;
    height: 220px;
  }

  .profess__slider1-wrap {
    max-width: none;
    position: static;
  }

  .profess__avatars-wrap {
    max-width: none;
  }

  .btn-arrow {
    font-size: 13px;
    line-height: 24px;
  }

  .btn-arrow__text {
    font-size: 16px;
  }

  .btn-arrow__text._2 {
    font-size: 13px;
  }

  .profess__title.active {
    font-size: 30px;
    line-height: 32px;
  }

  .profess__p.active {
    font-size: 16px;
    line-height: 24px;
  }

  .sticky {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-16 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .services__list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .services__icon-wrap {
    width: 30px;
    height: 30px;
  }

  .services__icon {
    width: 20px;
    height: 20px;
  }

  .margin-bottom-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .services__img {
    margin-top: 20px;
  }

  .services__btn {
    width: 80%;
    height: auto;
  }

  .services__border-delta.mod--1 {
    display: none;
  }

  .input {
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .margin-bottom-48 {
    font-size: 16px;
    line-height: 24px;
  }

  .reviews__woman, .reviews__connect, .reviews__woman-small {
    display: none;
  }

  .footer__title {
    font-size: 14px;
    line-height: 16px;
    display: none;
  }

  .footer__title.mod--form {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .social {
    display: none;
  }

  .footer__copyright-logo {
    width: 30px;
    font-size: 30px;
  }

  .footer__term-link {
    font-size: 12px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 14.375rem;
  }

  .footer__follow-heart {
    top: -.4375rem;
    right: -.1875rem;
  }

  .heading {
    font-size: 30px;
  }

  .heading.mod--hero {
    margin-bottom: 10px;
  }

  .heading-3.ss {
    font-size: 16px;
    line-height: 24px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-wrapper {
    width: auto;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.grey {
    padding-top: 3px;
    padding-bottom: 4px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .quick-link-wrapper {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrapper {
    padding-right: 0;
  }

  .heading-6 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .heading-7 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 24px;
  }

  .navbar {
    background-color: #fff;
  }

  .nav-link-2 {
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-2 {
    background-color: #fff;
    font-size: 16px;
    display: block;
  }

  .dropdown-toggle {
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .dropdown-link-2 {
    background-color: var(--dark-slate-blue);
    color: #fff;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
  }

  .div-block-4 {
    display: none;
  }

  .btnbig-2 {
    font-size: 1.25px;
  }

  .arrow-wrap-2.text-color-greendark.mod--btn-big {
    width: 15px;
    height: 15px;
    display: none;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xxl-heading-2 {
    font-size: 48px;
  }

  .xxl-heading-2.one {
    font-size: 30px;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .grid-wrapper-2 {
    grid-row-gap: 100px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .services-card {
    width: 100%;
  }

  .section-3 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-wrapper {
    margin-left: 33px;
  }

  .container-full {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .container-full.v {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .paragraph {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 6.1rem;
    font-weight: 700;
  }
}

#w-node-_4f84409e-c982-d79f-521b-904fe21d1ef7-38a09eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b1f2-38a09eda {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b1f5-38a09eda {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b1fc-38a09eda {
  justify-self: start;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b201-38a09eda {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b202-38a09eda {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b205-38a09eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b207-38a09eda {
  place-self: center end;
}

#w-node-dd6ef7a5-c323-2323-5d1b-353c2da0b208-38a09eda {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3bf5decf-9bc4-3b78-75ce-590a8a1307f3-8a1307e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-90a09ee2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-90a09ee2 {
  place-self: center;
}

#w-node-_8a93ca7d-05a3-1b2b-42db-effb88e2f013-90a09ee2, #w-node-_8a2ad700-e6b8-531d-d359-d20b860c429a-90a09ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-90a09ee2 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-90a09ee2 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-90a09ee2 {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-90a09ee2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-90a09ee2, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-90a09ee2 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-90a09ee2 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121270-90a09ee2, #w-node-_767b5478-da50-70d7-f1fc-b22e61121271-90a09ee2 {
  align-self: start;
}

#w-node-b55a6d4a-b7a2-4b8a-24ad-49ad3bf91f2d-90a09ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112127d-90a09ee2 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121280-90a09ee2 {
  justify-self: end;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121285-90a09ee2 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121288-90a09ee2 {
  justify-self: end;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112129c-90a09ee2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112129d-90a09ee2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112129e-90a09ee2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112129f-90a09ee2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-bba09ee3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-bba09ee3 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-bba09ee3 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-bba09ee3 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-bba09ee3 {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-bba09ee3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-bba09ee3, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-bba09ee3, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-bba09ee3 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-bba09ee3 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-bba09ee3 {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-bba09ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-8ca09ee4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-8ca09ee4 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-8ca09ee4 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-8ca09ee4 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-8ca09ee4 {
  justify-self: center;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc526a-8ca09ee4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc526c-8ca09ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc528c-8ca09ee4 {
  justify-self: center;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc528d-8ca09ee4 {
  align-self: start;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc528e-8ca09ee4 {
  justify-self: start;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc5290-8ca09ee4, #w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc5291-8ca09ee4 {
  align-self: start;
}

#w-node-_30685461-b0a4-fbb2-98f0-7a3d43bc52b4-8ca09ee4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-9ba09ee6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-9ba09ee6 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-9ba09ee6 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-9ba09ee6 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-9ba09ee6 {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-9ba09ee6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-9ba09ee6, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-9ba09ee6, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-9ba09ee6 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-9ba09ee6 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-9ba09ee6 {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-9ba09ee6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-caa09ee7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-caa09ee7 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-caa09ee7 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-caa09ee7 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-caa09ee7 {
  justify-self: center;
}

#w-node-_0ae49676-6241-e7e2-5be5-ee3e3a123983-caa09ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-caa09ee7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-caa09ee7, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-caa09ee7, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-caa09ee7 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-caa09ee7 {
  justify-self: start;
}

#w-node-a275f2ce-442a-a07c-6c4a-c77e80b1cd7d-caa09ee7, #w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-caa09ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-81a09ee8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-81a09ee8 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-81a09ee8 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-81a09ee8 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-81a09ee8 {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-81a09ee8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-81a09ee8, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-81a09ee8, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-81a09ee8 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-81a09ee8 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-81a09ee8 {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-81a09ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-4ea09ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-4ea09ee9 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-4ea09ee9 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-4ea09ee9 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-4ea09ee9 {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-4ea09ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-4ea09ee9, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-4ea09ee9, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-4ea09ee9 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-4ea09ee9 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-4ea09ee9 {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-4ea09ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-83a09eea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-83a09eea {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-83a09eea {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-83a09eea {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-83a09eea {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-83a09eea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-83a09eea, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-83a09eea, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-83a09eea {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-83a09eea {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-83a09eea {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-83a09eea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-24a09eeb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-24a09eeb {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-24a09eeb {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-24a09eeb {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-24a09eeb {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-24a09eeb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-24a09eeb, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-24a09eeb, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-24a09eeb {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-24a09eeb {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-24a09eeb {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-24a09eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-6fa09eec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-6fa09eec {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-6fa09eec {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-6fa09eec {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-6fa09eec {
  justify-self: center;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-6fa09eec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-6fa09eec, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-6fa09eec, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-6fa09eec {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-6fa09eec {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-6fa09eec {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-6fa09eec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-b84a3077 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-b84a3077 {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-b84a3077 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-b84a3077 {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-b84a3077 {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce14-b84a3077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-b84a3077 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-b84a3077, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-b84a3077, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-b84a3077 {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-b84a3077 {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-b84a3077 {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-b84a3077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-e2716c4d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-e2716c4d {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-e2716c4d {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-e2716c4d {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-e2716c4d {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce14-e2716c4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-e2716c4d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-e2716c4d, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-e2716c4d, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-e2716c4d {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-e2716c4d {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-e2716c4d {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-e2716c4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce05-645135cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce06-645135cb {
  place-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce08-645135cb {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce10-645135cb {
  justify-self: start;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce13-645135cb {
  justify-self: center;
}

#w-node-_6521e9dc-a4c0-d3af-dae0-c427b1fcce14-645135cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126a-645135cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-645135cb, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126d-645135cb, #w-node-_767b5478-da50-70d7-f1fc-b22e61121270-645135cb {
  align-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e6112126e-645135cb {
  justify-self: start;
}

#w-node-_767b5478-da50-70d7-f1fc-b22e61121271-645135cb {
  align-self: start;
}

#w-node-c0f16d69-e4c1-ce75-ca11-88bebb8f8528-645135cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-90a09ee2, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-bba09ee3, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-9ba09ee6, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-caa09ee7, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-81a09ee8, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-4ea09ee9, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-83a09eea, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-24a09eeb, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-6fa09eec, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-b84a3077, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-e2716c4d, #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-645135cb {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_767b5478-da50-70d7-f1fc-b22e6112129c-90a09ee2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_767b5478-da50-70d7-f1fc-b22e6112129d-90a09ee2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_767b5478-da50-70d7-f1fc-b22e6112129e-90a09ee2 {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_767b5478-da50-70d7-f1fc-b22e6112126c-caa09ee7 {
    justify-self: center;
  }
}


