@font-face {
  font-family: Bagosscondensedtrial;
  src: url('../fonts/BagossCondensedTRIAL-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bagosscondensedtrial;
  src: url('../fonts/BagossCondensedTRIAL-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bagosscondensedtrial;
  src: url('../fonts/BagossCondensedTRIAL-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bagosscondensedtrial;
  src: url('../fonts/BagossCondensedTRIAL-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bagosscondensedtrial;
  src: url('../fonts/BagossCondensedTRIAL-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --walsh--black: #2c2c2c;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--azure: #e7f1f1;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--walsh-dark-green: #204f58;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-span-14 {
  font-weight: 400;
}

.f-button-neutral-4 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  background-color: #c4b1f9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4.second {
  color: #fff;
  background-color: #000;
  border: 3px solid #ffffff21;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-weight: 400;
}

.f-button-neutral-4.second.white {
  color: #000;
  background-color: #fff;
}

.f-button-neutral-4.stroke {
  background-color: #ffcf2500;
  border: 3px solid #00000014;
}

.f-button-neutral-4.black {
  color: #fff;
  background-color: #000;
}

.f-heading-detail-small-5 {
  color: #000;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
}

.f-section-large-7 {
  background-color: #c4b1f9;
  background-image: url('../images/platform-5.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 140px 5% 80px;
  position: relative;
}

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

.f-paragraph-large-7 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.f-margin-bottom-71 {
  margin-bottom: 8px;
}

.f-h1-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.f-header-button-wrapper.gap {
  margin-top: 40px;
}

.f-margin-bottom-73 {
  margin-bottom: 32px;
}

.f-container-regular-7 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-image-cover-3 {
  object-fit: cover;
  max-width: 110%;
  overflow: visible;
}

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

.text-span-34 {
  font-weight: 500;
}

.div-block-275 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-auto-flow: row;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.heading-style-h1-4 {
  color: gray;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.walsh-link-wrapper-2 {
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-bottom: 1px #c5c5c5;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 13px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  padding-left: 13px;
  padding-right: 13px;
}

.code-embed-5 {
  display: flex;
}

.uui-layout04_item {
  flex-flow: column;
  display: flex;
}

.uui-layout04_item.box {
  background-color: #cfbffa;
  border-radius: 13px;
  padding: 20px;
}

.uui-icon-featured-outline-large {
  color: #7f56d9;
  background-color: #ffe27c;
  border: .5rem #f9f5ff;
  border-radius: 28%;
  justify-content: center;
  align-items: center;
  width: 3.7rem;
  height: 3.7rem;
  display: flex;
  overflow: hidden;
}

.uui-icon-featured-outline-large.color-opt-2 {
  background-color: #c4b1f9;
}

.uui-icon-featured-outline-large.color-opt-2.more {
  background-color: #c7e2fe;
}

.div-block-276 {
  align-self: center;
}

.walsh-inner-card {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 4em 3em;
  display: flex;
}

.f-section-large-8 {
  background-color: #fffbf4;
  background-image: url('../images/svg17.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 5px solid #000;
  padding: 60px 5% 40px;
  position: relative;
}

.f-section-large-8.bghgk {
  background-color: #ffe27c;
  background-image: url('../images/Coverage_Illustration_min_0a71b2d215-2.png'), url('../images/HR--payroll-solutions-for-the-talent-solutions-industry-7.svg');
  background-position: 0 0, 50% -1%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 200px;
  padding-bottom: 0;
}

.f-section-large-8.bghgk.kjli.kil {
  background-color: #fffbf4;
  background-image: url('../images/HR--payroll-solutions-for-the-talent-solutions-industry-7.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-style: none;
  padding-top: 220px;
  padding-left: 2%;
  padding-right: 2%;
}

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

.f-avatar-group-r-2 {
  background-color: #dcd9d3;
  background-image: url('../images/nigeria_5922004.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 3px solid #fffbf4;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin-right: -10px;
  position: relative;
}

.f-avatar-group-r-2.nex3 {
  background-image: url('../images/yemen_5922042.png');
}

.f-avatar-group-r-2.nex {
  background-image: url('../images/brazil_5921994.png');
}

.f-avatar-group-r-2.nex2 {
  background-image: url('../images/benin_5921943.png');
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: block;
}

.div-block-4.change {
  margin-bottom: 30px;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-heading-xxsmall.white {
  color: #fff;
}

.div-block-277 {
  align-self: center;
  padding-bottom: 3px;
}

.walsh-heading-large-2 {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
}

.uui-text-size-medium {
  color: #333;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.uui-text-size-medium.white {
  color: #fff;
  font-weight: 300;
}

.f-header-avatar-text-2 {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.uui-layout04_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1400px;
  margin-top: 11rem;
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

.uui-layout04_item-list.gap-collapse {
  margin-top: 2.5rem;
}

.f-container-regular-8 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
  position: relative;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card.wider {
  background-color: #fef5e600;
  align-items: stretch;
  width: 60%;
}

.f-avatar-dark-2 {
  color: #fff;
  background-color: #000;
  border: 3px solid #fffbf4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.div-block-5 {
  width: 640px;
}

.text-block-223 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.f-header-avatar-block-2 {
  align-items: center;
  display: flex;
}

.uui-space-xsmall {
  width: 2%;
  min-height: 1rem;
}

.walsh-main-paragraph {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: auto;
}

.home-section-wrap {
  margin-bottom: 0;
}

.image-block {
  height: 100%;
}

.tabs-content {
  width: 50%;
}

.tabs-menu {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.spark-hero-sub-paragraph {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.spark-hero-sub-paragraph.kjhl {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.spark-hero-sub-paragraph.kjhl.white, .spark-hero-sub-paragraph.white {
  color: #faf4ee;
}

.spark-section {
  background-color: #000;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.tab-pane {
  width: 100%;
  height: 40%;
}

.progress-circle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
}

.tab-content-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-content-block.hide {
  display: none;
}

.progress-circle-corner {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.progress-circle-corner.left-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  inset: auto auto 0% 0%;
}

.progress-circle-corner.right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  inset: auto 0% 0% auto;
}

.progress-circle-corner.right-top {
  justify-content: flex-end;
  align-items: flex-start;
  inset: 0% 0% auto auto;
}

.image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link {
  opacity: .2;
  background-color: #0000;
}

.tab-link.w--current {
  opacity: 100;
  background-color: #0000;
}

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

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

.uui-button-row.button-row-center.is-reverse-mobile-landscape {
  margin-top: 0;
}

.text-block-213 {
  color: #000;
  text-transform: none;
  margin-bottom: 18px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

.text-block-213.whi {
  color: #faf4ee;
  margin-bottom: 10px;
}

.text-block-213.heading {
  margin-bottom: 0;
}

.section-heading {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px #7f56d9;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .825rem 1.325rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button:hover {
  box-shadow: none;
  border-color: #6941c600;
}

.uui-button:focus {
  border-color: #000;
}

.uui-button.second {
  color: #000;
  background-color: #ffe27c;
  border-radius: .4rem;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-bottom: 40px;
  display: flex;
}

.spark-container-2.spark-centered-content.change {
  margin-bottom: 0;
}

.progress-circle-line {
  border: 2px solid #969696;
  border-color: #3e5ce7 #969696 #969696 #3e5ce7;
  border-radius: 50%;
  flex: none;
  width: 200%;
  height: 200%;
}

.progress-circle-line.four-line {
  border-color: #ffe27c #3d3d3d #3d3d3d #ffe27c;
}

.progress-circle-line.two-line {
  border-color: #ffe27c #fee17c #fee17c #3d3d3d;
}

.progress-circle-line.one-line {
  border-color: #fee17c #fee17c #3d3d3d #3d3d3d;
}

.progress-circle-line.three-line {
  border-color: #3d3d3d #3d3d3d #fee17c #ffe27c;
}

.paragraph-light {
  opacity: 1;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.spark-container {
  background-color: #f0f2f5;
  border-radius: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.spark-container.not {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  padding: 29px 0 80px;
  display: block;
}

.spark-container.not.rm {
  border-bottom-style: none;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.tabs-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-231 {
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.div-block-289 {
  background-color: #fff;
  border-radius: 8px;
  height: 60px;
  padding: 10px 32px;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: .4rem;
  font-size: 11px;
  line-height: 17px;
}

.uui-layout40_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout40_component.hide {
  display: none;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-text-block {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.walsh-text-grey-xsmall {
  color: #000;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
}

.uui-layout40_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 2em;
  display: flex;
  position: relative;
}

.walsh-tabs-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-padding-vertical-xhuge.gap {
  grid-column-gap: 400px;
  grid-row-gap: 400px;
  padding-top: 2rem;
  padding-bottom: 15rem;
}

.walsh-tab-rounded {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-tab-rounded.w--current {
  color: #000;
  background-color: #ffe27c;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.walsh-tab-menu {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  padding: 10px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  display: flex;
  overflow: hidden;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em 1.9em;
  display: flex;
  position: relative;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2em 35px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #000;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-inner-tab-content {
  padding-top: 60px;
  padding-bottom: 34px;
}

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

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-230 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.uui-text-size-large {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-price {
  color: #2c2c2c;
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .8;
}

.walsh-main-grid-5 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: #f2f4f700;
  font-family: Inter, sans-serif;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.text-block-232 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.text-block-233 {
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.walsh-tabs-content-wrapper {
  width: 100%;
}

.walsh-circle-check-2 {
  background-color: #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #dcd9d3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #dcd9d3;
}

.uui-faq01_accordion.line {
  border-top: 1px solid #dcd9d3;
  border-bottom-color: #dcd9d3;
}

.uui-text-align-center {
  text-align: center;
  margin-top: 10px;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 24px;
  display: flex;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-text-size-medium-2 {
  color: #242424;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-page-padding {
  flex-flow: column;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.accordion-icon_horizontal-line {
  background-color: #fff;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion-icon_component {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.accordion-icon_vertical-line {
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-section_faq01 {
  background-color: #fffbf4;
  background-image: url('../images/Vector-5.svg'), url('../images/svg17.svg');
  background-position: 50% -1%, 50% 101%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

.uui-section_faq01.stroke {
  background-image: url('../images/svg17.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 5px solid #000;
}

.uui-section_faq01.stroke.kage {
  object-fit: cover;
  background-image: url('../images/Vector-10.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0 solid #ffe27c;
}

.uui-section_faq01.stroke.bg-chang {
  background-color: #ffe27c;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 180px;
}

.div-block-290 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.f-image-cover-4 {
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

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

.code-embed-6 {
  display: flex;
}

.div-block-291 {
  align-self: center;
}

.text-span-35 {
  font-weight: 400;
}

.f-heading-detail-small-6 {
  color: #635a3a;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}

.f-heading-detail-small-6.black {
  color: #0f0f0fb0;
}

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

.f-header-image-wrapper-tall-2 {
  border-radius: 12px;
  overflow: visible;
}

.div-block-293 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .25px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-bottom: 30px;
  display: grid;
}

.f-button-neutral-5 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.div-block-294 {
  align-self: center;
  padding-bottom: 3px;
}

.f-header-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.f-margin-bottom-75 {
  margin-bottom: 8px;
}

.f-paragraph-large-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.f-container-regular-9 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: column;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-295 {
  width: 640px;
}

.f-h1-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-296 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: auto;
}

.combine-padding-global {
  background-image: url('../images/hytuio.png');
  background-position: 50% 370%;
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-footer2_logo {
  height: 100%;
  max-height: 6rem;
}

.combine-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 0;
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: #9e97ff;
}

.combine-footer2_column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-2 {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

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

.combine-footer2_bottom-text {
  color: #fffbf4;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

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

.combine-footer2_link {
  color: #fffbf4;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link:hover {
  color: #fff;
}

.combine-footer2_link.l {
  color: #fffbf4;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.combine-social_icon {
  width: 2rem;
  height: 2rem;
}

.combine-social_icon:hover {
  color: #bfc4ce;
}

.combine-footer2_title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  border-top: .25px solid #eee2cb29;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.combine-footer2_component {
  background-color: #000;
}

.text-block-234 {
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1250px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.container-4 {
  max-width: 100%;
}

.div-block-297 {
  max-width: 100%;
  margin-bottom: 60px;
}

.text-span-37 {
  text-transform: capitalize;
}

.button {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.f-banner-caption {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.uui-navbar06_dropdown-toggle {
  color: #101828;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem .5rem;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-navbar06_dropdown-toggle:hover {
  color: #344054;
}

.rug {
  flex-flow: column;
  display: flex;
}

.f-banner-container-between {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.uui-navbar06_component {
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.f-banner-dropdown-toggle {
  grid-column-gap: 4px;
  color: #d6c9fd;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.f-banner-dropdown-toggle.opt-2 {
  color: #000;
}

.uui-dropdown-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 3rem;
  display: flex;
}

.div-block-299 {
  display: flex;
}

.uui-navbar06_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar06_container.gap {
  height: 60vh;
  margin-bottom: 60px;
}

.uui-navbar06_dropdown-link-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar06_menu-button {
  padding: 0;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-style-2lines {
  color: #636363;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uui-navbar06_link {
  color: #000;
  align-items: center;
  padding: 1.75rem 1rem 1.75rem .25rem;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  color: #344054;
}

.uui-navbar06_link.w--current {
  color: #000;
}

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

.uui-navbar06_styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.uui-navbar06_menu-dropdown {
  position: static;
}

.div-block-301 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-62 {
  border: 6px solid #fff;
  border-radius: 12px;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.text-span-38 {
  font-weight: 400;
}

.div-block-302 {
  border-bottom: 2px solid #0f7ada;
  width: 32%;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.uui-navbar06_dropdown-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.uui-navbar06_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar06_dropdown-content-right {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.div-block-298 {
  background-color: #dbeeff;
  margin-left: -52px;
  margin-right: -52px;
  padding: 12px 55px;
}

.f-paragraph-regular-4 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.4;
}

.uui-navbar06_heading {
  color: #000;
  letter-spacing: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-tertiary-gray.hide-tablet {
  color: #000;
  border-width: 3px;
  border-color: #e4e4e4a1;
  border-radius: 8rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.uui-navbar06_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
  font-size: 10px;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-dropdown-list {
  background-color: #947777;
}

.f-banner-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px #0000000d;
}

.f-banner-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.bold-text {
  font-size: 16px;
  font-weight: 500;
}

.f-icon-regular-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-2.opt2 {
  color: #fff;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 5%;
  display: flex;
  position: relative;
}

.f-banner-2.hide {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}

.f-banner-2.removebg {
  background-color: #fffcf7;
}

.div-block-300 {
  z-index: 50;
  position: fixed;
  inset: 0% 0% auto;
}

.f-banner-button-divider {
  color: #fff;
  background-color: #fff;
  border-radius: 4px;
  width: 1px;
  height: 14px;
}

.f-banner-button-divider.opt2 {
  background-color: #c5c5c5;
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-span-13 {
  font-weight: 300;
}

.text-block-236 {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-239 {
  color: #000;
}

.uui-button-16 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-button-16:hover {
  background-color: #000;
  border-color: #000;
}

.uui-button-16:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

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

.text-block-235 {
  margin-bottom: 0;
  font-size: 16px;
}

.uui-navbar06_blog-item-image-wrapper {
  border-radius: .375rem;
  min-width: 7rem;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.mobile {
  display: none;
}

.div-block-303 {
  width: 100%;
  max-width: 1400px;
}

.link-4 {
  color: #ffe27c;
}

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

.uui-navbar06_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar06_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding: 58px 2rem 0;
  position: absolute;
  inset: 8.4625rem auto auto 0%;
  overflow: hidden;
}

.text-block-237 {
  color: #000;
  border-right: 1px solid #000;
  padding-left: 13px;
  padding-right: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.text-block-237.rm {
  border-right-style: none;
}

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.uui-navbar06_blog-item-content {
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.div-block-304 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #00000012;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-small {
  margin-top: 30px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-weight: 500;
}

.f-banner-button {
  color: #160042;
  background-color: #ffe27c;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.uui-navbar06_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  color: #101828;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 0 .75rem 0 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.uui-navbar06_dropdown-link:hover {
  background-color: #fff;
}

.uui-navbar06_item-heading {
  color: #101828;
  margin-bottom: .25rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.uui-navbar06_logo-link {
  padding-left: 0;
}

.link-block {
  color: #0f0f0f;
  text-decoration: none;
}

.f-banner-icon {
  color: #fff;
  background-color: #222;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-icon.opt2 {
  background-color: #000;
}

.uui-navbar06_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar06_blog-item:hover {
  background-color: #f9fafb;
}

.uui-navbar06_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  padding: 0;
}

.uui-navbar06_dropdown-content-left.blue {
  grid-column-gap: 0rem;
  background-color: #dbeeff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 518px;
  max-height: 518px;
  padding: 2.1rem;
  display: block;
}

.uui-navbar06_blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  align-items: start;
  width: 100%;
  display: grid;
}

.text-span-39 {
  background-color: #fff;
}

.superscript {
  font-size: 50px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

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

.walsh-container {
  z-index: 2;
  flex-flow: column;
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.walsh-main-grid {
  grid-column-gap: 11em;
  grid-row-gap: 11em;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

.walsh-main-paragraph-2.dfghj {
  color: #000000e0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.walsh-rounded-card-2 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-card-wrapper-image-medium {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: .75fr 1fr;
}

.grid-4.secone {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-305 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-305.chg {
  display: block;
}

.walsh-heading-large {
  color: #faf4ee;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.walsh-heading-large.change {
  font-size: 25px;
  font-weight: 400;
}

.walsh-heading-large.change._2 {
  color: #c4b1f9;
  font-weight: 500;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-hero-div-block {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph-3 {
  color: #faf4ee;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-main-paragraph-3.cngae {
  color: #dad5d0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.walsh-rounded-block {
  color: #fff;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-flex-horizontal {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-flex-horizontal.change {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  max-width: none;
}

.walsh-content-wrap-50 {
  grid-row-gap: 9px;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.div-block-306 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-large-3 {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.walsh-heading-regular.bold-text {
  font-size: 21px;
  font-weight: 500;
}

.walsh-rounded-block-2 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-hero-inner-float-image {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.walsh-ui-image {
  object-fit: contain;
  width: 100%;
}

.walsh-flex-horizontal-2 {
  grid-column-gap: 2em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-wrapper-circle {
  background-color: #ffe27c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-grid-list {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.walsh-content-wrapper-padding {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-inner-padding-list {
  grid-row-gap: 0em;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-rounded-block-3 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-307 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-308 {
  border-left: .25px solid #383838;
}

.gap-div {
  margin-bottom: 30px;
}

.walsh-cta-green-wrapper {
  background-color: #fffbf4;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-container-padding-medium {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 20px;
  position: relative;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-cover-image-3 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  padding-top: 0;
  overflow: hidden;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-heading-medium-white {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.walsh-text-small-white {
  color: #000;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #000;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-weight: 500;
}

.walsh-heading-regular-2 {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-center-col {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 40px;
  display: flex;
}

.walsh-inner-wrap-gap {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-large {
  color: #000;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.text-size-medium-9 {
  color: #4d4e4e;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.testimonial21_content {
  background-color: #fff;
  border-style: solid none none;
  border-width: 10px 1px 1px;
  border-top-color: #ffe27c;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.testimonial21_content.purple {
  border-top-color: #c4b1f9;
}

.testimonial21_content.blue {
  border-top-color: #b1d8fc;
}

.testimonial21_content.deep-blue {
  border-top-color: #5c9be1;
}

.testimonial21_content.orange {
  border-top-color: #f57848;
}

.testimonial21_content.deep-purple {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top-color: #724ec9;
}

.testimonial21_client {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.testimonial21_rating-wrapper {
  color: #ffb700;
  margin-bottom: 1.5rem;
  display: flex;
}

.section_testimonial21 {
  overflow: hidden;
}

.text-weight-semibold {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.padding-global-3 {
  margin-bottom: 60px;
  padding-left: 0%;
  padding-right: 0%;
}

.testimonial21_loop-trigger {
  flex-flow: row;
  margin-bottom: 0;
  display: flex;
}

.testimonial21_client-info {
  color: #000;
}

.heading-15 {
  color: #000;
  font-size: 60px;
  line-height: 100%;
}

.paragraph-3 {
  margin-bottom: 0;
}

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

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

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

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

.testimonial21_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial21_component {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: 3%;
  display: flex;
}

.margin-bottom {
  text-align: left;
  margin: 0 0 0;
}

.paragraph-4 {
  margin-bottom: 0;
}

.div-block-309, .div-block-310 {
  margin-bottom: 10px;
}

.bold-text-2, .text-span-40, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.spacer-smallmed {
  width: 100%;
  padding-top: 1.5rem;
}

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

.form_label-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.ob-form_step-title {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-224 {
  font-weight: 400;
}

.ob-form_button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-225 {
  font-weight: 400;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.ob-form_button-spacer {
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
}

.form_option2-label {
  font-family: Inter, sans-serif;
}

.inputflow-link {
  color: #ffe500;
}

.inputflow-link:hover {
  color: #f4d000;
}

.ob-form_progress-step {
  color: #000;
  background-color: #fff;
  border: .2rem solid #fff;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all .35s;
  display: flex;
  position: relative;
}

.ob-form_progress-step.is-active {
  border: .2rem solid #ffe500;
}

.ob-form_progress-step.is-completed {
  color: #000;
  background-color: #ffe500;
  border-color: #ffe500;
}

.text-block-226 {
  color: #000;
}

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

.text-span-30 {
  color: #0068bd;
}

.ob-form_success-msg {
  background-color: #0000;
}

.ob-form_form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.ob-form_progress-steps {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: none;
}

.ob-form_step {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ob-form_cols-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: flex;
}

.ob-form_button-spacer-slot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.ob-form_subtitle {
  color: #424242;
  text-align: center;
  align-self: center;
  max-width: 25rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ob-form_subtitle.small-text {
  color: #535353;
  text-align: left;
  max-width: 100%;
  margin-top: 40px;
  font-size: 11px;
}

.ob-form_button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 7px;
  width: 100%;
  max-width: 100%;
  padding: .75rem 2rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .15s cubic-bezier(.165, .84, .44, 1), transform .15s cubic-bezier(.165, .84, .44, 1);
}

.ob-form_button.is-back {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form_option3 {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.uui-logo_logotype-6 {
  flex: none;
}

.uui-logo_component-6 {
  flex-wrap: nowrap;
  width: auto;
  max-width: 127rem;
  height: 4.5rem;
  display: flex;
}

.form_option3-icon {
  background-color: #fff;
  border: 1px solid #0000003d;
  border-radius: 99rem;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 1rem 0 0;
}

.form_option3-icon.w--redirected-checked {
  background-color: #ffe500;
  background-image: url('../images/check_black.svg');
  background-position: 50%;
  background-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 3rem;
}

.form_option3-icon.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.ob-form_progress-step-line {
  background-color: #fff;
  flex: 1;
  height: .4rem;
  margin-left: -.1rem;
  margin-right: -.1rem;
  transition: background-color .35s;
}

.ob-form_progress-step-line.is-completed {
  background-color: #ffe500;
}

.text-span-41 {
  font-weight: 300;
}

.form_option2-icon {
  background-color: #fffbf4;
  border: 1px #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 50% 1rem auto auto;
  transform: translate(0, -50%);
}

.form_option2-icon.w--redirected-checked {
  background-color: #ffe500;
  background-image: url('../images/check_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-width: .25rem;
}

.form_option2-icon.w--redirected-focus {
  box-shadow: none;
}

.form_option2-icon.w--redirected-focus-visible {
  outline-offset: .15rem;
  outline: .1rem solid #fff;
}

.ob-form_error {
  color: red;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.ob-form_error-msg {
  color: #a00;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.ob-form_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: height .2s;
  overflow: auto;
}

.code-embed {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  font-size: 8px;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.uui-navbar04_logo-link-2 {
  padding-left: 0;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #9c9c9c57;
  border-radius: .625rem;
  min-height: 3.2rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Inter, sans-serif;
}

.form_input:focus {
  outline-offset: 0px;
  background-color: #fff;
  outline: .0625rem solid #fff;
}

.form_input::placeholder {
  color: #ccc;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.form_input.is-select-input {
  cursor: pointer;
  background-image: url('../images/select-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-text-area {
  background-color: #fff;
  min-height: 10rem;
  padding-top: 1rem;
}

.text-span-29, .text-span-31 {
  color: #0068bd;
}

.section_onboarding {
  color: #fff;
  background-color: #fffcf7;
  background-image: linear-gradient(#fffcf7, #fff 53%, #fffcf7);
  background-position: 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding-top: max(3rem, 15vh - 2rem, 30vh - 8rem, 45vh - 17rem);
  padding-bottom: 2rem;
  font-family: Bagosscondensedtrial, Impact, sans-serif;
  font-size: 1.125rem;
  display: flex;
}

.text-span-32 {
  color: #0068bd;
}

.ob-form_progress-step-wrap {
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-227 {
  color: #000;
  font-size: 11px;
  line-height: 15px;
}

.text-color-paragraph {
  color: #5e5e5e;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.ob-form_cols-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.form_option2 {
  cursor: pointer;
  background-color: #000;
  border: .0625rem solid #303030;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .8rem 1.25rem;
  display: flex;
  position: relative;
}

.form_option2.is-active {
  background-color: #000;
  border: .0625rem solid #fff;
}

.form_option3-label {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.ob-form_title {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.form_field-wrap {
  margin-bottom: 0;
  font-size: 11px;
}

.form_label {
  color: #00000096;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .f-header-grid {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .f-button-neutral-4.second.white {
    color: #000;
    background-color: #fff;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
  }

  .f-section-large-7 {
    background-position: 110% -430%;
  }

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

  .grid {
    flex-flow: column;
  }

  .uui-layout04_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-icon-featured-outline-large {
    width: 5rem;
    height: 5rem;
  }

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

  .walsh-inner-card {
    padding-bottom: 4em;
  }

  .f-section-large-8 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .f-section-large-8.bghgk {
    background-image: url('../images/HR--payroll-solutions-for-the-talent-solutions-industry-7.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 0;
  }

  .f-section-large-8.bghgk.kjli.kil {
    padding-top: 60px;
  }

  .div-block-3 {
    grid-column-gap: 138px;
    grid-row-gap: 138px;
    justify-content: flex-start;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 60px;
    padding-bottom: 20px;
    display: flex;
  }

  .uui-heading-xxsmall {
    text-align: left;
  }

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

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .uui-text-size-medium {
    text-align: left;
    font-size: 16px;
  }

  .f-header-avatar-text-2 {
    margin-right: 0;
    font-size: 10px;
    font-weight: 400;
  }

  .uui-layout04_item-list {
    grid-row-gap: 3.1rem;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .uui-layout04_item-list.gap-collapse {
    grid-row-gap: 2rem;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
    width: 100%;
    height: 100%;
  }

  .walsh-rounded-card.wider, .div-block-5, .tabs-content, .tabs-menu {
    width: 100%;
  }

  .spark-section {
    background-position: 340% 0;
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image {
    aspect-ratio: auto;
  }

  .tabs {
    flex-flow: column;
  }

  .section-heading {
    font-size: 30px;
  }

  .spark-container.not {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .uui-layout40_component {
    align-items: center;
    width: 100%;
  }

  .uui-layout40_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge.gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .walsh-tab-menu {
    justify-content: center;
  }

  .walsh-pricing-inner-card {
    align-items: center;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-main-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-faq01_heading {
    line-height: 30px;
  }

  .uui-section_faq01 {
    background-position: 50% 0, 50% 100.1%;
  }

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

  .f-image-cover-4 {
    object-fit: contain;
    width: 100%;
  }

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

  .f-heading-detail-small-6.black {
    color: #000000b5;
    font-weight: 400;
    line-height: 15px;
  }

  .div-block-292 {
    grid-column-gap: 138px;
    grid-row-gap: 138px;
    justify-content: flex-start;
  }

  .f-header-image-wrapper-tall-2 {
    width: 100%;
    max-width: none;
    height: 360px;
  }

  .div-block-293 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 60px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .f-header-grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-295 {
    width: 100%;
  }

  .combine-padding-global {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-footer2_bottom-text, .combine-footer2_link {
    font-size: .8rem;
  }

  .combine-footer2_link.l, .combine-footer2_title {
    font-size: 1rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .uui-navbar06_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar06_dropdown-toggle:hover {
    color: #101828;
  }

  .f-banner-container-between {
    width: 100%;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .uui-navbar06_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 4rem;
    padding-bottom: 0;
  }

  .menu-icon_line-top {
    background-color: #000;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar06_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: #101828;
  }

  .uui-navbar06_blog-item-image {
    width: 100%;
  }

  .uui-navbar06_menu-dropdown {
    width: 100%;
    position: relative;
  }

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

  .uui-navbar06_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar06_button-wrapper {
    align-items: stretch;
  }

  .uui-navbar06_dropdown-content-right {
    grid-template-columns: 1fr;
    align-items: flex-start;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .uui-navbar06_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 6.6rem;
    position: absolute;
    overflow: auto;
  }

  .f-banner-2.hide {
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .uui-navbar06_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .mobile {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    margin-right: -300px;
    padding: 10px 22px;
    text-decoration: none;
    display: block;
  }

  .uui-navbar06_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar06_dropdown-list.w--open {
    box-sizing: border-box;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .uui-navbar06_blog-item-content {
    width: 100%;
  }

  .uui-navbar06_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_dropdown-link:hover {
    background-color: #0000;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar06_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding: 1rem 0 0;
  }

  .uui-navbar06_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .menu-icon_line-middle {
    background-color: #000;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .walsh-container {
    flex: 0 auto;
  }

  .walsh-main-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 2em;
  }

  .grid-4 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .grid-4.secone {
    grid-template-columns: 1fr;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-link-block-orange.thr {
    background-color: #faf4ee;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-flex-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 20px;
    order: -1;
    width: 100%;
    padding: 2em 0 0;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large-3 {
    color: #000;
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-heading-regular.bold-text {
    color: #000;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-hero-inner-float-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-flex-horizontal-2 {
    flex-flow: column wrap;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: auto;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

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

  .section_testimonial21 {
    padding-left: 5%;
  }

  .testimonial21_component {
    grid-template-columns: 1fr 1fr;
    margin-left: 0%;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-section-large-7 {
    background-color: #c4b1f9;
    background-image: url('../images/platform-5.svg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-button-wrapper {
    margin-top: 40px;
  }

  .f-image-cover-3 {
    width: 100%;
  }

  .heading-style-h1-4 {
    font-size: 10px;
  }

  .uui-layout04_item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-section-large-8 {
    background-size: contain;
    border-bottom-width: 0;
    padding-top: 100px;
    padding-bottom: 72px;
  }

  .f-section-large-8.bghgk.kjli.kil {
    padding-top: 20px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-4 {
    flex-flow: column;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-4.change {
    padding-bottom: 0;
  }

  .uui-heading-xxsmall {
    text-align: left;
    font-family: Bagosscondensedtrial, Impact, sans-serif;
    font-weight: 500;
  }

  .walsh-heading-large-2 {
    font-size: 2em;
  }

  .uui-text-size-medium {
    text-align: left;
    font-size: 14px;
  }

  .f-header-avatar-text-2 {
    width: 490px;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 400;
  }

  .uui-layout04_item-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .f-container-regular-8 {
    padding-bottom: 100px;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .div-block-5 {
    width: 100%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .tabs-content, .tabs-menu {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 0;
  }

  .spark-section {
    background-color: #000;
    padding-top: 88px;
    padding-bottom: 10px;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 250px;
  }

  .image {
    aspect-ratio: 1;
    border-radius: 12px;
    height: 100%;
  }

  .tabs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .text-block-213 {
    font-size: 35px;
  }

  .uui-button {
    width: 340px;
    font-size: 1rem;
  }

  .uui-button:hover {
    width: 340px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-container-2.spark-centered-content {
    margin-bottom: 20px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-container.not {
    padding-bottom: 60px;
  }

  .tabs-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .uui-heading-medium {
    font-size: 37px;
    line-height: 1;
  }

  .uui-layout40_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge.gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .walsh-tab-rounded {
    border-radius: 100px;
    font-size: 1em;
  }

  .walsh-tab-menu {
    grid-column-gap: 10px;
    flex-direction: row;
    align-items: center;
    padding: 7px;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .walsh-main-grid-5 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_faq01.stroke.bg-chang {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .div-block-292 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

  .div-block-293 {
    flex-flow: column;
    margin-bottom: 30px;
    display: flex;
  }

  .f-header-grid-2 {
    margin-bottom: 100px;
  }

  .div-block-295 {
    width: 100%;
  }

  .f-h1-heading-4 {
    margin-top: 0;
    font-size: 35px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .combine-footer2_bottom-text {
    order: 1;
  }

  .combine-footer2_link.l {
    color: #fffbf4;
    font-size: 14px;
  }

  .combine-footer2_title {
    color: #fffbf4;
    font-size: 16px;
  }

  .combine-footer2_info {
    max-width: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .f-banner-caption {
    font-size: 11px;
  }

  .uui-navbar06_dropdown-toggle {
    font-size: 1rem;
  }

  .f-banner-container-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .uui-navbar06_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar06_menu-right {
    margin-top: 2rem;
  }

  .uui-navbar06_container.gap {
    margin-bottom: 20px;
  }

  .uui-navbar06_dropdown-link-list {
    max-width: none;
  }

  .uui-navbar06_link {
    font-size: 1rem;
  }

  .uui-navbar06_blog-item-image {
    margin-bottom: 0;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .div-block-302 {
    width: 23%;
  }

  .uui-navbar06_button-wrapper {
    flex-flow: row;
  }

  .uui-button-tertiary-gray:hover {
    color: #475467;
    background-color: #0000;
  }

  .uui-navbar06_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .uui-button-16 {
    font-size: 1rem;
  }

  .uui-button-16:hover {
    border-color: #7f56d9;
  }

  .uui-navbar06_blog-item-image-wrapper {
    max-width: 100%;
  }

  .mobile {
    margin-right: -28%;
  }

  .uui-navbar06_dropdown-list.w--open {
    margin-bottom: 0;
    bottom: auto;
  }

  .f-banner-button {
    font-size: 11px;
  }

  .f-banner-button.opt2 {
    color: #fff;
    background-color: #000;
  }

  .f-banner-icon {
    position: static;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1rem;
  }

  .uui-navbar06_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: .5rem;
  }

  .team-slider {
    padding: 60px 15px;
  }

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

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: center;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 1.5em;
  }

  .grid-4.secone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-content-wrap-50 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 1em;
    padding-bottom: 0;
  }

  .walsh-heading-large-3 {
    font-size: 40px;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-block-2 {
    border-radius: 20px;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-rounded-block-3 {
    border-radius: 20px;
  }

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-center-col {
    padding-bottom: 10px;
  }

  .walsh-stats-number-large {
    font-size: 50px;
  }

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

  .testimonial21_content {
    padding: 1.5rem;
  }

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

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

  .section_testimonial21 {
    padding-left: 3%;
  }

  .heading-15 {
    font-size: 35px;
  }

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

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

  .body {
    background-color: #c4b1f9;
  }

  .ob-form_step-title {
    font-size: 1.75rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .uui-logo_component-6 {
    max-width: 119rem;
    height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .f-heading-detail-small-5 {
    letter-spacing: .1em;
    font-weight: 300;
  }

  .f-header-image-wrapper-tall {
    height: 290px;
  }

  .f-section-large-7 {
    background-position: -10%;
    padding-top: 140px;
  }

  .f-paragraph-large-7 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .f-h1-heading-3 {
    font-size: 46px;
    font-weight: 500;
  }

  .heading-style-h1-4 {
    font-size: 8px;
  }

  .walsh-link-wrapper-2 {
    font-size: 14px;
  }

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

  .walsh-inner-card {
    padding: 45px 30px;
  }

  .f-section-large-8 {
    background-position: 50% 100.1%;
    background-size: contain;
    border-bottom-width: 1px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .f-avatar-group-r-2 {
    border-width: 2px;
    width: 30px;
    height: 30px;
    margin-right: -8px;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 20px;
  }

  .uui-heading-xxsmall {
    font-size: 16px;
  }

  .uui-heading-xxsmall.white {
    font-size: 18px;
  }

  .f-header-avatar-text-2 {
    color: #646464;
    margin-left: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .uui-layout04_item-list {
    grid-column-gap: 1.1rem;
    grid-row-gap: 2.8rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .uui-layout04_item-list.gap-collapse {
    grid-template-columns: 1fr;
  }

  .f-container-regular-8 {
    padding-bottom: 40px;
  }

  .f-avatar-dark-2 {
    border-width: 2px;
    width: 30px;
    height: 30px;
    margin-right: -8px;
  }

  .text-block-223 {
    font-size: 7px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .spark-hero-sub-paragraph.kjhl {
    font-size: 10px;
  }

  .spark-section {
    background-image: linear-gradient(to bottom, null, null);
    padding: 60px 20px 100px;
  }

  .tab-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-213 {
    font-size: 35px;
  }

  .section-heading {
    font-size: 26px;
  }

  .uui-button.second {
    background-color: #ffe27c;
  }

  .spark-container-2.spark-centered-content {
    margin-bottom: 40px;
  }

  .spark-container {
    border-radius: 30px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .div-block-289 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-text-grey-xsmall {
    font-size: 13px;
  }

  .uui-layout40_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .uui-padding-vertical-xhuge {
    padding-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge.gap {
    padding-top: 2rem;
  }

  .walsh-tab-rounded {
    text-align: center;
    flex: 1;
    padding: 12px 15px;
    font-size: 1em;
  }

  .walsh-pricing-inner-card {
    padding: 30px 20px 40px;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-button-orange:hover {
    background-color: #000;
  }

  .walsh-inner-tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .uui-text-size-medium-2 {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .uui-section_faq01.stroke {
    background-position: 50% -1%, 50% 100%;
  }

  .uui-section_faq01.stroke.bg-chang {
    background-image: url('../images/svg17.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .f-image-cover-4 {
    object-fit: contain;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .text-span-35 {
    font-size: 14px;
  }

  .f-heading-detail-small-6 {
    letter-spacing: .1em;
    font-weight: 500;
  }

  .f-heading-detail-small-6.black {
    color: #000000b8;
  }

  .div-block-292 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-293 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 20px;
  }

  .f-header-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-paragraph-large-8 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
  }

  .f-container-regular-9 {
    padding-bottom: 0;
  }

  .f-h1-heading-4 {
    font-size: 35px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-footer2_grid {
    grid-template-columns: auto;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .combine-footer2_bottom {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .combine-footer2_bottom-text {
    font-size: 12px;
  }

  .combine-footer2_link.l {
    font-size: 13px;
  }

  .combine-footer2_title {
    font-weight: 500;
  }

  .combine-footer2_info {
    justify-content: flex-start;
    align-items: center;
    max-width: 28rem;
  }

  .combine-footer2_component {
    background-color: #000;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two-2 {
    flex-direction: column;
  }

  .f-banner-container-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .menu-icon_component {
    width: 45px;
  }

  .uui-logo_component {
    width: 90%;
    height: 3rem;
  }

  .text-span-38 {
    font-size: 14px;
  }

  .div-block-302 {
    width: 33%;
  }

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

  .uui-navbar06_dropdown-content-right {
    grid-template-columns: 1fr;
  }

  .f-paragraph-regular-4 {
    font-size: 14px;
  }

  .uui-navbar06_menu {
    position: absolute;
    top: 128px;
  }

  .f-banner-block {
    display: flex;
  }

  .uui-button-16:hover {
    background-color: #000;
    border-color: #000;
  }

  .uui-button-16.hide {
    display: none;
  }

  .mobile {
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 20px;
    width: 96px;
    margin-right: -1%;
    padding: 9px 0;
    text-decoration: none;
    display: block;
  }

  .link-4 {
    color: #ffe27c;
  }

  .uui-navbar06_blog-item {
    flex-direction: column;
  }

  .uui-navbar06_dropdown-content-left, .uui-navbar06_blog-list {
    grid-template-columns: 1fr;
  }

  .menu-icon_line-middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .container-5 {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-card-wrapper-image-medium {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .div-block-305 {
    grid-template-columns: 1fr;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-main-paragraph-3 {
    font-size: 1em;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-col-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 18px;
  }

  .div-block-306 {
    flex-flow: column;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-hero-inner-float-image {
    border-radius: 12px;
    margin-bottom: 35px;
  }

  .walsh-flex-horizontal-2 {
    grid-row-gap: 2em;
  }

  .walsh-content-wrapper-padding {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .gap-div {
    margin-bottom: 10px;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

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

  .walsh-heading-regular-2 {
    line-height: 1.2;
  }

  .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-center-col {
    font-size: 18px;
  }

  .text-size-medium-9 {
    font-size: 15px;
  }

  .testimonial21_content {
    width: 21rem;
    min-width: 24rem;
  }

  .testimonial21_client {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-15 {
    font-size: 35px;
  }

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

  .ob-form_step-title {
    font-size: 1.5rem;
  }

  .ob-form_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ob-form_button-spacer {
    height: 2.5rem;
  }

  .ob-form_progress-step {
    width: 2.5rem;
    height: 2.5rem;
  }

  .ob-form_progress-steps {
    margin-bottom: 2.5rem;
  }

  .ob-form_step {
    min-height: 30vh;
  }

  .ob-form_button-spacer-slot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 60%;
  }

  .ob-form_subtitle {
    font-size: 13px;
  }

  .ob-form_subtitle.small-text {
    text-align: center;
    line-height: 16px;
  }

  .ob-form_button {
    letter-spacing: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .uui-logo_logotype-6 {
    color: #464646;
    max-width: 67rem;
    height: 100%;
  }

  .uui-logo_component-6 {
    max-width: 100rem;
    height: 3.6rem;
  }

  .ob-form_progress-step-line {
    height: .25rem;
  }

  .text-span-41.hide {
    display: none;
  }

  .ob-form_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form_input {
    min-height: 3.25rem;
  }

  .section_onboarding {
    background-image: linear-gradient(#fdf5e8, #fff 53%, #fffcf7);
    background-position: 0 0;
    padding-top: 2.5rem;
  }

  .text-block-227 {
    font-weight: 500;
  }

  .ob-form_cols-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .ob-form_title {
    margin-bottom: 0;
    font-size: 33px;
  }
}

#w-node-_7a845cc3-2012-e810-0333-8fdd2571c8ea-1526c34e {
  place-self: center;
}

#w-node-_3cfa20a0-b4db-efad-2843-c01564c85161-1526c34e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_9e1146e0-bcff-29ff-022e-be4a627eb395-1526c34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b06fe0f4-275b-9b34-6284-22aa97f1e977-1526c34e {
  align-self: stretch;
}

#w-node-b06fe0f4-275b-9b34-6284-22aa97f1e97d-1526c34e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_85c04b24-d06a-60c4-3692-b676d7645480-1526c34e {
  align-self: stretch;
}

#w-node-_85c04b24-d06a-60c4-3692-b676d7645489-1526c34e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_5d751eb3-a3c5-4712-2962-36a4461424cf-1526c34e {
  align-self: stretch;
}

#w-node-_5d751eb3-a3c5-4712-2962-36a4461424d8-1526c34e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_3da919a1-36e3-bf79-0dcb-c886e4ff607b-1526c34e {
  align-self: stretch;
}

#w-node-_3da919a1-36e3-bf79-0dcb-c886e4ff6084-1526c34e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_4715a9bc-83d2-557b-16d1-8bd33e67c838-1526c34e {
  align-self: stretch;
}

#w-node-_4715a9bc-83d2-557b-16d1-8bd33e67c841-1526c34e, #w-node-fc5088ad-4818-7ec6-c2dc-f2c9705c86dd-1526c34e, #w-node-_6cab09a3-6917-ccfb-a2d3-a05987cb0d66-1526c34e, #w-node-_66307b00-5ec4-43a9-7175-4026c6df43b2-1526c34e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_66307b00-5ec4-43a9-7175-4026c6df43b8-1526c34e {
  align-self: center;
}

#w-node-fd5e2186-5bb8-29ad-4b8b-c83cee7f47a0-1526c34e {
  justify-self: center;
}

#w-node-_7c42767b-a1c9-1ba2-8426-51d9ed8ad2e1-1526c34e {
  align-self: center;
}

#w-node-_7c42767b-a1c9-1ba2-8426-51d9ed8ad2e5-1526c34e {
  justify-self: center;
}

#w-node-_05571073-a12d-9d3d-b820-3cdf24cef1db-1526c34e {
  align-self: center;
}

#w-node-_05571073-a12d-9d3d-b820-3cdf24cef1df-1526c34e {
  justify-self: center;
}

#w-node-_08c7004a-8b54-6285-37a9-8c0da5fde993-1526c34e, #w-node-_8375e333-c0ae-0d1e-977c-a1023f59c379-1526c34e, #w-node-_1a361296-79f1-1abc-af88-4a9d6b774ae3-1526c34e, #w-node-e7e81e69-4c47-dbc6-3021-da0209fadf49-5820da7c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3eac8316-04a2-cb70-e8bd-7cf4e8419497-5820da7c, #w-node-_3eac8316-04a2-cb70-e8bd-7cf4e841949f-5820da7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7e81e69-4c47-dbc6-3021-da0209fadf9f-5820da7c, #w-node-e7e81e69-4c47-dbc6-3021-da0209fadfca-5820da7c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7e81e69-4c47-dbc6-3021-da0209fadfd2-5820da7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e81e69-4c47-dbc6-3021-da0209fadff2-5820da7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7a845cc3-2012-e810-0333-8fdd2571c8d6-1526c34e {
    order: -9999;
  }

  #w-node-_3cfa20a0-b4db-efad-2843-c01564c85161-1526c34e, #w-node-b06fe0f4-275b-9b34-6284-22aa97f1e97d-1526c34e, #w-node-_85c04b24-d06a-60c4-3692-b676d7645489-1526c34e, #w-node-_5d751eb3-a3c5-4712-2962-36a4461424d8-1526c34e, #w-node-_3da919a1-36e3-bf79-0dcb-c886e4ff6084-1526c34e, #w-node-_4715a9bc-83d2-557b-16d1-8bd33e67c841-1526c34e, #w-node-fc5088ad-4818-7ec6-c2dc-f2c9705c86dd-1526c34e, #w-node-_6cab09a3-6917-ccfb-a2d3-a05987cb0d66-1526c34e, #w-node-_66307b00-5ec4-43a9-7175-4026c6df43b2-1526c34e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-da6c0054-cd76-6d05-ece5-1cb127e5084c-1526c34e {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3eac8316-04a2-cb70-e8bd-7cf4e8419497-5820da7c, #w-node-_3eac8316-04a2-cb70-e8bd-7cf4e841949f-5820da7c, #w-node-e7e81e69-4c47-dbc6-3021-da0209fadff2-5820da7c {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cfa20a0-b4db-efad-2843-c01564c85161-1526c34e, #w-node-b06fe0f4-275b-9b34-6284-22aa97f1e97d-1526c34e, #w-node-_85c04b24-d06a-60c4-3692-b676d7645489-1526c34e, #w-node-_5d751eb3-a3c5-4712-2962-36a4461424d8-1526c34e, #w-node-_3da919a1-36e3-bf79-0dcb-c886e4ff6084-1526c34e, #w-node-_4715a9bc-83d2-557b-16d1-8bd33e67c841-1526c34e, #w-node-fc5088ad-4818-7ec6-c2dc-f2c9705c86dd-1526c34e, #w-node-_6cab09a3-6917-ccfb-a2d3-a05987cb0d66-1526c34e, #w-node-_66307b00-5ec4-43a9-7175-4026c6df43b2-1526c34e {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-da6c0054-cd76-6d05-ece5-1cb127e5084c-1526c34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7e81e69-4c47-dbc6-3021-da0209fadfda-5820da7c, #w-node-e7e81e69-4c47-dbc6-3021-da0209fadfde-5820da7c, #w-node-e7e81e69-4c47-dbc6-3021-da0209fadfe2-5820da7c, #w-node-e7e81e69-4c47-dbc6-3021-da0209fadfe6-5820da7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bagosscondensedtrial';
  src: url('../fonts/BagossCondensedTRIAL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bagosscondensedtrial';
  src: url('../fonts/BagossCondensedTRIAL-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bagosscondensedtrial';
  src: url('../fonts/BagossCondensedTRIAL-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bagosscondensedtrial';
  src: url('../fonts/BagossCondensedTRIAL-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bagosscondensedtrial';
  src: url('../fonts/BagossCondensedTRIAL-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}