/** Shopify CDN: Minification failed

Line 3602:6 Expected ")" to end URL token
Line 6419:6 Expected ")" to end URL token
Line 6797:6 Expected ")" to end URL token
Line 9303:8 Expected ")" to end URL token
Line 11169:8 Expected ")" to end URL token
Line 12309:8 Expected ")" to end URL token

**/
.w-icon-slider-right:before {
  content: "î˜€";
}

.w-icon-slider-left:before {
  content: "î˜";
}

.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

.w-block {
  display: block;
}

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

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

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: var(--buttons-radius);
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}

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

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

.w-radio:after {
  clear: both;
}

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

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

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

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

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

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

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

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

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

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

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*="\ w-icon-"],
.w-slider-arrow-right [class*="\ w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

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

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

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

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

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

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --green: #49c095;
  --blac: black;
  --orange: #fd8245;
  --purple: #99f;
  --dark-green: #223931;
  --4fbf97: white;
  --light-grey: #fbfbfb;
  --grey: #939393;
  --grey-text: #333;
  --med-trey: #888;
  --faint-purple: #e8e9ff;
  --faint-green: #effaf6;
  --faint-orange: #fff0da;
}

.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-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

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

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper,
.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionalinputscontainer {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutadditionaltextinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutadditionaltextinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

.w-commerce-commercecheckoutadditionaltextarea::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutadditionaltextarea:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelabel {
  margin-top: 20px;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutadditionaltextinput,
  .w-commerce-commercecheckoutadditionaltextarea,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector,
  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

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

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  background-color: #ff823b;
  border-radius: 99px;
  margin-left: 11px;
  padding: 8px 24px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #4fbf97;
}

.button-primary:active {
  background-color: #4fbf97;
}

.button-primary.hide,
.menu-item-hide {
  display: none;
}

.banner-section {
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 60px;
  font-weight: 400;
  overflow: hidden;
}

.banner-section.newbannersection {
  margin-top: 20px;
}

.banner-conrtent-box {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-conrtent-box.head {
  padding-top: 60px;
  padding-bottom: 40px;
}

.banner-heading {
  color: #223931;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 32px;
  line-height: 24px;
}

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

.banner-heading.home-banner {
  color: #4fbf97;
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 45px;
}

.banner-subtitle {
  max-width: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.banner-subtitle.mb40 {
  margin-bottom: 15px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
}

.form-box-item {
  width: 100%;
  padding-left: 0;
  padding-right: 8px;
}

.form-item-out {
  align-items: center;
  display: flex;
}

.form-item-out.mb-2 {
  margin-bottom: 0;
}

.form-item-out.mb-2._2,
.form-item-out._2 {
  flex-direction: column;
}

.form-item-out._2.mb20 {
  margin-bottom: 20px;
}

.btn-orange {
  background-color: #ff823b;
  border-radius: 99px;
  padding: 11px 34px;
  font-size: 16px;
  font-weight: 700;
}

.btn-orange.journey-btn {
  height: 48px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-orange.journey-btn:hover {
  background-color: #4fbf97;
}

.btn-orange.journey-btn.full-btn {
  width: 100%;
}

.side-shape {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.section_home-about {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.about-us-box {
  z-index: 11;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-middle-bubble {
  background-color: var(--green);
  border-radius: 150px;
  align-items: center;
  width: 90%;
  height: 100px;
  margin: auto;
  padding: 1rem 8rem;
  display: flex;
}

.paragraph._500 {
  font-weight: 500;
}

.paragraph.f14 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.side-sps {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  width: 100px;
  height: 180px;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.side-sps.prple-bg {
  background-color: #9a8dfa;
  width: 59px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.side-sps-right {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  width: 100px;
  height: 180px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.side-sps-right.orange-bg {
  background-color: #fd8245;
  width: 59px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.main-title {
  color: #223931;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.main-title.f48 {
  font-size: 48px;
  line-height: 1;
}

.main-title.f35 {
  font-size: 35px;
  line-height: 1em;
}

.benefit-con-item {
  background-color: #fff;
  border: 2px solid #55b59314;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 0 12px 24px #4fbf9700;
}

.benefits-container {
  padding-left: 0;
}

.sec-headings {
  position: relative;
}

.inputfield {
  border: 2px solid #22393114;
  border-radius: 99px;
  height: auto;
  margin-left: 4px;
  margin-right: 4px;
  padding: 13px 20px;
}

.inputfield:hover {
  border-color: #4fbf97;
}

.journey-bg-box {
  background-color: #eefaf6;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63859e9fd127c36779e85eaa_jou-bg.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 32px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.journey-bg-box._1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #9a8afd33;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6548b6270b71f98915a0ee57_j1.png);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.journey-bg-box._1.green {
  background-color: #ddf1e9;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665d9686d7a7c76f6bb6aa09_Frame%2031897%20\(
      2\
    ).avif);
}

.section_home-faqs {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.faq-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faq-item {
  border: 1px solid #49c09533;
  border-radius: 40px;
  padding: 1rem 2rem;
  overflow: hidden;
}

.faq-heading-row {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  display: flex;
}

.faq-content-wrapper {
  width: 100%;
  padding-right: 2rem;
  overflow: hidden;
}

.faq-tabs-outer {
  display: flex;
}

.tabs-content {
  padding-left: 0;
}

.text-link-green {
  color: #4fbf97;
  font-weight: 500;
  text-decoration: none;
}

.icon-right {
  height: 24px;
  position: absolute;
  inset: 22px -45px auto auto;
}

.icon-right.text-side {
  top: 60px;
  left: 190px;
  right: auto;
}

.icon-right.leaf {
  top: 9px;
}

.icon-right.cta-orange {
  inset: -1% 24% auto auto;
}

.section_home-feature {
  padding-top: 3rem;
}

.featulre-col-container {
  position: relative;
}

.tracks-inner-item {
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63859c23d127c3fce4e83adb_curve-shape.png);
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tracks-inner-item.sec-bg {
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66febe5bf24297ccb6de78ec_blob2.svg);
  background-position: 83%;
}

.tracks-inner-item.third-bg {
  z-index: 1;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66febe5bf24297ccb6de78ec_blob2.svg);
  background-position: 20%;
  background-size: contain;
}

.tracks-inner-item.first-itrack-item {
  z-index: 100;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66febe650f675280ca90e174_blob1.svg);
}

.tracks-inner-item._4 {
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63feeb7d2159be1e5bce130b_journal%20bg.png);
  background-position: 68%;
  background-size: contain;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tracks-inner-item._5 {
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66febe5bf24297ccb6de78ec_blob2.svg);
  padding-top: 40px;
  padding-bottom: 40px;
}

.tracks-inner-item.orange {
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63feeb7d2159be1e5bce130b_journal%20bg.png);
  background-position: 100%;
}

.track-imgbox {
  z-index: 10;
  width: 50%;
  position: relative;
}

.track-imgbox.sec-2 {
  z-index: 1000;
  position: relative;
}

.track-imgbox.sec-3 {
  text-align: center;
}

.tracks-context {
  max-width: 320px;
  margin-right: auto;
}

.tracks-context.left-a {
  margin-left: auto;
  margin-right: 0;
}

.medium-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
}

.medium-title.green-title {
  color: #ff823b;
  margin-bottom: 1rem;
  font-size: 2.8rem;
}

.medium-title.blue {
  color: #1da1f2;
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.medium-title.purple {
  color: var(--purple);
  margin-bottom: 0.6rem;
  font-size: 2.6rem;
}

.medium-title.green {
  color: var(--green);
  margin-bottom: 0.6rem;
  font-size: 2.6rem;
  line-height: 1;
}

.medium-title.orange {
  color: var(--orange);
  margin-bottom: 0.6rem;
  font-size: 2.6rem;
  line-height: 1;
}

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

.toggle-close {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.mobile-tab-dropdown {
  display: none;
}

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

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

.link-2 {
  color: #0d0d11;
  text-decoration: none;
}

.banner-section-inner {
  background-color: #0000;
}

.full-paragraph-block {
  color: #3d4341;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.success-message {
  text-align: center;
  background-color: #fff;
}

.text-block-2,
.text-block-3 {
  font-size: 20px;
}

.success-message-2 {
  background-color: #fff;
  padding: 0;
}

.error-message {
  text-align: center;
  background-color: #ffdede;
}

.text-block-4,
.text-block-5 {
  font-size: 20px;
}

.error-message-2 {
  text-align: center;
}

.banner-section-copy {
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
}

.banner-section-copy.thankyou {
  height: 100vh;
}

.thank-you-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.thanks-you-link {
  color: #ff823a;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.thank-you-wrapper {
  flex-direction: column;
  display: flex;
}

.thanks-you-linktext {
  color: #3d4341;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.thanks-you-linktext:hover {
  color: #1a1b1fbf;
}

.thank-you-banner-heading {
  color: #223931;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 72px;
}

.blog-featured-section {
  padding-top: 40px;
  padding-bottom: 80px;
  font-weight: 400;
}

.blog-span-heading {
  color: #49c095;
}

.blog-heading-wrapper {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 56px 20px;
  font-family: Cabinetgrotesk, sans-serif;
  box-shadow: 0 4px 50px #49c09533;
}

.featured-product-wrapper {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: center start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.featured-blog-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
}

.featured-blog-image.home-blog {
  border-radius: 12px;
  min-height: 440px;
}

.featured-content-box {
  max-width: none;
}

.featured-date {
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
}

.featured-blog-heading {
  color: #000;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 62px;
  line-height: 1;
}

.featured-button-box {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-catregory-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.featured-category-text {
  color: #49c095;
  border: 1px solid #49c095;
  border-radius: 30px;
  padding: 15px 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.featured-category-text.hide {
  display: none;
}

.featured-category-text.home {
  padding-top: 11px;
  padding-bottom: 11px;
}

.featured-category-text.tags-btn {
  color: #333;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 12px;
}

.blog-btn {
  color: #fff;
  text-align: center;
  background-color: #ff823b;
  border-radius: 30px;
  flex: 0 auto;
  align-self: center;
  min-width: 144px;
  padding: 16px 33px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
}

.blog-btn:hover {
  background-color: #4fbf97;
}

.blog-btn.home {
  margin-top: 23px;
  margin-right: auto;
}

.blog-btn._2 {
  margin-top: 20px;
}

.blog-btn.nt20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.all-blog-section {
  padding-bottom: 80px;
}

.bottom-blog-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #868686;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bottom-blog-image {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
}

.bottom-blog-content {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.date {
  color: #747474;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-size: 12px;
}

.date.home {
  margin-bottom: 15px;
}

.heading-2 {
  margin-top: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.blog-tabs {
  color: #49c095;
  text-align: center;
  background-color: #ddd0;
  border: 1px solid #49c095;
  border-radius: 30px;
  min-width: 80px;
  padding: 15px 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.blog-tabs.w--current {
  color: #fff;
  background-color: #49c095;
}

.tabs-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 50px;
  display: flex;
  left: 20%;
}

.bottom-blog-tabs-box {
  position: relative;
}

.heading-3 {
  color: #4fbf97;
  margin-top: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-container {
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-detail-section {
  object-fit: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-main-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 506px;
  margin-bottom: 48px;
}

.paragraph-desc {
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
}

.paragraph-desc.a {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform: translate(0);
}

.related-article-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  overflow: hidden;
}

.rel-blog-box {
  height: 100%;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 20px 40px;
  display: block;
}

.collection-item.swiper-slide {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.rel-blog-content {
  border-radius: 14px;
  margin-top: -100px;
  padding: 100px 22px 23px;
  box-shadow: 0 4px 30px #0003;
}

.heading-5 {
  color: #000;
  white-space: normal;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.rel-desc {
  color: #777;
  height: 85px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 28px;
  overflow: hidden;
}

.rel-desc.f16 {
  height: 62px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.blog-rel-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 210px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.rel-image-box {
  padding-left: 22px;
  padding-right: 22px;
}

.tab-close-box {
  display: none;
}

.blog-mob-tab {
  color: #49c095;
  text-align: center;
  background-color: #ddd0;
  border: 1px solid #49c095;
  border-radius: 30px;
  min-width: 80px;
  padding: 15px 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.blog-mob-tab.w--current {
  color: #fff;
  background-color: #49c095;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.collection-list-3.home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.link-3 {
  display: none;
}

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

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

.arrow-box {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 48px;
  display: none;
}

.arrow-box.sidebar {
  grid-column-gap: 14px;
  margin-top: 0;
  display: flex;
}

.slide-arrows {
  background-color: #4fbf97;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.slide-arrows.left {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(180deg) rotate(0);
}

.slide-arrows.left.swiper-button-prev2 {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.slide-arrows.swiper-button-next2 {
  cursor: pointer;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.red-heading {
  color: #4fbf97;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 60px;
  line-height: 54px;
}

.collection-list-wrapper {
  overflow: visible;
}

.home-blog-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 0.85fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.home-feature-box {
  grid-column-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.feature-image-box {
  position: relative;
}

.home-feature-heading {
  color: #000;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.home-blog-para {
  direction: ltr;
  color: #777;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.featured-button-box-home {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bottom-blog-box-home {
  grid-column-gap: 38px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #868686;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-heading-home {
  margin-top: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.link-block-3 {
  color: #3d4341;
  text-decoration: none;
}

.home-left-blog-box {
  padding-top: 0;
}

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

.featured-content-box-home {
  max-width: none;
  margin-top: 20px;
}

.empty-state {
  color: #fff;
  background-color: #49c095;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 700;
}

.empty-state.rel {
  display: none;
}

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

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

.hide-cms {
  display: none;
}

.app-box-row {
  grid-column-gap: 8px;
  flex-direction: row;
  display: flex;
}

.app-box-row.center-app {
  justify-content: center;
}

.app-box-row.center-app.mt72 {
  margin-top: 72px;
}

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

.app-box-row.app-center.hide {
  display: none;
}

.badge-image {
  max-height: 56px;
}

.banner-lightbox-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.banner-lightbox-btn.mt0 {
  margin-top: 0;
}

.banner-lightbox-btn._1.center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.banner-video-btn {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ff823b;
  border-radius: 50px;
  align-items: center;
  padding: 10px 16px 10px 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.banner-video-btn.clr2 {
  background-color: #3fac8f;
}

.banner-video-btn.clr2.outline {
  color: #3fac8f;
  border-color: #3fac8f;
}

.banner-video-btn.outline {
  color: #ff823b;
  background-color: #0000;
  border: 2px solid #ff823b;
  min-width: 216px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.banner-video-btn.outline.banner {
  min-width: 200px;
  padding: 0.4rem 1rem 0.4rem 0.9rem;
}

.banner-video-btn.outline.banner.narrow {
  min-width: 140px;
}

.banner-image.mobileimage {
  display: none;
}

.navbar-header-icons {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #3fac8f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 5px 16px;
  font-weight: 700;
  display: flex;
}

.navbar-header-icons.btn-orange {
  background-color: var(--orange);
  flex: none;
  font-size: 14px;
}

.header-icon {
  width: 32px;
}

.header-icon-box {
  grid-column-gap: 4px;
  display: flex;
}

.blog-full-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.blog-sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 320px;
  min-width: 320px;
  display: flex;
}

.sidebar-app-box,
.cta-sidebar {
  background-color: #eefaf6;
  border-radius: 24px;
  padding: 32px 24px;
}

.recent-sidebar-box {
  overflow: hidden;
}

.recent-sider-wrpper {
  border: 1px solid #0000001f;
  border-radius: 12px;
  padding: 16px;
}

.sidebar-image {
  border-radius: 8px;
  margin-bottom: 16px;
}

.sidebar-heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.blog-date {
  color: var(--dark-green);
  letter-spacing: 0.24px;
  margin-bottom: 1rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.blog-sidebar-link {
  text-decoration: none;
}

.sidebar-main-heading {
  color: #4fbf97;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 28px;
  line-height: 1em;
}

.div-block-3 {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.arrow-image {
  width: 7px;
}

.swiper-slide.pdp-slide {
  border: 1px solid #0000001f;
  border-radius: 12px;
  padding: 1rem 1rem 2rem;
}

.swiper-wrapper {
  overflow: visible;
}

.text-block-12 {
  font-size: 13px;
}

.gray-brn {
  color: #fff;
  background-color: #3fac8f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gray-brn.min-200 {
  min-width: 216px;
}

.banner-orange-btn {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #fd8245;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 0.5rem 1.2rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.banner-orange-btn.orange-border {
  border: 2px solid var(--orange);
  color: var(--orange);
  background-color: #fd824500;
}

.banner-btn-txt {
  font-size: 16px;
}

.banner-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrapper.swiper-slide.hide {
  display: none;
}

.home_hero-grid {
  grid-template: "Area"/440px 680px;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.home_hero-grid._2 {
  grid-template-columns: 0.75fr 1fr;
}

.menu-dropdown-link {
  color: #3d4341;
  background-color: #fff;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.menu-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.menu-toggle.w--open {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 4px #00000040;
}

.dropdown-link {
  color: #3d4341;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}

.dropdown-link:hover {
  background-color: #c2f3e2;
}

.dropdown-link.tab-link-list {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropdown-list {
  padding-bottom: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 4px #00000040;
}

.video-box {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 433px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-box.onpdp {
  max-width: 100%;
  margin-bottom: 2rem;
}

.subheader-container {
  flex-flow: column;
  display: flex;
  position: relative;
}

.subheader-container.align-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.line-4 {
  display: none;
}

.banner-slider {
  height: auto;
  max-height: 590px;
  position: relative;
  overflow: hidden;
}

.banner-slider.no-slider {
  max-height: none;
}

.section_pdp-lightbox {
  background-color: #eefaf6;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section_insights {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.insight-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sidebar-image-pdp {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 200px;
  margin-bottom: 16px;
}

.product-text-right {
  flex-direction: column;
  align-items: flex-start;
  font-family: Cabinetgrotesk, sans-serif;
  display: flex;
}

.tabs-content-2 {
  background-color: #eefaf6;
  padding: 22px 15px;
}

.tab-link-tab-2 {
  color: #000;
  background-color: #fff;
  padding: 14px 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.tab-link-tab-2.w--current {
  background-color: #eefaf6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-subheading {
  margin-top: 0;
}

.product-subheading.co {
  color: #223931;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.blog-card-link {
  text-decoration: none;
}

.line4-mob {
  flex: none;
  display: none;
}

.swiper-pagination {
  display: none;
}

.c-main-img-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pdp-collection {
  overflow: hidden;
}

.order-time-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #f8f8f8;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 14px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.right-nav {
  align-items: center;
  display: flex;
}

.nav-cart {
  background-color: #3898ec00;
  padding-left: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--orange);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  padding-top: 2px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: 5px 5px auto auto;
}

.form-input {
  background-color: #eefaf6;
  border-width: 1px;
  border-color: #eefaf6;
  border-radius: 8px;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.form-input:focus {
  border-width: 2px;
  border-color: #4fbf97;
}

.form-input::placeholder {
  color: #0007052e;
}

.field-label {
  color: #000;
  font-weight: 700;
}

.text-block-13 {
  color: #4fbf97;
  margin-bottom: 2px;
  font-size: 18px;
}

.banner-checkout {
  background-color: #eefaf6;
  padding-top: 60px;
  padding-bottom: 80px;
}

.checkout-heading {
  color: #000;
  letter-spacing: -0.9px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1em;
}

.checkout-form {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pp-img {
  object-fit: contain;
  background-color: #eefaf6;
  border-radius: 8px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.checkout-prouct-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  flex-basis: 400px;
  top: 120px;
}

.checkout-page-heading {
  color: #223931;
  line-height: 32px;
}

.checkout-page-heading.mt0 {
  margin-top: 0;
}

.div-block-5 {
  margin-right: 40px;
}

.checkout-header-box {
  border-style: none;
  border-width: 1px;
}

.checkout-header-box.promo-box {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 12px;
}

.checkout-content-box {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.checkout-content-box.mt0 {
  padding-top: 0;
}

.checkout-content-box.mb0 {
  padding-bottom: 0;
}

.text-block-14 {
  color: #ff823b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.checkout-prouct-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.discount-code {
  border-width: 0.5px;
  border-color: #9e9e9e;
  border-radius: 8px;
  height: 48px;
}

.discount-code:focus {
  border-color: #4fbf97;
}

.apply-button {
  float: left;
  text-align: left;
  vertical-align: baseline;
  background-color: #49c095;
  border-radius: 30px;
  justify-content: center;
  height: 40px;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.apply-button.backtoentry {
  padding: 8px 16px;
}

.apply-button.backtoentry.w--current {
  height: auto;
  margin-bottom: 40px;
}

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

.checkout-contant-box {
  width: 100%;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.checkbox {
  margin-top: 0;
}

.hide-text {
  display: none;
}

.apple-pay {
  border-radius: 30px;
  height: 48px;
}

.row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: flex-start;
  display: flex;
}

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

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

.row.align-center.top-margin-small {
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.text-block-15 {
  color: #55645f;
  text-decoration: none;
}

.field-label.f18 {
  font-size: 18px;
}

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

.close-button {
  cursor: pointer;
}

.order-confirmation {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-checkout-thx {
  background-color: #eefaf6;
  padding-top: 50px;
  padding-bottom: 70px;
}

.checkout-heading-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.mob-btn {
  display: none;
}

.block-box {
  border: 1px solid #0000001f;
  border-radius: 16px;
  overflow: hidden;
}

.block-box.mb20 {
  margin-bottom: 20px;
}

.block-header {
  border-style: none;
}

.block-content {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #0000001f;
}

.order-item {
  align-items: center;
}

.checkout-stiicy-box {
  top: 140px;
}

.checkout-text {
  color: #223931;
  font-size: 18px;
}

.checkout-text-18 {
  color: #223931;
  font-size: 16px;
}

.price-final {
  color: #ff823b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.field-label-18 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.card-number {
  border-color: #eefaf6;
  border-radius: 8px;
  height: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.input-group.input-number-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #0000000d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.input-group-button {
  cursor: pointer;
}

.input-number-decrement {
  font-size: 16px;
}

.input-number-increment {
  font-size: 16px;
  font-weight: 700;
}

.input-number {
  text-align: center;
  background-color: #fafafa00;
  border-style: none;
  width: 40px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.menu-link {
  color: #3d4341;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.border-none {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  border-bottom-style: none;
}

.text-block-16 {
  font-size: 20px;
}

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

.lightbox-link {
  background-color: #eefaf6;
  border: 1px solid #3fac8f1a;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  min-width: 100px;
  padding: 8px;
  display: flex;
}

.image {
  object-fit: contain;
  height: 100%;
  max-height: 60px;
}

.collection-list-insidecard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: stretch;
  display: flex;
}

.product-main-img {
  margin-bottom: 2.5rem;
}

.hide-empty {
  display: none;
}

.add-to-cart {
  width: 100%;
  padding-top: 1rem;
}

.product-checkout-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.page-popup {
  z-index: 99999;
  background-color: #000000b3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-box {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  padding: 30px;
  display: flex;
  position: relative;
}

.popup-text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.popup-heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.div-block-7 {
  margin-top: 20px;
}

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

.shop-tabs {
  display: flex;
}

.shop-tabs-menu {
  min-width: 180px;
  max-width: 180px;
  margin-right: 40px;
}

.shop-tabs-content {
  width: 100%;
}

.shop-tab-link {
  text-align: center;
  background-color: #4fbf9726;
  border-radius: 999px;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}

.shop-tab-link.w--current {
  color: #fff;
  background-color: #4fbf97;
}

.shop-tab-link.hide {
  display: none;
}

.product-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-category {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2em;
}

.product-name {
  color: #223931;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1em;
}

.product-btn {
  color: #fff;
  text-align: center;
  background-color: #ff823b;
  border-radius: 30px;
  flex: 0 auto;
  align-self: center;
  min-width: 144px;
  padding: 10px 40px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  transition: all 0.3s;
}

.product-btn:hover {
  background-color: #4fbf97;
}

.shop-pp-heading {
  margin-top: 0;
  font-size: 20px;
}

.empty-product {
  text-align: center;
  background-color: #ddd0;
  font-size: 20px;
}

.section_home-cta-popup {
  z-index: 999;
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-wrapper {
  background-color: var(--4fbf97);
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6618d6dadfecac7a2bae9dbd_popup-side.webp);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 82px 40px;
  display: block;
  position: relative;
}

.popup-form-heading {
  color: #223931;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 1em;
}

.popup-heading-span {
  color: #fd8245;
}

.popup-main-wrapper {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 960px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.cross-wrapper {
  z-index: 15;
  background-color: var(--4fbf97);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-thanks-you {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
  position: relative;
  inset: 0%;
}

.thanks-text {
  color: #3fac8f;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 1em;
}

.left-img {
  z-index: -1;
  position: absolute;
  inset: auto auto auto 0%;
}

.right-img {
  z-index: -1;
  position: absolute;
  inset: auto 0% auto auto;
}

.text-block-17 {
  opacity: 0.5;
  color: #223931;
}

.div-block-8 {
  text-align: center;
  background-color: #f7f7f9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  display: flex;
}

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

.promo-text {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.popup-left {
  width: 50%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-webby-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  display: flex;
  position: relative;
  bottom: 2.3rem;
}

.hero-webby-row.mob-only {
  display: none;
}

.testimonial-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.testimonail-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #eefaf6;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6620b42a82d2c37acc10549f_testimonail%20bg.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 400px) 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
  overflow: hidden;
}

.testimonial-box-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.testimonail-heading {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.1em;
}

.testimonial-user {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonail-user-heading {
  color: #223931;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1em;
}

.testimonial-content {
  color: #223931;
  font-size: 20px;
  line-height: 30px;
}

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

.testimional-img-main {
  border-radius: 100px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.mob-img {
  display: none;
}

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

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

.new-label {
  color: #3d4341;
  margin-bottom: 8px;
  font-family: Cabinetgrotesk, sans-serif;
  line-height: 14px;
}

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

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

.new-input {
  color: #3d4341;
  background-color: #eefaf6;
  border: 2px solid #eefaf6;
  border-radius: 8px;
  padding: 16px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  position: static;
}

.new-input:focus {
  border: 2px solid #4fbf97;
}

.new-input::placeholder {
  color: #3d43412e;
  background-color: #eefaf6;
}

.image-2 {
  aspect-ratio: auto;
  vertical-align: baseline;
  width: auto;
  max-width: 100%;
}

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

.checkbox-3 {
  outline-offset: -5px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #4fbf97;
  border-radius: 6px;
  outline: 2px solid #fff;
  order: -1;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  font-family: Cabinetgrotesk, sans-serif;
}

.checkbox-3:active {
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-color: #4fbf97;
  background-clip: border-box;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  outline: 2px solid #fff;
  width: 20px;
  height: 20px;
}

.checkbox-3.newcheckbox {
  background-color: var(--4fbf97);
  padding: 8px;
  position: static;
}

.checkbox-3.newcheckbox:active,
.checkbox-3.newcheckbox:focus {
  background-color: #4fbf97;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 313px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label-2 {
  color: #777;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.submit-button {
  background-color: #ff823b;
  border-radius: 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 700;
}

.section-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 501px;
  min-height: 500px;
  display: flex;
  position: relative;
}

.image-3 {
  z-index: 0;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

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

.heading-7 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}

.pop-up-text {
  color: #777;
  padding-top: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}

.image-5 {
  width: 76px;
  max-width: 76px;
  height: 76px;
  position: relative;
}

.button-2 {
  z-index: 99999;
  background-color: #fff;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6618d86baf424ff5ec2de603_cross.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-attachment: scroll;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding: 20px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.success-message-3 {
  background-color: #ddd0;
  padding: 0;
}

.newbannergrid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  place-items: center;
}

.newsubmit.submit-button {
  border-radius: 115px;
  padding: 16px 32px;
}

.custompopup {
  z-index: 9999;
  background-color: #000000b3;
  border: 1px solid #000000d6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.heading-style-h1 {
  color: #4fbf97;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.heading-style-h1.align-left {
  text-align: left;
}

.text-size-large {
  color: var(--dark-green);
  text-align: center;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-large.text-width-medium {
  max-width: 60%;
  font-weight: 500;
}

.hero-heading-container {
  color: #888;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
}

.recommend-list-filter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.recommend-list-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-left: 0;
  display: flex;
}

.recommend-list-wraper-collection {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  outline-offset: 0px;
  background-color: #fff0;
  border: 1px #0000001f;
  border-radius: 0;
  outline: 3px #333;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: flex-start;
  place-items: stretch center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 64px;
  padding-left: 0;
  display: grid;
}

.recommend-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding: 7.5px;
  display: block;
}

.recommend-list-item-image {
  aspect-ratio: auto;
  border: 1px solid var(--light-grey);
  color: #f6f6f6;
  object-fit: cover;
  background-color: #f6f6f6;
  border-radius: 11.25px;
  width: 100%;
  height: 250px;
  margin-bottom: 0.5rem;
  display: block;
}

.recommend-description-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 7.5px;
  display: flex;
}

.recommend-title-m {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 22.5px;
  line-height: 22.5px;
  display: block;
}

.recommend-description {
  color: #3d4341;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.list-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 0;
  display: block;
}

.amz-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #f90;
  border-radius: 170px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 11px;
  margin-right: 11px;
  padding: 5.62px 11.25px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.amz-btn.ebay-btn {
  background-color: #ff823b;
  width: 180px;
  margin-right: 0;
}

.amz-btn.hyperice-btn {
  background-color: #3fac8f;
  width: 180px;
  margin-right: 0;
  padding-top: 6.62px;
}

.image-6 {
  background-color: #fff;
  border-radius: 100px;
  width: 29px;
  height: 29px;
  margin-left: 7.5px;
}

.image-6.ebay-img {
  padding: 6.56px;
}

.text-block-19 {
  display: inline-block;
}

.banner-main-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #eefaf6;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665afde64a08083c73a1d7ab_Frame%2031897.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin-top: 0;
  padding: 2.5rem 3rem;
  display: grid;
  position: relative;
}

.banner-main-container.bg-orange {
  background-color: #ff823b33;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6548bdfb06d09ec51a2e4f7b_j2.png);
  background-position: 300%;
  background-size: auto;
  border-style: none;
  width: 100%;
}

.banner-right-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.banner-right-block.row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-cta-title {
  color: #223931;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
  position: static;
}

.heading-style-cta-title.max-width-medium {
  max-width: 60%;
}

.text-style-large {
  color: #3d4341;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 28px;
}

.google-app {
  max-width: 240px;
}

.card-front.banner {
  max-height: 50px;
}

.card-front.focused-card {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.main-container {
  width: 100%;
  max-width: 1240px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-data {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 35.91% 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  margin-bottom: 80px;
  display: grid;
}

.left-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #eefaf6;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665b2090053ac0f43d7d1094_Frame%2031897%20\(
      1\
    ).avif);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #4fbf9733;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  display: flex;
}

.image-12 {
  background-color: #fff;
  border-radius: 50%;
  width: 239px;
  padding: 8.92px;
}

.name-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-22 {
  color: #fff;
  text-transform: uppercase;
  background-color: #49c095;
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: inline-flex;
}

.heading-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.text-block-23 {
  color: #8d8d8d;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.contact-block {
  background-color: #fff;
  border: 2px solid #55b59314;
  border-radius: 20px;
  align-self: stretch;
  padding: 32px 24px 24px;
  box-shadow: 0 12px 24px #4fbf970d;
}

.heading-10 {
  color: #223931;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
  line-height: 19px;
}

.text-block-24 {
  color: #3d4341;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.contact-link {
  background-color: #e8f8f2;
  border: 0.57px solid #49c095;
  border-radius: 9.11px;
  align-items: flex-start;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
}

.image-13 {
  padding-right: 11.39px;
}

.text-block-25 {
  color: #49c095;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 18.22px;
  font-weight: 500;
  line-height: 18.22px;
  text-decoration: none;
  display: inline-block;
}

.contact-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.right-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.bio-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.achievements {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fafdfc;
  border-radius: 10px;
  flex-flow: column;
  align-self: stretch;
  padding: 20px 16px;
  display: flex;
}

.network-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 48px;
}

.credentials-details {
  color: #49c095;
  word-break: keep-all;
  background-color: #e8f8f2;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665d5544219792126a9c8174_Sports%20Medal.png);
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 8px 16px 8px 42px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.rich-text-block-3 {
  color: #3d4341;
  -webkit-text-stroke-color: #3d4341;
  padding-bottom: 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.experience {
  grid-column-gap: 6.53px;
  grid-row-gap: 6.53px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.experience-heading {
  color: #49c095;
  background-color: #55b59314;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  align-self: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 19px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.experience-data {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #f7f9fc;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr 113px;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  padding: 13px 20px;
  display: grid;
}

.experience-data-image {
  background-color: #fff;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  padding: 11px;
}

.experience-data-block {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.experience-data-on {
  color: #9c9c9c;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 700;
  line-height: 17px;
}

.experience-data-bloctext {
  color: #49c095;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 700;
  line-height: 17px;
}

.text-block-26 {
  color: #3d4341;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.certifications-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.certificate-image {
  background-color: #fff;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  padding: 12px;
  box-shadow: 1.49px 2.98px 6.26px #4fbf970d;
}

.common-heading {
  color: #49c095;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.certificate-info-description {
  color: #3d4341;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.certificate-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.professional-passion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.professional-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #49c095;
  border: 1px solid #49c095;
  border-radius: 10px;
  flex-flow: column;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 12px 24px #4fbf970d;
}

.text-size-medium {
  color: #223931;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-medium.max-width-medium {
  max-width: 80%;
}

.text-size-medium.text-color-white {
  color: var(--4fbf97);
}

.text-size-medium.text-color-white.text-style-med {
  font-weight: 500;
}

.text-size-medium.text-color-white.text-style-bold {
  font-weight: 700;
}

.text-size-medium.align-left {
  text-align: left;
  font-weight: 500;
}

.top-bar {
  margin-top: 80px;
}

.top-banner-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #eefaf6;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665ee5ac0c0dbdc98f38977f_Frame%2031897%20\(
      1\
    ).svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #4fbf9733;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 64px;
}

.top-banner-image {
  border-radius: 32px;
  width: 433px;
}

.top-banner-image.top-banner-mobile {
  display: none;
}

.top-banner-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.top-banner-heading {
  color: #223931;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665b0041f9eca44b4e65ccc1_Rectangle%2011.png);
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 60px;
  line-height: 48px;
}

.text-block-28 {
  color: #3d4341;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.main-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
}

.expert-filter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 127px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  font-family: Cabinetgrotesk, sans-serif;
  display: grid;
}

.expert-filter.w--open {
  background-color: #fcfcfc;
  border: 1px solid #0000001f;
  border-radius: 10px;
}

.filter-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #888;
  background-color: #dedede14;
  border: 1px solid #0000001f;
  border-radius: 12px;
  order: 0;
  width: 127px;
  padding: 12px 24px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.image-14 {
  max-width: 100%;
  padding: 7px;
}

.filter-dropdown {
  order: 0;
  width: 100%;
  display: block;
}

.filter-dropdown.hide {
  display: none;
}

.filter-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dedede14;
  border: 1px solid #0000001f;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 24px;
  display: flex;
}

.toogle-text {
  color: #666;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.toggle-icon-expert {
  color: #00000040;
}

.dp-list-expert {
  background-color: #fcfcfc;
  border: 1px solid #0000001f;
  border-radius: 10px;
  padding: 12px;
  top: 56px;
}

.dp-list-expert.w--open {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.expertlist-dp-list {
  color: #888;
  padding: 8px 0 8px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.expert-collection-list {
  float: none;
  grid-column-gap: 15px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 64px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.expert-collections {
  margin-top: 32px;
  display: block;
}

.expert-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  font-family: Cabinetgrotesk, sans-serif;
  display: flex;
}

.expert-name-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: center stretch;
  display: grid;
}

.expert-bio-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.occupation-block {
  color: #4fbf97;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background-color: #e8f8f2;
  border-radius: 31.76px;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5.8px 10.16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
}

.heading-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28.8px;
}

.text-block-30 {
  color: #8d8d8d;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

.expert-credentials {
  color: #49c095;
  text-transform: uppercase;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66600e6f5dcc333c094ea03b_Sports%20Medal.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  justify-content: flex-start;
  align-items: center;
  height: 16px;
  padding-left: 24px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.expert-shortbio {
  color: #3d4341;
  font-weight: 500;
  line-height: 16.8px;
}

.expert-link {
  color: #fff;
  text-align: center;
  background-color: #ff823b;
  border: 1px solid #ff823b;
  border-radius: 999px;
  order: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
}

.expert-link:hover {
  background-color: #49c095;
  border-color: #49c095;
}

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

.padding-top.padding-medium {
  padding-top: 4rem;
}

.padding-top.padding-x-large {
  padding-top: 6rem;
}

.padding-top.padding-small {
  padding-top: 2rem;
}

.padding-top.padding-large {
  padding-top: 4rem;
}

.inner-wrapper-full {
  position: relative;
}

.flex-vertical-full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.padding-bottom.padding-medium {
  padding-bottom: 4rem;
}

.padding-bottom.padding-large {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
}

.filter-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

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

.p-rich-text p {
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.testimonial-one-liner {
  color: var(--dark-green);
  text-align: center;
  height: 50px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-wrapper {
  border: 1px solid var(--green);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.5rem 1.6rem;
  display: flex;
  position: relative;
}

.testimonial-quote-wrapper {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 2% auto auto 4%;
}

.testimonial-bottom-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-testimonial-name {
  color: var(--green);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.tab-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link {
  border: 1px solid var(--grey);
  background-color: var(--light-grey);
  color: var(--grey);
  text-align: center;
  border-radius: 8px;
  width: 120px;
  height: 45px;
  margin-right: 8px;
  padding: 12px 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.tab-link.w--current {
  border-color: var(--green);
  background-color: var(--green);
  color: #fff;
  font-weight: 600;
}

.tab-dropdown {
  display: none;
}

.tabs-menu-can-hide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.tab-tabs-content {
  padding-top: 2rem;
}

.text-size-small {
  color: var(--grey-text);
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.text-size-small.text-align-center {
  color: var(--grey-text);
  text-align: center;
}

.text-size-small.text-size-fine-bold {
  font-size: 1rem;
  font-weight: 700;
}

.lottie-bg-hover {
  z-index: -1;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-vid {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.green-lottie-scroll {
  z-index: -1;
  background-color: var(--green);
  border-radius: 14px;
  width: 100%;
  height: 100%;
  position: relative;
}

.quote-green {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.quote-wrapper-relative {
  width: 40px;
  height: 40px;
  position: relative;
}

.quote-white {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pagination-wrapper {
  justify-content: center;
  align-items: stretch;
}

.pagination_page-design {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
}

.pagination_page-button {
  border: 1px solid var(--green);
  color: var(--grey-text);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  text-decoration: none;
  display: flex;
}

.pagination_page-button.w--current {
  opacity: 1;
  color: #fff;
  cursor: not-allowed;
  background-color: #3c7c43;
  border-color: #3c7c43;
}

.fs-cmsload_page-dots {
  justify-content: center;
  align-items: center;
  width: 3rem;
  font-size: 1.2rem;
  display: flex;
}

.hide {
  display: none;
}

.pagination-next,
.pagination-prev {
  border-radius: 4px;
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 500;
}

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

.gear-tag {
  display: block;
}

.gear-tag.hide {
  display: none;
}

.c-sort_dropdown {
  margin-left: 12px;
  margin-right: 0;
}

.dropdown {
  background-color: var(--4fbf97);
  color: var(--med-trey);
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66c577756d1b3d749b4feb9b_down-arrow.svg);
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  width: 200px;
  min-width: 200px;
  height: 45px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
}

.c-sort_dropdown-list.w--open {
  border: 1px solid var(--light-grey);
  background-color: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.sort-field {
  color: var(--grey-text);
  cursor: pointer;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1rem;
  font-weight: 400;
}

.sort-field:hover {
  background-color: #f1f1f1;
}

.sort-field.last {
  color: var(--grey-text);
  border-bottom-style: none;
}

.c-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.product-description-side {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem 2rem 0;
  display: flex;
}

.product-description-side.left-padding {
  padding-left: 3rem;
  padding-right: 0;
}

.product-description-side.green-bg {
  background-color: #49c0951a;
  border-radius: 40px;
  padding-bottom: 0;
  transition: all 0.25s;
}

.product-description-side.green-bg:hover {
  background-color: #49c0954d;
}

.product-description-side.purple-bg {
  background-color: #9999ff1a;
  border-radius: 40px;
  transition: all 0.25s;
}

.product-description-side.purple-bg:hover {
  background-color: #9999ff4d;
}

.hero-img-wrapper {
  width: 50%;
}

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

.flex-horizontal-full {
  display: flex;
}

.flex-horizontal-full.focused-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.banner-absolute-img {
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-style-h4 {
  color: var(--grey-text);
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

.heading-style-h4.no-top-margin {
  margin-top: 0;
}

.text-size-regular {
  color: var(--grey-text);
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.text-size-regular.text-width-medium {
  max-width: 60%;
}

.grid_2x1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  display: grid;
}

.left-col.hero-home {
  width: 50%;
  padding-right: 2rem;
}

.left-col.journals {
  width: 50%;
}

.grid_2x2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.heading-style-h5 {
  text-align: center;
  margin-top: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.3rem;
}

.heading-style-h5.text-color-green {
  color: var(--green);
  line-height: 1.2;
}

.text-size-medium-large {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.heading-style-h2 {
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}

.heading-style-h2.heading-color-green {
  color: var(--green);
}

.heading-style-h2.heading-color-purple {
  color: var(--purple);
}

.heading-style-h2.align-center {
  text-align: center;
}

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

.title-row.align-center {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-block-32 {
  color: var(--grey-text);
}

.out-of-stock {
  background-color: var(--4fbf97);
  font-size: 1rem;
  font-weight: 500;
}

.amazon-link {
  color: var(--orange);
  flex: none;
  align-self: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.text-or {
  align-self: center;
  font-weight: 700;
}

.img-amazon-btn {
  object-fit: contain;
  height: 80%;
}

.btn-amazon {
  border: 2px solid var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.card-outer-wrapper {
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
}

.card-wrapper {
  margin-top: 25px;
  position: relative;
}

.card-wrapper.focused-cards {
  width: 40vw;
  max-width: 400px;
  height: 50vh;
  margin-top: 0;
}

.card-inside {
  position: absolute;
  inset: 12% 0% 0%;
}

.card-inside.focused-card {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.section_hero {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.section_hero.who-hero {
  background-color: #fff0da80;
  border-radius: 30px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.card-title {
  z-index: 100;
  color: var(--dark-green);
  text-align: center;
  margin-top: -110px;
  padding-top: 1rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.card-title.main-card-page {
  margin-top: -66px;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.button-row.left-aligned {
  margin-right: auto;
}

.button-row.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-row.align-center.top-margin-medium {
  margin-top: 4rem;
}

.button-row.vertical-align {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-row.mobile-horizontal {
  justify-content: flex-start;
  align-items: center;
}

.button-row.mobile-horizontal.align-center {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

/* .button {
  background-color: var(--orange);
  color: var(--4fbf97);
  border-radius: 100px;
  padding: 15px 20px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
} */

.button.green {
  background-color: var(--green);
  color: var(--4fbf97);
  text-decoration: none;
}

.img.full-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img.full-cover.hero-home {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.img.full-cover.right-curve {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.img.full-cover.left-curve {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.img.curved-right {
  object-fit: cover;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  height: 100%;
}

.img.curved-left {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  height: 100%;
}

.img.webby {
  height: 40px;
}

.img.home-hero {
  border-radius: 12px;
  width: 16vw;
  position: absolute;
  inset: auto auto 25% 10%;
}

.img.home-customize {
  width: 60%;
  margin-left: auto;
  margin-right: 2rem;
  display: block;
  position: relative;
  box-shadow: 0 4px 17px -7px #0000001f;
}

.img.home-connect {
  width: 90%;
  margin-left: 8.2rem;
}

.img.home-track {
  width: 60%;
  margin-left: 7.4rem;
  box-shadow: 0 4px 18px -2px #00000026;
}

.img.home-analyze {
  width: 100%;
}

.img.home-export {
  border-radius: 20px;
  width: 55%;
  margin-left: 7.6rem;
  box-shadow: 0 9px 15px -2px #00000026;
}

.img.curved-radius {
  border-radius: 20px;
}

.img.full-cover-radius {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-col {
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-right-img-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  position: relative;
}

.img-logo {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.logotrain-wrapper {
  margin-left: auto;
}

.company-logo {
  flex: none;
  align-items: center;
  width: 120px;
  height: 80px;
  margin-right: 3vw;
  display: flex;
}

.logo-grid {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.logo-grid.logos {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  opacity: 0.5;
  filter: grayscale();
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1250px;
  margin-left: 32px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.logo-grid.logos._1 {
  grid-column-gap: 1.4rem;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.logo-row {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-toggle {
  grid-column-gap: 0.5rem;
  color: #2c3442;
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66c577756d1b3d749b4feb9b_down-arrow.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100px;
  align-items: center;
  padding: 0.7rem 2.4rem 0.7rem 1.3rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.navbar-toggle:hover {
  background-color: #49c09533;
}

.navbar-toggle.hide {
  display: none;
}

.nav-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-dropdown-list-open.w--open {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0.5rem;
  width: 15rem;
  padding: 0;
}

.nav-col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #49c09512;
  border-radius: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.navdrop-expand {
  margin-left: 0;
  margin-right: 0;
}

.nav-link {
  color: #393939;
  background-color: #0000;
  border-radius: 0.3rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  padding: 0.5rem 1.3rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

.nav-link:hover {
  background-color: #49c09533;
}

.nav-link.w--current {
  background-color: var(--green);
  color: var(--light-grey);
  border-radius: 100rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.navmenu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  padding: 0.5rem 1.5rem;
  display: flex;
}

.navmenu-container.align-left {
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navmenu-container.align-right {
  justify-content: flex-end;
  width: auto;
}

.hamburger-line-1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.b1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.hamburger-line-2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.navbar-text-link {
  color: #393939;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar-text-link:hover {
  background-color: #49c09533;
}

.navbar-text-link.w--current {
  border-radius: 10px;
}

.hamburger {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.video-cover {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-container {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(#99f3, #99f3);
  border-radius: 100px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay-img {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.video-lightbox {
  z-index: 3;
  border: 2px solid #00e9aa;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.hero-app-img {
  width: 40vw;
  min-width: 300px;
  max-width: 380px;
  margin-left: auto;
  position: relative;
}

.webby-text {
  color: var(--blac);
  margin-top: 0;
  margin-bottom: -3px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_home-benefits {
  position: relative;
}

.benefits-bubble-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.flex-row {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.benefits-bubble {
  background-color: #49c09533;
  border-radius: 200px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits-bubble.bg-yellow {
  z-index: 100;
  background-color: #fd824533;
  border-radius: 200px;
  width: 60%;
  max-width: 800px;
  margin-left: 0;
  margin-right: 6rem;
  position: relative;
  box-shadow: 0 4px 14px -8px #0003;
}

.benefits-bubble.bg-purple {
  background-color: #99f3;
  border-radius: 200px;
  width: 60%;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 4px 14px -8px #0003;
}

.benefits-bubble.bg-green {
  border-radius: 200px;
  max-width: 800px;
  margin-left: 6rem;
  margin-right: 0;
  box-shadow: 0 4px 14px -8px #0003;
}

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

.flex-vertical-center.benefits-bubble {
  background-color: #49c09500;
  border-radius: 0;
  padding: 3rem 3rem 3rem 4rem;
}

.flex-vertical-center.benefits-bubble.left {
  padding-left: 3rem;
}

.flex-vertical-center.inner-paddings {
  padding: 2.5rem 2rem 2rem 2.5rem;
}

.heading-style-h3 {
  margin-top: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}

.heading-style-h3.heading-color-green {
  color: var(--green);
}

.heading-style-h3.heading-color-green.align-center {
  text-align: center;
  margin-bottom: 5px;
}

.benefits-bubble-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-box {
  grid-column-gap: 8px;
  flex-direction: row;
  display: flex;
}

.app-box.mob-h {
  min-height: 10px;
}

.emphasis-green {
  color: var(--green);
}

.emphasis-purple {
  color: var(--purple);
}

.pricing-box_top-category {
  border-bottom: 4px solid var(--4fbf97);
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-label {
  color: #4a4566;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.pricing-label.p-blue {
  color: #052e34;
  font-size: 20px;
}

.pricing-label.p-blue.no-margin {
  margin-bottom: 0;
}

.pricing-label.p-blue.no-margin.superscript {
  color: var(--grey-text);
  text-transform: none;
  flex: none;
  margin-top: 6px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.price-category {
  color: var(--dark-green);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.pricing-box-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 1280px;
  margin: 3rem auto 5rem;
  display: grid;
}

.price-box {
  text-align: left;
  background-color: #49c0951a;
  border-width: 1px;
  border-color: #7d42fb;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 2rem 1.5rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-price {
  color: var(--green);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-fine-print {
  font-size: 12px;
  font-weight: 400;
}

.pricing-fine-print.fine-print-medium {
  font-size: 1.1rem;
}

.pricing-small-price {
  color: var(--green);
  font-size: 1rem;
  font-weight: 500;
}

.pricing-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  margin-bottom: 0;
  padding-top: 3rem;
  display: flex;
}

.line-1 {
  max-width: 68%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -62% -6% 0%;
  z-index: 15;
}

.line-2 {
  transform-style: preserve-3d;
  max-width: 44%;
  position: absolute;
  inset: auto 0% -64% 38%;
  transform: rotateX(1deg) rotateY(359deg) rotate(0) rotate(354deg);
  z-index: 15;
}

.section_recovery-boosters {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.dot {
  background-color: var(--orange);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.section_pick-one {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover-card-reveal {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 30%;
}

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

.hide-quantity {
  display: none;
}

/* .quick-add {
  background-color: var(--green);
  background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/67144c64bb54ca5b65aedbf7_plus.svg);
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 34px 12px 13px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
} */

.button-card-learnmore {
  border: 2px solid var(--green);
  color: var(--green);
  background-color: #3898ec00;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: -60px;
}

.add-cart {
  position: relative;
}

.line-3 {
  transform-style: preserve-3d;
  max-width: 40%;
  position: absolute;
  inset: 88% 21% 0% auto;
  transform: rotateX(1deg) rotateY(0deg) rotate(62deg);
  z-index: 15;
}

.section_who-features {
  padding-top: 3rem;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.25s;
  position: relative;
}

.c-card._1 {
  border-radius: 18px;
  position: sticky;
  top: 150px;
  box-shadow: 0 8px 18px -8px #0000004d;
}

.c-card._3 {
  border-radius: 18px;
  position: sticky;
  top: 340px;
  box-shadow: 0 8px 18px -8px #0000004d;
}

.c-card._2 {
  border-radius: 18px;
  position: sticky;
  top: 243px;
  box-shadow: 0 8px 18px -8px #0000004d;
}

.scroll-card-wrapper {
  width: 80%;
}

.text-wrapper {
  width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.text-wrapper.full-height {
  width: auto;
  height: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 2rem;
}

.text-wrapper.full-height.vertical-space {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.bullet-row {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

._w-cards-list {
  padding: 2.9rem 2rem 0;
  position: sticky;
  top: 1px;
}

._w-card {
  border: 3px solid var(--green);
  background-color: var(--4fbf97);
  border-radius: 18px;
  margin-bottom: 5rem;
  padding: 0;
  position: relative;
}

.c-cards-list {
  transition: all 0.2s;
  position: relative;
}

.h3-2 {
  color: #16161d;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 500;
  line-height: 29px;
}

.bullet_list {
  padding-top: 10px;
  font-size: 1.1em;
}

.section-who-apps {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
}

.section-who-supporting {
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.img-wrapper.who-supporting {
  width: 60vw;
  max-width: 800px;
  height: 30vh;
  margin-top: 1rem;
}

.grid-2x1-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2x1-feature.bg-purple {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--faint-purple);
  max-width: 1280px;
}

.grid-2x1-feature.bg-green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--faint-green);
  max-width: 1280px;
}

.grid-2x1-feature.bg-green.height-min-400 {
  min-height: 400px;
}

.grid-2x1-feature.bg-orange {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--faint-orange);
  max-width: 1280px;
}

.grid-2x1-feature.bg-orange.height-min-400 {
  min-height: 400px;
}

.grid-2x1-feature.bg-orange {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0da;
}

.grid-2x1-feature.bg-green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #effaf6;
}

.grid-2x1-feature.bg-purple {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e8e9ff;
}

.who_flex-grid {
  flex-flow: row;
  display: flex;
}

.right-col-hero {
  width: 50%;
  padding-top: 2rem;
  padding-left: 2rem;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.who-benefits-bubble {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.section-who-cards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.who-app-img-wrapper {
  max-width: 400px;
}

.rich-text-product {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

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

@media screen and (min-width: 1280px) {
  .nav-main-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-row.bg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.new-container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo.w--current {
    max-width: 210px;
  }

  .nav-link-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .banner-conrtent-box {
    width: 100%;
  }

  .banner-heading.home-banner {
    font-size: 50px;
  }

  .banner-subtitle.mb40 {
    font-size: 19px;
  }

  .form-box-item {
    padding-left: 0;
  }

  .form-item-out.mb-2 {
    margin-bottom: 0;
  }

  .about-us-box {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: 1240px;
    display: flex;
    position: relative;
  }

  .about-middle-bubble {
    border-radius: 190px;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 48px 80px;
    display: flex;
  }

  .journey-bg-box._1 {
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6548b6270b71f98915a0ee57_j1.png);
  }

  .paragraph-3,
  .paragraph-4 {
    text-align: center;
  }

  .hide-cms {
    display: none;
  }

  .banner-lightbox-btn._1.center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home_hero-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .lightbox-link {
    min-width: 80px;
  }

  .shop-tabs-menu {
    margin-right: 80px;
  }

  .new-input {
    border-width: 2px;
    height: 48px;
    padding: 16px;
    line-height: 20px;
  }

  .custompopup {
    z-index: 9999;
    background-color: #000000bd;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .grid-data {
    align-content: start;
    align-items: start;
  }

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

  .bio-description {
    justify-content: center;
    align-items: stretch;
  }

  .achievements {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fafdfc;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    padding: 20px 16px;
    display: flex;
  }

  .credentials-details {
    align-self: flex-start;
  }

  .experience-data {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: #f7f9fc;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    grid-template-rows: auto;
    grid-template-columns: 48px 1fr 113px;
    grid-auto-columns: 1fr;
    align-content: center;
    align-self: stretch;
    padding: 13px 19px;
    display: grid;
  }

  .experience-data-image {
    padding-bottom: 11px;
    padding-left: 11px;
    padding-right: 11px;
    box-shadow: 1.49px 2.98px 6.26px #4fbf970d;
  }

  .experience-data-block {
    grid-column-gap: 3.27px;
    grid-row-gap: 3.27px;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .experience-data-on {
    color: #9c9c9c;
    font-family: Cabinetgrotesk, sans-serif;
    font-weight: 700;
    line-height: 17px;
  }

  .experience-data-bloctext {
    color: #49c095;
    font-family: Cabinetgrotesk, sans-serif;
    font-weight: 700;
    line-height: 17px;
  }

  .text-block-26 {
    color: #3d4341;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .certifications-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"/48px 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: grid;
  }

  .certificate-image {
    background-color: #fff;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    padding: 12px;
    box-shadow: 1.49px 2.98px 6.26px #4fbf970d;
  }

  .common-heading {
    color: #49c095;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 18px;
    line-height: 18px;
  }

  .certificate-info-description {
    color: #3d4341;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .certificate-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .professional-passion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: stretch;
    display: grid;
  }

  .professional-blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #49c095;
    border: 1px solid #49c095;
    border-radius: 10px;
    flex-flow: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

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

  .card-wrapper.focused-cards {
    max-height: 600px;
  }

  .section_hero {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-title {
    margin-top: -160px;
  }

  .logo-grid.logos {
    width: 85%;
    max-width: 1250px;
  }

  .button-card-learnmore {
    top: -65px;
  }

  .text-wrapper {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .journey-bg-box._1.green {
    max-width: 1240px;
  }

  .section_hero.who-hero {
    max-width: 1360px;
  }

  .img.home-hero {
    width: 13vw;
  }

  .hero-right-img-wrapper {
    width: 50%;
  }

  .logo-grid.logos {
    align-content: space-around;
    align-items: start;
  }

  .hero-app-img {
    width: 25vw;
    min-width: 330px;
    max-width: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .journey-bg-box._1.green {
    max-width: 1240px;
  }

  .section_hero.who-hero {
    max-width: 1400px;
  }

  .img.home-hero {
    width: 11vw;
  }

  .hero-right-img-wrapper {
    width: 55%;
  }

  .logo-grid.logos {
    justify-items: center;
  }

  .rich-text-product {
    width: 90%;
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .nav-main-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-row.bg {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    position: static;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .nav-link-row {
    grid-row-gap: 0px;
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: none;
  }

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

  .menu-button {
    padding: 0 8px;
  }

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

  .banner-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-conrtent-box {
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-heading {
    text-align: center;
    max-width: none;
    font-size: 16px;
    line-height: 16px;
  }

  .banner-heading.home-banner {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
  }

  .banner-subtitle {
    max-width: 500px;
    margin-bottom: 10px;
  }

  .banner-subtitle.mb40 {
    text-align: center;
    font-family: Cabinetgrotesk, sans-serif;
  }

  .form-box-item,
  .form-box-item.full-width {
    width: 100%;
  }

  .form-item-out {
    flex-wrap: wrap;
  }

  .section_home-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-box {
    background-color: var(--green);
    border-radius: 48px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .about-us-box.journal {
    height: 100px;
    margin-top: 25px;
  }

  .about-middle-bubble {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

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

  .paragraph._500.mb20 {
    margin-bottom: 0;
  }

  .side-sps.prple-bg,
  .side-sps-right.orange-bg {
    width: 75px;
    height: 98px;
    margin-top: 0;
    top: 36px;
  }

  .benefits-container {
    padding-left: 0;
  }

  .your-journey-sec {
    margin-bottom: 0;
  }

  .journey-bg-box {
    background-size: cover;
    padding: 30px 50px;
  }

  .journey-bg-box._1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    margin-top: 0;
  }

  .journey-bg-box._1.green {
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665d9686d7a7c76f6bb6aa09_Frame%2031897%20\(
        2\
      ).avif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 2rem;
  }

  .faq-container {
    position: relative;
  }

  .faq-item {
    border-radius: 28px;
  }

  .faq-tabs-outer {
    flex-wrap: wrap;
    position: static;
  }

  .tabs-content {
    margin-top: 24px;
    padding-left: 0;
  }

  .icon-right.leaf.green-leaf {
    right: -14px;
  }

  .section_home-feature {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .tracks-inner-item.third-bg,
  .tracks-inner-item._4,
  .tracks-inner-item._5 {
    height: 40vh;
    min-height: 400px;
    max-height: 500px;
  }

  .tracks-inner-item.orange {
    background-position: 80%;
    height: 40vh;
    min-height: 400px;
    max-height: 500px;
  }

  .tracks-inner-item._1 {
    height: 40vh;
    min-height: 400px;
    max-height: 500px;
  }

  .track-imgbox {
    width: 60%;
  }

  .track-imgbox.sec-2 {
    width: 55%;
  }

  .medium-title.green-title,
  .medium-title.blue {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .medium-title.purple,
  .medium-title.green {
    font-size: 2.2rem;
  }

  .tgle-icon-hide {
    display: none;
  }

  .nav-list-item {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-list-item.single {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .toggle-icon {
    min-height: 0;
    max-height: none;
  }

  .toggle-icon.toggle-close-btn {
    display: none;
  }

  .toggle-close {
    display: block;
  }

  .mobile-tab-dropdown {
    color: #fff;
    background-color: #4fbf97;
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6389a4bf80c0c76eb29cbcad_white-faq-icon.svg);
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .banner-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .thank-you-container {
    max-width: 728px;
  }

  .thank-you-banner-heading {
    max-width: 500px;
    font-size: 48px;
    line-height: 48px;
  }

  .blog-featured-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .featured-product-wrapper {
    grid-template-columns: 1fr;
  }

  .featured-button-box {
    flex-direction: column;
  }

  .blog-btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }

  .bottom-blog-box {
    border-bottom-width: 0;
    grid-template-columns: 1fr;
  }

  .bottom-blog-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .blog-tabs {
    min-width: 108px;
  }

  .tabs-menu-2 {
    z-index: 1;
    grid-column-gap: 20px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 200px;
    max-height: 460px;
    margin-left: auto;
    margin-right: 0;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 20px 0% 0%;
    box-shadow: 0 5px 40px #0003;
  }

  .bottom-blog-tabs-box {
    justify-content: space-between;
    display: block;
  }

  .heading-3 {
    position: relative;
  }

  .related-article-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-item {
    padding-bottom: 40px;
  }

  .div-block-2 {
    justify-content: space-between;
    display: flex;
  }

  .tab-close-box {
    z-index: 9;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    inset: 80px 10px auto auto;
  }

  .blog-mob-tab {
    min-width: 108px;
    display: flex;
  }

  .collection-list-3.home {
    justify-content: center;
  }

  .arrow-box {
    margin-top: 10px;
    display: flex;
  }

  .home-blog-wrapper,
  .home-feature-box {
    grid-template-columns: 1fr;
  }

  .featured-button-box-home {
    flex-direction: column;
  }

  .home-right-blog-box {
    display: none;
  }

  .bottom-blog-box-home {
    border-bottom-width: 0;
    grid-template-columns: 1fr;
  }

  .featured-content-box-home,
  .home-blog-btn {
    text-align: center;
  }

  .app-box-row.center-app.mt72 {
    margin-top: 2rem;
  }

  .app-box-row.app-center.hide {
    display: flex;
  }

  .banner-video-btn.outline.banner {
    justify-content: center;
    align-items: center;
    max-width: 230px;
  }

  .banner-video-btn.outline.banner.watch {
    width: 100%;
    max-width: 240px;
  }

  .banner-image {
    display: none;
  }

  .banner-image.mobileimage {
    display: block;
  }

  .blog-full-wrapper {
    flex-direction: column;
  }

  .blog-sidebar {
    width: 100%;
    min-width: 0;
  }

  .sidebar-heading {
    max-width: none;
    font-size: 20px;
    line-height: 1em;
  }

  .banner-orange-btn {
    max-width: 200px;
  }

  .banner-wrapper.swiper-slide.hide {
    display: block;
  }

  .home_hero-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .home_hero-grid._2 {
    grid-template-columns: 1fr;
  }

  .home_hero-grid.journals {
    flex-flow: column-reverse;
  }

  .menu-dropdown-link {
    font-size: 20px;
  }

  .menu-toggle {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .dropdown-link {
    padding-top: 10px;
    font-size: 20px;
  }

  .video-box {
    max-width: none;
  }

  .video-box.onpdp {
    border-radius: 10px;
  }

  .banner-slider {
    max-height: none;
  }

  .buy-now-button.blog-btn {
    margin-top: 0;
  }

  .product-subheading {
    font-size: 16px;
  }

  .swiper-pagination {
    display: none;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    flex-basis: 320px;
  }

  .div-block-5 {
    margin-right: 20px;
  }

  .apply-button {
    float: none;
  }

  .apply-button.backtoentry.w--current {
    height: auto;
  }

  .row {
    flex-direction: column;
  }

  .row.align-center.top-margin-small {
    flex-flow: row;
  }

  .mob-btn {
    justify-content: center;
    margin-top: 24px;
    display: flex;
  }

  .menu-link {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    font-size: 20px;
  }

  .product-checkout-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .shop-tabs {
    display: block;
  }

  .shop-tabs-menu {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .product-btn {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .form-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .popup-left {
    width: 100%;
    margin-top: 0;
  }

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

  .hero-webby-row {
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: 1.2rem;
  }

  .hero-webby-row.mob-only {
    margin-top: 32px;
    display: flex;
  }

  .mob-img {
    display: block;
  }

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

  .new-input:hover,
  .new-input:focus {
    border-width: 2px;
  }

  .image-2 {
    text-align: center;
    max-height: none;
  }

  .checkbox-field {
    max-width: 100%;
  }

  .submit-button {
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
    padding: 16px 32px;
  }

  .section-2 {
    width: 352px;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

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

  .pop-up-text {
    max-width: 295px;
    padding-top: 20px;
  }

  .success-message-3 {
    float: none;
    clear: none;
    text-align: center;
  }

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

  .newsubmit.submit-button {
    margin-bottom: 40px;
  }

  .heading-style-h1.align-left {
    font-size: 2.4rem;
    line-height: 1;
  }

  .text-size-large.text-width-medium {
    max-width: 80%;
  }

  .recommend-list-wraper-collection {
    grid-template-columns: 1fr 1fr;
  }

  .banner-main-container {
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665b05115aca49e527357aac_Frame%2031897.svg);
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    grid-template-columns: 1fr;
  }

  .banner-right-block {
    margin-bottom: 32px;
  }

  .banner-right-block.row {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .main-container {
    max-width: 100%;
    margin-bottom: 0;
  }

  .grid-data {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 35.91% 1fr;
    place-items: start center;
  }

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

  .heading-9 {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-23 {
    font-size: 22px;
    line-height: 24px;
  }

  .contact-block,
  .contact-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .network-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .rich-text-block-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .professional-passion {
    grid-template-columns: 1fr;
  }

  .text-size-medium.max-width-medium,
  .text-size-medium.text-color-white.text-style-med {
    font-size: 1.3rem;
  }

  .top-banner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-banner-image {
    width: 325px;
  }

  .top-banner-image.top-banner-mobile {
    display: none;
  }

  .top-banner-heading {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .expert-filter {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter-label {
    display: none;
  }

  .expert-collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .padding-top.padding-medium {
    padding-top: 2rem;
  }

  .padding-top.padding-x-large {
    padding-top: 4rem;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 3rem;
  }

  .testimonial-one-liner {
    height: auto;
  }

  .testimonial-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonial-quote-wrapper {
    top: 2%;
  }

  .tab-link {
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: var(--green);
    border-left-style: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-flex;
  }

  .tab-link.last {
    border-bottom-style: none;
  }

  .tab-dropdown {
    border-bottom: 2px solid var(--green);
    color: var(--green);
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/66c577756d1b3d749b4feb9b_down-arrow.svg);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 22px;
    height: 50px;
    margin-bottom: 3rem;
    padding: 17px 12px;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }

  .tab-dropdown.mobile-hide {
    display: none;
  }

  .tabs-menu-can-hide {
    z-index: 50;
    border: 1px solid var(--green);
    -webkit-backdrop-filter: drop-shadow(0 28px 28px #000000b3);
    backdrop-filter: drop-shadow(0 28px 28px #000000b3);
    cursor: pointer;
    margin-top: -50px;
    padding-top: 48px;
    display: none;
    position: absolute;
  }

  .tab-tabs-content {
    padding-top: 0;
  }

  .product-description-side {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .product-description-side.left-padding {
    padding-left: 2rem;
  }

  .product-description-side.green-bg {
    padding: 2rem 0.9rem 0;
  }

  .product-description-side.purple-bg {
    padding: 2rem 1rem 0;
  }

  .flex-horizontal-full.focused-cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-style-h4 {
    font-size: 1.7rem;
  }

  .text-size-regular {
    font-weight: 400;
  }

  .text-size-regular.text-width-medium {
    max-width: 80%;
  }

  .left-col.hero-home {
    width: 50%;
  }

  .left-col.journals {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .heading-style-h2,
  .heading-style-h2.heading-color-green {
    font-size: 2.4rem;
  }

  .heading-style-h2.align-center {
    text-align: center;
  }

  .amazon-link {
    margin-right: auto;
  }

  .section_hero.who-hero {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .card-title {
    margin-top: -55px;
    padding-bottom: 0;
    padding-left: 7px;
    font-size: 1.1rem;
  }

  .button-row {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
  }

  .button-row.left-aligned.full-width {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .button-row.mobile-horizontal {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

  .img.full-cover.right-curve {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
  }

  .img.full-cover.left-curve {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .img.home-hero {
    width: 20vw;
    min-width: 140px;
    max-width: 180px;
    bottom: 18%;
    left: 0%;
  }

  .img.home-customize {
    width: 55%;
  }

  .img.home-connect {
    width: 90%;
    margin-left: -0.7rem;
  }

  .img.home-track {
    width: 55%;
  }

  .img.img-profile {
    margin-top: 2rem;
  }

  .hero-right-img-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .company-logo {
    width: 100px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .logo-grid {
    flex-direction: column;
  }

  .logo-grid.logos {
    grid-column-gap: 10px;
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cart {
    margin-left: auto;
  }

  .navbar-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 25px;
    display: inline-block;
  }

  .menu-button-mobile {
    padding: 0;
    transition: background-color 0.2s;
  }

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

  .menu-button-mobile.w--open {
    border-radius: 4px;
  }

  .nav-menu {
    background-color: #c8c8c800;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .navbar-dropdown-list-open {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown-list-open.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .nav-col {
    align-content: start;
    align-items: start;
    padding: 0;
  }

  .navdrop-expand {
    width: 100%;
    font-size: 1.125rem;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
  }

  .navmenu-container.align-left {
    background-color: var(--4fbf97);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navmenu-container.align-right {
    background-color: #ceeee3;
    border-top: 1px solid #ededec;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hamburger-line-1,
  .hamburger-line-2 {
    background-color: #032340;
    width: 24px;
    height: 2px;
  }

  .hamburger {
    background-color: #49c09533;
    border-radius: 100px;
    width: 50px;
    height: 50px;
  }

  .video-cover {
    height: 100%;
    margin-top: 0;
  }

  .hero-app-img {
    width: 28vw;
    min-width: 280px;
    max-width: 320px;
    bottom: 0%;
    left: 8%;
  }

  .webby-text {
    font-size: 0.9rem;
  }

  .benefits-bubble-row {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .blog-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefits-bubble.bg-yellow {
    width: 90%;
    margin-right: 0;
  }

  .benefits-bubble.bg-purple {
    width: 90%;
  }

  .benefits-bubble.bg-green {
    width: 90%;
    margin-left: 0;
  }

  .flex-vertical-center.inner-paddings {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.heading-color-green.align-center {
    font-size: 1.9rem;
  }

  .pricing-box_top-category {
    height: 60px;
  }

  .pricing-label {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-label.p-blue {
    text-align: left;
  }

  .pricing-label.p-blue.no-margin.superscript {
    line-height: 16px;
  }

  .price-category {
    font-size: 1.5rem;
  }

  .pricing-box-row {
    justify-content: space-between;
  }

  .price-box {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-price {
    font-size: 2.6rem;
  }

  .pricing-col {
    min-height: 140px;
  }

  .line-1 {
    bottom: -25%;
  }

  .line-2 {
    max-width: 80%;
    bottom: -57%;
    transform: rotateX(0) rotateY(192deg) rotate(0) rotate(14deg);
  }

  .button-card-learnmore {
    top: -40px;
  }

  .section_who-features {
    padding-top: 2rem;
  }

  .c-card._1,
  .c-card._3,
  .c-card._2 {
    max-width: none;
  }

  .scroll-card-wrapper {
    width: 100%;
  }

  .text-wrapper.full-height {
    padding: 27px;
  }

  .text-wrapper.full-height.vertical-space {
    justify-content: flex-start;
    padding: 2rem;
  }

  .bullet-row {
    margin-bottom: 0;
  }

  ._w-cards-list {
    padding: 30px 0;
  }

  .h3-2 {
    font-size: 28px;
    line-height: 26px;
  }

  .bullet_list {
    padding-top: 10px;
  }

  .section-who-apps {
    padding-top: 1.5rem;
  }

  .section-who-supporting {
    padding-top: 2rem;
  }

  .img-wrapper.who-supporting {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-wrapper.who-serve {
    height: 40vh;
    min-height: 400px;
    max-height: 450px;
  }

  .grid-2x1-feature.bg-orange {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-2x1-feature.bg-green {
    flex-flow: column;
    display: flex;
  }

  .grid-2x1-feature.bg-purple {
    flex-flow: column-reverse;
    display: flex;
  }

  .who_flex-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-col-hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .who-app-img-wrapper {
    max-width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .nav-row {
    max-width: 100%;
  }

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

  .nav-logo {
    max-width: 180px;
    padding-left: 0;
  }

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

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

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

  .banner-section {
    padding-top: 0;
  }

  .banner-conrtent-box,
  .banner-heading.home-banner {
    text-align: center;
  }

  .banner-subtitle.mb40 {
    margin-bottom: 32px;
  }

  .btn-orange.journey-btn {
    width: 100%;
  }

  .about-us-box {
    background-color: var(--green);
    max-width: 96%;
  }

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

  .side-sps.prple-bg,
  .side-sps-right.orange-bg {
    height: 84px;
    display: none;
    top: 75px;
  }

  .main-title {
    font-size: 40px;
    line-height: 40px;
  }

  .main-title.f35 {
    font-size: 48px;
  }

  .your-journey-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .sec-headings.sb {
    margin-bottom: 0;
  }

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

  .journey-bg-box {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 20px;
  }

  .journey-bg-box._1.green {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .icon-right {
    height: 20px;
    top: 15px;
    left: 190px;
  }

  .icon-right.text-side {
    top: 65px;
    left: 180px;
  }

  .icon-right.leaf {
    inset: auto 0% 74% auto;
  }

  .section_home-feature {
    padding-bottom: 20px;
  }

  .tracks-inner-item {
    background-position: 50% 75%;
    background-size: 85%;
    flex-flow: column;
  }

  .tracks-inner-item.sec-bg {
    background-size: auto;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tracks-inner-item.third-bg {
    background-position: 50% 90%;
    background-size: auto;
    flex-flow: column;
    max-width: 500px;
    height: 50vh;
    min-height: 400px;
    max-height: 500px;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .tracks-inner-item.first-itrack-item {
    background-size: auto;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .tracks-inner-item._4 {
    background-position: 50% 65%;
    background-size: contain;
    flex-direction: column;
    max-width: 500px;
    height: 50vh;
    max-height: 420px;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tracks-inner-item._5 {
    flex-flow: column;
    max-width: 500px;
    height: 50vh;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tracks-inner-item.orange {
    background-position: 50% 100%;
    background-size: 80%;
    max-width: 500px;
    height: 50vh;
    min-height: 400px;
    margin-bottom: 3rem;
  }

  .tracks-inner-item._1 {
    background-size: contain;
    max-width: 500px;
    height: 40vh;
    min-height: 360px;
    max-height: 450px;
    margin-bottom: 3rem;
  }

  .track-imgbox {
    order: 1;
    align-self: center;
    width: 100%;
  }

  .track-imgbox.sec-2 {
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/6385b3340a1e0788ab46b017_orange-shape.svg);
    width: 100%;
  }

  .track-imgbox.sec-2._4 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .track-imgbox.pill {
    height: 30vh;
  }

  .tracks-context {
    width: 100%;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .tracks-context.left-a {
    margin-right: auto;
  }

  .medium-title.green-title {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }

  .medium-title.blue {
    font-size: 2.2rem;
  }

  .medium-title.purple {
    font-size: 2.2rem;
    line-height: 1;
  }

  .medium-title.green {
    font-size: 2.2rem;
  }

  .text-block {
    font-size: 18px;
    line-height: 20px;
  }

  .full-paragraph-block {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-section-copy {
    padding-top: 40px;
  }

  .thank-you-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thanks-you-linktext {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-featured-section {
    padding-top: 40px;
  }

  .featured-blog-image {
    border-radius: 7px;
  }

  .featured-blog-image.home-blog {
    min-height: 400px;
  }

  .featured-blog-heading {
    font-size: 22px;
  }

  .blog-paragraph.line-height28 {
    font-size: 10px;
    line-height: 16px;
  }

  .blog-btn.home {
    margin-top: 20px;
  }

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

  .bottom-blog-content {
    z-index: 0;
    border-radius: 12px;
    margin-top: -140px;
    padding: 120px 18px 20px;
    position: relative;
    box-shadow: 0 4px 42px #0003;
  }

  .bottom-blog-wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    right: 20px;
  }

  .blog-container._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-close-box {
    right: 30px;
  }

  .red-heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .home-feature-heading {
    font-size: 21px;
  }

  .featured-content-box-home {
    margin-top: 10px;
  }

  .app-box-row.center-app.mt72 {
    position: relative;
    top: 1.5rem;
  }

  .app-box-row.mob-h {
    display: none;
  }

  .banner-lightbox-btn {
    margin-top: 32px;
  }

  .banner-lightbox-btn._1.center {
    justify-content: center;
    align-items: center;
  }

  .sidebar-main-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }

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

  .home_hero-grid {
    flex-flow: column-reverse;
  }

  .video-box {
    max-width: none;
  }

  .video-btn {
    width: 42px;
  }

  .line-4 {
    display: none;
  }

  .banner-slider {
    max-height: 460px;
  }

  .section_insights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quantity {
    height: 48px;
  }

  .default-state {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .buy-now-button.blog-btn {
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 10px 24px;
  }

  .line4-mob {
    display: none;
    position: absolute;
    inset: -55px auto auto;
  }

  .checkout-heading {
    font-size: 40px;
  }

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .checkout-header-box,
  .checkout-content-box {
    padding-left: 0;
    padding-right: 0;
  }

  .apply-button.backtoentry.w--current {
    height: auto;
  }

  .row.align-center.top-margin-small {
    flex-flow: row;
  }

  .order-confirmation {
    padding: 40px 0;
  }

  .checkout-heading-box {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .checkout-stiicy-box {
    position: static;
  }

  .product-checkout-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .select-field {
    min-height: 42px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    padding: 60px 20px;
  }

  .popup-form-heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .popup-thanks-you {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .thanks-text {
    font-size: 40px;
    line-height: 40px;
  }

  .left-img,
  .right-img {
    display: none;
  }

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

  .hero-webby-row {
    justify-content: center;
    align-items: flex-end;
    top: -31px;
    bottom: 0;
  }

  .hero-webby-row.mob-only {
    flex-flow: wrap;
  }

  .testimonail-wrapper {
    grid-template-columns: 1fr;
    padding: 24px;
  }

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

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }

  .section-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 352px;
    max-width: 95%;
    height: 435px;
    min-height: 435px;
    max-height: 89vh;
    top: 20px;
    overflow: hidden;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0;
    inset: auto auto 0;
    overflow: clip;
  }

  .image-4 {
    width: 60px;
    height: 60px;
  }

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

  .pop-up-text {
    max-width: 295px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .newsubmit.submit-button {
    max-width: none;
  }

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

  .text-size-large.text-width-medium {
    max-width: 100%;
  }

  .hero-heading-container {
    padding-left: 0;
    padding-right: 0;
  }

  .recommend-list-wraper-collection {
    grid-template-columns: 1fr;
  }

  .recommend-list-item-image {
    text-align: left;
  }

  .banner-main-container {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-right-block.row {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-style-cta-title {
    background-position: 90% 85%;
    max-width: 219px;
    font-size: 48px;
    line-height: 48px;
  }

  .card-front {
    max-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .image-11 {
    width: 100%;
  }

  .grid-data {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-columns: 35.91%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-block {
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665d9686d7a7c76f6bb6aa09_Frame%2031897%20\(
        2\
      ).avif);
    align-self: stretch;
  }

  .image-12 {
    width: 172px;
  }

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

  .heading-9 {
    font-size: 48px;
    line-height: 48px;
  }

  .text-block-23 {
    font-size: 18px;
    line-height: 21px;
  }

  .contact-block {
    align-self: center;
    width: 480px;
    max-width: 100%;
  }

  .network-heading {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 32px;
  }

  .experience-data {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .certifications-block {
    flex-flow: column;
    display: flex;
  }

  .certificate-info-description {
    line-height: 20px;
  }

  .text-size-medium.max-width-medium {
    max-width: 90%;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .text-size-medium.text-color-white.text-style-bold,
  .text-size-medium.align-left {
    font-size: 1.2rem;
  }

  .top-bar {
    margin-top: 40px;
  }

  .top-banner-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .top-banner-image {
    align-self: stretch;
    width: 100%;
    display: none;
  }

  .top-banner-image.top-banner-mobile {
    display: block;
  }

  .top-banner-heading {
    background-position: 100% 80%;
    background-size: 20px 10px;
    padding-right: 25px;
    font-size: 32px;
    line-height: 25px;
  }

  .expert-filter {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .expert-collection-list {
    grid-template-columns: 1fr;
  }

  .expert-name-block {
    flex-flow: column;
    grid-template-columns: 120px;
    display: flex;
  }

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

  .expert-credentials {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .image-15 {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .padding-top.padding-medium,
  .padding-top.padding-large {
    padding-top: 3rem;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 1rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 4rem;
  }

  .tab-link {
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: var(--green);
    text-align: left;
    border-left-style: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 17px;
    padding-left: 20px;
    font-size: 15px;
    display: block;
  }

  .tab-link.w--current {
    padding-top: 15px;
  }

  .tab-link.last {
    border-bottom-style: none;
  }

  .tab-dropdown {
    border-color: black black var(--green);
    cursor: pointer;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-width: 2px;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding-left: 18px;
    display: flex;
  }

  .tab-dropdown:hover {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tab-dropdown.mobile-hide {
    display: none;
  }

  .tabs-menu-can-hide {
    z-index: 50;
    border: 1px solid var(--green);
    cursor: pointer;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 48px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .product-description-side {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .product-description-side.left-padding {
    padding-left: 0;
  }

  .product-description-side.green-bg {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-description-side.purple-bg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-img-wrapper {
    width: 100%;
  }

  .flex-horizontal-full {
    flex-flow: column-reverse;
  }

  .flex-horizontal-full.inverse {
    flex-flow: column;
  }

  .flex-horizontal-full.focused-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-regular.text-width-medium {
    max-width: 100%;
  }

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

  .left-col.hero-home {
    width: 100%;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .heading-style-h5.text-color-green {
    line-height: 1.2;
  }

  .heading-style-h2 {
    font-size: 2.4rem;
  }

  .heading-style-h2.heading-color-green {
    margin-top: 0;
    font-size: 2.6rem;
  }

  .card-wrapper {
    display: inline-block;
  }

  .card-wrapper.focused-cards {
    width: 100%;
    height: 100%;
  }

  .card-title {
    margin-top: -40px;
    padding-top: 0;
  }

  .button-row {
    flex-flow: row;
  }

  .img.full-cover.right-curve {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
  }

  .img.full-cover.left-curve {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .img.curved-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    width: 100%;
  }

  .img.curved-left {
    border-top-left-radius: 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    width: 100%;
  }

  .img.home-hero {
    width: 160px;
    bottom: 21%;
    left: 5%;
  }

  .img.home-customize {
    width: 40%;
    height: 30vh;
    max-height: 300px;
    margin-right: auto;
    bottom: 18px;
  }

  .img.home-connect {
    width: 60%;
    margin-left: 5.8rem;
    position: relative;
    top: auto;
  }

  .img.home-track {
    width: 38%;
    min-width: 180px;
    margin-left: 0.2rem;
    position: relative;
    top: -15px;
  }

  .img.home-analyze {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 4%;
    left: 23%;
  }

  .img.home-export {
    width: 35%;
    height: 100%;
    min-height: 300px;
    max-height: 340px;
    margin-left: 9.2rem;
    position: relative;
    top: -4%;
  }

  .img.full-cover-radius {
    object-fit: cover;
  }

  .hero-right-img-wrapper {
    width: 100%;
  }

  .company-logo {
    flex: none;
    width: 100px;
    height: 80px;
  }

  .logo-grid {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-grid.logos {
    flex-wrap: nowrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .navbar-toggle {
    width: 100%;
  }

  .menu-button-mobile.w--open {
    z-index: 100;
    color: #1f2421;
    background-color: #fff6;
    border: 0.1rem solid #1f2421;
  }

  .nav-col {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-link {
    min-width: 10ch;
  }

  .navmenu-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 10%;
  }

  .video-cover {
    width: 100%;
  }

  .video-lightbox {
    width: 80px;
    height: 80px;
  }

  .hero-app-img {
    width: 340px;
    min-width: 0;
    left: -3%;
  }

  .webby-text {
    display: block;
  }

  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .benefits-bubble.bg-yellow {
    border-radius: 80px;
    flex-flow: column;
    width: 80%;
    margin-right: 0;
  }

  .benefits-bubble.bg-purple {
    border-radius: 80px;
    flex-flow: column;
    width: 80%;
  }

  .benefits-bubble.bg-green {
    border-radius: 80px;
    flex-flow: column;
    width: 80%;
    margin-left: 0;
  }

  .flex-vertical-center.benefits-bubble {
    width: 100%;
    padding: 3rem 2rem 2rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .app-box.mob-h {
    display: none;
  }

  .price-category {
    font-size: 18px;
  }

  .pricing-box-row {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .price-box {
    width: 100%;
    max-width: 300px;
    min-height: auto;
    font-size: 14px;
  }

  .line-1 {
    max-width: 50%;
    display: block;
    bottom: -40%;
    transform: rotate(9deg);
  }

  .line-2 {
    max-width: 60%;
    display: block;
    bottom: -30%;
    left: 15%;
    transform: rotateX(0) rotateY(-180deg) rotate(0) rotate(-112deg);
  }

  .section_recovery-boosters {
    padding-top: 1rem;
  }

  .card-grid-2x1 {
    grid-template-columns: 1fr;
  }

  .quick-add {
    background-size: 12px;
    padding-left: 11px;
    padding-right: 32px;
    font-size: 15px;
  }

  .button-card-learnmore {
    width: 90px;
    height: 38px;
    font-size: 15px;
    top: -70px;
  }

  .line-3 {
    max-width: 50%;
    left: 30%;
  }

  .section_who-features {
    padding-top: 1rem;
  }

  .c-card._1,
  .c-card._3,
  .c-card._2 {
    box-shadow: 6px -5px 13px -4px #0003;
  }

  .text-wrapper.full-height {
    padding: 25px 10px 48px;
  }

  .bullet-row {
    margin-bottom: 10px;
  }

  ._w-cards-list {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-2 {
    font-size: 28px;
    line-height: 24px;
  }

  .bullet_list {
    margin-bottom: 0;
  }

  .img-wrapper.who-supporting {
    padding-left: 0;
    padding-right: 0;
  }

  .img-wrapper.who-serve {
    height: 30vh;
    min-height: 300px;
    max-height: 400px;
  }

  .grid-2x1-feature.bg-orange {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-2x1-feature.bg-green {
    flex-flow: column;
    display: flex;
  }

  .grid-2x1-feature.bg-purple {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .who_flex-grid {
    flex-flow: column;
  }

  .right-col-hero {
    width: 100%;
  }

  .who-app-img-wrapper {
    max-width: 280px;
  }
}

@media screen and (max-width: 479px) {
  .nav-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-row.bg {
    padding-left: 0;
    padding-right: 0.5rem;
  }

  .container {
    max-width: none;
  }

  .container.slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    padding-left: 20px;
  }

  .nav-link-row {
    flex-direction: column;
  }

  .banner-conrtent-box {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .banner-heading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .banner-heading.home-banner {
    font-size: 48px;
    line-height: 48px;
  }

  .banner-subtitle {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .banner-subtitle.mb40 {
    width: auto;
    max-width: 100%;
    line-height: 24px;
    display: block;
  }

  .form-box-item {
    width: 100%;
    padding-right: 0;
  }

  .section_home-about {
    margin-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .about-us-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .about-us-box.journal {
    height: auto;
    padding: 0.2rem 1.9rem;
  }

  .about-middle-bubble {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph._500.mb20 {
    font-size: 14px;
  }

  .main-title {
    font-size: 40px;
    line-height: 40px;
  }

  .main-title.f35 {
    font-size: 42px;
  }

  .journey-bg-box._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_home-faqs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-right.text-side {
    top: 70px;
  }

  .icon-right.leaf {
    top: 53px;
    left: 150px;
  }

  .icon-right.leaf.green-leaf {
    inset: 0% 0% auto auto;
  }

  .section_home-feature {
    padding-bottom: 0;
  }

  .tracks-inner-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tracks-inner-item.sec-bg {
    background-size: contain;
  }

  .tracks-inner-item.third-bg {
    background-size: contain;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tracks-inner-item.first-itrack-item {
    background-size: contain;
  }

  .tracks-inner-item._4 {
    background-position: 50% 88%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tracks-inner-item._5 {
    background-position: 50% 74%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tracks-inner-item.orange,
  .tracks-inner-item._1 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .medium-title.green-title,
  .medium-title.blue {
    font-size: 1.8rem;
  }

  .medium-title.purple,
  .medium-title.green,
  .medium-title.orange {
    font-size: 2rem;
  }

  .thank-you-container {
    max-width: none;
  }

  .thanks-you-linktext {
    direction: ltr;
  }

  .thank-you-banner-heading {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 42px;
  }

  .featured-product-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .featured-blog-image.home-blog {
    min-height: 263px;
  }

  .collection-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arrow-box {
    margin-top: 0;
  }

  .home-feature-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .app-box-row.center-app.mt72 {
    top: -0.5rem;
  }

  .app-box-row.mob-h {
    display: flex;
  }

  .banner-lightbox-btn.mt0 {
    text-align: center;
    justify-content: center;
  }

  .banner-lightbox-btn._1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-lightbox-btn._1.center {
    flex-flow: wrap;
  }

  .banner-video-btn.clr2.outline.banner {
    min-width: 160px;
  }

  .banner-video-btn.outline.banner {
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 45px;
  }

  .banner-video-btn.outline.banner.narrow {
    min-width: 100px;
  }

  .banner-video-btn.outline.banner.narrow.mobile-full-width {
    max-width: none;
  }

  .banner-image.mobileimage {
    width: auto;
    max-width: 100%;
  }

  .header-icon.banner {
    width: 24px;
  }

  .sidebar-heading {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
  }

  .gray-brn.min-200 {
    min-width: 160px;
    min-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .banner-orange-btn {
    width: 100%;
    max-width: 230px;
    height: 45px;
  }

  .banner-orange-btn.min-200 {
    min-width: 160px;
    min-height: 36px;
  }

  .banner-btn-txt.mob {
    line-height: 12px;
  }

  .banner-wrapper.swiper-slide {
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
  }

  .home_hero-grid {
    padding-top: 0;
  }

  .section_pdp-lightbox {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .line4-mob {
    max-height: 95px;
    top: -20px;
  }

  .banner-checkout {
    padding-top: 40px;
  }

  .checkout-heading {
    font-size: 40px;
  }

  .apply-button.backtoentry {
    height: auto;
    font-size: 20px;
  }

  .apply-button.backtoentry.w--current {
    margin-bottom: 40px;
  }

  .row.align-center.top-margin-small {
    flex-flow: row;
  }

  .banner-checkout-thx {
    padding-top: 40px;
  }

  .product-checkout-row {
    flex-flow: column;
  }

  .shop-page-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .popup-form-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .popup-thanks-you {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .thanks-text {
    font-size: 40px;
    line-height: 40px;
  }

  .promo-text {
    font-size: 28px;
  }

  .hero-webby-row {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-webby-row.mob-only {
    flex-flow: row;
  }

  .form-block-3 {
    display: block;
  }

  .form {
    flex-flow: column;
    justify-items: center;
    max-width: 100%;
    display: flex;
  }

  .image-2 {
    max-width: 100%;
    display: inline-block;
    position: static;
    overflow: hidden;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .checkbox-field {
    width: auto;
    display: flex;
  }

  .checkbox-label-2 {
    text-align: left;
  }

  .section-2 {
    height: 435px;
  }

  .newbannergrid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: dense;
    max-width: 100%;
    display: grid;
    overflow: visible;
  }

  .newsubmit.submit-button {
    border-radius: 99999px;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .div-block-15,
  .div-block-16,
  .div-block-17 {
    display: block;
  }

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

  .recaptcha {
    margin-top: 20px;
    position: static;
  }

  .heading-style-h1 {
    font-size: 2.8rem;
  }

  .heading-style-h1.align-left {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: 1.1;
  }

  .text-size-large {
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .recommend-list-wraper {
    margin-top: 0;
  }

  .recommend-list-wraper-collection {
    grid-template-columns: 1fr;
  }

  .banner-main-container {
    background-attachment: scroll;
  }

  .banner-right-block.row {
    flex-flow: column;
    margin-bottom: 0;
  }

  .heading-style-cta-title.max-width-medium {
    max-width: 80%;
  }

  .google-app {
    align-self: stretch;
    width: 70%;
  }

  .main-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-block {
    background-image: url(https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/665d9686d7a7c76f6bb6aa09_Frame%2031897%20\(
        2\
      ).avif);
    background-position: 0 100%;
    background-size: contain;
  }

  .image-12 {
    width: 172px;
  }

  .heading-9 {
    font-size: 48px;
    line-height: 48px;
  }

  .text-block-23 {
    font-size: 18px;
    line-height: 21px;
  }

  .contact-link {
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
  }

  .right-block {
    align-self: stretch;
    max-width: 100%;
  }

  .bio-description {
    align-items: flex-start;
  }

  .credentials-details {
    white-space: normal;
    word-break: keep-all;
    line-height: 24px;
  }

  .experience-data {
    flex-flow: column;
    grid-template-columns: 48px;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .certifications-block {
    flex-flow: column;
    display: flex;
  }

  .text-size-medium.max-width-medium {
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-white.text-style-med {
    font-size: 1.1rem;
  }

  .text-size-medium.align-left {
    margin-top: 0;
  }

  .top-banner-block {
    background-position: 0 137%;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .expert-item {
    width: auto;
  }

  .expert-name-block {
    flex-flow: column;
    grid-template-columns: 120px;
    align-self: center;
    justify-items: center;
    width: auto;
    display: flex;
  }

  .expert-bio-details {
    align-items: center;
    display: flex;
  }

  .occupation-block {
    align-self: auto;
  }

  .expert-credentials {
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
    line-height: 16px;
    display: block;
  }

  .expert-shortbio {
    text-align: center;
    align-self: center;
  }

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

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

  .padding-top.padding-x-large {
    padding-top: 3rem;
  }

  .padding-top.padding-small {
    padding-top: 1rem;
  }

  .padding-top.padding-large {
    padding-top: 2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 2rem;
  }

  .testimonial-quote-wrapper {
    height: 30px;
  }

  .tab-link {
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown {
    background-position: 94%;
    background-size: 16px;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-left: 15px;
  }

  .tab-dropdown.mobile-hide,
  .tabs-menu-can-hide {
    display: none;
  }

  .pagination_page-button,
  .fs-cmsload_page-dots {
    width: 2rem;
  }

  .c-sort_dropdown {
    width: 100%;
    margin-left: 0;
  }

  .dropdown {
    width: 160px;
    min-width: auto;
  }

  .c-dropdown {
    flex: none;
  }

  .select {
    width: 160px;
    min-width: 0;
  }

  .product-description-side {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .product-description-side.left-padding {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .flex-horizontal-full.focused-cards {
    margin-bottom: 2rem;
  }

  .heading-style-h4,
  .heading-style-h4.no-top-margin {
    font-size: 1.5rem;
  }

  .text-size-regular {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .grid_2x1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .left-col.journals {
    justify-content: center;
    align-items: center;
  }

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

  .heading-style-h5.text-color-green {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
    line-height: 1;
  }

  .heading-style-h2.heading-color-green {
    font-size: 2rem;
  }

  .heading-style-h2.align-center,
  .card-wrapper {
    margin-top: 0;
  }

  .card-wrapper.focused-cards {
    width: 90%;
    max-width: none;
  }

  .card-inside {
    display: block;
    left: 0%;
  }

  .section_hero.who-hero {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card-title {
    margin-top: -38px;
    padding-left: 0;
  }

  .card-title.main-card-page {
    margin-top: -48px;
  }

  .button-row {
    flex-flow: column;
  }

  .button-row.mobile-horizontal {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
    flex-flow: column;
    padding-top: 1rem;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.green {
    text-align: center;
    width: 60%;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.green.full-width {
    width: 100%;
  }

  .button.mobile-full-width {
    text-align: center;
    width: 100%;
    min-height: 45px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .img.curved-right,
  .img.curved-left {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .img.home-hero {
    width: 140px;
    max-width: 140px;
    left: 7%;
  }

  .img.home-customize {
    width: 50%;
    margin-bottom: -0.6rem;
  }

  .img.home-connect {
    width: 80%;
    margin-left: 1.6rem;
  }

  .img.home-track {
    width: 50%;
    top: -6px;
  }

  .img.home-analyze {
    width: 80%;
    left: 38px;
  }

  .img.home-export {
    object-fit: contain;
    width: 55%;
    height: 100%;
    min-height: 260px;
    margin-left: 5rem;
  }

  .hero-app-img-wrapper {
    height: 300px;
  }

  .company-logo {
    width: 100px;
    margin-bottom: 0;
  }

  .logo-grid.logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid.logos._1 {
    flex: none;
    width: auto;
    max-width: none;
  }

  .navbar-toggle {
    width: 100%;
    padding-left: 0.8rem;
  }

  .menu-button-mobile {
    border: 1px solid #0000;
  }

  .menu-button-mobile.w--open {
    border-color: #1f242100;
  }

  .nav-menu {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0;
  }

  .nav-col {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    width: 100%;
    min-width: 0;
    padding-left: 0.8rem;
  }

  .navmenu-container.align-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .hamburger {
    box-shadow: none;
  }

  .video-cover {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    height: 450px;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    top: -12%;
  }

  .video-overlay {
    border-radius: 10px;
  }

  .video-overlay-img {
    border-radius: 10px;
    width: auto;
  }

  .hero-app-img {
    width: 260px;
    left: 4%;
  }

  .benefits-bubble.bg-yellow,
  .benefits-bubble.bg-purple,
  .benefits-bubble.bg-green {
    border-radius: 60px;
    width: 100%;
  }

  .flex-vertical-center.benefits-bubble {
    padding: 3rem 2rem 1rem;
  }

  .flex-vertical-center.inner-paddings {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.7rem;
  }

  .benefits-bubble-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .app-box.mob-h {
    display: flex;
  }

  .price-category {
    font-size: 1.4rem;
  }

  .pricing-box-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pricing-price {
    font-size: 2.8rem;
  }

  .pricing-col {
    min-height: 0;
  }

  .line-1 {
    max-width: 74%;
    transform: rotate(37deg);
  }

  .line-2 {
    max-width: 80%;
    bottom: -32%;
  }

  .card-grid-2x1 {
    grid-template-columns: 1fr;
  }

  .button-card-learnmore {
    top: -35px;
  }

  .line-3 {
    max-width: 80%;
    top: 98%;
  }

  .c-card._1 {
    top: 120px;
    box-shadow: 8px 1px 13px -4px #0003;
  }

  .c-card._3 {
    top: 300px;
    box-shadow: 8px 1px 13px -4px #0003;
  }

  .c-card._2 {
    box-shadow: 8px 1px 13px -4px #0003;
  }

  .text-wrapper {
    border-radius: 24px;
  }

  .text-wrapper.full-height {
    border-radius: 12px;
    padding: 20px 15px 30px;
  }

  .text-wrapper.full-height.vertical-space {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._w-card {
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 0;
  }

  .h3-2 {
    width: 90%;
    font-size: 20px;
    line-height: 27px;
  }

  .img-wrapper.who-supporting {
    height: 240px;
    margin-top: 0;
  }

  .grid-2x1-feature.bg-purple,
  .grid-2x1-feature.bg-green,
  .grid-2x1-feature.bg-orange,
  .grid-2x1-feature.bg-orange,
  .grid-2x1-feature.bg-green,
  .grid-2x1-feature.bg-purple {
    width: 100%;
  }

  .right-col-hero {
    padding-top: 1rem;
  }

  .section-who-cards {
    padding-top: 2rem;
  }

  .rich-text-product {
    width: 100%;
    font-size: 1rem;
  }
}

#w-node-_73357219-326e-5678-6a06-aab01c17de96-706d319f,
#w-node-_632a88ef-0d06-5f6c-2539-6f4e7550d946-706d319f,
#w-node-_4d7bf409-8923-1025-b4f5-9373266ba307-706d319f,
#w-node-_4d7bf409-8923-1025-b4f5-9373266ba309-706d319f,
#w-node-_3161ad21-0eea-c980-4fc3-846d1149b67a-706d319f,
#w-node-_3161ad21-0eea-c980-4fc3-846d1149b67c-706d319f,
#w-node-_65420999-021d-5011-aaf5-6a6d8883d506-706d319f,
#w-node-_65420999-021d-5011-aaf5-6a6d8883d508-706d319f,
#w-node-a21778f4-ac69-542f-141e-3bb8b07b190f-706d319f,
#w-node-a21778f4-ac69-542f-141e-3bb8b07b1911-706d319f,
#w-node-b25171f0-e68b-8a9e-5195-bf73f05fc8ec-706d319f,
#w-node-b25171f0-e68b-8a9e-5195-bf73f05fc8ee-706d319f,
#w-node-_5b070431-82d1-7113-7b52-e3e23cb0b83f-706d319f,
#w-node-_5b070431-82d1-7113-7b52-e3e23cb0b841-706d319f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a8a621c-c41c-bd79-3fc0-a4ea1db0a71d-3b4e1f2f {
  justify-self: auto;
}

#w-node-a334d799-4668-c6b1-6ab7-ce98cafc65f0-3b4e1f2f,
#w-node-a334d799-4668-c6b1-6ab7-ce98cafc65f6-3b4e1f2f,
#w-node-a334d799-4668-c6b1-6ab7-ce98cafc65fc-3b4e1f2f,
#w-node-a334d799-4668-c6b1-6ab7-ce98cafc6602-3b4e1f2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b212b5d7-5944-a024-7b75-ee568d0f8971-8d0f8964 {
  place-self: end stretch;
}

#w-node-ff651de9-d6f4-0a40-e878-537bdbf3179a-3b4e1f62 {
  place-self: center;
}

#occupation_filter.w-node-bafb77d4-e4d9-b2f9-3517-55248ac1fe9d-e60c550a {
  justify-self: auto;
}

#w-node-b6d8feef-53c6-c83a-703e-7ad5e1431169-e60c550a {
  place-self: stretch stretch;
}

#w-node-_871ec89e-90f9-0140-0b30-621405a5947f-e60c550a {
  align-self: start;
}

#w-node-_1609f885-b323-11c4-1173-94f314f02bc9-cdaa87f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4a0-cdaa87f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4a3-cdaa87f6,
#w-node-_44913229-0788-d86e-be98-00f1fc787717-cdaa87f6,
#w-node-f19f99e3-1016-7d0f-6076-c22ea1c92675-cdaa87f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7ec49af-8a8f-3563-da27-7f802f5edff8-cdaa87f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_55d1a426-0fec-5df2-6ca9-ce79b6d8cb9d-cdaa87f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b33ebf8b-395f-eab6-ce2a-9b911e883244-cdaa87f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_34166972-7ee5-1e49-a90b-52cab74e71e9-cdaa87f6 {
  justify-self: end;
}

#w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4c1-cdaa87f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6ee5e567-4e72-090c-729d-0e04c28993f5-c0daf9a3,
#w-node-_9db2fbf5-fabd-e6ef-17ba-9e93a621893c-c0daf9a3,
#w-node-_89005af5-debb-2296-285f-930b26ed1e73-c0daf9a3 {
  justify-self: stretch;
}

#w-node-_575acfdf-d8ef-318f-98b0-cff8f9eb61d5-f9eb61c8 {
  place-self: end stretch;
}

#w-node-_9d889707-d28f-5475-d0fb-3a317e80bdc8-0daed30a,
#w-node-_4adc3172-7f0a-b7c1-c6f8-06f08934fffc-0daed30a,
#w-node-_4adc3172-7f0a-b7c1-c6f8-06f089350004-0daed30a,
#w-node-_4adc3172-7f0a-b7c1-c6f8-06f089350019-0daed30a,
#w-node-_4adc3172-7f0a-b7c1-c6f8-06f08935001b-0daed30a,
#w-node-_9d889707-d28f-5475-d0fb-3a317e80bdc8-d7143e25,
#w-node-f37f0b34-ddba-ad7d-eb13-6db2511410a8-27e7dce6,
#w-node-dbf8a7e7-87a1-dc80-3f70-560f914833ea-7b262845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dab9682d-40b3-ba3c-fd3a-f9bfbe5c1fd6-06ff5284,
#w-node-_68a6e01b-726b-b979-724b-094e421e0342-06ff5284 {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_1609f885-b323-11c4-1173-94f314f02bc9-cdaa87f6,
  #w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4c1-cdaa87f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_3ce43fc6-118e-8af1-37b8-9a21ecc57991-c0daf9a3 {
    align-self: center;
  }

  #w-node-_83484af9-7278-7834-35d6-ea4dde2c2bae-c0daf9a3 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b212b5d7-5944-a024-7b75-ee568d0f8972-8d0f8964 {
    justify-self: auto;
  }

  #w-node-_1609f885-b323-11c4-1173-94f314f02bc9-cdaa87f6 {
    place-self: center;
  }

  #w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4a0-cdaa87f6 {
    justify-self: center;
  }

  #w-node-a4bddd7a-f355-9a79-276b-bc433dba54d9-cdaa87f6,
  #w-node-_479060d3-2f96-24d4-c2d1-27e0793a0cdf-cdaa87f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7ec49af-8a8f-3563-da27-7f802f5edff8-cdaa87f6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_55d1a426-0fec-5df2-6ca9-ce79b6d8cb9d-cdaa87f6 {
    justify-self: center;
  }

  #w-node-b33ebf8b-395f-eab6-ce2a-9b911e883244-cdaa87f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34166972-7ee5-1e49-a90b-52cab74e71e9-cdaa87f6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4c1-cdaa87f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_575acfdf-d8ef-318f-98b0-cff8f9eb61d6-f9eb61c8 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4d5fbad-509d-7627-1b2f-76345122e7ea-48ce1687,
  #w-node-_3f5273b3-ddea-430e-674b-c7e1e0b74296-48ce1687,
  #w-node-c229364d-d108-44e2-18c4-ac84126ecbb3-48ce1687,
  #w-node-_3a76430c-04c0-f805-3819-09a64f2c0a5a-48ce1687,
  #w-node-fb20105c-ccdc-733f-aade-d4a7382f46d4-48ce1687,
  #w-node-_9e799946-9c8c-6e91-5304-1dd048161e7d-48ce1687,
  #w-node-e4d5fbad-509d-7627-1b2f-76345122e7ea-ae02fe7e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_871ec89e-90f9-0140-0b30-621405a5947f-e60c550a {
    place-self: auto;
  }

  #w-node-da921d9c-042c-7409-8f10-51ef57dab731-e60c550a {
    justify-self: auto;
  }

  #w-node-_1609f885-b323-11c4-1173-94f314f02bc9-cdaa87f6,
  #w-node-f19f99e3-1016-7d0f-6076-c22ea1c92675-cdaa87f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55d1a426-0fec-5df2-6ca9-ce79b6d8cb9d-cdaa87f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b33ebf8b-395f-eab6-ce2a-9b911e883244-cdaa87f6,
  #w-node-_34166972-7ee5-1e49-a90b-52cab74e71e9-cdaa87f6 {
    grid-column: span 1 / span 1;
  }

  #w-node-abe1ee08-ed19-0e22-e8dc-02b299d5c4c1-cdaa87f6,
  #w-node-_9d889707-d28f-5475-d0fb-3a317e80bdc8-0daed30a,
  #w-node-_9d889707-d28f-5475-d0fb-3a317e80bdc8-d7143e25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Cabinetgrotesk";
  src: url("https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63845260f1211d47ee1456ae_CabinetGrotesk-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabinetgrotesk";
  src: url("https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63845260635a5226a8a1b09a_CabinetGrotesk-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabinetgrotesk";
  src: url("https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/63845260a45d08346e3c3e18_CabinetGrotesk-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabinetgrotesk";
  src: url("https://cdn.prod.website-files.com/638449822abcc74cdcdbde78/638452609980ca321d18f89a_CabinetGrotesk-Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
