:root {
  --sky-blue: #34dada;
  --gold: #ffd232;
  --teal: #286b7b;
  --tomato: #fa5e45;
  --royal-blue: #1475f5;
  --dark-magenta: #8c2790;
}

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

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

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

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

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

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 84px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  color: #ffffffb3;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

p {
  color: #ffffffe6;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--sky-blue);
  text-decoration: none;
}

li {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 2;
}

blockquote {
  text-align: center;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 46px;
  line-height: 1.4;
}

.div-typography {
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.horizontal-line-doted {
  border: 1px dashed #0003;
  width: auto;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section {
  background-color: #0000;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

.section.is--service {
  display: block;
}

.c-hero {
  cursor: default;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin: 2%;
  display: flex;
  position: relative;
}

.hero__text {
  flex: 0 auto;
  max-width: 110ch;
}

.hero__card {
  background-color: #1a1b2400;
  border: 1px solid #fff;
  flex: 0 auto;
  max-width: 40%;
  max-height: 100%;
  padding: 40px;
}

.hero__form-simple {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.hero__form {
  margin-bottom: 0;
}

.hero__form-text {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 40px 30px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.hero__form-text::placeholder {
  color: #ffffff80;
}

.selections__field {
  border: 1px solid #fff;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 15px;
  display: flex;
}

.selections__field:hover {
  background-color: var(--gold);
}

.selections__field.is--accountant-services {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s, opacity .2s;
}

.selections__field.is--accountant-services:hover {
  background-color: var(--teal);
}

.selections__field.is--audit-services, .selections__field.is--tax-advice {
  align-items: center;
  transition: background-color .2s, opacity .2s;
}

.selections__field.is--tax-advice:hover {
  background-color: var(--tomato);
}

.selections__field.is--payroll-hr {
  align-items: center;
  transition: background-color .2s, opacity .2s;
}

.selections__field.is--payroll-hr:hover {
  background-color: var(--royal-blue);
}

.selections__field.is--financial-planning {
  align-items: center;
  transition: background-color .2s, opacity .2s;
}

.selections__field.is--financial-planning:hover {
  background-color: var(--dark-magenta);
}

.selections__field.is--international-tax {
  align-items: center;
  transition: background-color .2s, opacity .2s;
}

.selections__field.is--international-tax:hover {
  background-color: var(--sky-blue);
}

.checkbox {
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.checkbox.w--redirected-checked {
  background-color: #fff0;
  background-image: url('../images/done_white_24dp.svg');
  background-position: 50%;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  padding: 5px;
}

.checkbox__label {
  letter-spacing: .3px;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #fff;
  flex: 0 auto;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.hero__form-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.success-message {
  background-color: var(--royal-blue);
  padding: 50px 70px;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.error-message {
  background-color: var(--tomato);
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.navbar {
  background-color: #0000;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
}

.c-navbar {
  background-color: #0000;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.footer__text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.nav-menu {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.progress__bar {
  background-color: #ffffff7d;
  height: 3px;
  position: relative;
  inset: .5% 0% auto;
}

.progress__bar-white {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

.nav__bg-color {
  z-index: -1;
  box-shadow: none;
  opacity: .54;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.nav__bg-color.is--dark {
  z-index: -1;
  opacity: 1;
  background-color: #000;
}

.c-services {
  cursor: auto;
  border: 1px solid #fff;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}

.service__container {
  cursor: pointer;
  padding-left: 30px;
}

.service__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service__divider {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 3px;
  display: block;
}

.service__description {
  color: #ffffffb3;
  cursor: pointer;
  max-width: none;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  transition: width .2s, height .2s, flex .2s, transform .2s, opacity .2s;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-transform: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.service__name {
  color: #fff;
  text-decoration: none;
  transition: height .2s, width .2s, transform .2s, flex .2s, opacity .2s;
  display: block;
  position: relative;
}

.service__arrow {
  margin-top: 1%;
  margin-right: 2%;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow__img {
  position: sticky;
}

.arrow__img.is--small {
  margin-left: 10px;
}

.service__text {
  max-width: 28ch;
  font-size: 30px;
  line-height: 1.4;
  display: block;
  overflow: visible;
}

.service__bg-color {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.c-footer {
  flex: 1;
  justify-content: space-between;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  display: flex;
}

.footer__logo {
  align-items: center;
  display: flex;
}

.footer__back-to-top {
  align-items: center;
  padding-right: 10px;
  display: flex;
}

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

.footer__link {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.footer__link:hover, .footer__link.w--current {
  color: #fff;
}

.footer__placeholder {
  align-items: center;
  display: flex;
}

.collection-list-wrapper, .collection-list {
  display: flex;
}

.c-service {
  flex: 1;
  padding-top: 70px;
  padding-bottom: 0;
}

.service__name-cms, .service__short_description {
  justify-content: center;
  display: flex;
}

.service__short-description {
  color: #ffffffad;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.service__div {
  background-color: #fff6;
  flex: 1;
  height: 3px;
  margin: 70px 2%;
  padding-bottom: 0;
}

.service__long-description {
  flex: 1;
  justify-content: center;
  max-width: 100ch;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.rich-text-block-2 {
  flex: 1;
  justify-content: center;
  display: block;
}

.form__section {
  background-color: #1a1b2400;
  border: 2px solid #fff;
  flex: 1;
  max-width: 40%;
  max-height: 100%;
  padding: 40px;
}

.is--service {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.other__services {
  flex: 1;
  justify-content: space-between;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.services__link {
  color: #fff;
  border: 2px solid #fff;
  border-width: 2px 1px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.services__list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.services__wrapper {
  flex: 0 auto;
  justify-content: space-between;
  display: block;
}

.services__color {
  z-index: -1;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.arrow__back {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.c-pricing {
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
}

.pricing__header {
  border: 1px solid #000;
  border-bottom: 1px #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: block;
}

.pricing__header.is--pricing-table {
  justify-content: flex-start;
  align-items: flex-start;
}

.pricing__col {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.pricing__columns {
  flex: 1;
}

.caption__2 {
  color: #ffffffcf;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.caption__1 {
  color: #ffffffb3;
}

.pricing__cell {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.pricing__cell.is--description {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.subtitle-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.subtitle-1 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.pricing__cell-info {
  z-index: 5;
  background-color: #1c1c24;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: -120% 10% -40px;
  overflow: visible;
  box-shadow: 0 20px 15px 5px #0006;
}

.text-span {
  font-size: 20px;
}

.pricing__table-header {
  z-index: 2;
  background-color: #000;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  display: block;
  position: sticky;
  inset: 7% 0% auto;
}

.pricing__table-wrapper {
  border: 1px #fff;
  justify-content: space-around;
  display: flex;
}

.pricing__collection-list {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.collection-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.pricing__table-row {
  background-color: #000;
  border: 1px solid #000;
  border-bottom-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.collection__lists-rows {
  padding-top: 0;
  padding-bottom: 0;
}

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

.column.is--first {
  justify-content: space-between;
}

.columns {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing__respond {
  font-size: 18px;
}

.button__small {
  color: #000;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #fff;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.pricing__background {
  z-index: 0;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.c-about {
  border-bottom: 2px solid #fff;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}

.block-quote {
  border-bottom: 2px #fff;
  padding: 20px;
}

.link__div {
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 30px 20px;
  display: flex;
}

.link-block {
  align-items: center;
  padding: 20px 30px 20px 40px;
  text-decoration: none;
  display: flex;
}

.c-newsletter {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
  display: block;
}

.form {
  border: 2px solid #fff;
  border-left-width: 1px;
  flex: 1;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-field {
  color: var(--royal-blue);
  text-align: left;
  background-color: #000;
  flex: 1;
  margin-bottom: 0;
  padding: 100px 40px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1;
}

.text-field::placeholder {
  color: #fff;
}

.submit-button {
  color: #000;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.success-message-3 {
  background-color: var(--royal-blue);
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.newsletter__success {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.error-message-2 {
  background-color: var(--tomato);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-3 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.is--about-me {
  text-transform: none;
  cursor: default;
  max-width: none;
  margin-bottom: 0;
  padding: 10px 0 60px;
  font-size: 56px;
  line-height: 1.3;
}

.about__collection-item {
  max-width: 180ch;
  display: block;
  position: relative;
}

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

.profile__img {
  z-index: 1;
  transition: opacity .2s;
  display: block;
  position: absolute;
  box-shadow: -3px 10px 14px 15px #00000080;
}

.c-blog {
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}

.blog {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog__placeholder {
  flex: 1;
  align-self: auto;
  align-items: center;
  display: flex;
}

.blog__img {
  margin-right: 40px;
}

.blog__summary {
  flex: 1;
  max-width: 100ch;
}

.heading-5 {
  color: #fff;
}

.blog_bg-color {
  z-index: -1;
  flex: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar__service {
  background-color: #0000;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
  position: sticky;
  inset: 0% 0% auto;
}

.c-post {
  flex: 1;
  justify-content: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.c-post--body {
  justify-content: center;
  align-items: center;
  max-width: 140ch;
  max-height: 100%;
  padding-top: 30px;
  display: block;
}

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

.blog__post-divider {
  background-color: #fff;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-2 {
  max-height: 80%;
}

.navbar__blog-post {
  background-color: #0000;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
  position: sticky;
  inset: 0% 0% auto;
}

.c-navbar__blog-post {
  background-color: #0000;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.body {
  cursor: default;
}

.c-other-posts {
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.other__blog-post {
  color: #fff;
  border-right: 2px solid #fff;
  flex: 1;
  align-self: stretch;
  padding: 40px;
  transition: opacity .2s;
  position: relative;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-3 {
  border: 2px solid #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
}

.collection-list-wrapper-3 {
  flex: 1;
}

.div-block-7 {
  background-color: #fff;
  width: 2px;
}

.blog__post-bg-color {
  z-index: -1;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.no__bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.menu__line__1, .menu__line__2 {
  -webkit-text-fill-color: inherit;
  background-color: #09071a;
  background-clip: border-box;
  width: 22px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-numbers {
  z-index: -1;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  max-height: 800px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 500px;
  max-height: 500px;
  display: flex;
}

.div-block-8 {
  inset: 0%;
  overflow: hidden;
}

.table__title, .space__40px {
  display: none;
}

.div-block-9 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.body-2 {
  cursor: default;
}

.heading-13 {
  color: #fff;
}

.div-block-11 {
  background-color: #000;
}

.hero-heading-left {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (min-width: 1440px) {
  .hero__card {
    max-width: 40%;
    max-height: none;
  }

  .selections__field.is--payroll-hr {
    transition: background-color .2s, opacity .2s;
  }

  .selections__field.is--payroll-hr:hover {
    background-color: var(--royal-blue);
  }

  .selections__field.is--financial-planning:hover {
    background-color: var(--dark-magenta);
  }

  .selections__field.is--international-tax {
    transition: background-color .2s, opacity .2s;
  }

  .selections__field.is--international-tax:hover {
    background-color: var(--sky-blue);
  }

  .checkbox__label {
    transition: background-color .2s, opacity .2s;
  }

  .form__section {
    max-width: 40%;
    max-height: none;
  }

  .services__wrapper {
    flex: 0 auto;
  }

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

  .pricing__cell.is--description {
    padding-bottom: 20px;
  }

  .button__small {
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
  }

  h4 {
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 500;
  }

  .c-hero {
    justify-content: space-around;
  }

  .hero__form-simple {
    display: block;
  }

  .selections__field.is--accountant-services {
    border-color: #fff;
  }

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

  .button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .other__services {
    justify-content: space-between;
  }

  .services__link {
    border-left-style: solid;
    border-left-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .services__list {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

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

  .services__item {
    flex: 0 auto;
  }

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

  .pricing__cell {
    background-color: #b4585800;
  }

  .pricing__cell.is--description {
    background-color: #0000;
  }

  .pricing__question-mark {
    margin-left: 0;
  }

  .pricing__cell-info {
    inset: -290% 6% 11px 40%;
  }

  .button__small {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-newsletter {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .form-block {
    flex: 1;
    justify-content: space-around;
    align-items: center;
  }

  .form {
    flex: 1;
  }

  .text-field {
    text-align: left;
    flex: 1;
    font-size: 140px;
  }

  .submit-button {
    padding-left: 38px;
  }

  .is--about-me {
    max-width: none;
  }

  .blog {
    justify-content: space-between;
  }

  .blog__summary {
    max-width: none;
  }

  .c-numbers {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 76px;
  }

  p {
    color: #ffffffe6;
  }

  .horizontal-line-doted {
    width: 600px;
  }

  .section {
    display: flex;
    overflow: hidden;
  }

  .c-hero {
    display: block;
  }

  .hero__text {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero__card {
    max-width: none;
    margin-top: 0;
  }

  .nav-link {
    color: #fffc;
    background-color: #fff0;
    padding-left: 40px;
    display: block;
  }

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

  .nav-link.w--current {
    padding-left: 40px;
    display: block;
  }

  .nav-link.is--contact {
    background-color: #fff0;
  }

  .c-navbar {
    flex: 1;
    align-items: center;
  }

  .footer__text {
    text-align: left;
    font-size: 20px;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .nav-menu.is--contact {
    background-color: #0000;
  }

  .footer__link {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 15px;
  }

  .footer__link-text {
    font-size: 16px;
  }

  .footer__placeholder {
    flex: 0 auto;
  }

  .c-service {
    padding-top: 60px;
    display: block;
  }

  .service__name-cms, .service__short_description {
    text-align: center;
  }

  .service__long-description {
    max-width: 82ch;
  }

  .form__section {
    max-width: 80%;
  }

  .other__services {
    justify-content: center;
    display: block;
  }

  .services__link {
    display: flex;
  }

  .services__list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .services__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .subtitle-1 {
    padding-left: 10px;
  }

  .pricing__table-header {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    top: 0%;
  }

  .collection-item {
    padding: 20px;
  }

  .column {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing__respond {
    font-size: 18px;
  }

  .blog {
    align-items: flex-end;
  }

  .blog__placeholder {
    flex: 1;
    display: block;
  }

  .blog__img {
    display: block;
  }

  .blog__summary {
    margin-top: 30px;
    display: block;
  }

  .navbar__service {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .c-navbar__blog-post {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .other__blog-post {
    border: 1px solid #fff;
  }

  .collection-item-2 {
    display: flex;
  }

  .collection-list-3 {
    display: block;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    align-self: auto;
  }

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

  .menu__line__1 {
    background-color: #fff;
    width: 40px;
    height: 3px;
  }

  .heading-6 {
    font-size: 54px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .menu__line__2 {
    background-color: #fff;
    width: 40px;
    height: 3px;
  }

  .c-numbers {
    justify-content: space-around;
    align-items: stretch;
  }

  .lottie-animation {
    max-width: 400px;
    max-height: 400px;
  }

  .collection-item-3, .collection-list-4 {
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    margin-top: 10px;
    font-size: 80px;
  }

  h2 {
    font-size: 54px;
  }

  h6 {
    font-size: 24px;
  }

  .hero__text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service__title {
    padding-bottom: 10px;
  }

  .service__description {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .arrow__img {
    max-width: 80%;
    margin-top: 0;
  }

  .arrow__img.is--small {
    margin-top: 0;
  }

  .service__text {
    font-size: 28px;
  }

  .subtitle-1 {
    font-size: 20px;
  }

  .pricing__table-wrapper, .pricing__collection-list {
    display: flex;
  }

  .block-quote {
    font-size: 38px;
    line-height: 1.2;
  }

  .link-block {
    align-self: center;
  }

  .text-field {
    padding: 80px 20px;
    font-size: 80px;
  }

  .is--about-me {
    font-size: 52px;
  }

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

  .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 52px;
    font-weight: 900;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h6 {
    margin-bottom: 0;
  }

  .section {
    justify-content: space-between;
    position: static;
  }

  .c-hero {
    flex: 1;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
  }

  .hero__text {
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 150px;
    display: block;
  }

  .hero__card {
    padding: 20px 10px;
  }

  .hero__form, .hero__form-text {
    display: block;
  }

  .selections__field.is--accountant-services {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 10px;
  }

  .hero__form-title {
    flex-direction: column;
  }

  .footer__text {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .c-services {
    flex: 1;
    margin-left: 2%;
    margin-right: 2%;
  }

  .service__container {
    padding-left: 10px;
    display: block;
  }

  .service__description {
    padding-top: 10px;
    padding-left: 10px;
  }

  .service__name {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .service__arrow {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 2%;
    margin-left: 2%;
    position: relative;
    inset: 0 auto;
  }

  .arrow__img {
    margin-top: 10px;
  }

  .service__text {
    font-size: 24px;
    line-height: 1.3;
  }

  .service__bg-color {
    inset: 0%;
  }

  .c-footer {
    flex-direction: column;
    display: flex;
  }

  .footer__logo {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .footer__back-to-top {
    padding: 15px 0;
  }

  .image {
    margin-left: 5px;
  }

  .footer__link {
    padding: 20px 10px;
    display: block;
  }

  .footer__link-text {
    text-align: left;
    display: block;
  }

  .footer__placeholder, .collection-list-wrapper, .collection-list {
    display: block;
  }

  .c-service {
    overflow: visible;
  }

  .service__long-description {
    max-width: 78ch;
  }

  .rich-text-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form__section {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow__back {
    margin-right: 20px;
  }

  .c-pricing {
    position: static;
  }

  .subtitle-1 {
    font-size: 16px;
  }

  .pricing__question-mark, .pricing__cell-info {
    display: none;
  }

  .pricing__table-header {
    padding-bottom: 40px;
    display: block;
  }

  .pricing__table-wrapper {
    flex-direction: column;
  }

  .pricing__collection-list {
    display: block;
  }

  .collection-item {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: flex;
  }

  .pricing__table-row, .collection__lists-rows {
    display: block;
  }

  .columns {
    display: flex;
  }

  .pricing__respond {
    font-size: 16px;
  }

  .button__small {
    align-self: center;
  }

  .pricing__background {
    inset: 0%;
  }

  .block-quote {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 1.3;
  }

  .link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form {
    display: block;
  }

  .text-field {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 52px;
    font-weight: 900;
  }

  .submit-button {
    width: 100%;
    display: block;
  }

  .is--about-me {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
  }

  .blog {
    display: block;
  }

  .blog__post-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .menu__line__1, .menu__line__2 {
    background-color: #fff;
    width: 35px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-numbers {
    justify-content: space-around;
    max-width: 420px;
    max-height: 400px;
    inset: 0%;
  }

  .lottie-animation {
    align-self: center;
    max-width: none;
    max-height: none;
  }

  .heading-9 {
    text-align: center;
    display: block;
  }

  .div-block-8 {
    justify-content: space-around;
    align-items: stretch;
  }

  .collection-item-4 {
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .table__title {
    z-index: 5;
    clear: none;
    border-bottom: 1px solid #fff;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .table__title-text {
    color: #fffc;
    text-align: center;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 1px;
    font-weight: 500;
    position: static;
  }

  .space__40px {
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-9 {
    align-items: flex-start;
  }

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

  .heading-11, .is--name {
    text-align: left;
  }

  .heading-12 {
    color: #fff;
  }

  .div-block-10 {
    z-index: 1;
    position: relative;
    top: 0;
  }

  .blog__title {
    text-align: left;
  }

  .rich-text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: none;
  }
}

#Accountancy-Service.w-node-b93cd12d-ac96-cc95-c52c-f8137b2bff87-7b2bff80 {
  place-self: stretch stretch;
}

@media screen and (min-width: 1920px) {
  #Accountancy-Service.w-node-b93cd12d-ac96-cc95-c52c-f8137b2bff87-7b2bff80 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #Accountancy-Service.w-node-b93cd12d-ac96-cc95-c52c-f8137b2bff87-7b2bff80 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #Accountancy-Service.w-node-b93cd12d-ac96-cc95-c52c-f8137b2bff87-7b2bff80 {
    justify-self: stretch;
  }
}


