:root {
  --bg-grey: #061932;
  --font-family-body: Poppins, sans-serif;
  --black: #000;
  --menu-bg: #061932;
  --white-2: #ffffff80;
  --white: white;
  --grey-1: #d9d9d9;
  --light-orange: #fdcda8;
  --transparent: #fff0;
  --black-8: #00000014;
  --orange: #f46530;
  --spark-library--white\<deleted\|variable-547781ba\>: white;
  --spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>: #5532fa;
  --grey: #0006;
  --font-family-headings: "Bebas Neue", sans-serif;
  --flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>: #642eff;
  --flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>: #160042;
  --light-green: #b6d4bd;
  --flowui-component-library--success-lighter\<deleted\|variable-bed97e0f\>: #ebfff6;
  --flowui-component-library--success-darker\<deleted\|variable-1cd15803\>: #006638;
  --flowui-component-library--white\<deleted\|variable-f397231a\>: white;
  --flowui-component-library--gray-400\<deleted\|variable-d727af8f\>: #b6b9ce;
  --elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --grey-2: #0009;
  --memberstack-library--ms-main-cta-color\<deleted\|variable-7b6e5067\>: #2962ff;
  --memberstack-library--ms-main-cta-hover\<deleted\|variable-ceef60b5\>: #1051b9;
  --memberstack-library--ms-shadow-color\<deleted\|variable-2f68c369\>: #0000001a;
  --black-9: black;
  --fc-list-event-hover-bg-color: #061932;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.body {
  background-color: var(--bg-grey);
  font-family: var(--font-family-body);
  color: var(--black);
}

.container-4 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-dark {
  background-color: var(--menu-bg);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-dark1 {
  background-color: var(--menu-bg);
  border-bottom: 1px solid #e4ebf3;
  padding: 0px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  color: var(--white-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white-2);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white);
}

.footer-divider {
  color: var(--white-2);
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white-2);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}

.text-block-9 {
  color: #4c4c4c;
  text-align: center;
  margin-top: 10px;
}

.link {
  color: #4c4c4c;
  text-decoration: none;
}

.navbar-logo-left {
  background-color: var(--menu-bg);
  font-family: var(--font-family-body);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

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

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

.nav-link-4 {
  font-family: var(--font-family-body);
  color: var(--white);
  letter-spacing: .25px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-4:hover {
  color: var(--grey-1);
}

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

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

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

.nav-link-accent {
  border: 1px solid var(--white);
  font-family: var(--font-family-body);
  color: var(--white);
  letter-spacing: .25px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  border-color: var(--light-orange);
  color: var(--light-orange);
}

.list-item {
  color: var(--white);
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.abt-cta-lightbox-button {
  grid-column-gap: 16px;
  border: 0px none var(--transparent);
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.abt-cta-lightbox-button:hover {
  background-color: var(--light-orange);
  opacity: 1;
  color: var(--black);
  border-style: none;
}

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

.abt-cta-flex-row.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

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

.abt-cta-container.abt-cta-primary-background {
  z-index: 2;
  background-color: var(--orange);
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  border-radius: 18px;
  padding: 64px;
}

.abt-cta-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.abt-cta-section-2.abt-cta-primary-dark-background {
  background-color: var(--menu-bg);
  font-family: var(--font-family-body);
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.abt-cta-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.abt-cta-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.abt-cta-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.abt-cta-section-2 h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.abt-cta-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.abt-cta-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.abt-cta-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.abt-cta-section-2 li {
  margin-bottom: .5rem;
}

.text-block-14 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-t-author-username-and-date {
  color: #474747;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.cf-testimonial-author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.cf-testimonial-author-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-testimonial-author-image-wrap {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.cf-testimonial-card-bottom {
  display: flex;
}

.cf-testimonial-text {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-testimonial-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.cf-testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  max-width: 600px;
  padding: 40px;
  box-shadow: 8px 23px 200px #40454f0f;
}

.cf-testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-section {
  background-color: var(--transparent);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-7 {
  height: 60%;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.cf-different-section {
  font-family: var(--font-family-body);
}

.cf-choose-feature-container {
  position: relative;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-nav-nav-link-label {
  margin-bottom: 0;
}

.side-nav-link {
  color: var(--light-orange);
  border: 1px #000;
  justify-content: space-between;
  width: 300px;
  margin-bottom: 10px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.side-nav-link:hover {
  border-bottom-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  opacity: 1;
  color: var(--white);
}

.side-nav-link.w--current {
  color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
}

.side-nav-link.current {
  background-color: var(--orange);
  font-family: var(--font-family-body);
  color: var(--white);
}

.quick-stack-3 {
  background-color: var(--bg-grey);
  font-family: var(--font-family-body);
  color: var(--white);
  width: 100%;
}

.cell-6 {
  color: var(--white);
  padding-top: 40px;
}

.quick-stack-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: .5px none var(--white-2);
  background-color: var(--grey);
  font-family: var(--font-family-body);
  border-radius: 15px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
}

.heading-13 {
  font-family: var(--font-family-headings);
  padding-left: 20px;
  font-size: 24px;
}

.heading-14 {
  font-family: var(--font-family-headings);
  padding-left: 0;
  font-weight: 400;
}

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

.container-6 {
  border: 2px solid var(--white-2);
  background-color: var(--bg-grey);
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100px;
}

.container-7 {
  border: 2px solid var(--white-2);
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100px;
}

.list {
  color: var(--white-2);
  margin: 20px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  font-weight: 400;
}

.text-block-31 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-15 {
  font-family: var(--font-family-headings);
  padding-left: 20px;
}

.heading-16 {
  font-family: var(--font-family-headings);
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  display: block;
}

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

.heading-17 {
  color: var(--light-orange);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.text-block-34 {
  color: var(--white-2);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.list-2 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 32px;
  list-style-type: disc;
}

.list-item-3 {
  background-color: var(--grey);
  color: var(--white-2);
  border-radius: 10px;
  min-height: 50px;
  padding: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
}

.list-item-4 {
  background-color: var(--grey);
  color: var(--white-2);
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
  list-style-type: disc;
}

.profile-update {
  display: flex;
}

.cell-10 {
  display: block;
}

.f-avatar-text-xl {
  color: var(--light-orange);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.f-avatar-x-large {
  border: 2px solid var(--white-2);
  background-color: var(--grey);
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-breadcrumb-link {
  color: var(--white-2);
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: var(--flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>);
}

.f-breadcrumb-link.w--current {
  color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
}

.f-breadcrumb-seperator {
  color: var(--light-orange);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-breadcrumb, .breadcrumb {
  color: var(--white);
}

.text-block-35, .text-block-36 {
  color: var(--white-2);
  font-size: 12px;
  font-weight: 300;
}

.list-3 {
  padding: 20px;
  list-style-type: none;
}

.list-item-5 {
  background-color: var(--bg-grey);
  color: var(--white-2);
  border-radius: 10px;
  min-height: 60px;
  padding: 20px;
  font-size: 24px;
}

.list-item-6 {
  background-color: var(--bg-grey);
  color: var(--white-2);
  border-radius: 10px;
  min-height: 60px;
  margin-top: 20px;
  padding: 20px;
  font-size: 24px;
}

.button-5 {
  background-color: var(--light-green);
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.button-5:hover {
  background-color: var(--light-orange);
}

.button-6 {
  background-color: var(--light-orange);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.button-6:hover {
  background-color: var(--light-green);
}

.quick-stack-5 {
  border-radius: 10px;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-11 {
  background-color: var(--grey);
  font-family: var(--font-family-body);
  border-radius: 10px;
}

.heading-18 {
  color: var(--orange);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.team-slider-4 {
  background-color: var(--menu-bg);
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 10px 30px 80px;
  position: relative;
}

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

.centered-heading-5 {
  font-family: var(--font-family-headings);
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
}

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

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

.team-block-4 {
  background-color: var(--grey);
  border-radius: 20px;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  border-radius: 15px 15px 0 0;
  max-width: 100%;
  margin-bottom: 18px;
}

.team-block-info-2 {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: var(--white);
  margin-bottom: 12px;
  font-weight: 600;
}

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

.arrow-embed-4 {
  color: var(--orange);
  margin-left: 2px;
  display: flex;
}

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

.team-slider-nav-2 {
  color: var(--transparent);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48 {
  color: var(--white);
}

.f-testimonial-background {
  background-color: var(--light-orange);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular {
  background-color: var(--light-green);
  color: var(--white);
  width: 100%;
  padding: 60px 5% 72px;
  position: relative;
}

.testimonial-slider-small-2 {
  background-color: var(--transparent);
  border: 1px #000;
  padding: 0 30px;
  position: relative;
}

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

.centered-heading-6 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-2 {
  color: var(--black);
  margin-bottom: 2px;
}

.tagline-2 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper-3, .slider-arrow-embed-3 {
  color: var(--light-orange);
}

.testimonial-slider-right-2 {
  color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 0;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  color: var(--light-orange);
  display: none;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  color: var(--black);
}
/*video background block height*/
.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px none var(--white);
  background-color: var(--grey);
  border-radius: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr minmax(250px, .25fr);
  /* height: 61%; */
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.quick-stack-7 {
  background-color: var(--bg-grey);
  object-fit: fill;
  max-width: 100%;
  max-height: 600px;
  margin-top: 20px;
  overflow: auto;
}

.quick-stack-8 {
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.video {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
}

.div-block-6 {
  background-color: var(--grey);
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  max-height: 260px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  overflow: auto;
}

.list-4 {
  color: var(--white-2);
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 16px;
  list-style-type: decimal;
}

.list-item-8 {
  padding-bottom: 10px;
}

.cell-13 {
  background-color: var(--grey);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 0 20px 10px;
  margin-bottom: 5px;
}

.button-9 {
  background-color: var(--orange);
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  display: inline-block;
}

.f-dropdown-2 {
  width: 100%;
  max-width: 100%;
}

.my-profile {
  font-family: var(--font-family-body);
  color: var(--black);
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.profile-update-success-message {
  background-color: var(--flowui-component-library--success-lighter\<deleted\|variable-bed97e0f\>);
  color: var(--flowui-component-library--success-darker\<deleted\|variable-1cd15803\>);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--orange);
  color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
  text-align: center;
  letter-spacing: .2em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--bg-grey);
  letter-spacing: .2em;
}

.profile-update-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-field-input-2 {
  border: 1px solid var(--white-2);
  background-color: var(--transparent);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library--gray-400\<deleted\|variable-d727af8f\>);
}

.f-field-input-2::placeholder {
  background-color: var(--transparent);
  color: var(--white);
}

.f-field-label-2 {
  border: 1px none var(--black);
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.profile-update-account-input-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
}

.profile-update-account-form-block {
  margin-bottom: 42px;
}

.form-block-wrapper {
  margin-top: 40px;
}

.profile-update-account-form {
  color: var(--white);
  width: 100%;
}

.profile-update-account-container-r {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 5% 60px;
  display: flex;
  position: relative;
}

.profile-update-account-section {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-10 {
  color: #fff;
  background-color: #191919;
  border: 1px solid #ffffff80;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.image-13 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-50 {
  text-align: center;
  padding-bottom: 40px;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-list-bold {
  font-family: var(--font-family-body);
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.brix---pricing-content {
  color: var(--black);
  padding: 40px 28px 72px;
}

.brix---btn-primary-full-width {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--grey);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-full-width.current {
  background-color: var(--grey);
}

.brix---text-300-medium {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---display-2 {
  color: var(--black);
  font-size: 42px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---heading-h3-size {
  font-family: var(--font-family-body);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---pricing-top-v1 {
  background-color: var(--black-8);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 48px 32px 56px;
}

.brix---pricing-top-v1.current {
  background-color: var(--white-2);
}

.brix---card {
  border: 1px solid var(--white-2);
  background-color: var(--white);
  border-radius: 24px;
  height: 100%;
}

.brix---card.current {
  background-color: var(--grey-1);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---subtitle {
  color: var(--orange);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  background-color: var(--transparent);
  font-family: var(--font-family-body);
  color: var(--black);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-2, .body-3, .body-4 {
  font-family: var(--font-family-body);
  color: var(--black);
}

.cell-16 {
  background-color: var(--bg-grey);
  border: 0 #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-17, .cell-18 {
  background-color: var(--bg-grey);
  border: 0 solid #000;
  border-radius: 8px;
}

.heading-20 {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: block;
}

.cell-19 {
  background-color: var(--bg-grey);
  border: 0 solid #000;
  border-radius: 8px;
}

.cell-20, .cell-21, .cell-22, .cell-23 {
  background-color: var(--white-2);
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
}

.list-item-9 {
  list-style-type: none;
}

.list-5 {
  align-self: center;
  padding: 10px;
  font-weight: 600;
  list-style-type: none;
}

.fs-socialshare_icon {
  width: 1.25rem;
  height: 1.25rem;
}

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

.fs-socialshare_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #252525;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem;
  text-decoration: none;
  display: flex;
}

.fs-socialshare_link:hover {
  opacity: .6;
}

.fs-socialshare_link.is-linkedin {
  background-color: #326a9b;
}

.fs-socialshare_link.is-facebook {
  background-color: #2543b9;
}

.fs-socialshare_link.is-telegram {
  background-color: #435785;
}

.fs-socialshare_link.is-pinterest {
  background-color: #b4282b;
}

.fs-socialshare_link.is-twitter {
  background-color: #0a6cdb;
}

.fs-socialshare_link.is-reddit {
  background-color: #d55e0e;
}

.cell-24 {
  font-family: var(--font-family-body);
  color: var(--white);
  justify-content: center;
  align-items: center;
}

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

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

.facebook-square {
  background-color: #2a5cc3;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.twitter-square {
  background-color: #1f9ae5;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.linkedin-square-icon {
  background-color: #0e6294;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.whatsapp-square {
  background-color: #45aa2e;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.social-circle-row {
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.social-circle {
  border: 1px solid var(--bg-grey);
  background-color: var(--bg-grey);
  box-shadow: 0 3px 35px 0 var(--black);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.social-circle:hover {
  border-color: var(--orange);
  background-color: var(--grey-2);
  color: var(--orange);
}

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

.support-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color\<deleted\|variable-7b6e5067\>);
  background-color: var(--memberstack-library--ms-main-cta-color\<deleted\|variable-7b6e5067\>);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.support-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover\<deleted\|variable-ceef60b5\>);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.support-button:active {
  background-color: #0a3092;
}

.support-button.support-is-form {
  border-style: none;
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: .2em;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.support-button.support-is-form:hover {
  background-color: var(--bg-grey);
}

.support-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 600;
}

.support-form-row {
  grid-column-gap: 20px;
  display: flex;
}

.support-input {
  border: 1px solid var(--white-2);
  background-color: var(--transparent);
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color\<deleted\|variable-2f68c369\>);
  color: var(--white-2);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
}

.support-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color\<deleted\|variable-7b6e5067\>);
  box-shadow: none;
}

.support-input::placeholder {
  color: var(--white);
}

.support-input.ms-is-text-area {
  min-height: 100px;
}

.support-input.ms-is-text-area.ms-is-bigger {
  border-color: var(--white-2);
  background-color: var(--transparent);
  color: var(--white);
  min-height: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 1.1em;
}

.support-full-width {
  width: 100%;
}

.support-form-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.support-space {
  width: 10px;
  height: 10px;
}

.support-space.support-is-20 {
  width: 20px;
  height: 20px;
}

.support-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.support-form.support-is-contact-form {
  width: 100%;
}

.text-block-52, .text-block-53 {
  color: var(--black);
}

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

.upload-pic {
  color: #fff;
  background-color: #191919;
  border: 1px solid #ffffff80;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.image-15 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-54 {
  text-align: center;
  padding-bottom: 40px;
}

.f-account-input-grid-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.f-account-link-2 {
  color: #f46530 ;
  font-weight: 700;
  text-decoration: none;
}

.f-account-link-2:hover {
  color: #b6d4bd;
}

.f-checkbox-2 {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox-2.w--redirected-checked {
  background-color: #160042;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.f-account-form {
  width: 100%;
  max-width: 450px;
}

.f-dropdown-toggle-2 {
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  transition: border-color .3s;
  display: block;
}

.f-dropdown-toggle-2:hover {
  outline-offset: 1px;
  border-color: #642eff;
  outline: 2px solid #642eff1a;
}

.f-dropdown-toggle-2.w--open {
  outline-offset: 0px;
  border-color: #642eff;
  outline: 2px solid #642eff1a;
}

.f-checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox-label-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-account-container-r-2 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 0px 5%;
  display: flex;
  position: relative;
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.radio-button-2 {
  border: 2px solid #d9d9d9;
}

.radio-button-label {
  color: #0006;
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-social-login-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.f-social-login-button-2 {
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-social-login-button-2:hover {
  background-color: #fff0;
}

.f-h5-heading-2 {
  color: #fdcda8;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-account-section {
  /* color: #000;
  height: 100%;
  min-height: 900px;
  max-height: 100%;
  display: flex;
  position: relative; */
  color: #000;
  height: 100vh;
  min-height: auto;
  /* max-height: 100%; */
  display: flex;
  position: relative;
}

.f-account-section-reg {
  color: #000;
  min-height: 1300px;
  max-height: 100%;
  display: flex;
  position: relative;
}

.f-account-image-wrapper-2 {
  background-color: #f3f5fb;
  width: 50%;
}

.f-dropdown-link-2 {
  color: #000;
  letter-spacing: -.01em;
  background-color: #d9d9d9;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link-2:hover {
  color: #000;
  background-color: #d9d9d9;
}

.f-dropdown-link-2:focus {
  clear: none;
  background-color: #d9d9d9;
}

.f-dropdown-link-2.w--current {
  color: #2d0896;
}

.f-dropdown-icon-l-2 {
  color: #d9d9d9;
  -webkit-text-stroke-color: #0006;
  margin-right: 16px;
  font-size: 14px;
}

.f-account-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

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

.f-image-cover-2 {
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.f-account-divider-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.f-dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px #b1bac829;
}

.f-account-form-block {
  margin-bottom: 42px;
}

.f-account-login-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.f-dropdown-wrap-2 {
  z-index: 999;
  background-color: #d9d9d9;
  height: auto;
  padding: 0 8px 8px;
}

.f-paragraph-small-6 {
  color: #0006;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-55 {
  text-decoration: none;
}

.f-field-input-4 {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-4:focus {
  border-color: #b6b9ce;
}

.f-field-input-4::placeholder {
  color: #6b7094;
}

.text-block-56 {
  text-decoration: none;
}

.f-paragraph-small {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-26 {
  outline-offset: 0px;
  color: #000;
  border: 1px #000;
  outline: 0 #fff0;
  text-decoration: none;
}

.f-image-cover {
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.f-account-container-r {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-social-login-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-social-login-button:hover {
  background-color: #fff0;
}

.text-block-27 {
  outline-offset: 0px;
  color: #000;
  border: 0 #000;
  outline: 0 #fff0;
  text-decoration: none;
}

.f-paragraph-regular {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-h5-heading {
  color: #fdcda8;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 1140px;
  margin: 40px auto 20px;
  font-size: 32px;
  line-height: 1.4;
}

.f-field-input {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.text-color-gray-400 {
  color: #000;
}

.f-account-container-r-3 {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-h5-heading-3 {
  color: #fdcda8;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 1140px;
  margin: 40px auto 20px;
  font-size: 32px;
  line-height: 1.4;
}

.form-block {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.quick-stack {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  width: 100%;
}

.user-profile-field-label-6 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 500px;
  min-height: 48px;
}

.cell-2 {
  padding-left: 20px;
}

.heading-22 {
  color: #fdcda8;
  margin-top: 10px;
  padding-left: 0;
}

.quick-stack-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 2px solid #f46530 ;
  width: 50%;
}

.heading-24 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-weight: 600;
}

.rheading-22 {
  color: #fdcda8;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.cell {
  border-left: .5px solid #d9d9d9;
  border-right: 0 #ffffff80;
}

.heading-23 {
  font-weight: 600;
}

.textarea-3 {
  background-color: #fff0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.f-h5-heading-4 {
  color: #fdcda8;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 1140px;
  margin: 40px auto 20px;
  font-size: 32px;
  line-height: 1.4;
}

.checkout-btn {
  text-align: center;
  letter-spacing: 2px;
  background-color: #f46530 ;
  border: 1px solid #f46530 ;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.checkout-btn:hover {
  color: #f46530 ;
  background-color: #fff0;
  border: 1px solid #f46530 ;
}

.div-block {
  width: 32%;
}

.button-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #f46530 ;
  border: .5px solid #f46530 ;
  border-radius: 5px;
  font-weight: 600;
}

.checkbox-3 {
  margin-top: 6px;
}

.uset-profile-setup {
  height: 100%;
}

.user-profile-account-form-block-2 {
  margin-bottom: 42px;
}

.user-profile-success-message-2 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.user-profile-h5-heading-3 {
  color: #fdcda8;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.user-profile-image-cover-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.submit-button-2 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #f46530 ;
  border: .5px solid #f46530 ;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
  display: block;
}

.user-profile-account-container-r-3 {
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  min-height: 100px;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.user-profile-account-input-grid-large-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 16px;
}

.checkbox-label-2 {
  font-size: 16px;
  line-height: 24px;
}

.heading-21 {
  color: #f46530 ;
}

.textarea-2 {
  background-color: #fff0;
  border-radius: 8px;
  display: block;
  overflow: auto;
}

.user-profile-margin-bottom-49 {
  margin-bottom: 8px;
}

.user-profile-account-image-wrapper-3 {
  background-color: #f3f5fb;
  width: 50%;
}

.user-profile-section-whole {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.radio-button-label-5 {
  font-size: 16px;
  line-height: 24px;
}

.user-profile-form-block-wrapper-2 {
  margin-top: 40px;
}

.user-profile-field-input-5 {
  background-color: #fff0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.user-profile-field-input-5:focus {
  border-color: #d9d9d9;
}

.user-profile-field-input-5::placeholder {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.user-profile-field-wrapper-5 {
  flex-direction: column;
  align-items: flex-start;
}

.user-profile-account-form-2 {
  background-color: #0009;
  border: 1px solid #ffffff80;
  border-radius: 15px;
  width: 100%;
  max-width: 700px;
  padding: 60px 100px;
}

.heading-25 {
  color: #f46530 ;
}

.button-15 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #191919;
  border: .5px solid #fff;
  border-radius: 5px;
  font-weight: 600;
}

.button-16, .button-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #f46530 ;
  border: .5px solid #f46530 ;
  border-radius: 5px;
  font-weight: 600;
}

.button-18 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #191919;
  border: .5px solid #fff;
  border-radius: 5px;
  font-weight: 600;
}

.heading-26 {
  color: #f46530 ;
}

.radio-button-8, .radio-button-9, .radio-button-10 {
  margin-top: 6px;
}

.button-19 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #f46530 ;
  border: .5px solid #f46530 ;
  border-radius: 5px;
  font-weight: 600;
}

.heading-27 {
  color: #f46530 ;
}

.text-block-58 {
  padding-bottom: 10px;
}

.button-20 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #191919;
  border: .5px solid #fff;
  border-radius: 5px;
  font-weight: 600;
}

.heading-28 {
  color: #f46530 ;
}

.button-21 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #191919;
  border: .5px solid #fff;
  border-radius: 5px;
  font-weight: 600;
}

.button-22 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #f46530 ;
  border: .5px solid #f46530 ;
  border-radius: 5px;
  font-weight: 600;
}

.upload-pic-3 {
  color: #fff;
  background-color: #191919;
  border: 1px solid #ffffff80;
  border-radius: 8px;
  text-decoration: none;
}

.image-17 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-59 {
  text-align: center;
  padding-bottom: 40px;
}

.time-selection {
  margin-top: 20px;
}

.heading-29 {
  padding-left: 40px;
  font-weight: 500;
}

.f-button-icon {
  color: var(--white);
  letter-spacing: 2em;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.f-button-whatsapp {
  float: left;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 0px none var(--transparent);
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: -.02em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 48px;
  margin-bottom: 25px;
  margin-right: 3px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-whatsapp:hover {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  border-radius: 10px;
}

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

.text-block-61 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.heading-30 {
  text-align: center;
  font-size: 64px;
  font-weight: 300;
  line-height: 72px;
}

.text-span {
  color: var(--light-green);
}

@media screen and (min-width: 1280px) {
  .quick-stack-4 {
    margin-bottom: 20px;
  }

  .list-item-9 {
    padding-bottom: 10px;
  }

  .list-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-item-10, .list-item-11 {
    padding-bottom: 10px;
  }

  .user-profile-account-container-r-3 {
    min-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: var(--menu-bg);
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .nav-menu-two {
    box-sizing: border-box;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--menu-bg);
    -webkit-backdrop-filter: blur(10px) blur(5px);
    backdrop-filter: blur(10px) blur(5px);
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    border-radius: 0;
    outline: 3px #fff;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-around;
    place-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 20px;
    list-style-type: none;
    display: grid;
    position: static;
    inset: auto auto 0% 0%;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2.w--open {
    background-color: var(--transparent);
    color: #fff;
  }

  .list-item {
    display: none;
  }

  .icon-2 {
    background-color: var(--black-8);
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
  }

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

  .abt-cta-flex-row.spark-right {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .abt-cta-flex-row.abt-cta-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .abt-cta-container.abt-cta-primary-background {
    padding: 32px;
  }

  .abt-cta-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .abt-cta-section-2 h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .wrapped-team-card {
    width: 45%;
  }

  .cf-testimonial-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .side-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .nav-link-list {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    /* display: flex; */
  }

  .quick-stack-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .list-item-3, .list-item-4 {
    line-height: 24px;
  }

  .list-item-5, .list-item-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .button-5, .button-6 {
    font-size: 14px;
  }

  .team-slider-4 {
    background-color: var(--menu-bg);
    width: 100%;
  }

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

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

  .f-testimonial-background {
    height: 20%;
  }

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

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    right: -20px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: grid;
  }

  .quick-stack-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quick-stack-8 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .video {
    box-sizing: border-box;
  }

  .profile-update-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .profile-update-account-container-r {
    width: 60%;
  }

  .profile-update-account-section {
    height: auto;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

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

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    /* padding-top: 118px; */
    /* padding-bottom: 118px; */
  }

  .support-button {
    position: relative;
  }

  .f-account-input-grid-large-2 {
    grid-template-columns: 1fr;
  }

  .f-account-container-r-2 {
    width: 60%;
  }

  .f-account-section,   .f-account-section-reg{
    height: auto;
  }

  .f-account-image-wrapper-2 {
    width: 40%;
  }

  .f-image-cover-2 {
    aspect-ratio: auto;
  }

  .f-image-cover {
    object-fit: cover;
  }

  .f-account-container-r, .f-account-container-r-3 {
    width: 60%;
  }

  .form-block {
    margin-top: 20px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
  }

  .cell-2 {
    border-top: 0 #ffffff80;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 120px;
  }

  .quick-stack-2 {
    padding-left: 0;
  }

  .cell {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
  }

  .heading-23 {
    padding-left: 15px;
  }

  .user-profile-image-cover-3 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .user-profile-account-container-r-3 {
    object-position: 50% 50%;
    width: 60%;
    height: 100%;
    min-height: 100px;
  }

  .user-profile-account-input-grid-large-3 {
    grid-template-columns: 1fr;
  }

  .user-profile-account-image-wrapper-3 {
    width: 40%;
  }

  .user-profile-section-whole {
    height: auto;
  }

  .user-profile-account-form-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .f-button-whatsapp {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: var(--menu-bg);
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .abt-cta-flex-row {
    flex-direction: column;
  }

  .abt-cta-flex-row.spark-right {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .abt-cta-container {
    width: 100%;
  }

  .abt-cta-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .abt-cta-section-2 h2 {
    text-align: center;
    padding-bottom: 20px;
  }

  .wrapped-team-card {
    width: 100%;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .testimonial-card-section {
    margin-top: 0;
    padding-top: 60px;
  }

  .side-nav-nav-link-label {
    font-size: 14px;
  }

  .side-nav-link {
    width: 48%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
  }

  .cell-6 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 10px;
  }

  .quick-stack-4 {
    flex: 0 auto;
    width: 100%;
    overflow: auto;
  }

  .profile-update {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quick-stack-5 {
    width: 100%;
  }

  .team-slider-4 {
    width: 100%;
    padding: 60px 15px;
  }

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

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .grid-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    max-height: 800px;
    overflow: auto;
  }

  .quick-stack-7 {
    margin-top: 0;
  }

  .quick-stack-8 {
    max-width: 100%;
    padding: 0;
  }

  .div-block-6 {
    margin-bottom: 100px;
  }

  .cell-14 {
    /* padding-bottom: 60px; */
  }

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

  .profile-update-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .profile-update-account-section {
    flex-direction: column;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---pricing-top-v1 {
    padding: 32px 24px;
  }

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

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    /* padding-top: 100px;
    padding-bottom: 100px; */
  }

  .cell-16 {
    font-size: 10px;
  }

  .heading-20 {
    font-size: 12px;
    line-height: 14px;
  }

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

  .social-circle {
    width: 44px;
    height: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .support-form-row {
    flex-direction: column;
  }

  .support-form-heading {
    font-size: 24px;
  }

  .f-account-container-r-2 {
    justify-content: center;
    width: 100%;
  }

  .f-account-section,   .f-account-section-reg {
    flex-direction: column;
  }

  .f-account-image-wrapper-2 {
    width: 100%;
    height: 150px;
  }

  .f-image-cover-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    /* height: 150px; */
  }

  .f-image-cover {
    height: 150px;
    display: inline-block;
  }

  .f-account-container-r, .f-account-container-r-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cell-2, .quick-stack-2 {
    padding-left: 20px;
  }

  .heading-23 {
    padding-left: 0;
  }

  .user-profile-image-cover-3 {
    object-position: 50% 0%;
  }

  .user-profile-account-container-r-3 {
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100px;
  }

  .user-profile-account-image-wrapper-3 {
    width: 100%;
    height: 250px;
  }

  .user-profile-section-whole {
    flex-direction: column;
  }

  .f-button-whatsapp {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .abt-cta-flex-row {
    align-items: flex-start;
  }

  .abt-cta-flex-row.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .abt-cta-container.abt-cta-primary-background {
    padding: 20px;
  }

  .abt-cta-section-2 {
    padding: 64px 20px;
  }

  .abt-cta-section-2 h1 {
    font-size: 3rem;
  }

  .abt-cta-section-2 h2 {
    font-size: 2.5rem;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-t-author-username-and-date {
    font-size: 14px;
  }

  .cf-testimonial-author-name {
    font-size: 18px;
  }

  .cf-testimonial-author-image-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .cf-testimonial-card-bottom {
    align-items: center;
  }

  .cf-testimonial-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .side-nav-nav-link-label {
    font-size: 10px;
  }

  .side-nav-link {
    width: 80%;
    margin-bottom: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .cell-6 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .quick-stack-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .container-6, .container-7 {
    width: 90%;
    height: 100%;
    min-height: 100px;
  }

  .list-item-3, .list-item-4 {
    padding-right: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .cell-10 {
    padding-left: 20px;
  }

  .f-avatar-x-large {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .button-5, .button-6 {
    width: 90%;
  }

  .quick-stack-5 {
    /* width: 50%; */
    width: 100%;
  }

  .team-slider-4 {
    margin-top: 0;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .grid-2 {
    max-height: 350px;
    overflow: auto;
  }

  .quick-stack-8 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0;
  }

  .div-block-6 {
    max-height: 150px;
    margin-top: 20px;
    padding-bottom: 20px;
    display: block;
    overflow: auto;
  }

  .list-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .profile-update-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---pricing-content {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---pricing-top-v1 {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-social-square {
    grid-template-columns: 1fr 1fr;
  }

  .social-circle-row {
    flex-wrap: wrap;
  }

  .social-circle {
    width: 42px;
    height: 42px;
    margin: 4px;
    padding: 8px;
  }

  .support-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .support-button.support-is-form {
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    position: relative;
  }

  .support-input {
    font-size: 12px;
  }

  .support-form-heading {
    font-size: 18px;
  }

  .support-form {
    width: 100%;
    min-width: auto;
  }

  .support-form-block {
    width: 100%;
  }

  .f-account-input-grid-large-2 {
    grid-template-columns: 1fr;
  }

  .f-account-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-image-cover-2 {
    object-position: 50% 0%;
  }

  .f-account-login-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .f-image-cover {
    object-position: 50% 50%;
  }

  .form-block, .quick-stack {
    max-width: 280px;
  }

  .text-field {
    width: 100%;
  }

  .quick-stack-2 {
    width: 100%;
    padding-left: 0;
  }

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

  .checkout-btn {
    font-size: 18px;
    line-height: 30px;
  }

  .user-profile-image-cover-3 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .user-profile-account-container-r-3 {
    min-height: 100px;
    padding-left: 5%;
  }

  .user-profile-account-input-grid-large-3 {
    grid-template-columns: 1fr;
  }

  .user-profile-account-image-wrapper-3 {
    height: 175px;
  }

  .f-button-whatsapp {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-bottom: 0;
    display: flex;
  }
}

#w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a38 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_416d013d-ec6f-f141-ed51-cbc89056ce7c-86c38a38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b638f91f-fc78-3f5f-3ef2-47e9dc43b16f-86c38a38 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-a0dc3351-782b-277c-c78d-b403c8198ae7-c8198ae1, #w-node-a0dc3351-782b-277c-c78d-b403c8198afb-c8198ae1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a92 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_08019b32-4143-074c-11b3-f46c3a58cffe-86c38a92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a3248d7e-4479-8db2-d0b4-236021703b7e-86c38a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7da3cbca-1939-a592-fea0-81672025e1f6-86c38a92 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e5ec9484-d08f-40af-731e-9934651fe344-86c38ab3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-e5ec9484-d08f-40af-731e-9934651fe36a-86c38ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-e5ec9484-d08f-40af-731e-9934651fe36e-86c38ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_79d10f6f-bbab-d594-e437-52d92e2f8622-86c38ab3, #w-node-_43e25d15-4f8d-5898-3ffb-26309eab5de7-86c38ab3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d10f6f-bbab-d594-e437-52d92e2f8626-86c38ab3, #w-node-_37724919-c597-6e5f-4751-a62ee692fca9-86c38ab3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ff83d84-3275-8b76-c2db-a664867dea2b-86c38ab3, #w-node-_25ae7277-af80-83b9-6c6a-840c84ea9c05-86c38ab3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eb56646-a74d-2e8a-c9d7-e0dffa7542fe-86c38ab3, #w-node-e95fe854-870f-31c6-7764-7c14be99deb0-86c38ab3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa1bed2b-de1a-2f7b-1e3f-df1777297ce7-86c38ab3, #w-node-_0d6163c1-9040-feb5-ce10-8b687b037741-86c38ab3, #w-node-_321b950c-0663-92e7-c233-8c5a92d7729c-86c38ab3, #w-node-c1849310-4cda-7004-134c-15bde5b3e12f-86c38ab3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad5 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7fe-86c38ad5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
}

#w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-86c38ad6 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-a1417ec7-2df6-943c-ff65-da56d24c3395-86c38ad6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a1417ec7-2df6-943c-ff65-da56d24c3399-86c38ad6 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad7 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7fe-86c38ad7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7fe-86c38ad8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f7fe-86c38ad9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
}

#w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb17-71890302, #w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb19-71890302, #w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb1b-71890302, #w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb29-71890302, #w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb2b-71890302, #w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb3a-71890302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a80f6ae-52c9-5496-a2e9-a81145a1eb5c-71890302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6d0d25e-0957-9a0f-089d-af400bffdb3f-49cc4988, #w-node-f6d0d25e-0957-9a0f-089d-af400bffdb41-49cc4988 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6d0d25e-0957-9a0f-089d-af400bffdb56-49cc4988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa5aadd7-73ab-f0e6-3690-09ef4c5174d6-d7f2cbc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e215d95b-1abc-efef-ef94-fa51eb2431e8-80ae9054 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e215d95b-1abc-efef-ef94-fa51eb2431ef-80ae9054 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-b072a87a-6355-c6ff-cdaf-35170bddcfe5-877cb5f9, #w-node-b072a87a-6355-c6ff-cdaf-35170bddcfe7-877cb5f9, #w-node-b072a87a-6355-c6ff-cdaf-35170bddcfeb-877cb5f9, #w-node-b072a87a-6355-c6ff-cdaf-35170bddcfef-877cb5f9, #w-node-b072a87a-6355-c6ff-cdaf-35170bddcff5-877cb5f9, #w-node-_79d940ee-21d7-06a8-a85d-a815b9facb87-7bdf7842, #w-node-_79d940ee-21d7-06a8-a85d-a815b9facb89-7bdf7842, #w-node-_79d940ee-21d7-06a8-a85d-a815b9facb8d-7bdf7842, #w-node-df271da0-7cdc-9c21-76ae-070ace50af38-d0e7d297, #w-node-df271da0-7cdc-9c21-76ae-070ace50af3a-d0e7d297, #w-node-df271da0-7cdc-9c21-76ae-070ace50af3e-d0e7d297, #w-node-df271da0-7cdc-9c21-76ae-070ace50af42-d0e7d297, #w-node-_6124ef31-649a-0538-4753-3a5509f2f0b0-7ad6f8d2, #w-node-_6124ef31-649a-0538-4753-3a5509f2f0b2-7ad6f8d2, #w-node-_6124ef31-649a-0538-4753-3a5509f2f0b6-7ad6f8d2, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd882d-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd882f-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd8833-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd8837-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd883b-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd883f-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd8843-308f24da, #w-node-_5901aa72-d5a5-3d17-d393-3470cb51b462-919fcf43, #w-node-_5901aa72-d5a5-3d17-d393-3470cb51b464-919fcf43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-7ad99d2d {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_08019b32-4143-074c-11b3-f46c3a58cffe-7ad99d2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-e1f8f6e6 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-_08019b32-4143-074c-11b3-f46c3a58cffe-e1f8f6e6, #w-node-af03e6cb-6c73-b6a1-7dff-4c2f513881ba-e1f8f6e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-e5e4a4e2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
}

#w-node-a1417ec7-2df6-943c-ff65-da56d24c3395-e5e4a4e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a1417ec7-2df6-943c-ff65-da56d24c3399-e5e4a4e2 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_7da3cbca-1939-a592-fea0-81672025e1f6-86c38a92, #w-node-af03e6cb-6c73-b6a1-7dff-4c2f513881ba-e1f8f6e6 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a38, #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a92, #w-node-e5ec9484-d08f-40af-731e-9934651fe344-86c38ab3, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, .25fr) 1fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad5 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-86c38ad6, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad7, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad8, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad9 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, .25fr) 1fr;
  }

  #w-node-e215d95b-1abc-efef-ef94-fa51eb2431e8-80ae9054 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b072a87a-6355-c6ff-cdaf-35170bddcff5-877cb5f9, #w-node-_79d940ee-21d7-06a8-a85d-a815b9facb91-7bdf7842, #w-node-_79d940ee-21d7-06a8-a85d-a815b9facb93-7bdf7842, #w-node-df271da0-7cdc-9c21-76ae-070ace50af46-d0e7d297, #w-node-df271da0-7cdc-9c21-76ae-070ace50af48-d0e7d297, #w-node-_6124ef31-649a-0538-4753-3a5509f2f0ba-7ad6f8d2, #w-node-_6124ef31-649a-0538-4753-3a5509f2f0bc-7ad6f8d2, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd8847-308f24da, #w-node-_6df42790-8f3d-ce21-2d69-029d75fd8849-308f24da, #w-node-_5901aa72-d5a5-3d17-d393-3470cb51b468-919fcf43, #w-node-_5901aa72-d5a5-3d17-d393-3470cb51b46a-919fcf43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-7ad99d2d, #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-e1f8f6e6, #w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-e5e4a4e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, .25fr) 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a38 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-b638f91f-fc78-3f5f-3ef2-47e9dc43b16f-86c38a38 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a92 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-_7da3cbca-1939-a592-fea0-81672025e1f6-86c38a92 {
    display: grid;
  }

  #w-node-e5ec9484-d08f-40af-731e-9934651fe344-86c38ab3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-e5ec9484-d08f-40af-731e-9934651fe36e-86c38ab3 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad5 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-86c38ad6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-a1417ec7-2df6-943c-ff65-da56d24c3399-86c38ad6 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad7 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad8 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad9 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-_2aa32cf8-0c97-6c22-a452-66083768f802-86c38ad9 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-7ad99d2d, #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-e1f8f6e6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-af03e6cb-6c73-b6a1-7dff-4c2f513881ba-e1f8f6e6 {
    display: grid;
  }

  #w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-e5e4a4e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, .25fr) 3.5fr;
  }

  #w-node-a1417ec7-2df6-943c-ff65-da56d24c3399-e5e4a4e2 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a38, #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-86c38a92 {
    grid-template-rows: auto;
    grid-template-columns: minmax(75px, .25fr) minmax(200px, 3.5fr);
  }

  #w-node-_7da3cbca-1939-a592-fea0-81672025e1f6-86c38a92 {
    display: none;
  }

  #w-node-e5ec9484-d08f-40af-731e-9934651fe344-86c38ab3, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad5, #w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-86c38ad6, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad7, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad8, #w-node-_2aa32cf8-0c97-6c22-a452-66083768f7d8-86c38ad9, #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-7ad99d2d, #w-node-_23e40a75-0903-bbc1-f181-643e3a6e8cfb-e1f8f6e6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(75px, .25fr) minmax(200px, 3.5fr);
  }

  #w-node-af03e6cb-6c73-b6a1-7dff-4c2f513881ba-e1f8f6e6 {
    display: none;
  }

  #w-node-a1417ec7-2df6-943c-ff65-da56d24c336f-e5e4a4e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(75px, .25fr) minmax(200px, 3.5fr);
  }
}

