@font-face {
  font-family: Happy Times;
  src: url('../fonts/happy-times-NG_bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Happy Times;
  src: url('../fonts/happy-times-NG_italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Happy Times;
  src: url('../fonts/happy-times-NG_regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/GeistVF.woff') format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-80: #222c;
  --grey-100: #222;
  --pastel-3: #e3f5e8;
  --grey-10: #2222221a;
  --pastel-1: #ffe6e5;
  --grey-20: #2223;
  --pastel-2: #fff5d6;
  --pastel-4: #e5ebff;
  --white-100: white;
  --white-90: #ffffffe6;
  --white-20: #fff3;
  --parchment: #f4f3f1;
}

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

body {
  color: var(--grey-80);
  font-variation-settings: "wght" 450;
  letter-spacing: -.005em;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
}

h1 {
  color: var(--grey-100);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--grey-100);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.15em;
}

h3 {
  color: var(--grey-100);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  color: var(--grey-100);
  font-variation-settings: "wght" 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

a {
  color: var(--grey-100);
  font-variation-settings: "wght" 550;
  text-decoration: none;
}

li {
  margin-bottom: 10px;
}

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

label {
  color: var(--grey-100);
  font-variation-settings: "wght" 600;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.form-success {
  background-color: #2222221a;
  border-radius: 10px;
}

.form-success.acc {
  background-color: #f4f3f1;
  position: absolute;
  inset: 0%;
}

.form-input {
  color: #222;
  background-color: #fff;
  border: 1px solid #2222221a;
  border-radius: 7px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.35em;
  transition: box-shadow .2s, border-color .2s;
}

.form-input:focus {
  border-color: #2223;
  box-shadow: 0 2px 6px #00000012;
}

.form-input::placeholder {
  color: #222222b3;
}

.form-input.text-area {
  min-height: 180px;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  font-variation-settings: "wght" 550;
  text-align: center;
  background-color: #222;
  border: 1px solid #2223;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  transition: border-color .2s, background-color .2s, filter .2s;
  display: flex;
}

.button:hover, .button.invert {
  filter: invert();
  background-color: #000;
  border-color: #222;
}

.button.nav-button {
  font-weight: 400;
}

.button.mobile-button {
  display: none;
}

.button.bg-white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.button.bg-white:hover {
  filter: none;
  background-color: #ffffffe6;
}

.button.white-border {
  border-color: #fff3;
}

.button.white-bordered {
  background-color: #0000;
  border-color: #fff3;
}

.button.white-bordered:hover {
  background-color: #000;
}

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

.button.small {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding: 8px 12px;
}

.button.auto {
  width: auto;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}

.button.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.secondary {
  color: #000;
  background-color: #f1f1f1;
}

.button.invert {
  filter: invert();
  background-color: #000;
  border-color: #222;
}

.button.invert:hover {
  filter: invert(0%);
  background-color: #222;
  border-color: #2223;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.without-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #064681;
  border-style: solid;
  border-color: #051b3700;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .35s;
  display: flex;
}

.button.is-filled.without-icon:hover {
  border-style: solid;
  transform: translate(0, -2px);
  box-shadow: 4px 8px 11px -2px #00000059;
}

.button.is-filled.without-icon.secondary {
  color: #051b37;
  background-color: #b7dafb;
}

.button.is-filled.without-icon.secondary.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-block {
  margin-bottom: 0;
}

.style-guide-swatch {
  height: 100px;
}

.style-guide-swatch.bg-pastel-3 {
  background-color: var(--pastel-3);
}

.style-guide-swatch.bg-grey-10 {
  background-color: var(--grey-10);
}

.style-guide-swatch.bg-grey-100 {
  background-color: var(--grey-100);
}

.style-guide-swatch.bg-grey-80 {
  background-color: var(--grey-80);
}

.style-guide-swatch.bg-pastel-1 {
  background-color: var(--pastel-1);
}

.style-guide-swatch.bg-grey-20 {
  background-color: var(--grey-20);
}

.style-guide-swatch.bg-pastel-2 {
  background-color: var(--pastel-2);
}

.style-guide-swatch.bg-pastel-4 {
  background-color: var(--pastel-4);
}

.select-field {
  color: #222;
  letter-spacing: -.005em;
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.34em;
}

.small-link {
  color: var(--grey-80);
  font-variation-settings: "wght" 450;
  text-decoration: underline;
}

.radio {
  cursor: pointer;
  background-color: #fff;
  border-color: #0000001a;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  background-color: #fff;
  border-width: 6px;
  border-color: #222;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.horizontal-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.contained-hero-section {
  padding-top: 24px;
  padding-bottom: 0;
}

.section.about-us-mission {
  padding-top: 24px;
  padding-bottom: 200px;
}

.small-text {
  font-size: 14px;
  line-height: 1.35em;
}

.small-text.muted {
  opacity: .7;
}

.small-text.form-disclaimer {
  max-width: 323px;
}

.checkbox {
  cursor: pointer;
  background-color: #fff;
  border-color: #2223;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #222;
  background-size: 12px 12px;
}

.select-wrapper {
  background-color: #fff;
  border: 1px solid #2223;
  border-radius: 7px;
  padding: 7px;
  overflow: hidden;
}

.selectable-label {
  font-variation-settings: "wght" 450;
  margin-bottom: 0;
  margin-left: 12px;
  font-weight: 400;
}

.large-text {
  letter-spacing: -.01em;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3em;
}

.large-text.single-plan-description {
  max-width: 323px;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form-input-group {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.style-guide-row-heading {
  font-variation-settings: "wght" 600;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.style-guide-colour-group {
  display: flex;
}

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.style-guide-section-contents.form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-items: stretch;
}

.form-error {
  color: #222;
  border-radius: 6px;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.container---main {
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container---main.account {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

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

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

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

.dropdown-link {
  transition: opacity .2s;
}

.dropdown-link:hover {
  opacity: .5;
}

.dropdown-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.navbar-right-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 1;
}

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #00000012;
}

.nav-menu-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: #262626;
  width: 75%;
  height: 2px;
  position: absolute;
}

.dropdown-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  position: relative;
  top: 18px;
  right: 18px;
  box-shadow: 0 3px 24px #0000001f;
}

.dropdown-wrapper.w--open {
  background-color: #0000;
}

.nav-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-bold {
  color: #222;
  font-variation-settings: "wght" 600;
}

.menu-button-horizontal-line {
  background-color: #262626;
  width: 100%;
  height: 2px;
}

.trigger-search-modal {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
}

.trigger-search-modal:hover {
  opacity: .5;
}

.dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-variation-settings: "wght" 550;
  align-items: center;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .5;
}

.navbar-wrapper {
  z-index: 99;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.mobile-logo {
  display: none;
}

.navbar-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
}

.nav-link {
  color: #222;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: #222;
  font-weight: 400;
}

.nav-link.dropdown:hover {
  opacity: 1;
}

.menu-button {
  padding: 0;
}

.navbar {
  background-color: #0000;
}

.dropdown-narrow-column {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  padding: 24px 18px 9px;
  display: flex;
}

.dropdown-narrow-column.even-padding {
  width: 200px;
  padding-top: 9px;
}

.footer {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-logo-tagline {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  display: flex;
}

.footer-menus-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-menu-column {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .7;
  align-items: center;
  display: flex;
}

.social-link {
  border: 1px solid #222;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: border-color .2s, background-color .2s, filter .2s;
  display: flex;
}

.social-link:hover {
  filter: contrast(200%) invert();
  background-color: #fff;
  border-color: #fff;
}

.social-link-icon {
  width: 16px;
  height: 16px;
}

.footer-bottom-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-contact {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.horizontal-line {
  background-color: #2222221a;
  width: 100%;
  height: 1px;
}

.footer-link {
  color: #222c;
  font-variation-settings: "wght" 450;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.container---l {
  width: 100%;
  max-width: 902px;
}

.container---l.align-center, .container---l.text-center, .container---l.center {
  margin-left: auto;
  margin-right: auto;
}

.container---xs {
  width: 100%;
  max-width: 323px;
}

.container---xs.footer-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.rounded-image {
  border-radius: 10px;
  display: block;
}

.rounded-image.about-image-left {
  max-width: 671px;
}

.rounded-image.about-image-right {
  align-self: flex-end;
  max-width: 323px;
  margin-top: -250px;
  position: relative;
}

.rounded-image.tab-image {
  max-width: 600px;
}

.rounded-image.team {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
}

.rounded-image.contact-image {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.rounded-image.hero {
  object-fit: cover;
  height: 100%;
}

.review-box-divider {
  background-color: #2223;
  align-self: stretch;
  width: 1px;
}

.heading-one {
  color: #222;
  letter-spacing: -.02em;
  font-family: Happy Times, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
}

.horizontal-buttons {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.customer-hero {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.customer-hero.increased-gaps {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.container---s {
  width: 100%;
  max-width: 555px;
}

.hero-composite {
  height: 500px;
  position: relative;
}

.review-items {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: none;
}

.container---m {
  width: 100%;
  max-width: 671px;
}

.container---m.title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container---m.negative-margin {
  margin-bottom: 33px;
}

.container---m.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.review-box-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  display: flex;
}

.large-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-features-grid.about-us {
  grid-template-rows: auto;
}

.feature-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  border: 1px solid #2222221a;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  display: flex;
  box-shadow: 0 1px 4px #00000017;
}

.feature-box.increased-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.feature-box.center {
  justify-content: center;
  align-items: center;
}

.feature-box-widget-wrapper {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.widget {
  background-color: #fff;
  border: 1px solid #2222221a;
  border-radius: 10px;
  box-shadow: 0 1px 4px #00000017;
}

.widget.message {
  background-color: #fff;
  width: 379px;
}

.widget.message.tab-widget {
  margin-left: 72px;
}

.widget.profile {
  width: 258px;
}

.widget.profile.overlap {
  margin-top: -200px;
  margin-left: 72px;
  position: relative;
}

.widget.profile.tab-widget {
  margin-left: 120px;
}

.widget.notification {
  text-align: center;
  width: 266px;
  min-height: 200px;
  display: flex;
}

.widget.notification.tab-widget {
  margin-left: 96px;
}

.widget-body {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  padding: 18px;
  display: flex;
}

.widget-body.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.widget-chat-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.widget-person {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.widget-chat-avatar {
  max-height: 36px;
}

.widget-attachment {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f4f3f1;
  border-radius: 7px;
  align-items: center;
  padding: 9px;
  text-decoration: underline;
  display: flex;
}

.feature-box-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  max-width: 439px;
  display: flex;
}

.heading-three {
  color: #222;
  letter-spacing: -.01em;
  font-family: Happy Times, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25em;
}

.profile-widgets {
  position: relative;
}

.widget-profile-author {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.widget-profile-avatar {
  max-height: 72px;
}

.widget-profile-name {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.widget-rows {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

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

.widget-profile-rating {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.widget-placeholder-text {
  background-color: #2222221a;
  border-radius: 100px;
  width: 100px;
  height: 8px;
}

.about-us-box-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.max-width-m {
  max-width: 390px;
}

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

.titled-section {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.titled-section.icon-features-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.container---xl {
  width: 100%;
  max-width: 1134px;
}

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

.metrics-cluster {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #222;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  padding: 18px;
  display: flex;
}

.quote-box.increased-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.quote-box-image-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote-box-image {
  max-height: 96px;
}

.heading-four {
  color: #222;
  font-variation-settings: "wght" 600;
  font-family: Geist, sans-serif;
  font-size: 23px;
  line-height: 1.3em;
}

.heading-four.serif {
  letter-spacing: -.01em;
  font-family: Happy Times, sans-serif;
  font-weight: 400;
}

.heading-four.serif.italic {
  font-style: italic;
}

.metrics-cluster-column {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.metric-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4f3f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 250px;
  padding: 18px;
  display: flex;
}

.icon-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.icon-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-feature.align-left {
  text-align: left;
  align-items: flex-start;
}

.boxed-icon {
  background-color: #fff;
  border: 1px solid #2222221a;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 1px 4px #00000017;
}

.icon-feature-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.text-white.hero {
  max-width: 450px;
  font-size: 48px;
}

.overlapping-avatars {
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.overlapping-avatars.inside-title {
  margin-top: 0;
  margin-bottom: -12px;
}

.overlapping-avatar {
  z-index: 2;
  border: 3px solid #fff;
  border-radius: 50%;
  max-height: 96px;
  margin-right: -18px;
  display: block;
  position: relative;
  left: -9px;
}

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

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

.flex-center._100vh {
  height: 100vh;
}

.margin-top-medium {
  margin-top: 64px;
}

.cta-box {
  color: #ffffffb3;
  text-align: center;
  background-image: linear-gradient(201deg, #000000b3 17%, #000000a6 35%), url('../images/Key.webp');
  background-position: 0 0, 40% 105%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 12px;
  justify-content: center;
  padding: 72px 24px 96px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-logo {
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.about-hero-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-photo-video {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-photos {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: -72px;
  display: flex;
}

.video-box {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  background-color: #ffffffe6;
  border: 1px solid #2223;
  border-radius: 10px;
  align-items: center;
  padding: 12px 24px 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 5px #00000017;
}

.video-box-video {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 222px;
  display: flex;
}

.video-image {
  border-radius: 8px;
}

.video-lightbox {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: absolute;
}

.video-lightbox:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px #0003;
}

.video-play-icon {
  position: relative;
  top: 1px;
  left: 1px;
}

.video-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.contained-hero {
  color: #ffffffe6;
  background-image: linear-gradient(243deg, #fff0, #000), url('../images/Services-Hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  align-items: flex-end;
  min-height: 650px;
  padding: 60px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contained-hero-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contained-hero-scrim {
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  background-image: linear-gradient(45deg, #222, #2220 52%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contained-hero-contents {
  z-index: 3;
  position: relative;
}

.hero-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-cta.align-left {
  text-align: left;
  align-items: flex-start;
}

.contained-about-us {
  background-image: url('../images/StockCake-Global-tech-collaboration_1744033153_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  min-height: 650px;
  padding: 60px 48px;
  display: flex;
  position: relative;
}

.single-plan {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #2222221a;
  border-radius: 12px;
  padding: 24px 36px;
  display: flex;
  box-shadow: 0 1px 4px #00000017;
}

.plan-image {
  max-width: 323px;
}

.single-plan-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-terms {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.large-price {
  color: #222;
  letter-spacing: -.02em;
  font-family: Happy Times, sans-serif;
  font-size: 128px;
  line-height: 1em;
}

.about-us-mission-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #2222221a;
  border-radius: 12px;
  padding: 24px 36px;
  display: flex;
  box-shadow: 0 1px 4px #00000017;
}

.container-mission-content {
  z-index: 3;
  position: relative;
  top: 248px;
}

.values-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 439px);
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.values-text {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  display: flex;
}

.heading-two {
  color: var(--\<unknown\|variable-a10ec0f6-ae20-f306-3226-7d9800205136\>);
  letter-spacing: -.01em;
  font-family: Happy Times, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.15em;
}

.values-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.values-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-image {
  max-width: 429px;
}

.tabs-section {
  align-self: stretch;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #222c;
  font-variation-settings: "wght" 450;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 441px;
  padding: 18px;
  font-weight: 400;
  transition: border-color .2s;
  display: flex;
}

.tab-link:hover {
  border-color: #2222221a;
}

.tab-link.w--current {
  background-color: #f4f3f1;
}

.tab-link.w--current:hover {
  border-color: #0000;
}

.tabs-content {
  flex: 1;
}

.tab-box {
  background-color: #e3f5e8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 640px;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.tab-box.bg-pastel-1 {
  background-color: var(--pastel-1);
}

.tab-box.bg-pastel-2 {
  background-color: var(--pastel-2);
}

.tab-box-contents {
  flex-direction: column;
  display: flex;
}

.our-values {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.team-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-member {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.team-image {
  height: auto;
}

.team-member-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-sites-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-image: linear-gradient(to right, #fcfcfc, #f8f8f8);
  border: 1px solid #2222221a;
  border-radius: 10px;
  align-items: center;
  padding: 16px 48px;
  display: flex;
  box-shadow: 0 1px 4px #00000012;
}

.blog-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.posts-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.category-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.category-links {
  align-items: center;
  display: flex;
}

.badge {
  background-color: #fff;
  border: 1px solid #2223;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  display: flex;
}

.badge.borderless {
  border-color: #0000;
}

.badge.borderless.w--current {
  border-color: #2223;
}

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

.post-preview {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #222c;
  font-variation-settings: "wght" 450;
  border: 1px solid #2222221a;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 18px 30px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 4px #00000017;
}

.post-preview:hover {
  transform: translate(0, -9px);
  box-shadow: 0 6px 12px #00000017;
}

.rounded-image-wrapper {
  border-radius: 10px;
  max-height: 500px;
  overflow: hidden;
}

.post-preview-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.filter-checkbox-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.filter-checkbox {
  margin-bottom: 0;
  padding-left: 15px;
}

.fileter-form {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 4px;
  display: none;
}

.checkbox-label {
  color: var(--grey-80);
  font-variation-settings: "wght" 450;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 3px 5px;
}

.post-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.article-align-right {
  justify-content: flex-end;
  display: flex;
}

.article-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.article-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.article-author {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--\<unknown\|variable-ba014e34-9343-6543-c030-c198da531d0c\>);
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.author-avatar {
  width: 48px;
}

.article-author-text {
  font-variation-settings: "wght" 450;
  display: flex;
}

.article {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: -30px;
  display: flex;
}

.cms-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

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

.hero-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.hero-image {
  height: auto;
  margin-bottom: -72px;
}

.large-team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-team-grid.about-us {
  grid-template-rows: auto;
}

.team-box-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 614px;
  display: flex;
}

.team-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  border: 1px solid #2222221a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  box-shadow: 0 1px 4px #00000017;
}

.team-box.increased-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.team-box.center {
  justify-content: center;
  align-items: center;
}

.title {
  font-family: Happy Times, sans-serif;
  font-size: 24px;
}

.spacer {
  padding-top: 72px;
  padding-bottom: 0;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 555px) 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.contact-details-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.contact-title, .contact-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.contact-hq {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-phone {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.phone-number {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 323px;
  display: grid;
}

.boxed-form {
  text-align: left;
  background-color: #f4f3f1;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 36px;
}

.form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-pair {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.required {
  color: #c44e4e;
}

.page-wrapper {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding: 48px 24px 24px;
}

.account-form-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.account-form-block-sign-up {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.acc-form-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.acc-form-inputs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--grey-10);
  background-color: var(--white-100);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 439px;
  padding: 18px;
  display: flex;
  box-shadow: 0 1px 4px #0003;
}

.acc-image {
  border-radius: 10px;
  max-width: 650px;
}

.account-error {
  background-color: var(--pastel-1);
  text-align: center;
  border-radius: 6px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 24px;
}

.form-footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.account-inputs-with-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  max-width: 439px;
  display: flex;
}

.account-form-title {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.account-form-block-log-in {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.user-account-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  display: flex;
}

.settingsheader {
  background-color: #0000;
  border-style: none;
  padding: 0 0 20px;
}

.user-account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.normal-text {
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.hide {
  display: none;
}

.coming-soon-wrapper {
  justify-content: center;
  align-items: center;
  padding: 140px;
  display: flex;
}

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: .5;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
}

.typography-demo {
  font-family: Happy Times, sans-serif;
  font-size: 96px;
  line-height: 1em;
}

.typography-demo.b {
  font-family: Geist, sans-serif;
}

.iconography-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
}

.nav-links-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.profile-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: baseline;
  padding: 55px;
}

.profile-name {
  color: var(--grey-100);
  font-family: Happy Times, sans-serif;
  font-size: 32px;
}

.profile-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.profile-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--grey-20);
  background-color: var(--white-100);
  border-radius: 10px;
  flex-flow: column;
  width: 30%;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

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

.profile-settings-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.user-account-form-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.profile-settings-input-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.verify {
  text-align: center;
  max-width: 500px;
}

.icon-svg {
  outline-offset: 0px;
  color: #374252;
  background-color: #37425233;
  border-radius: 50%;
  outline: 6px solid #3742521a;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.icon-svg.green-svg {
  color: #258f5d;
  background-color: #d2f8df;
  outline-color: #eafef3;
}

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

._120-font {
  font-size: 120%;
}

.tour-step {
  display: none;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-anchor.right._2 {
  margin-right: -24px;
  top: 10%;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.relative {
  position: relative;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.verification-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.dashboard-3-menu-wrap {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 25px 25px auto;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.logo-padding {
  padding-top: 5px;
}

.logo-img {
  color: #000;
}

.dashboard-3-links {
  width: auto;
  display: flex;
}

.dashboard-3-link {
  opacity: .7;
  color: #000;
  text-align: center;
  border-right: 3px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-3-link:hover {
  opacity: 1;
}

.dashboard-3-link.w--current {
  opacity: 1;
  background-color: #f2f3ff;
  border-radius: 10px;
  font-weight: 600;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.icon-small.profile {
  padding: 2px;
}

.icon-small.wallet {
  padding: 4px;
}

.full-section-3 {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 125px 25px 25px;
  display: block;
  position: relative;
}

.full-section-3.grey-bg {
  padding-top: 50px;
}

.dashboard-content-wrap-3 {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 50px;
  display: flex;
  position: static;
  box-shadow: 0 2px 20px #1d01501a;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.main-container.no-max-width {
  max-width: none;
}

.profile-form-container-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.small-h1 {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2em;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.input-wrapper.always-show, .input-wrapper.usa-show {
  display: block;
}

.input-label {
  z-index: 2;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.input-description {
  opacity: .8;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
  transition: height .2s;
  overflow: hidden;
}

.subheader {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.field-divider {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio-field {
  color: #000;
  margin-top: 5px;
}

.radio-input {
  border-color: #b7bbd1;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 7px;
}

.radio-input.w--redirected-checked {
  border-color: #434de7;
}

.description {
  opacity: .6;
  color: #000;
  margin-top: 3px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
}

.grid {
  grid-column-gap: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
  padding: 40px 50px;
  box-shadow: 0 2px 20px #0000001c;
}

.p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.file-upload-heading {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.file-upload-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--grey-100);
  flex-flow: column;
  font-size: 18px;
  list-style-type: decimal;
  display: flex;
}

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

.contained-home-hero {
  color: #ffffffe6;
  background-image: linear-gradient(243deg, #fff0 56%, #000), url('../images/3D-about-us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  align-items: flex-end;
  min-height: 650px;
  padding: 60px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.beneficiary-bank-country {
  z-index: 2;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.error {
  color: red;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .button.mobile-button {
    margin-top: 24px;
    display: block;
  }

  .section.blog {
    padding-top: 24px;
  }

  .nav-dropdown-caret {
    width: auto;
    min-height: 6px;
  }

  .dropdown.w--open {
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .dropdown-links {
    grid-column-gap: 24px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .nav-menu {
    z-index: 999;
    background-color: #f4f3f1;
    position: fixed;
    inset: 0;
    overflow: scroll;
  }

  .nav-menu-close {
    pointer-events: auto;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
  }

  .dropdown-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    box-shadow: none;
    font-variation-settings: "wght" 550;
    letter-spacing: -.005em;
    background-color: #0000;
    border-top: 1px solid #2222221a;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    font-size: 16px;
    display: grid;
    top: 0;
    right: 0;
  }

  .nav-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .mobile-logo {
    margin-bottom: 48px;
    display: block;
  }

  .mobile-logo.w--current {
    align-self: flex-start;
  }

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

  .nav-link {
    font-variation-settings: "wght" 600;
    letter-spacing: -.01em;
    border-bottom: 1px solid #2222221a;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 23px;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .nav-link.profile {
    text-align: left;
    display: block;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

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

  .dropdown-narrow-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    padding: 0;
  }

  .dropdown-narrow-column.even-padding {
    width: 100%;
    padding-top: 24px;
  }

  .footer-logo-tagline, .footer-cta {
    align-items: center;
  }

  .footer-menus-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .footer-bottom-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .footer-top-row {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column-reverse;
  }

  .container---xs.footer-cta {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .rounded-image.about-image-left {
    max-width: 555px;
  }

  .heading-one {
    font-size: 58px;
  }

  .container---m.negative-margin {
    text-align: center;
  }

  .hero-wrapper-2 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-direction: column;
    display: flex;
  }

  .large-features-grid {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

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

  .titled-section.icon-features-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .icon-features-grid {
    flex-direction: column;
    max-width: 444px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cta-box {
    background-position: 0 0, 50%;
    background-size: auto, 900px;
    overflow: hidden;
  }

  .section-logo {
    transform: translate(-50%);
  }

  .logo {
    width: 30%;
  }

  .plan-image {
    max-width: 260px;
  }

  .large-price {
    font-size: 96px;
  }

  .values-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

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

  .values-image {
    align-self: flex-end;
    max-width: 300px;
  }

  .tabs-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
    margin-top: -24px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
  }

  .our-values {
    justify-content: flex-start;
    align-items: center;
  }

  .our-values.icon-features-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

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

  .services-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .post-preview {
    min-height: 100%;
    padding: 12px 12px 24px;
  }

  .article-align-right {
    justify-content: center;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
  }

  .blog-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .large-team-grid {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .team-box-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .team-box {
    justify-content: center;
    align-items: center;
  }

  .contact-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .boxed-form {
    align-self: stretch;
  }

  .page-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
    min-height: 100vh;
    padding-top: 72px;
  }

  .account-inputs-with-title {
    align-self: center;
    width: 100%;
  }

  .account-form-title {
    text-align: center;
  }

  .nav-links-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .dashboard-3-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-content-wrap-3 {
    padding: 4vw;
  }

  .contained-home-hero {
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .template-utility-section {
    grid-row-gap: 48px;
  }

  .button.white-bordered.hero {
    color: var(--grey-100);
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .large-text {
    font-size: 20px;
    line-height: 1.35em;
  }

  .dropdown-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 24px;
    display: flex;
  }

  .nav-sign-in-link {
    display: none;
  }

  .dropdown-narrow-column.even-padding {
    padding-top: 0;
  }

  .footer {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .footer-wrapper {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .rounded-image.about-image-left {
    max-width: 100%;
  }

  .rounded-image.about-image-right {
    display: none;
  }

  .rounded-image.tab-image {
    max-width: 346px;
  }

  .review-box-divider {
    display: none;
  }

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

  .container---m.negative-margin {
    margin-bottom: 0;
  }

  .feature-box-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-three {
    font-size: 24px;
  }

  .about-us-box-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .titled-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .heading-four {
    font-size: 21px;
  }

  .heading-four.tab-heading {
    font-size: 16px;
  }

  .icon-features-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .overlapping-avatars {
    margin-top: -36px;
  }

  .overlapping-avatar {
    max-height: 72px;
  }

  .cta-box {
    background-size: auto, 700px;
  }

  .logo {
    width: 45%;
  }

  .about-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-photo-video {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-photos {
    margin-bottom: 0;
  }

  .contained-hero {
    padding: 24px;
  }

  .contained-hero-scrim {
    background-image: linear-gradient(45deg, #222, #2220);
  }

  .contained-about-us {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 24px;
  }

  .single-plan, .about-us-mission-text {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container-mission-content {
    top: 0;
  }

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

  .values-image {
    max-width: 250px;
  }

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

  .tab-text {
    display: none;
  }

  .tab-box {
    height: 568px;
  }

  .our-values {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .review-sites-box {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .category-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .services-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .article-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .blog-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .team-box-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-details-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .boxed-form {
    padding: 24px;
  }

  .form-header {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .acc-form-section {
    flex-flow: wrap-reverse;
  }

  .profile-header {
    flex-flow: wrap;
  }

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

  .profile-box {
    width: 46%;
  }

  .icon-svg {
    width: 36px;
  }

  .verification-header {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .contained-home-hero {
    background-image: url('../images/3D-about-us.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
  }
}

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

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .button.nav-button {
    display: none;
  }

  .button.absolute, .button.is-filled.without-icon.secondary.absolute {
    position: static;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.horizontal-hero {
    padding-top: 36px;
  }

  .section.about-us-mission {
    padding-bottom: 70px;
  }

  .section.blog {
    padding-top: 18px;
  }

  .section.hero {
    padding-top: 48px;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.35em;
  }

  .small-text.muted {
    font-size: 13px;
  }

  .small-text.footer-copyright-divider {
    display: none;
  }

  .large-text {
    font-size: 17px;
    line-height: 1.35em;
  }

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .container---main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container---main.services {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-caret {
    min-height: 4px;
  }

  .dropdown-links {
    display: flex;
  }

  .logo-image {
    width: auto;
    max-height: 38px;
    display: block;
  }

  .dropdown-wrapper {
    font-size: 15px;
  }

  .nav-links {
    padding: 24px 18px 18px;
  }

  .nav-sign-in-link {
    display: block;
  }

  .nav-sign-in-link.hide {
    display: none;
  }

  .navbar-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 60px;
  }

  .nav-link {
    font-size: 19px;
  }

  .dropdown-narrow-column.even-padding {
    width: 100%;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
  }

  .rounded-image {
    border-radius: 6px;
  }

  .rounded-image.tab-image {
    max-width: 100%;
    margin-bottom: 0;
  }

  .rounded-image.contact-image {
    max-width: 100%;
  }

  .rounded-image.hero {
    object-fit: contain;
    height: auto;
  }

  .review-box-divider {
    opacity: .7;
    width: 100%;
    height: 1px;
  }

  .heading-one {
    font-size: 39px;
    line-height: 1.15em;
  }

  .horizontal-buttons {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .customer-hero {
    align-items: stretch;
  }

  .customer-hero.increased-gaps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-composite {
    height: auto;
  }

  .review-items {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-self: stretch;
  }

  .container---m.title {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .feature-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .feature-box.increased-padding {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .widget {
    border-radius: 6px;
  }

  .widget.message.tab-widget {
    width: 100%;
    margin-left: 0;
  }

  .widget.profile.overlap {
    display: none;
  }

  .widget.profile.tab-widget, .widget.notification.tab-widget {
    margin-left: 0;
  }

  .widget-body {
    padding: 16px;
  }

  .widget-person {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .widget-chat-avatar {
    max-height: 32px;
  }

  .heading-three {
    font-size: 21px;
  }

  .titled-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .metrics-cluster {
    flex-direction: column;
    display: flex;
  }

  .quote-box {
    border-radius: 6px;
    min-height: 200px;
  }

  .quote-box.increased-padding {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .quote-box-image {
    max-height: 72px;
  }

  .heading-four {
    font-size: 18px;
  }

  .metrics-cluster-column.reverse-on-mobile {
    flex-direction: column-reverse;
  }

  .metric-box {
    border-radius: 6px;
    min-height: 200px;
  }

  .boxed-icon {
    padding: 12px;
  }

  .text-white.hero {
    font-size: 50px;
  }

  .cta-box {
    background-size: auto, 400px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logo {
    width: 60%;
  }

  .video-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 6px;
    flex-direction: column;
    padding-bottom: 24px;
    padding-right: 12px;
  }

  .video-box-video {
    max-width: 100%;
  }

  .video-image {
    border-radius: 4px;
  }

  .contained-hero {
    text-align: center;
    border-radius: 6px;
    padding: 36px 18px;
  }

  .contained-hero-video {
    opacity: .6;
  }

  .hero-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contained-about-us {
    text-align: center;
    border-radius: 6px;
    min-height: auto;
    padding: 36px 18px;
  }

  .plan-image {
    max-width: 200px;
  }

  .single-plan-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .large-price {
    font-size: 84px;
  }

  .about-us-mission-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-mission-content {
    top: 96px;
  }

  .values-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .values-image {
    align-self: center;
    max-width: 180px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-link {
    padding: 12px;
  }

  .tab-box {
    border-radius: 6px;
    height: 300px;
    min-height: auto;
    padding: 0;
  }

  .tab-box-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .our-values {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .team-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    display: flex;
  }

  .team-grid.hide {
    display: none;
  }

  .team-member {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: row;
  }

  .team-image {
    flex: 1;
    max-width: 40%;
  }

  .team-member-text {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .review-sites-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .category-wrapper {
    justify-content: flex-start;
  }

  .post-preview {
    border-radius: 6px;
  }

  .filter-checkbox-wrapper {
    flex-flow: wrap;
  }

  .post-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .article-wrapper, .cms-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .team-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .team-box.increased-padding {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .contact-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .boxed-form {
    padding-left: 18px;
    padding-right: 18px;
  }

  .form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .form-pair {
    flex-direction: column;
    display: flex;
  }

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

  .settingsheader {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding: 18px;
  }

  .typography-license-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-demo {
    font-size: 72px;
  }

  .profile-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
  }

  .profile-box {
    width: 100%;
  }

  .dashboard-3-menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 20px;
    position: static;
  }

  .dashboard-3-links {
    flex-direction: column;
  }

  .full-section-3 {
    padding-left: 25px;
  }

  .grid {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .file-upload-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .file-upload-form {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 280px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .contained-home-hero {
    text-align: center;
    background-image: url('../images/3D-about-us.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 95%;
    border-radius: 6px;
    justify-content: center;
    align-items: flex-start;
    min-height: 700px;
    padding: 36px 18px;
  }
}

#w-node-d08815ef-f8c0-3c24-cdc9-a105bf2930c4-219da0b6, #w-node-d08815ef-f8c0-3c24-cdc9-a105bf2930e5-219da0b6, #w-node-_78425948-9208-7789-fb50-b042ccdd5408-219da0b6, #w-node-_78425948-9208-7789-fb50-b042ccdd5409-219da0b6, #w-node-cbcbf9cd-4ef4-2647-003a-5445fe49434a-219da0b6, #w-node-cbcbf9cd-4ef4-2647-003a-5445fe494354-219da0b6, #w-node-cbcbf9cd-4ef4-2647-003a-5445fe494355-219da0b6, #w-node-cbcbf9cd-4ef4-2647-003a-5445fe49435c-219da0b6, #w-node-_3a614480-0a8f-ff3a-8089-5412f8e84dde-219da0b6, #w-node-_3a614480-0a8f-ff3a-8089-5412f8e84de5-219da0b6, #w-node-_3a614480-0a8f-ff3a-8089-5412f8e84dec-219da0b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bffaf67-9b5e-5a51-c33a-cd707ef758c3-b599c35f {
  justify-self: stretch;
}

#w-node-_37660da1-a15b-271e-3fc1-878fbf5874ec-ca3f401a, #w-node-_37660da1-a15b-271e-3fc1-878fbf5874ed-ca3f401a, #w-node-_37660da1-a15b-271e-3fc1-878fbf587503-ca3f401a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37660da1-a15b-271e-3fc1-878fbf587504-ca3f401a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a0d2968a-127e-99d4-4b90-969538b25d22-ca3f401a, #w-node-a0d2968a-127e-99d4-4b90-969538b25d23-ca3f401a, #w-node-a0d2968a-127e-99d4-4b90-969538b25d2c-ca3f401a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d2968a-127e-99d4-4b90-969538b25d2d-ca3f401a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb56e5-ca44771c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb56e6-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb56fd-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb56ff-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb5706-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb570a-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb5710-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb5717-ca44771c, #w-node-b3f639dc-fb1e-6f51-09ab-f4ee8ebb571d-ca44771c, #w-node-_00d87332-dd34-5803-f0a5-f3b1e534cc99-6915e4cf, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781439-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781443-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781444-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781449-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781457-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781458-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d2781459-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d278145a-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d278145b-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d278145c-eb113920, #w-node-_412fc7d2-f65b-d564-6f37-2255d278145d-eb113920 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cbcbf9cd-4ef4-2647-003a-5445fe49434a-219da0b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbcbf9cd-4ef4-2647-003a-5445fe494354-219da0b6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0a8e29fe-494b-9278-c7e0-c8d778944a2f-789449c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@media screen and (min-width: 992px) {
  .navbar-wrapper {
    width: 100%;
  }

  .navbar.w-nav {
    width: 100%;
  }

  .navbar-row {
    flex-wrap: nowrap;
    width: 100%;
  }

  .nav-menu-wrapper {
    flex: 1;
    min-width: 0;
  }

  .navbar .nav-menu.w-nav-menu {
    float: none;
    width: 100%;
    display: block;
  }

  .nav-links {
    flex-wrap: nowrap;
    width: 100%;
  }

  .nav-links-flex {
    flex-shrink: 0;
    flex-wrap: nowrap;
  }

  .navbar-right-contents {
    flex-shrink: 0;
  }
}

@font-face {
  font-family: 'Happy Times';
  src: url('../fonts/happy-times-NG_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Happy Times';
  src: url('../fonts/happy-times-NG_italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Happy Times';
  src: url('../fonts/happy-times-NG_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/GeistVF.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}