/** Shopify CDN: Minification failed

Line 3780:3 Expected identifier but found "#000"
Line 3783:3 Expected identifier but found "#000"
Line 3786:3 Expected identifier but found "#000"
Line 3789:3 Expected identifier but found "#000"
Line 3792:3 Expected identifier but found "#000"
Line 3795:3 Expected identifier but found "#000"
Line 4057:9 Expected ":"
Line 4058:13 Expected ":"
Line 4059:16 Expected ":"
Line 4086:3 Expected identifier but found "#000"
... and 470 more hidden warnings

**/
/* body {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        
      } */
p{
  margin: 0;
}

:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

@media only screen and (max-width: 1080px){
#nav {
    width: 403px !important;
    padding: var(--nav-height) 0 0px;
    background-color: white;
}
}

/*  Custom Navbar */

@media screen and (min-width: 920px) and (max-width: 1080px) {
    #nav {
        width: 589px !important;
        padding: var(--nav-height) 0 0px;
        background-color: white;
    }
}

@media screen and (min-width: 768px) and (max-width: 919px) {
    #nav {
        width: 527px !important;
        padding: var(--nav-height) 0 0px;
        background-color: white;
    }
}

@media screen and (min-width: 700px) and (max-width: 767px) {
    #nav {
        width: 479px !important;
        padding: var(--nav-height) 0 0px;
        background-color: white;
    }
}

@media screen and (min-width: 600px) and (max-width: 699px) {
    #nav {
        width: 441px !important;
        padding: var(--nav-height) 0 0px;
        background-color: white;
    }
}

@media screen and (min-width: 400px) and (max-width: 499px) {
  #nav {
    width: 361px !important;
    padding: var(--nav-height) 0 0px;
    background-color: white;
}
}

@media screen and (min-width: 200px) and (max-width: 399px) {
  #brand {
    padding-right: 60px !important;
  }
    /* #nav {
        width: 308px !important;
        padding: var(--nav-height) 0 0px;
        background-color: white;
    } */
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-header {
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width-mega-menu{
    padding: 0;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 116rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}
.page-width--narrow .rte li {
  list-style:disc;
}
.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: #278d3f;
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}


.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: vertical;
      caret-color: top; /* Set caret color to top */

}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.utility-bar__column {
  /* padding: 12px 16px; */
  width: 120%;
  display: flex; 
}

.announcement-block {
  width: 30%;
  display: flex;
  align-items: center;
}

.utility-bar__column .announcement-block:first-child {
 padding-left: 106px;
}


.announcement- logo {
  margin-right: 10px; 
  display: flex;
}

.announcement- logo img {
  max-width: 100%;
  height: auto;
}

/* Close Button */
.utility-bar__close-button {
  display: inline-block;
    height: 26px;
    width: 16px;
  position: absolute;
  color: white;
  top: 15px;
  right: 30px;
  border: none;
  cursor: pointer;
}

.utility-bar__close-button svg {
  stroke-width: 2px!important;
}

.utility-bar__close-button:hover {
  color: white; 
}


.announcement- text p {
  margin: 0;
  color: white;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-block__logo{
  padding-right: 10px;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

/* Adjust the slider layout to display all slides in a single slide above 1200px */
.slider--single-slide .slideshow__slide {
  width: 100%;
}

.slider--single-slide .slider__slide {
  display: flex;
}

.slider--single-slide .slider__slide > * {
  flex: 1;
}

.slider--single-slide .slider-buttons {
  display: none;
}


.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}



@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.section-header .header-wrapper .header .header__inline-menu {
  margin-left: 45px;
   display: flex;
    position: relative;
    text-align: center;
  margin-top: 1.05rem;
}

ul.list-menu {
    padding: 0;
    list-style: none;
    margin: 0;
  display: flex;
}

.section-header .header-wrapper .header .header__inline-menu .list-menu li {
    padding: 0 4px;
    border: 1px solid transparent;
    border-top-width: 2px;
    border-bottom-width: 2px;
  width: fit-content;
}

.section-header
  .header-wrapper
  .header
  .header__inline-menu
  .list-menu
  li
  .header__menu-item
  span {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-decoration: none;
    text-underline-offset: unset;
    color: black;
}

/* .header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
} */

.header {
  display: grid;
  grid-template-areas: 'headerleft-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    /* margin-left: 0; */
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* details[open] > .header__menu-item {
  text-decoration: underline;
} */

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  /* border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity)); */
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Custom Css  */

.container {
  width: 100%;
  max-width: 1600px !important;
  margin: 0 auto;
}
*,
body,
html,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: normal;
}
.container_content {
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .container_content {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
::-webkit-input-placeholder {
   #000;
}
:-moz-placeholder {
   #000;
}
::-moz-placeholder {
   #000;
}
:-ms-input-placeholder {
   #000;
}
::-ms-input-placeholder {
   #000;
}
::placeholder {
   #000;
}
input,
textarea,
select,
button {
  font-family: var(--font-body-family);
}
*:focus-visible {
  outline: none;
  outline-offset: unset;
  box-shadow: unset;
  background: #fff;
}
.quantity__button,
.quantity__input {
  box-shadow: unset !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img,
svg {
  vertical-align: middle;
}
.calendly-popup {
  max-height: 710px !important;
}
.cart-count-bubble {
  top: -5px;
  left: 15px;
}
@media (max-width: 1085px) {
  .cart-count-bubble {
    top: 4px;
    left: 23px;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .slider.slider--mobile {
    overflow-x: hidden !important;
  }
}
.drawer {
  z-index: 111111 !important;
}
.page_contact .site_footer_section .site_footer,
.page_careers .site_footer_section .site_footer,
.page_shopify-new-concept-design .site_footer_section .site_footer,
.page_forms-bulk-hours-quote-form .site_footer_section .site_footer,
.page_video-testimonials .site_footer_section .site_footer,
.template_Proposal .site_footer_section .site_footer,
.template_not_found .site_footer_section .site_footer,
.template_lock-in-rate .site_footer_section .site_footer,
.page_ux-audit-form .site_footer_section .site_footer,
.page_loyaty-package .site_footer_section .site_footer,
.template_gift-card .site_footer_section .site_footer {
  margin: 0;
}
.announcement_bar_section .announcement_container {
  position: relative;
}
.announcement_bar_section .announcement_container .announcement_close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .announcement_bar_section .announcement_container .announcement_close {
    display: none;
  }
}
.announcement_bar_section .announcement_container .announcement_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement {
  width: 33.33%;
  padding: 3px;
}
@media screen and (max-width: 1230px) and (min-width: 768px) {
  .announcement_bar_section
    .announcement_container
    .announcement_list
    .announcement {
    width: 27%;
  }
}
@media screen and (max-width: 1230px) and (min-width: 768px) {
  .announcement_bar_section
    .announcement_container
    .announcement_list
    .announcement.award_section {
    width: 45%;
  }
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement.award_section
  .detail
  .description {
  font-weight: 400;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail
  .icon
  img {
  display: block;
  width: 20px;
  height: 20px;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail
  .description {
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  text-transform: capitalize;
  padding-left: 20px;
}
.section-header {
  position: sticky;
  top: 0;
  transform: unset;
}
@media screen and (max-width: 1084px) {
  .section-header sticky-header {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #0000001a !important;
  }
}
.section-header header-drawer {
  display: none;
}
.section-header header-drawer .header__icon span svg {
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 1084px) {
  .section-header header-drawer {
    width: 60px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section-header .mobile_header_cart {
  display: none;
}
@media screen and (max-width: 1084px) {
  .section-header .mobile_header_cart {
    width: 60px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section-header .mobile_header_cart .header__icon {
  margin-right: 0;
}
.section-header .header-wrapper {
  border-bottom: none;
}
.section-header .header-wrapper .header {
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  column-gap: unset;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1400px) and (min-width: 1085px) {
  .section-header .header-wrapper .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1084px) {
  .section-header .header-wrapper .header {
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #0000001a;
    border-left: 1px solid #0000001a;
  }
}
.section-header .header-wrapper .header .header__heading {
  width: 17%;
}
@media screen and (max-width: 1084px) {
  .section-header .header-wrapper .header .header__heading {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1084px) {
  .section-header
    .header-wrapper
    .header
    .header__heading
    .header__heading-link
    svg {
    width: 100%;
  }
}
.section-header .header-wrapper .header .header__inline-menu {
  flex: 1;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1084px) {
  .section-header .header-wrapper .header .header__inline-menu {
    display: none;
  }
}
.section-header .header-wrapper .header .header__inline-menu .list-menu li {
  padding: 0 4px;
  border: 1px solid transparent;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.section-header
  .header-wrapper
  .header
  .header__inline-menu
  .list-menu
  li:hover {
  background: #ffffff;
  border- #0000001a;
  border-top-  ;
  border-bottom- #fff;
}
.section-header
  .header-wrapper
  .header
  .header__inline-menu
  .list-menu
  li.has_megamenu:hover
  .mega_menu_wrap {
  display: block;
}
@media screen and (max-width: 1300px) and (min-width: 1085px) {
  .section-header .header-wrapper .header .header__inline-menu .list-menu li {
    padding: 0 10px;
  }
}
.section-header
  .header-wrapper
  .header
  .header__inline-menu
  .list-menu
  li
  .header__menu-item
  span {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  text-decoration: none;
  text-underline-offset: unset;
}
.section-header .header-wrapper .header .header__icons {
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1084px) {
  .section-header .header-wrapper .header .header__icons {
    display: none;
  }
}
.section-header .header-wrapper .header .header__icons .header__icon--cart {
  width: 22px;
  height: 22px;
}
.section-header .header-wrapper .header .header__icons .header__icon--cart svg {
  width: 100%;
  height: 100%;
}
.section-header .header-wrapper .header .header__icons .header__icon--account {
  margin-left: 35px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1300px) and (min-width: 1085px) {
  .section-header
    .header-wrapper
    .header
    .header__icons
    .header__icon--account {
    margin-left: 20px;
  }
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header__icon--account
  svg {
  width: 100%;
  height: 100%;
}
.section-header .header-wrapper .header .header__icons .header_start_button {
  position: relative;
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header_start_button:hover
  .button_details {
  display: block;
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header_start_button
  .get_started_button {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 38px;
  margin-left: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
   #fff;
}
@media screen and (max-width: 1450px) and (min-width: 1401px) {
  .section-header
    .header-wrapper
    .header
    .header__icons
    .header_start_button
    .get_started_button {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1085px) {
  .section-header
    .header-wrapper
    .header
    .header__icons
    .header_start_button
    .get_started_button {
    padding: 12px 20px;
    margin-left: 20px;
  }
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header_start_button
  .get_started_button:hover {
  background:  ;
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header_start_button
  .get_started_button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}

@media screen and (max-width: 767px) {
  .logo_list_section .container {
    border-bottom: none;
  }
}
.logo_list_section .logo_section .logo_list .logo_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .logo_list_section .logo_section .logo_list .logo_images {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo_list_section .logo_section .logo_list .logo_images {
    padding: 0;
  }
}
.logo_list_section .logo_section .logo_list .logo_images .logo_image {
  width: 16.66%;
  padding: 37px 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .logo_list_section .logo_section .logo_list .logo_images .logo_image {
    width: 33.33%;
    padding: 24px 15px;
    border-bottom: 1px solid #0000001a;
  }
}
@media screen and (max-width: 767px) {
  .logo_list_section
    .logo_section
    .logo_list
    .logo_images
    .logo_image:not(:nth-child(3n + 3)) {
    border-right: 1px solid #0000001a;
  }
}
.logo_list_section .logo_section .logo_list .logo_images .logo_image .image {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
  position: relative;
  padding-top: 27%;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .logo_list_section .logo_section .logo_list .logo_images .logo_image .image {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .logo_list_section .logo_section .logo_list .logo_images .logo_image .image {
    max-width: 95px;
  }
}
.logo_list_section
  .logo_section
  .logo_list
  .logo_images
  .logo_image
  .image
  img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}cust
.image_with_slider .image_slider_container {
  width: 100%;
  margin: 0 auto;
}
.image_with_slider .image_slider_container .image_slider .image_top_heading {
  margin: 80px 0 60px;
  text-align: center;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  .top_review_label {
  background: #ffffff;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 8px;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin: 0 0 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    .top_review_label {
    font-size: 15px;
    padding: 12px 10px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  .top_review_label
  img {
  margin: -6px 20px 0;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    .top_review_label
    img {
    width: 130px;
    margin: -6px 10px 0;
  }
}
.image_with_slider .image_slider_container .image_slider .image_top_heading h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 68px;
   #000;
  text-align: center;
  margin: 0;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  h2
  strong {
  font-weight: 600;
}
.image_with_slider .image_slider_container .image_slider .slider_bottom_button {
  text-align: center;
  margin-top: 85px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .slider_bottom_button {
    margin-top: 35px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .slider_bottom_button
  .bottom_btn {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: inline-block;
  min-width: 235px;
  text-align: center;
  padding: 20px 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .slider_bottom_button
    .bottom_btn {
    padding: 15px 25px;
    font-size: 14px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .slider_bottom_button
  .bottom_btn:hover {
  background:  ;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .slider_bottom_button
  .bottom_btn:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .slider_bottom_button
  .bottom_btn
  svg {
  margin-left: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .image_with_slider .image_slider_container .image_slider {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider .image_slider_container .image_slider {
    padding: 0;
  }
}
.image_with_slider .image_slider_container .image_slider .image_text_blocks {
  position: relative;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  a {
  text-decoration: none;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details {
    background-position: center;
    border-radius: 0;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content {
  display: flex;
  flex-wrap: wrap;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content {
  width: 50%;
  padding-left: 65px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content {
    width: 100%;
    padding: 35px 0 20px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .block_contents {
  width: 100%;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .main_heading {
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .main_heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .main_heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .main_heading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .main_heading {
    font-size: 28px;
    line-height: 38px;
    padding: 0 25px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .main_heading
  strong {
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .main_heading
    br {
    display: none;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .block_appsdetail {
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .block_appsdetail {
    padding: 0 25px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .block_appsdetail
  h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .block_appsdetail
    h3.desktop_text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .block_appsdetail
    h3.mobile_text {
    display: none;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .block_appsdetail
  ul {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .block_appsdetail
    ul {
    width: 140px;
    vertical-align: middle;
    margin-top: -5px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .block_appsdetail
  ul
  li {
  display: inline-block;
  padding-left: 28px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .block_appsdetail
    ul
    li {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description {
    padding: 0 10px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description {
  border-radius: 8px;
  margin: 80px 0 0;
  padding: 35px 20px 35px 35px;
  max-width: 540px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description {
    padding: 25px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description {
    padding: 15px;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description {
    padding: 27px 20px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .description
  p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description
    .description
    p {
    font-size: 13px;
    line-height: 25px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .small_image {
  position: absolute;
  right: 10px;
  top: -70px;
  height: 71px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description
    .small_image {
    top: -60px;
    height: 60px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .person_detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description
    .person_detail {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description
    .person_detail {
    margin: 10px 0 0;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .person_detail
  .image {
  width: 45px;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .person_detail
  .image
  img {
  width: 100%;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .person_detail
  .name_detail {
  width: calc(100% - 45px);
  padding-left: 18px;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .person_detail
  .name_detail
  h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description
    .person_detail
    .name_detail
    h3 {
    font-size: 13px;
    line-height: 25px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .image_content_description
  .block_description
  .person_detail
  .name_detail
  p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_left_content
    .image_content_description
    .block_description
    .person_detail
    .name_detail
    p {
    font-size: 13px;
    line-height: 25px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_right_content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_right_content {
    width: 100%;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_right_content
  .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_right_content
    .image {
    padding-top: 75%;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_right_content
  .image
  img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_right_content
    .image
    img.desktop_image {
    display: none;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_right_content
  .image
  img.mobile_image {
  object-position: center bottom;
}
@media screen and (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .block_list
    .single_block
    .block_details
    .block_content
    .block_right_content
    .image
    img.mobile_image {
    display: none;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .slider_arrow {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 5px solid #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .slider_arrow.slick-disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .slider_arrow {
    border: none;
    width: 50px;
    height: 44px;
    top: 60px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .slider_arrow.arrow_prev {
  left: -35px;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .slider_arrow.arrow_prev {
    right: 70px;
    left: unset;
    border-radius: 40px 0 0 40px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .slider_arrow.arrow_next {
  right: -35px;
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .slider_arrow.arrow_next {
    top: 60px;
    right: 18px;
    border-radius: 0 40px 40px 0;
  }
}
.trusted_logo_section .trusted_logo .logo_list {
  border: 1px solid #0000001a;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .trusted_logo_section .trusted_logo .logo_list {
    padding-bottom: 50px;
    padding-top: 60px;
    border-radius: unset;
  }
}
.trusted_logo_section .trusted_logo .logo_list .section_heading h2 {
  font-size: 52px;
  line-height: 62px;
  text-align: center;
   #000;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 0;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .trusted_logo_section .trusted_logo .logo_list .section_heading h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 24px 30px;
  }
}
.trusted_logo_section .trusted_logo .logo_list .logos {
  overflow: hidden;
}
.trusted_logo_section
  .trusted_logo
  .logo_list
  .logos
  .js-marquee-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.trusted_logo_section .trusted_logo .logo_list .logos .js-marquee {
  margin-right: 0 !important;
}
.trusted_logo_section .trusted_logo .logo_list .logos .logo_image {
  width: 295px;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .trusted_logo_section .trusted_logo .logo_list .logos .logo_image {
    width: 260px;
  }
}
@media screen and (max-width: 500px) {
  .trusted_logo_section .trusted_logo .logo_list .logos .logo_image {
    width: 150px;
  }
}
.trusted_logo_section
  .trusted_logo
  .logo_list
  .logos
  .logo_image:hover
  .image
  .color_image {
  display: block;
}
.trusted_logo_section
  .trusted_logo
  .logo_list
  .logos
  .logo_image:hover
  .image
  .default_image {
  display: none;
}
.trusted_logo_section .trusted_logo .logo_list .logos .logo_image .image {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusted_logo_section .trusted_logo .logo_list .logos .logo_image .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 500px) {
  .trusted_logo_section .trusted_logo .logo_list .logos .logo_image .image img {
    transform: scale(1.5);
  }
}
.trusted_logo_section
  .trusted_logo
  .logo_list
  .logos
  .logo_image
  .image
  .color_image {
  display: none;
}
.trusted_logo_section
  .trusted_logo
  .logo_list
  .logos.list_two
  .logo_image:last-child {
  text-align: right;
}
.trusted_logo_section .trusted_logo .logo_list .bottom_btn {
  text-align: center;
}
.trusted_logo_section .trusted_logo .logo_list .bottom_btn a {
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  text-decoration: none;
  padding: 14px 44px;
  display: inline-block;
  text-align: center;
  margin: 60px 0 0;
}
.trusted_logo_section .trusted_logo .logo_list .bottom_btn a:hover {
  background:  ;
}
.trusted_logo_section .trusted_logo .logo_list .bottom_btn a svg {
  margin-left: 20px;
}
.support_info_section .container {
  border-bottom: none;
}
.support_info_section .support_info .information {
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .support_info_section .support_info .information {
    padding: 160px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .support_info_section .support_info .information {
    padding: 50px 25px !important;
  }
}
.support_info_section .support_info .information .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .support_info_section .support_info .information .image {
    display: none;
  }
}
.support_info_section .support_info .information .image img {
  width: 100%;
}
.support_info_section .support_info .information .description {
  max-width: 1440px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 38px;
  line-height: 80px;
  text-align: center;
   #fff;
  position: relative;
  z-index: 1;
  padding: 0 25px;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .support_info_section .support_info .information .description {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .support_info_section .support_info .information .description {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .support_info_section .support_info .information .description {
    font-size: 30px;
    line-height: 60px;
    padding: 0;
  }
}
.support_info_section .support_info .information .description .video_image {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 630px) {
  .support_info_section .support_info .information .description .video_image {
    position: unset;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image.left_show
  .images:after {
  right: unset;
  left: -27px;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image.left_show
  .video_popup {
  left: unset;
  right: 105px;
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image.left_show
    .video_popup {
    right: 85px;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image.center_show
  .images:after {
  top: 93px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image.center_show
    .images:after {
    top: 74px;
    right: 37px;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image.center_show
  .video_popup {
  top: 95px;
  left: 30%;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image.center_show
    .video_popup {
    top: 75px;
  }
}
@media screen and (max-width: 630px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image.center_show
    .video_popup {
    left: 50% !important;
    top: unset !important;
    transform: translate(-50%, 12px);
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image.hover_element:hover
  .images:after {
  opacity: 1;
  visibility: visible;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image.hover_element:hover
  .video_popup {
  display: block;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .images {
  display: inline-block;
  margin: 0 10px;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .images:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: rotate(45deg) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
@media screen and (max-width: 630px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .images:after {
    top: unset !important;
    right: unset !important;
    left: 50%;
    transform: translate(-50%, 3px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .images {
    width: 60px;
    height: 60px;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  overflow: hidden;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup {
  position: absolute;
  width: 450px;
  background: #fff;
  border-radius: 16px;
  padding: 10px 10px 30px;
  top: -45px;
  left: 105px;
  z-index: 11111;
  display: none;
}
@media screen and (max-width: 630px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .video_popup {
    width: 100% !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .video_popup {
    width: 400px;
    z-index: 111;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup.video_unmuted
  .icon_unmuted_video {
  display: block !important;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup.video_unmuted
  .icon_muted_video {
  display: none;
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .video_popup {
    width: 400px;
    left: 85px;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video
  video {
  width: 100%;
  vertical-align: middle;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video
  .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  line-height: 1;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc {
  position: relative;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
   #000;
  margin: 28px 0 2px;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  .review_start {
  line-height: 0;
  opacity: 1;
  visibility: visible;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  .review_start
  svg {
  width: 96px;
  height: 16px;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  .icon_video_sound {
  position: absolute;
  line-height: 1;
  bottom: 4px;
  left: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .video_popup
    .video_desc
    .icon_video_sound {
    bottom: -15px;
    left: 0;
  }
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  .icon_video_sound
  svg {
  width: 30px;
  height: 30px;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  .icon_unmuted_video {
  display: none;
}
.support_info_section
  .support_info
  .information
  .description
  .video_image
  .video_popup
  .video_desc
  .video_full_screen {
  position: absolute;
  bottom: 10px;
  right: 30px;
  line-height: 0;
  cursor: pointer;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .support_info_section
    .support_info
    .information
    .description
    .video_image
    .video_popup
    .video_desc
    .video_full_screen {
    bottom: -10px;
    right: 0;
  }
}
.site_review_section .site_review {
  overflow: hidden;
}
@media screen and (min-width: 1401px) {
  .site_review_section .site_review.reverse_position .review_container_content {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .site_review_section
    .site_review.reverse_position
    .review_container_content
    .reviews
    .review_section {
    flex-direction: row-reverse;
  }
}
.site_review_section .site_review .review_container_content {
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .site_review_section .site_review .review_container_content {
    width: 100%;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section {
  display: flex;
  flex-wrap: wrap;
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content {
  width: 48%;
  padding: 120px 100px 60px 65px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content {
    padding: 50px 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content {
    width: 100%;
    padding: 50px 25px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_container {
  width: 100%;
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_container
  .review_details
  .review
  .customer_review
  .review_header {
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_header {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_header {
    margin: 0 112px 20px 0;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_container
  .review_details
  .review
  .customer_review
  .review_header
  h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
   #1a1a1a;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_header
    h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_header
    h2 {
    font-size: 20px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_container
  .review_details
  .review
  .customer_review
  .review_description
  p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
   #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_description
    p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_description
    p {
    font-size: 17px;
    line-height: 36px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_arrow {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_arrow {
    margin-top: 0;
    position: absolute;
    right: 25px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_arrow
  .slider_arrow {
  background: #1a1a1a;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 40px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_arrow
    .slider_arrow {
    width: 55px;
    height: 44px;
    margin-right: 1px;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_arrow
    .slider_arrow.arrow_prev {
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_arrow
    .slider_arrow.arrow_next {
    border-radius: 0 40px 40px 0;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content {
    width: 100%;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content,
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .images {
  height: 100%;
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .images
    img {
    height: 580px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews {
  position: absolute;
  bottom: 57px;
  left: 75px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 50px 55px;
   #fff;
  border-top: 1px solid #eec200;
  border-left: 1px solid #eec200;
  min-width: 480px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews {
    bottom: 30px;
    left: 30px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews {
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    min-width: unset;
    border: none;
    border-radius: unset;
  }
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews {
    width: 100%;
    min-width: unset;
    bottom: 0;
    left: 0;
    border-top: none;
    border-left: none;
    padding: 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews {
    padding: 20px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 45px;
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .shopify_icon
    svg {
    width: 50px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number {
  padding-left: 30px;
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  h3 {
   #fff;
  margin: 0;
  font-size: 25px;
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .total_number
    h3 {
    font-size: 20px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  .star_count {
  display: flex;
  align-items: center;
  font-size: 25px;
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .total_number
    .star_count {
    font-size: 20px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  .star_count
  svg {
  margin-right: 10px;
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .total_number
    .star_count
    svg {
    width: 20px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  .star_count
  .total_review_counter {
  opacity: 0.6;
  margin-left: 10px;
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star {
    font-size: 15px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star
  .review_bar {
  width: 150px;
  display: inline-block;
  background: #e1e5ea;
  height: 14px;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    .review_bar {
    width: 135px;
    margin: 0 13px;
  }
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    .review_bar {
    width: 95px;
  }
}
@media screen and (max-width: 767px) and (min-width: 361px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    svg {
    width: 125px;
  }
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    svg {
    width: 90px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star:nth-child(1)
  .review_bar:before {
  content: "";
  display: block;
  width: 125px;
  height: 14px;
  background: #47c1bf;
}
@media screen and (max-width: 767px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star:nth-child(1)
    .review_bar:before {
    width: 110px;
  }
}
@media screen and (max-width: 360px) {
  .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .right_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star:nth-child(1)
    .review_bar:before {
    width: 70px;
  }
}
.site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .right_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star:nth-child(2)
  .review_bar:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: #47c1bf;
}
.site_team_section .site_team .team_member .member_award_detail {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #0000001a;
  align-items: flex-end;
}
.site_team_section .site_team .team_member .member_award_detail .award_content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content {
    width: 100%;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .sectin_heading
  h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
   #1a1a1a;
  margin: 60px auto;
  width: 100%;
  max-width: 580px;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .sectin_heading
    h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .sectin_heading
    h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .sectin_heading
    h2 {
    margin: 25px auto;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .sectin_heading
    h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 50px auto 30px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #0000001a;
  border-top: 1px solid #0000001a;
  border-radius: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .slick-list {
    padding-right: 70px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks {
  width: 33.33%;
  padding: 25px;
  border-bottom: 1px solid #0000001a;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:nth-child(7) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks:nth-child(7) {
    border-bottom: 1px solid #0000001a;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:nth-child(8) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks:nth-child(8) {
    border-bottom: 1px solid #0000001a;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:nth-child(9) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks:nth-child(9) {
    border-bottom: 1px solid #0000001a;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:not(:nth-child(3n + 3)) {
  border-right: 1px solid #0000001a;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks {
    border-right: 1px solid #0000001a;
    padding: 25px 9px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks {
    padding: 25px 5px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:hover
  .logo_blocks
  .logo_image {
  transform: translateY(-60px);
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:hover
  .logo_blocks
  .logo_image
  img {
  filter: unset;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks:hover
  .logo_blocks
  h3 {
  opacity: 1;
  visibility: visible;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks
  .logo_blocks {
  position: relative;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks
  .logo_blocks
  .logo_image {
  transition: all 0.5s ease;
  transform: unset;
  max-width: 130px;
  margin: 0 auto;
  position: relative;
  padding-top: 66%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks
    .logo_blocks
    .logo_image {
    padding-top: 82%;
    transform: unset !important;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks
  .logo_blocks
  .logo_image
  img {
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks
    .logo_blocks
    .logo_image
    img {
    filter: unset;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .award_content
  .award_logos
  .logo_list
  .single_blocks
  .logo_blocks
  h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
   #000;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks
    .logo_blocks
    h3 {
    position: unset;
    opacity: 1;
    visibility: visible;
    transform: unset;
    font-size: 12px;
    margin: 20px 0 0;
    min-height: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks
    .logo_blocks
    h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks
    .logo_blocks
    h3 {
    font-size: 10px;
    line-height: 13px;
  }
}
@media screen and (max-width: 415px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .award_content
    .award_logos
    .logo_list
    .single_blocks
    .logo_blocks
    h3 {
    min-height: 60px;
    font-size: 10px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content {
  width: 50%;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content {
    width: 100%;
    border-left: none;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .slick-list {
    padding: 0 60px;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .slick-list {
    padding: 0 40px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .slick-dots {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 50px 0 30px;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .slick-dots
  li {
  width: 20px;
  height: 2px;
  background: #0000004d;
  margin: 0 10px;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .slick-dots
  li.slick-active {
  background: #000000;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .slick-dots
  li
  button {
  display: none;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member {
  width: 50%;
  padding: 40px 5px 0;
  text-align: center;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member:hover {
  background: #fbf7ed;
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member:nth-child(odd) {
    border-right: 1px solid #0000001a;
  }
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member:nth-child(1) {
    border-bottom: 1px solid #0000001a;
  }
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member:nth-child(1)
    .member_image
    .image {
    padding-top: 65% !important;
  }
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member:nth-child(4)
    .member_image
    .image {
    padding-top: 69% !important;
  }
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member:nth-child(2) {
    border-bottom: 1px solid #0000001a;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member {
    padding: 30px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member {
    background: transparent;
    padding: 3% 10px 0;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member.slick-active
  .member_details
  .heading {
  opacity: 1;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member.slick-active
  .member_details
  .member_image {
  transform: scale(1.3) translateY(-10%);
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member.slick-active
  .member_details
  .bottom_button {
  opacity: 1;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member:hover
  .member_details
  .bottom_button {
  opacity: 1;
  visibility: visible;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details {
    display: flex;
    flex-wrap: wrap;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .heading {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .heading {
    width: 100%;
    order: 2;
    margin: 20px 0;
    opacity: 0;
    transition: all 0.5s ease;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .heading
  h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
   #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .heading
    h3 {
    font-size: 18px;
    line-height: 27px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .heading
  .sub_heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
   #000;
  margin: 2px 0 0;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .member_image {
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .member_image {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .member_image {
    width: 100%;
    order: 1;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .member_image
  .image {
  position: relative;
  padding-top: 74%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .member_image
    .image {
    padding-top: 70%;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .member_image
  .image
  img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .bottom_button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .bottom_button {
    width: 100%;
    order: 3;
    position: unset;
    transform: unset;
    visibility: visible;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .bottom_button
  .call_btn {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
   #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .bottom_button
    .call_btn {
    padding: 10px;
    font-size: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .bottom_button
    .call_btn {
    line-height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .member_list
    .single_member
    .member_details
    .bottom_button
    .call_btn {
    padding: 10px;
    font-size: 10px;
    line-height: 30px;
  }
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .bottom_button
  .call_btn:hover {
  background:  ;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .bottom_button
  .call_btn:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.shopify_store_tabs_section .store_tabs {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid #0000001a;
}
.shopify_store_tabs_section .store_tabs .tabs_button {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section .store_tabs .tabs_button {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 111111111;
  }
}
.shopify_store_tabs_section .store_tabs .tabs_button .tab_heading,
.shopify_store_tabs_section .store_tabs .tabs_button .tab_heading ul {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .shopify_store_tabs_section .store_tabs .tabs_button .tab_heading ul {
    border-right: 1px solid #0000001a;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section .store_tabs .tabs_button .tab_heading ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }
}
.shopify_store_tabs_section .store_tabs .tabs_button .tab_heading ul li {
  height: 50%;
}
@media screen and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li:not(:last-child) {
    border-bottom: 1px solid #0000001a;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section .store_tabs .tabs_button .tab_heading ul li {
    height: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li:not(:last-child) {
    border-right: 1px solid #0000001a;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  input.active
  + label {
  background:  ;
   #fff;
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  input.active
  + label:hover {
  background:  ;
}
.shopify_store_tabs_section .store_tabs .tabs_button .tab_heading ul li label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
    ;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  label:hover {
  background:  ;
   #fff;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li
    label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li
    label {
    font-size: 14px;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 400px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li
    label {
    font-size: 11px;
    padding: 12px 5px;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  label
  span {
  display: block;
  transform: rotate(-90deg);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li
    label
    span {
    transform: unset;
    white-space: wrap;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li
    label
    span.desktop_label {
    display: none;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  label
  span.mobile_label {
  display: none;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tabs_button
    .tab_heading
    ul
    li
    label
    span.mobile_label {
    display: block;
  }
}
.shopify_store_tabs_section .store_tabs .tab_content {
  width: calc(100% - 60px);
  border-right: none;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section .store_tabs .tab_content {
    width: 100%;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list {
    flex-direction: column-reverse;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content {
  width: 48%;
  display: flex;
  align-items: center;
  padding: 65px 85px 65px 65px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content {
    padding: 30px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1401px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content {
    padding: 65px 50px;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content {
    width: 100%;
    padding: 50px 25px;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list {
  width: 100%;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .heading {
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
   #000;
  margin: 0 0 20px;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .heading
  span {
  display: inline-block;
  position: relative;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .heading
  span:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/text_bottom.png?v=1670218969);
  width: 100%;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .heading
    span:after {
    display: none;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .description {
  margin: 0 0 80px;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .description {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .description {
    margin: 0 0 30px;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .description
    p {
    line-height: 28px;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .bottom_buttons {
    width: 100%;
    max-width: 370px;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_one {
  margin-top: 15px;
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .bottom_buttons
    .button_one {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .bottom_buttons
    .button_one {
    width: 100%;
    max-width: 370px;
    padding-right: 0;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_one
  a {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 14px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  text-align: center;
  width: 100%;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_one
  a
  svg {
  margin-left: 20px;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_one
  a:hover {
  background:  ;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_one
  a:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_two {
  margin: 15px 0 0;
  width: 50%;
  padding-left: 15px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .bottom_buttons
    .button_two {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .left_content
    .detail_list
    .bottom_buttons
    .button_two {
    width: 100%;
    max-width: 370px;
    padding-left: 0;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_two
  a {
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  text-decoration: none;
  padding: 14px 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .left_content
  .detail_list
  .bottom_buttons
  .button_two
  a
  svg {
  margin-left: 20px;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .right_content {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shopify_store_tabs_section
    .store_tabs
    .tab_content
    .tab_detail_list
    .details_list_content
    .content_list
    .right_content {
    width: 100%;
  }
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .right_content
  .image {
  height: 100%;
}
.shopify_store_tabs_section
  .store_tabs
  .tab_content
  .tab_detail_list
  .details_list_content
  .content_list
  .right_content
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hiring_section .hiring_developer .hiring_content .hiring_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hiring_section .hiring_developer .hiring_content .hiring_detail {
    flex-direction: column-reverse;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content {
  width: 50%;
  padding: 110px 10px 110px 60px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content {
    width: 100%;
    padding: 50px 25px;
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  text-transform: uppercase;
   #000;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .heading {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox {
  position: relative;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox.active
  ul {
  display: block;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  margin: 0;
  display: none;
  width: 100%;
  height: 310px;
  overflow: auto;
  border: 1px solid #0000001a;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul
  li {
  padding: 13px 30px 13px 75px;
  cursor: pointer;
   #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading_dropbox
    ul
    li {
    padding: 13px 20px 13px 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading_dropbox
    ul
    li {
    font-size: 15px;
    padding: 13px 13px 13px 60px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul
  li.active_value:before {
  border-width: 7px;
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading_dropbox
    ul
    li.active_value:before {
    border-width: 6px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul
  li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.55s ease;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading_dropbox
    ul
    li:before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading_dropbox
    ul
    li:before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul
  li:hover {
  background: #dfb7571a;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading_dropbox
  ul
  li
  svg {
  margin-left: 40px;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading {
  font-weight: 600;
  font-size: 42px;
  line-height: 56px;
  border-bottom: 1px;
   #dfb757;
  text-decoration-line: underline;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: none;
  padding-right: 50px;
  padding-left: 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 415px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_heading {
    font-size: 23px;
    line-height: 30px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_heading
  .icon {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 40px;
  margin-left: 20px;
  line-height: 0;
  padding: 11px 7px 9px;
  display: inline-block;
  border: 3px solid #fff;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 0;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .sub_sub_heading {
  font-size: 42px;
  line-height: 56px;
  margin: 0 0 20px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_sub_heading {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_sub_heading {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_sub_heading {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 415px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .sub_sub_heading {
    font-size: 23px;
    line-height: 30px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .description {
  margin: 0 0 26px;
  max-width: 547px;
  width: 100%;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .description
  .person_detail {
  margin-top: 20px;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .description
  .person_detail
  img {
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .description
  .person_detail
  span {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  display: inline-block;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a {
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  text-decoration: none;
  padding: 18px 45px;
  display: inline-block;
  text-align: center;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a[href="#select-your-craft"]:hover {
  background:  ;
   #fff;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a[href="#select-your-craft"]:hover
  svg
  path {
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content
    .details
    .bottom_btn
    a {
    width: 100%;
    max-width: 370px;
    padding: 18px;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a.active {
  background:  ;
   #fff;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a.active
  svg
  path {
  fill: #fff;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a
  svg {
  margin-left: 20px;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_right_content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_right_content {
    width: 100%;
    padding: 50px 20px 0;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_right_content
  .details {
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  border-radius: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_right_content
    .details {
    position: relative;
    padding: 0;
  }
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_right_content
  .details
  .images
  img {
  width: 100%;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_right_content
  .details
  h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
   #1a1a1a;
  margin: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_right_content
    .details
    h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fbf7ed;
    border-radius: 12px 0 0;
    padding: 10px 20px;
  }
}
.shopify_audit_section .container {
  border-bottom: none;
}
.shopify_audit_section .shopify_audit {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit.reverse_direction.button_label_hidden
    .audit_details {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit.reverse_direction
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content {
    flex-direction: row-reverse;
  }
}
.shopify_audit_section .shopify_audit.button_label_hidden .audit_details {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .shopify_audit_section .shopify_audit.button_label_hidden .audit_details {
    margin: 0 0 0 auto;
    border-top: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .shopify_audit_section .shopify_audit.button_label_hidden .audit_details {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit.button_label_hidden
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    width: 50%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit.button_label_hidden
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content {
    width: 50%;
  }
}
.shopify_audit_section .shopify_audit .audit_button_list {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .shopify_audit_section .shopify_audit .audit_button_list {
    border: 1px solid #0000001a;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .shopify_audit_section .shopify_audit .audit_button_list {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 11111111;
  }
}
.shopify_audit_section .shopify_audit .audit_button_list ul {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section .shopify_audit .audit_button_list ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }
}
.shopify_audit_section .shopify_audit .audit_button_list ul li {
  height: 50%;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section .shopify_audit .audit_button_list ul li {
    height: 100%;
    width: 50%;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_button_list
  ul
  li
  input.active
  + label {
  background:  ;
   #fff;
}
.shopify_audit_section .shopify_audit .audit_button_list ul li label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
    ;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section .shopify_audit .audit_button_list ul li label {
    font-size: 14px;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 400px) {
  .shopify_audit_section .shopify_audit .audit_button_list ul li label {
    font-size: 11px;
    padding: 12px 5px;
  }
}
.shopify_audit_section .shopify_audit .audit_button_list ul li label span {
  display: block;
  transform: rotate(-90deg);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section .shopify_audit .audit_button_list ul li label span {
    white-space: normal;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_button_list
    ul
    li
    label
    span.desktop_label {
    display: none;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_button_list
  ul
  li
  label
  span.mobile_label {
  display: none;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_button_list
    ul
    li
    label
    span.mobile_label {
    display: block;
  }
}
.shopify_audit_section .shopify_audit .audit_details {
  width: calc(100% - 60px);
  border-right: none;
}
@media screen and (min-width: 768px) {
  .shopify_audit_section .shopify_audit .audit_details {
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
  }
}
@media screen and (max-width: 767px) {
  .shopify_audit_section .shopify_audit .audit_details {
    width: 100%;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content {
    flex-direction: column-reverse;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content {
  width: 48%;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    padding: 50px 25px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .section_heading {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .section_heading {
    margin: 0 0 30px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .section_heading
    h2 {
    margin: 0 0 10px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .section_heading
    .description
    p {
    min-height: 72px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields {
    width: 100%;
    margin-bottom: 17px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
   #000;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field.full_width
  .fields {
  width: 100%;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field.full_width
  .fields
  .the_count {
  text-align: right;
  font-size: 12px;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 0 20px -4px 0;
  cursor: pointer;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  .form_checkbox:checked {
  border: 2px solid  ;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  .form_checkbox:checked:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn {
  margin: 30px 0 0;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  letter-spacing: -0.04px;
  min-width: 170px;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_btn
    .form_submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_btn
    .form_submit {
    font-size: 12px;
    padding: 14px 10px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_submit:hover {
  background:  ;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_submit
  svg {
  margin-left: 15px;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .right_content {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content {
    width: 100%;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .right_content
  .images {
  position: relative;
  height: 100%;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .right_content
  .images
  .image {
  height: 100%;
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .right_content
  .images
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image
    img.mobile_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image
    img.desktop_hidden {
    display: none;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .right_content
  .images
  .image_description {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
   #fff;
  text-shadow: 0px 4px 25px #00000080;
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 100%;
  max-width: 620px;
  padding: 32px 41px 31px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 11px 16px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image_description {
    left: 0;
    bottom: 0;
    max-width: 100%;
    border-radius: unset;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image_description {
    max-width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px;
    border-radius: unset;
    font-size: 20px;
    line-height: 33px;
  }
}
.site_footer_section .container {
  border-bottom: none;
}
.site_footer_section .site_footer {
  /* border-radius: 16px; */
  margin: 75px 0 0;
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer {
    border-radius: unset;
  }
}
.site_footer_section .site_footer .container_content {
  border-left- #ffffff1a;
  border-right- #ffffff1a;
}
.site_footer_section .site_footer .footer_top_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 65px;
   #fff;
}
@media screen and (max-width: 1550px) and (min-width: 768px) {
  .site_footer_section .site_footer .footer_top_bar {
    padding: 23px 30px;
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_top_bar {
    padding: 0;
  }
}
.site_footer_section .site_footer .footer_top_bar .footer_left_content {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_top_bar .footer_left_content {
    width: 100%;
    text-align: center;
    padding: 30px 25px;
    border-bottom: 1px solid #ffffff1a;
  }
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_left_content
  .left_content {
  display: inline-block;
}
.site_footer_section .site_footer .footer_top_bar .footer_left_content svg {
  width: 100%;
}
.site_footer_section .site_footer .footer_top_bar .footer_center_content {
  width: 60%;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_top_bar .footer_center_content {
    width: 56%;
    padding: 20px 25px;
    border-right: 1px solid #ffffff1a;
  }
}
@media screen and (max-width: 500px) {
  .site_footer_section
    .site_footer
    .footer_top_bar
    .footer_center_content
    .desktop_content {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .site_footer_section
    .site_footer
    .footer_top_bar
    .footer_center_content
    .center_content {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .site_footer_section .site_footer .footer_top_bar .footer_center_content {
    padding: 20px 15px;
  }
}
.site_footer_section .site_footer .footer_top_bar .footer_center_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
   #fff;
  margin: 0;
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_center_content
  .center_content
  a {
  background: #dfb757;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
   #000;
  display: block;
}
@media screen and (max-width: 400px) {
  .site_footer_section
    .site_footer
    .footer_top_bar
    .footer_center_content
    .center_content
    a {
    padding: 10px;
    font-size: 12px;
  }
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_center_content
  .center_content
  a
  svg {
  margin-left: 17px;
}
.site_footer_section .site_footer .footer_top_bar .footer_right_content {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_top_bar .footer_right_content {
    width: 44%;
  }
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_right_content
  .right_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_top_bar
    .footer_right_content
    .right_content {
    justify-content: center;
  }
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_right_content
  .right_content
  svg {
  margin-right: 19px;
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_right_content
  .right_content
  span {
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
}
.site_footer_section
  .site_footer
  .footer_top_bar
  .footer_right_content
  .right_content
  span
  a {
   #fff;
  text-decoration: none;
}
.site_footer_section .site_footer .footer_center_bar {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
}
.site_footer_section .site_footer .footer_center_bar .footer_menu {
  display: flex;
  flex-wrap: wrap;
}
.site_footer_section .site_footer .footer_center_bar .footer_menu .menu_list {
  width: 25%;
  padding: 40px 40px 40px 65px;
}
@media screen and (max-width: 1550px) and (min-width: 1401px) {
  .site_footer_section .site_footer .footer_center_bar .footer_menu .menu_list {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .site_footer_section .site_footer .footer_center_bar .footer_menu .menu_list {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_center_bar .footer_menu .menu_list {
    width: 100%;
    padding: 0;
  }
}
.site_footer_section
  .site_footer
  .footer_center_bar
  .footer_menu
  .menu_list:not(:last-child) {
  border-right: 1px solid #ffffff1a;
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ffffff1a;
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list.active
    .menu_footer_heading:after {
    display: none;
  }
}
.site_footer_section
  .site_footer
  .footer_center_bar
  .footer_menu
  .menu_list
  .menu_footer_heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
   #fff;
  margin: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list
    .menu_footer_heading {
    margin: 0;
    font-size: 20px;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list
    .menu_footer_heading:after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list
    .menu_footer_heading:before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 30px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list
    ul {
    display: none;
    padding: 0 25px 17px;
  }
}
.site_footer_section
  .site_footer
  .footer_center_bar
  .footer_menu
  .menu_list
  ul
  li
  a {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
   #fff;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: none;
}
.site_footer_section
  .site_footer
  .footer_center_bar
  .footer_menu
  .menu_list
  ul
  li
  a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_center_bar
    .footer_menu
    .menu_list
    ul
    li
    a {
    padding-bottom: 12px;
    line-height: 30px;
  }
}
.site_footer_section .site_footer .footer_bottom_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 27px 65px;
   #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_footer_section .site_footer .footer_bottom_bar {
    padding: 27px 20px;
  }
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_bottom_bar {
    padding: 25px;
  }
}
.site_footer_section .site_footer .footer_bottom_bar .footer_left_content {
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
   #fff;
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_bottom_bar .footer_left_content {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    order: 2;
    font-size: 12px;
  }
}
.site_footer_section .site_footer .footer_bottom_bar .footer_left_content a {
   #fff;
  text-decoration: none;
}
.site_footer_section .site_footer .footer_bottom_bar .footer_center_content {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site_footer_section .site_footer .footer_bottom_bar .footer_center_content {
    width: 100%;
    margin: 0 0 20px;
    order: 1;
    text-align: center;
  }
}
.site_footer_section
  .site_footer
  .footer_bottom_bar
  .footer_center_content
  .center_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
   #fff;
}
@media screen and (max-width: 767px) {
  .site_footer_section
    .site_footer
    .footer_bottom_bar
    .footer_center_content
    .center_content {
    font-size: 12px;
  }
}
.site_footer_section
  .site_footer
  .footer_bottom_bar
  .footer_center_content
  .center_content
  a {
   #fff;
  text-decoration: none;
}
.site_footer_section
  .site_footer
  .footer_bottom_bar
  .footer_center_content
  .center_content
  a:not(:last-child) {
  margin: 0 10px 0 0;
}
.site_footer_section
  .site_footer
  .footer_bottom_bar
  .footer_center_content
  .center_content
  a:hover {
  text-decoration: underline;
}
.site_footer_section .footer_bottom_content {
  width: 100%;
  text-align: center;
  padding: 27px 0;
}
.site_footer_section .footer_bottom_content .right_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
}
.mega_menu_wrap {
  position: absolute;
  width: 700px;
  /* left: 145px; */
  background: #ffffff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d, 0 10px 20px #0000000d, 0 20px 40px #0000000d;
  display: none;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .mega_menu_wrap {
    left: 0;
  }
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu {
  padding: 30px 30px 6px;
  margin-left: -30px;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks {
  width: 50%;
  padding-bottom: 24px;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks {
  padding: 5px 0 5px 35px;
  border: 1px solid transparent;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks:hover {
  background: #f1f5ff;
  border- #0000001a;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks:hover
  .menu_link:before {
  opacity: 1;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link {
  position: relative;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  background:  ;
  left: -20px;
  top: 0;
  opacity: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_one
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link
  .menu_heading {
  padding-left: 28px;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu {
  padding: 30px 30px 0;
  margin-left: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks {
  padding: 5px 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks:hover
  .menu_link:before {
  opacity: 1;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks:hover
  .menu_link
  .menu_heading {
  text-decoration: underline;
    ;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link {
  position: relative;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  background:  ;
  left: -12px;
  top: 0;
  opacity: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link
  .menu_heading {
  padding-left: 20px;
}
@media screen and (min-width: 1085px) {
  .mega_menu_wrap
    .mega_menu
    .menu_layout.mega_menu_layout_three
    .menu_menu_details
    .list_menu {
    height: 528px;
    overflow: auto;
  }
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.mega_menu_wrap .mega_menu .menu_layout .menu_menu_details .list_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link
  .menu_icon {
  width: 62px;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link
  .menu_heading {
  width: calc(100% - 62px);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
}
.mega_menu_wrap .mega_menu .menu_layout .mega_menu_footer {
  background: #f1f5ff;
  border: 1px solid #0000001a;
  padding: 38px 20px 38px 30px;
}
.mega_menu_wrap .mega_menu .menu_layout .mega_menu_footer .mega_menu_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_content
  h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
   #000;
  margin: 0 0 3px;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_content
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
  margin: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  text-decoration: none;
  padding: 15px 37px;
  text-align: center;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a:hover {
  background:  ;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a
  svg {
  margin-left: 19px;
}
.mega_menu_wrap .mega_menu .menu_layout .mega_menu_top {
  padding: 30px 30px 0;
}
.mega_menu_wrap .mega_menu .menu_layout .mega_menu_top .mega_menu_bottom {
  background: #f1f5ff;
  padding: 25px 23px 25px 58px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_top
  .mega_menu_bottom
  .bottom_btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  padding-left: 60px;
  width: calc(100% - 48px);
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_top
  .mega_menu_bottom
  .bottom_btn:hover {
  background:  ;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_top
  .mega_menu_bottom
  .bottom_btn:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.mega_menu_wrap.megamenu_layout_three {
  width: 490px;
  right: 0;
  left: unset;
  padding: 15px 0;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu {
  display: block;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks {
  border: 1px solid transparent;
  position: relative;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks:before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 10px);
  position: absolute;
  background:  ;
  left: 12px;
  top: 5px;
  opacity: 0;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks:hover {
  background: #f1f5ff;
  border- #0000001a;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks:hover:before {
  opacity: 1;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link {
  justify-content: space-between;
  flex-wrap: unset;
  padding: 20px 30px;
}
.mega_menu_wrap.megamenu_layout_three
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link
  .menu_heading {
  width: 100%;
}
.button_details {
  position: absolute;
  width: 490px;
  right: 0;
  display: none;
  z-index: 11;
  padding: 10px 0 0;
}
.button_details .get_started_details {
  background: #ffffff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d, 0 10px 20px #0000000d, 0 20px 40px #0000000d;
  border-radius: 16px;
}
.button_details .get_started_details:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 80px;
  transform: rotate(45deg);
  z-index: -1;
}
.button_details .get_started_details .detail_list:first-child a {
  border-radius: 16px 16px 0 0;
}
.button_details .get_started_details .detail_list:last-child a {
  border-radius: 0 0 16px 16px;
}
.button_details .get_started_details .detail_list:not(:last-child) {
  border-bottom: 1px solid #0000001a;
}
.button_details .get_started_details .detail_list a {
  padding: 30px;
  display: block;
  text-decoration: unset;
  position: relative;
}
.button_details .get_started_details .detail_list a:hover {
  background: #f1f5ff;
}
.button_details .get_started_details .detail_list a:hover:before {
  opacity: 1;
}
.button_details .get_started_details .detail_list a:hover span {
    ;
}
.button_details .get_started_details .detail_list a:before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  background:  ;
  opacity: 0;
  left: 10px;
}
.button_details .get_started_details .detail_list a .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
   #000;
  margin: 0 0 16px;
}
.button_details .get_started_details .detail_list a span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
    ;
  text-decoration: none;
}
.button_details .get_started_details .detail_list a span svg {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
#menu-drawer {
  width: 100%;
  max-width: 420px;
}
#menu-drawer .menu-drawer__inner-container .menu-drawer__navigation-container {
  background: #fbf7ed;
  border-top: 1px solid #0000001a;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation {
  padding: 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 0;
  visibility: visible;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  a.menu-drawer__menu-item {
  padding: 40px 30px 40px 25px;
   #000;
  visibility: visible;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details[open]
  .menu-drawer__menu-item {
  background: #fff;
  font-weight: 600;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details[open]
  .menu-drawer__menu-item
  svg {
  transform: rotate(90deg);
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__menu-item {
  display: block;
  padding: 40px 30px 40px 25px;
  font-weight: 700;
  font-size: 20px;
   #000;
  visibility: visible;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__menu-item
  .menu_drawer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu {
  position: unset;
  transform: unset;
  visibility: visible;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details {
  padding-top: 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details
  .get_started_details {
  border: none;
  box-shadow: unset;
  padding: 0 25px 10px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details
  .get_started_details
  .detail_list {
  padding: 20px 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details
  .get_started_details
  .detail_list
  a {
  padding: 0;
  background: transparent;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details
  .get_started_details
  .detail_list
  a:before {
  display: none;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details
  .get_started_details
  .detail_list:first-child {
  padding-top: 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap {
  width: 100%;
  position: unset;
  display: block;
  border: none;
  padding: 0;
  box-shadow: unset;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu {
  padding: 0 25px;
  margin-left: 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks {
  width: 100%;
  padding-left: 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks {
  padding: 0;
  background: transparent;
  border: none;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link:before {
  display: none;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link
  .menu_heading {
  text-decoration: none;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer {
  padding: 35px 25px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom {
  display: block;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_content {
  margin-bottom: 24px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a {
  display: block;
  background:  ;
  box-shadow: unset;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_two
  .menu_menu_details
  .mega_menu_blocks
  .menu_link
  .menu_heading {
   #000;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu {
  padding: 0 25px 30px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu
  .mega_menu_blocks {
  padding-right: 0;
  background: transparent;
  border: none;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu
  .mega_menu_blocks:before {
  display: none;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .mega_menu_wrap
  .mega_menu
  .menu_layout.mega_menu_layout_three
  .menu_menu_details
  .list_menu
  .mega_menu_blocks
  .menu_blocks
  .menu_link {
  padding: 20px 0;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li
  details
  .menu-drawer__submenu
  .button_details {
  position: unset;
  display: block;
  width: 100%;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.account_menu {
  visibility: visible;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.account_menu
  .menu-drawer__menu-item {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px 40px 25px;
  font-size: 20px;
   #000;
  visibility: visible;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.social_media {
  visibility: visible;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.social_media
  .list-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.social_media
  .list-menu
  li {
  width: 25%;
  padding: 15px 0;
  text-align: center;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.social_media
  .list-menu
  li:not(:last-child) {
  border-right: 1px solid #0000001a;
}
#menu-drawer
  .menu-drawer__inner-container
  .menu-drawer__navigation-container
  .menu-drawer__navigation
  .menu-drawer__menu
  li.social_media
  .list-menu
  li
  a
  svg {
  opacity: 1;
  visibility: visible;
}
.build_new_store_section {
  overflow: hidden;
}
.build_new_store_section .build_new_store {
  border-radius: 0 0 16px 16px;
}
.build_new_store_section .build_new_store .container_content {
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .build_new_store_section .build_new_store .container_content {
    width: 100%;
  }
}
.build_new_store_section .build_new_store .new_store_details {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .build_new_store_section .build_new_store .new_store_details {
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}
.build_new_store_section .build_new_store .new_store_details .new_store {
  display: flex;
  flex-wrap: wrap;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 65px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content {
    padding: 0 40px 0 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content {
    padding: 30px 40px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content {
    width: 100%;
    padding: 50px 24px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail {
  width: 100%;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .heading {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .heading
  strong {
  position: relative;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .heading
  strong:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/Vector.svg?v=1671441338);
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 100%;
  right: 0;
  background-size: contain;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .sub_heading {
  font-size: 52px;
  line-height: 78px;
   #000;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  width: 100%;
  max-width: 596px;
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 33px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container {
    margin-top: 20px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field {
  width: 60%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button {
  width: 40%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content {
    width: 100%;
    padding: 0 24px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .slick-list {
  overflow: unset;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group {
  max-width: 650px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group {
    max-width: 372px;
    margin: 0 auto;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .multi_dots_image {
  position: absolute;
  bottom: 80px;
  left: -60px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .multi_dots_image {
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .multi_dots_image {
    display: none;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .main_image {
  position: relative;
  padding-top: 108%;
  border-radius: 16px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .main_image {
    border-radius: 16px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .main_image
  img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .log_image {
  position: absolute;
  z-index: 1;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .log_image
  .logo_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image
    .logo_mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image
    .logo_desktop {
    display: none;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .log_image.logo_image_one {
  top: 98px;
  left: -65px;
  width: 92px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_one {
    top: 55px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_one {
    top: 35px;
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_one {
    top: -20px;
    left: unset;
    right: 100px;
    width: 62px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .log_image.logo_image_two {
  bottom: 145px;
  left: -100px;
  width: 210px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_two {
    bottom: 100px;
    left: -80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_two {
    bottom: 115px;
    left: -25px;
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_two {
    left: -15px;
    bottom: 96px;
  }
}
@media screen and (max-width: 400px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_two {
    width: 115px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .log_image.logo_image_three {
  bottom: -105px;
  right: 150px;
  width: 170px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_three {
    right: 80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_three {
    right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_three {
    bottom: -35px;
    right: 35px;
    width: 145px;
  }
}
@media screen and (max-width: 400px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .images
    .image_group
    .log_image.logo_image_three {
    width: 100px;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .images
  .image_group
  .log_image.logo_image_three
  img {
  width: 100%;
}
.buil_hour_section {
  overflow: hidden;
}
.buil_hour_section .build_new_store .container_content {
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .buil_hour_section .build_new_store .container_content {
    width: 100%;
  }
}
.buil_hour_section .build_new_store .new_store_details {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .buil_hour_section .build_new_store .new_store_details {
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .mobile_bottom_description {
  display: none;
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .mobile_bottom_description {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
     #000;
    padding: 40px 25px 0;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .mobile_bottom_description
  span {
    ;
  font-weight: 600;
  text-decoration: underline;
}
.buil_hour_section .build_new_store .new_store_details .new_store {
  display: flex;
  flex-wrap: wrap;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 65px 25px 65px 65px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content {
    padding: 65px 25px 65px 30px;
  }
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content {
    width: 100%;
    padding: 50px 25px 28px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail {
  width: 100%;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .heading {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .heading
  strong {
  position: relative;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .heading
  strong:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/Vector.svg?v=1671441338);
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 100%;
  right: 0;
  background-size: contain;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .sub_heading {
  font-size: 52px;
  line-height: 78px;
   #000;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  width: 100%;
  max-width: 596px;
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 33px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container {
    margin-top: 20px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field {
  width: 60%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content {
  width: 50%;
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content {
    width: 100%;
    padding: 0 24px;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  img {
  width: 100%;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .main_image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .main_image
  video {
  width: 100%;
  vertical-align: middle;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .main_image
  .icon_video_play {
  display: inline-block;
  position: absolute;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .main_image
  .icon_video_play:hover
  svg {
  border: 1px solid  ;
  box-shadow: inset 0 4px 15px  80;
  border-radius: 50px;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .main_image
  .icon_video_play:hover
  svg
  path:last-child {
  fill:  ;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .logo_image {
  position: absolute;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .logo_image.logo_image_one {
  width: 92px;
  top: 40px;
  left: -50px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .logo_image.logo_image_one {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .logo_image.logo_image_one {
    display: none;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .logo_image.logo_image_two {
  bottom: -95px;
  width: 170px;
  left: 65px;
}
@media screen and (max-width: 1024px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .logo_image.logo_image_two {
    display: none;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content
  .store_image
  .logo_image.logo_image_three {
  width: 208px;
  bottom: 35px;
  right: -60px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .logo_image.logo_image_three {
    width: 160px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_right_content
    .store_image
    .logo_image.logo_image_three {
    display: none;
  }
}
.product_template_update {
  background: #fbf7ed;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 749px) {
  .product_template_update {
    padding-top: 23px !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .product_template_update {
    border-radius: unset;
  }
}
.product_template_update .product {
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .product_template_update .product .grid__item.product__media-wrapper {
    width: 48% !important;
    max-width: 100% !important;
    padding-left: 50px;
    flex-grow: unset;
  }
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
  .product_template_update .product .grid__item.product__media-wrapper {
    padding-left: 25px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update .product .grid__item.product__media-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__media-wrapper
    slider-component {
    margin: 0;
  }
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item {
  border-radius: 16px;
  overflow: hidden !important;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__media-wrapper
    slider-component
    .product__media-list
    .product__media-item {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__media {
  padding-top: 86.5% !important;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__media
  img {
  border-radius: 16px;
  overflow: hidden;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__modal-opener {
  display: block !important;
  cursor: pointer;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media-icon {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media-icon:hover {
  border: 1px solid  ;
  box-shadow: inset 0 4px 15px  80;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media-icon:hover
  svg
  path {
  fill:  ;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media-icon
  svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__media-wrapper
    slider-component
    .product__media-list
    .product__media-item
    .product__modal-opener
    .product__media-icon {
    width: 50px;
    height: 50px;
  }
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media-toggle:after {
  display: none;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .deferred-media {
  background: transparent;
  border: none;
  padding-top: 89% !important;
  display: none !important;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .deferred-media
  .deferred-media__poster
  .deferred-media__poster-button {
  width: 80px;
  height: 80px;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .deferred-media
  video {
  object-fit: cover;
}
.product_template_update
  .product
  .grid__item.product__media-wrapper
  slider-component
  .product__media-list
  .product__media-item
  .deferred-media
  img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 750px) {
  .product_template_update .product .grid__item.product__info-wrapper {
    width: 52% !important;
    max-width: 100% !important;
    padding-right: 58px;
    flex-grow: unset;
  }
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
  .product_template_update .product .grid__item.product__info-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update .product .grid__item.product__info-wrapper {
    padding: 0 !important;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container {
  max-width: 100%;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product__title {
    text-align: center;
    padding: 24px 25px 0;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product__title {
    display: block;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product__title
  h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
   #000;
}
@media screen and (max-width: 1025px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product__title
    h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product__title
  .review {
  cursor: pointer;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 35px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price {
    justify-content: center;
    padding: 0 25px;
    max-width: 420px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price {
    max-width: 320px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container {
  width: 45%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container {
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container {
    width: 100%;
    padding: 0 0 0 30px;
    max-width: 500px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container {
    padding: 0 0 0 20px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container
  .price_sale {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container
    .price_sale {
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container
    .price_sale {
    padding-left: 0;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container
  .price_sale
  .price_per_qty_sale {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
   #d8ac41;
  margin: 0;
  display: block;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container
  .price_sale
  .price_per_product_sale {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
    ;
  margin: 0 0 7px;
  display: block;
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container
    .price_sale
    .price_per_product_sale {
    font-size: 18px;
    line-height: 31px;
  }
}
@media (max-width: 419px) and (min-width: 280px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container
    .price_sale
    .price_per_product_sale {
    font-size: 14px;
    line-height: 27px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container
  .price_regular {
  width: 50%;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container
  .price_regular
  .price_per_qty_regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   red;
  opacity: 0.5;
  margin: 0;
  display: block;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price__container
  .price_regular
  .price_per_product_regular {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  opacity: 0.5;
  display: block;
  margin: 0 0 7px;
   red;
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container
    .price_regular
    .price_per_product_regular {
    font-size: 18px;
    line-height: 31px;
  }
}
@media (max-width: 419px) and (min-width: 280px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container
    .price_regular
    .price_per_product_regular {
    font-size: 14px;
    line-height: 27px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price_discount_container {
  width: 55%;
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container {
    width: 100%;
    max-width: 380px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container {
    width: 100%;
    margin-top: 12px;
    max-width: 500px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price_discount_container
  .price_discount {
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px;
    ;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount {
    padding: 10px 16px;
    line-height: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1570px) and (min-width: 1501px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount {
    line-height: 25px;
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount {
    font-size: 12px;
    line-height: 10px;
    padding: 13px 6px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price_discount_container
  .price_discount:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -15px;
  background: #fff;
  top: 45%;
}
@media screen and (max-width: 1300px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount:before {
    top: 0;
    left: 50%;
    transform: rotate(45deg) translate(-50%);
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount:before {
    left: 20%;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price_discount_container
  .price_discount
  .discount_price {
  font-weight: 600;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .price
  .price_discount_container
  .price_discount
  .dots_span {
  width: 5px;
  height: 5px;
  background: #000;
  display: inline-block;
  border-radius: 50px;
  margin: 0 14px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details {
  position: relative;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .bottom_image {
  position: absolute;
  bottom: -40px;
  left: -40px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .bottom_image {
    display: none;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .top_image {
  position: absolute;
  right: -25px;
  top: 55px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .top_image {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading {
    padding: 0 25px;
  }
}
@media (max-width: 420px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading {
    padding: 0 16px;
  }
}
@media (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul {
    text-align: center;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li {
  display: inline-block;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li:not(:last-child) {
  margin-right: 3px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  .subscription_input {
  display: none;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  .subscription_input:checked {
  border-width: 7px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  .subscription_input:checked
  + label {
  background: #fff;
    ;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  .subscription_input:checked
  + label:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background:  ;
  position: absolute;
  left: 0;
  top: 0;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  .subscription_input:checked
  + label:after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -9px;
  background: #fff;
  z-index: 1;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  label {
  background: #ffffff4d;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  padding: 21px 27px;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
    ;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li
    label {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li
    label {
    font-size: 14px;
    line-height: 33px;
    padding: 11px 24px;
  }
}
@media screen and (max-width: 749px) and (max-width: 419px) and (min-width: 280px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li
    label {
    font-size: 10px;
    line-height: 26px;
    padding: 12px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content {
  background: #fff;
  padding: 34px 47px 26px 36px;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  position: relative;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content {
    padding: 28px 24px 33px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .hours_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin-bottom: 28px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .hours_text
  .monthly_subscription_note {
    ;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .hours_text
  .monthly_subscription_note
  .dot_span {
  width: 7px;
  height: 7px;
  background: #dfb757;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px 2px;
}
@media (max-width: 375px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .hours_text
    .monthly_subscription_note
    .dot_span {
    margin: 0 8px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar {
  position: relative;
  margin: 80px 0 40px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .range_bar {
    margin: 49px 0 30px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .range_bar_active {
  position: relative;
  height: 10px;
  background: #fbf7ed;
  border: 1px solid #f0ece3;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  border-radius: 33.5px;
  top: 10px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .range_bar_active:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 33.5px;
  background: #dfb757;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  max-width: var(--product-bar-range);
  width: 100%;
  transition: all 0.8s ease;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .range_bar_active
  .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  background: transparent;
  margin: 0;
  position: relative;
  top: -10px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: radial-gradient(
      39.55% 39.55% at 29.85% 34.33%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      55.22% 55.22% at 87.31% 77.61%,
      rgba(0, 0, 0, 0.2) 13.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg,   0%,   100%);
  border: 2px solid  ;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: radial-gradient(
      39.55% 39.55% at 29.85% 34.33%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      55.22% 55.22% at 87.31% 77.61%,
      rgba(0, 0, 0, 0.2) 13.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg,   0%,   100%);
  border: 2px solid  ;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .range_bar_tooltip {
  position: absolute;
  top: -60px;
  display: block;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .range_bar
    .range_bar_tooltip {
    top: -40px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .range_bar_tooltip
  span {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 65px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
   #fff;
  background-image: url(/cdn/shop/files/boolan-cropped-new.svg?v=1674194328);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}
@media (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .range_bar
    .range_bar_tooltip
    span {
    width: 42px;
    height: 53px;
    font-size: 12px;
    line-height: 30px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form {
  margin: 0;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  align-items: center;
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms {
    margin-top: 23px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input {
  flex: unset;
  width: 182px;
  max-width: 100%;
  margin: 0;
  min-width: unset;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input {
    width: 125px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input {
    width: 100%;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity {
  width: 100%;
  min-height: 73px;
  border: 1px solid #000000;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity:after {
  display: none;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity {
    border-radius: 3px 0 0 3px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity {
    border-radius: 3px;
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity
    .quantity__button {
    width: 40px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity
  .quantity__button[name="minus"] {
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity
    .quantity__button[name="minus"] {
    justify-content: center;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity
  .quantity__button[name="plus"] {
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity
    .quantity__button[name="plus"] {
    justify-content: center;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity
  .quantity__button:hover
  svg {
  border-  ;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity
  .quantity__button:hover
  svg
  path {
  fill:  ;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity
  .quantity__button
  svg {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 2px;
  border-radius: 20px;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .product-form__input
  .quantity
  .quantity__input {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
   #000;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity
    .quantity__input {
    padding: 0;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button {
  width: calc(100% - 182px);
  padding-left: 20px;
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button {
    justify-content: center;
    width: calc(100% - 125px);
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button {
    margin-top: 10px;
    width: 100%;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons {
  max-width: 100%;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .product-form__submit {
  margin-bottom: 0;
  min-height: 73px;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
   #fff;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button
    .product-form__buttons
    .product-form__submit {
    border-radius: 0 3px 3px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button
    .product-form__buttons
    .product-form__submit {
    font-size: 13px;
    min-height: 65px;
    border-radius: 3px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .product-form__submit:after {
  display: none;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .product-form__submit:before {
  display: none;
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .product-form__submit
  .dot_span {
  margin: 0 14px;
  display: inline-block;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button
    .product-form__buttons
    .product-form__submit
    .dot_span {
    margin: 0 10px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .product-form__submit
  .btn_arrow {
  margin-left: 24px;
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button
    .product-form__buttons
    .product-form__submit
    .btn_arrow {
    margin-left: 10px;
  }
}
.product_template_update
  .product
  .grid__item.product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .left_arrow {
  padding-left: 68px;
  line-height: 0;
}
@media (min-width: 768px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .left_arrow {
    display: none;
  }
}
.product_bulk_hour_model {
  background: #0000009c !important;
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.55s ease;
}
.product_bulk_hour_model.model_open {
  visibility: visible;
  opacity: 1;
  z-index: 1111;
}
@media screen and (max-width: 1000px) {
  .product_bulk_hour_model {
    padding: 10px;
  }
}
.product_bulk_hour_model .model_popup {
  padding: 20px;
  width: 100%;
  height: unset;
  max-width: 52%;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .product_bulk_hour_model .model_popup {
    max-width: 63%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 750px) {
  .product_bulk_hour_model .model_popup {
    max-width: 60%;
  }
}
@media screen and (max-width: 749px) {
  .product_bulk_hour_model .model_popup {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .product_bulk_hour_model .model_popup {
    padding: 10px;
  }
}
.product_bulk_hour_model .model_popup .slick-list {
  display: block !important;
}
.product_bulk_hour_model .model_popup .product_media_modal_toggle {
  position: absolute;
  right: -60px;
  top: -10px;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .product_bulk_hour_model .model_popup .product_media_modal_toggle {
    right: 0;
    top: -50px;
  }
}
.product_bulk_hour_model .model_popup .product_media_modal_toggle svg {
  height: 100%;
}
.product_bulk_hour_model .model_popup .product-media-modal__content {
  background: transparent;
  padding: 0;
  max-height: 100%;
}
.product_bulk_hour_model
  .model_popup
  .product-media-modal__content
  .product_single_model
  .product_image {
  position: relative;
  padding-top: 55%;
}
.product_bulk_hour_model
  .model_popup
  .product-media-modal__content
  .product_single_model
  .product_image
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_bulk_hour_model .model_popup .product-media-modal__content img {
  margin: 0 auto;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.product_bulk_hour_model .model_popup .deferred-media {
  width: 100%;
  border-radius: 16px;
}
.product_bulk_hour_model .model_popup .deferred-media video {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.product_review_section .review_section {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .product_review_section .review_section {
    border-radius: unset;
  }
}
.product_review_section .review_section .review_content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 400px) {
  .product_review_section .review_section .review_content {
    padding: 0 15px;
  }
}
.testimonials {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .testimonials {
    padding-bottom: 60px;
  }
}
.testimonials .yotpo-popup-box-small {
  display: none;
}
.product_faq_section .faq_section {
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 767px) {
  .product_faq_section .faq_section {
    border-radius: unset;
  }
}
.product_faq_section .faq_section .faq_content .yotpo-main-widget {
  max-width: 1280px;
  padding: 25px;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .yotpo-label-container {
  border-top: none;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 38px !important;
  margin-left: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
   #fff;
  height: auto;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button
  .yotpo-icon {
   #fff !important;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button
  .write-question-review-button-text {
   #fff;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button:hover {
  background:   !important;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review {
  border-top: none;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .yotpo-header-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0;
  display: inline-block;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .yotpo-mandatory-explain {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .yotpo-mandatory-explain
  .yotpo-mandatory-mark {
  margin-top: 5px;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .write-question-content
  .form-group
  .form-element
  .y-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .write-question-content
  .form-group
  .form-element
  .y-input {
  margin: 0;
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 17px;
  width: 100%;
  display: block;
  background: #fff;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .yotpo-footer
  .connect-wrapper {
  padding-left: 0;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .yotpo-footer
  .connect-wrapper
  .form-element
  .y-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 16px 0;
  padding: 0;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .yotpo-footer
  .connect-wrapper
  .form-element
  .y-input {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  height: unset;
  background: #fff;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .submit-button
  .yotpo-default-button {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 38px !important;
  margin-left: auto;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
   #fff;
  height: auto;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .submit-button
  .yotpo-default-button:hover {
  background:   !important;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-wrapper
  .write-review
  .submit-button
  .yotpo-default-button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .yotpo-nav-content
  .yotpo-questions
  .yotpo-first-review
  .yotpo-first-review-content
  .yotpo-default-button {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 38px !important;
  margin-left: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
   #fff;
  height: auto;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .yotpo-nav-content
  .yotpo-questions
  .yotpo-first-review
  .yotpo-first-review-content
  .yotpo-default-button:hover {
  background:   !important;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .yotpo-nav-content
  .yotpo-questions
  .yotpo-first-review
  .yotpo-first-review-content
  .yotpo-default-button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
#shopify-section-header {
  z-index: 111;
}
#shopify-section-header.sticky_header .header-wrapper {
  background: #fff;
  box-shadow: 0 15px 10px -15px #11111121;
}
.product .product_sticky_bar {
  z-index: 11111;
}
.product_sticky_bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease;
}
.product_sticky_bar.sticky_active {
  visibility: visible;
  opacity: 1;
}
.product_sticky_bar .container {
  position: relative;
}
.product_sticky_bar .container .mobile_arrow {
  position: absolute;
  top: -61px;
  width: 80px;
  height: 61px;
  left: 50%;
  transform: translate(-50%);
  background:  ;
  border-radius: 60px 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_sticky_bar .container .mobile_arrow.active {
  background: #eeeae1;
  top: -55px;
  width: 55px;
  height: 55px;
}
.product_sticky_bar .container .mobile_arrow.active .mobile_open {
  transform: rotate(90deg);
}
.product_sticky_bar .container .mobile_arrow.active .mobile_open svg path {
  fill:  ;
}
.product_sticky_bar .container .mobile_arrow .mobile_open {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .product_sticky_bar .container .mobile_arrow {
    display: none;
  }
}
.product_sticky_bar .sticky_bar {
  background: #fbf7ed;
  position: relative;
  box-shadow: 0 -15px 10px -15px #11111121;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_sticky_bar .sticky_bar {
    padding: 0 15px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar .sticky_bar {
    border-radius: 16px 16px 0 0;
  }
}
.product_sticky_bar .sticky_bar .product_subcription_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_sticky_bar .sticky_bar .product_subcription_container .price {
  width: 20%;
}
@media screen and (min-width: 1025px) {
  .product_sticky_bar .sticky_bar .product_subcription_container .price {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar .sticky_bar .product_subcription_container .price {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar .sticky_bar .product_subcription_container .price {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar .sticky_bar .product_subcription_container .price {
    width: 100%;
    padding: 35px 24px;
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar .sticky_bar .product_subcription_container .price {
    padding: 15px 24px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price__container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) and (min-width: 501px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container {
    text-align: center;
  }
}
@media screen and (max-width: 500px) and (min-width: 401px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 400px) and (min-width: 320px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container {
    padding-left: 10%;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price__container
  .price__sale {
  display: block;
  width: 50%;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container
    .price__sale.price_sale {
    text-align: center;
  }
}
@media screen and (max-width: 501px) and (min-width: 320px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container
    .price__sale.price_sale {
    padding-left: 20px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price__container
  .price__sale.price_sale
  .price_per_qty_sale {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
   #d9a72d;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container
    .price__sale.price_sale
    .price_per_qty_sale {
    display: inline-block;
    margin-right: 13px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price__container
  .price__sale.price_sale
  .price_per_product_sale {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container
    .price__sale.price_regular {
    text-align: center;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price__container
  .price__sale.price_regular
  .price_per_qty_regular {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   red;
  opacity: 0.5;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container
    .price__sale.price_regular
    .price_per_qty_regular {
    display: inline-block;
    margin-right: 13px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price__container
  .price__sale.price_regular
  .price_per_product_regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  opacity: 0.5;
  margin: 0;
  display: block;
   red;
}
@media screen and (max-width: 1024px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price__container
    .price__sale.price_regular
    .price_per_product_regular {
    display: inline-block;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price_discount_container {
  background: #0000000d;
  border-radius: 5px;
  display: block;
  padding: 9px 5px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
    ;
  margin-top: 10px;
  position: relative;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price_discount_container:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 50%;
  background: #fff;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 0;
  background: #eeeae1;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price_discount_container {
    padding: 3px 5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price_discount_container {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price_discount_container {
    font-size: 12px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price_discount_container
  .discount_price {
  font-weight: 600;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .price
  .price_discount_container
  .dots_span {
  width: 5px;
  height: 5px;
  background: #000000;
  display: inline-block;
  border-radius: 20px;
  margin: 0 14px;
  vertical-align: middle;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription {
  width: 80%;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription {
    width: 100%;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .smartrr-purchase-options {
  margin: 0;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details {
    align-items: center;
    margin-bottom: 10px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars {
  width: 53%;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars {
    width: 50%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars {
    padding-left: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    display: none;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading {
  padding: 21px 0 17px;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading {
    padding: 10px 0;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading {
    padding: 0 25px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading {
    padding: 0 16px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading
  ul
  li {
  display: inline-block;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading
  ul
  li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li:not(:last-child) {
    margin-right: 3px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading
  ul
  li
  .subscription_input {
  display: none;
}
@media screen and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    .subscription_input {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 2px;
    border: 1px solid  ;
    border-radius: 50%;
    box-shadow: 0 6px 20px -6px #1e2e4826;
    transition: all 0.1s ease;
    cursor: pointer;
    vertical-align: bottom;
    background: #fff;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading
  ul
  li
  .subscription_input:checked {
  border-width: 7px;
}
@media (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    .subscription_input:checked
    + label {
    background: #fff;
      ;
  }
}
@media (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    .subscription_input:checked
    + label:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background:  ;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading
  ul
  li
  label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
    ;
  vertical-align: bottom;
  padding-left: 15px;
  cursor: pointer;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .subcription_heading
  ul
  li
  label:hover {
    ;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    label {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    label {
    font-size: 14px;
    line-height: 33px;
    padding: 11px 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    border: 1px solid #0000001a;
  }
}
@media (max-width: 419px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .subcription_heading
    ul
    li
    label {
    font-size: 10px;
    line-height: 26px;
    padding: 12px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours {
    display: block;
    background: #fff;
    padding: 25px 25px 55px;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours {
    padding: 15px 25px 40px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .hours_text {
  width: 100%;
  max-width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
   #000;
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours
    .hours_text {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
     #000;
    margin-bottom: 56px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar {
  width: 100%;
  position: relative;
  margin-left: 28px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours
    .range_bar {
    margin-left: 0;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .range_bar_tooltip {
  position: absolute;
  top: -13px;
  display: block;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours
    .range_bar
    .range_bar_tooltip {
    top: -5px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .range_bar_tooltip
  span {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 65px;
  height: 70px;
  bottom: -17px;
  padding: 0 17px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-shadow: 20px 20px 30px #00000040, 7px 7px 4px #00000040;
   #fff;
  background-image: url(/cdn/shop/files/boolan-cropped-new.svg?v=1674194328);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours
    .range_bar
    .range_bar_tooltip
    span {
    width: 42px;
    height: 53px;
    font-size: 12px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .range_bar_tooltip
  span:before {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/drag-arrow.png?v=1671680781);
  width: 100px;
  height: 40px;
  position: absolute;
  bottom: -45px;
  transform: translate(10%);
  right: 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .heading_bars
    .bar_range_hours
    .range_bar
    .range_bar_tooltip
    span:before {
    display: none;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .range_bar_active {
  position: relative;
  height: 10px;
  background: #fbf7ed;
  border: 1px solid #f0ece3;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  border-radius: 33.5px;
  top: 5px;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .range_bar_active:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 33.5px;
  background: #dfb757;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  max-width: var(--product-bar-range);
  width: 100%;
  z-index: 1;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .range_bar_active
  .product_rangebar {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  background: transparent;
  margin: 0;
  position: relative;
  top: -5px;
  z-index: 11;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .product_rangebar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: radial-gradient(
      39.55% 39.55% at 29.85% 34.33%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      55.22% 55.22% at 87.31% 77.61%,
      rgba(0, 0, 0, 0.2) 13.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg,   0%,   100%);
  border: 2px solid  ;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .heading_bars
  .bar_range_hours
  .range_bar
  .product_rangebar::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: radial-gradient(
      39.55% 39.55% at 29.85% 34.33%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      55.22% 55.22% at 87.31% 77.61%,
      rgba(0, 0, 0, 0.2) 13.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg,   0%,   100%);
  border: 2px solid  ;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content {
  width: 47%;
  padding: 50px 0 0 40px;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content {
    width: 50%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content {
    padding: 25px 0 0 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content {
    padding: 10px 0 0 15px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content {
    width: 100%;
    padding: 25px 25px 17px;
    background: #fff;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input {
  flex: unset;
  width: 160px;
  max-width: 100%;
  margin: 0;
  min-width: unset;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input {
    width: 120px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input {
    width: 125px;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input {
    width: 100%;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity {
  width: 100%;
  min-height: 73px;
  border: 1px solid #000000;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input
    .quantity {
    min-height: 45px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input
    .quantity {
    border-radius: 3px 0 0 3px;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input
    .quantity {
    border-radius: 3px;
    min-height: 45px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity:after {
  display: none;
}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input
    .quantity
    .quantity__button {
    width: 35px;
  }
}
@media screen and (max-width: 749px) and (min-width: 401px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .product-form__input
    .quantity
    .quantity__button {
    width: 40px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity
  .quantity__button:hover
  svg {
  border-  ;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity
  .quantity__button:hover
  svg
  path {
  fill:  ;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity
  .quantity__button
  svg {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 2px;
  border-radius: 20px;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity
  .quantity__input {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
   #000;
  padding: 0;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .product-form__input
  .quantity
  .quantity__input:focus-visible {
  background- transparent;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button {
  width: calc(100% - 160px);
  padding-left: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button {
    width: calc(100% - 125px);
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form {
  margin: 0;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form
  .product-form__buttons {
  max-width: 100%;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form
  .product-form__buttons
  .product-form__submit {
  margin-bottom: 0;
  min-height: 73px;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
   #fff;
  padding: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button
    .product-form
    .product-form__buttons
    .product-form__submit {
    font-size: 15px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 750px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button
    .product-form
    .product-form__buttons
    .product-form__submit {
    min-height: 45px;
  }
}
@media screen and (max-width: 749px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button
    .product-form
    .product-form__buttons
    .product-form__submit {
    border-radius: 0 3px 3px 0;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product_forms
    .form_button
    .product-form
    .product-form__buttons
    .product-form__submit {
    border-radius: 3px;
    min-height: 45px;
    font-size: 13px;
  }
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form
  .product-form__buttons
  .product-form__submit:before {
  display: none;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form
  .product-form__buttons
  .product-form__submit:after {
  display: none;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form
  .product-form__buttons
  .product-form__submit
  .dot_span {
  margin: 0 14px;
  display: inline-block;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.product_sticky_bar
  .sticky_bar
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product_forms
  .form_button
  .product-form
  .product-form__buttons
  .product-form__submit
  .btn_arrow {
  margin-left: 24px;
}
.audit_form_popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #fbf7ed;
  z-index: 111;
  padding: 20px 20px 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease;
  overflow: auto;
}
.audit_form_popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.audit_form_popup::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.audit_form_popup::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.audit_form_popup.active_popup {
  opacity: 1;
  visibility: visible;
}
.audit_form_popup .form_popup_container {
  width: 100%;
  max-width: 675px;
  position: relative;
  max-height: 100%;
  z-index: 111111;
}
.audit_form_popup .form_popup_container .popup_heading {
  width: 100%;
  max-width: 1540px;
  text-align: center;
  margin: 20px auto 50px;
  position: relative;
}
.audit_form_popup .form_popup_container .popup_heading img {
  width: 120px;
}
.audit_form_popup .form_popup_container .popup_heading .toggle_popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.audit_form_popup .form_popup_container .focus_mode_footer {
  width: 100%;
  text-align: center;
  margin: 70px 0 30px;
}
.audit_form_popup .form_popup_container .audit_form_close {
  display: block;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: right;
  text-decoration-line: underline;
   #000;
}
.audit_form_popup .form_popup_container .popup_container {
  overflow: hidden;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content {
  width: 100% !important;
  padding: 0 !important;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list {
  max-width: 100% !important;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list:not(.form_step_two) {
  display: none;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .section_heading {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .section_heading {
    margin: 0 0 30px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  h2
  .user_first_name {
    ;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .section_heading
    h2 {
    margin: 0 0 10px !important;
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .section_heading
    .description
    p {
    min-height: 72px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields {
    width: 100%;
    margin-bottom: 17px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
   #000;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field.full_width
  .fields {
  width: 100%;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox {
  display: flex;
  align-items: center;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid #00000080;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  margin: 0 20px 0 0;
  transition: all 0.1s ease;
  cursor: pointer;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  .form_checkbox:checked {
  border- #00000080;
  background- #fff;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_btn
    .form_submit {
    font-size: 14px !important;
    padding: 14px !important;
  }
}
@media screen and (max-width: 400px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_btn
    .form_submit {
    font-size: 12px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .top_next_prev_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .top_next_prev_btn
  span {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-decoration-line: underline;
   #000;
  cursor: pointer;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .top_next_prev_btn
  span:hover {
    ;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .tab_content {
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .tab_content {
    padding: 20px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_two
  .section_heading {
  margin: 0 0 20px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_two
  .form
  .form_btn {
  margin: 0;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_three
  .section_heading {
  margin: 0 0 20px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_three
  .form
  .form_btn,
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_four
  .form
  .form_btn {
  margin: 0;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content {
  padding: 40px 56px 0;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list.final_step_content
    .tab_content {
    padding: 20px 20px 0;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .section_heading
  h2 {
  margin-bottom: 30px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .section_heading
  .description
  p
  a {
    ;
  font-weight: 700;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .section_heading
  .form_call_btn {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  max-width: 350px;
  margin: 16px 0 0;
  text-decoration: none;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .section_heading
  .form_call_btn:hover {
  background:  ;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .section_heading
  .form_call_btn:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .section_heading
  .form_call_btn
  svg {
  margin-left: 20px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .form
  .final_step_image,
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .tab_content
  .form
  .final_step_image
  img {
  width: 100%;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .close_bar {
  text-align: center;
  margin: 20px 0 0;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.final_step_content
  .close_bar
  span {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-decoration-line: underline;
   #000;
  cursor: pointer;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields {
  margin-bottom: 15px !important;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .form_files {
  position: relative;
  padding: 3px;
  border-radius: 3px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .form_files.drag-over {
  background: linear-gradient(
    to right,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38
  );
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .form_files.drag-over
  .image_picker {
  border- transparent;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .form_files
  .form_upload_files {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .image_picker {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 21px;
  text-align: center;
  text-decoration-line: underline;
     !important;
  cursor: pointer;
  margin-bottom: 0 !important;
  background: #fff;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox {
  position: relative;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .sub_heading {
  border: 1px solid #00000080;
  border-radius: 3px;
  width: 100%;
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  text-align: left;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    .sub_heading {
    font-size: 17px;
    padding: 15px 20px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox.active
  ul {
  display: block;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul {
  background: #fff;
  width: 100%;
  border: 1px solid #000000;
  border-top: none;
  box-shadow: 0 20px 40px #0000000d;
  border-radius: 0 0 3px 3px;
  display: none;
  z-index: 11;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  .heading_dropbox {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  position: relative;
  padding: 18px 7px 18px 70px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    ul
    .heading_dropbox {
    font-size: 17px;
    padding: 10px 7px 10px 60px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  .heading_dropbox.active_value {
  background: #0000000d;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  .heading_dropbox.active_value:before {
  border-width: 6px;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  .heading_dropbox:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    ul
    .heading_dropbox:before {
    width: 20px;
    height: 20px;
    left: 20px;
  }
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .other_textbox {
  display: none;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .other_textbox.active_other {
  display: block;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .other_textbox
  textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0px 100%;
  }
}
.smartrr-purchase-options {
  border: none;
  padding: 0;
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div
  [data-smartrr-ns-display]
  li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  border: 1px solid #000000;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px 3px 0 0;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .smartrr-purchase-options
    div[data-smartrr-selling-plan-group-plans]
    div
    [data-smartrr-ns-display]
    li {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div
  [data-smartrr-ns-display]
  li:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid  ;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 39px;
  top: 48%;
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div[data-smartrr-ns-list]
  ul {
  list-style: none;
  padding-left: 0;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0 20px 40px #0000000d;
  border-radius: 0 0 3px 3px;
  margin: 0;
  border-top: none;
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div[data-smartrr-ns-list]
  ul
  li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  padding: 20px 20px 20px 70px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smartrr-purchase-options
    div[data-smartrr-selling-plan-group-plans]
    div[data-smartrr-ns-list]
    ul
    li {
    padding: 15px 15px 15px 50px;
    font-size: 16px;
  }
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div[data-smartrr-ns-list]
  ul
  li:hover {
  background: #0000000d;
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div[data-smartrr-ns-list]
  ul
  li.active:before {
  border-width: 7px;
}
@media screen and (max-width: 767px) {
  .smartrr-purchase-options
    div[data-smartrr-selling-plan-group-plans]
    div[data-smartrr-ns-list]
    ul
    li.active:before {
    border-width: 6px;
  }
}
.smartrr-purchase-options
  div[data-smartrr-selling-plan-group-plans]
  div[data-smartrr-ns-list]
  ul
  li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.55s ease;
}
@media screen and (max-width: 767px) {
  .smartrr-purchase-options
    div[data-smartrr-selling-plan-group-plans]
    div[data-smartrr-ns-list]
    ul
    li:before {
    width: 20px;
    height: 20px;
    left: 15px;
    top: 52%;
  }
}
.page_bulk-hours-quote-request .page_header_logo {
  text-align: center;
  padding: 40px 0 50px;
}
.page_bulk-hours-quote-request #shopify-section-header .on-off-toggle {
  position: absolute;
  right: 30px;
}
.page_bulk_hours_form .page_bulk_hours {
  background: #fbf7ed;
  overflow: hidden;
  padding: 20px 0 120px;
}
@media screen and (max-width: 1024px) {
  .page_bulk_hours_form .page_bulk_hours {
    padding: 0 0 40px;
  }
}
.page_bulk_hours_form .page_bulk_hours .user_first_name {
    ;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .bulk_hours_focus_mode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fbf7ed;
  z-index: 1111;
  overflow: auto;
  padding: 20px;
  display: none;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_two
  .bulk_hours_details
  .bulk_details_list {
  margin-bottom: 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_two
  .bulk_hours_details
  .form
  .form_field
  .fields {
  margin-bottom: 16px;
  line-height: 1;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_two
  .bulk_hours_details
  .form
  .form_field
  .fields
  label {
  font-size: 17px;
  line-height: 26px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_three
  .bulk_hours_details
  .bulk_details_list {
  margin-bottom: 22px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_three
  .bulk_hours_details
  .form
  .form_field
  .fields {
  margin-bottom: 16px;
  line-height: 1;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_three
  .bulk_hours_details
  .form
  .form_field
  .fields
  label {
  font-size: 17px;
  line-height: 26px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.final_step_content
  .bulk_hours_details
  .description {
  font-size: 17px;
  line-height: 35px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.final_step_content
  .bulk_hours_details
  .description
  a {
  text-decoration: none;
   #000;
  font-weight: unset;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_details
  .bulk_left_content {
  width: 50%;
  padding: 100px 75px;
}
@media screen and (max-width: 1024px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_focus_mode
    .bulk_hours_details
    .bulk_left_content {
    width: 100%;
    padding: 54px 20px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_details
  .bulk_left_content
  .bulk_hours_form_details {
  max-width: 490px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_details
  .bulk_right_content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_focus_mode
    .bulk_hours_details
    .bulk_right_content {
    width: 100%;
  }
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .final_step_close {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
   #000;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .final_step_close
  .bulk_hours_focus_close {
  cursor: pointer;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .focus_mode_footer {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 60px;
  width: 100%;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .focus_mode_footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
   #000;
  margin: 0 0 50px;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .bulk_hours_details {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  max-width: 1355px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page_bulk_hours_form .page_bulk_hours .bulk_hours .bulk_hours_details {
    flex-direction: column-reverse;
    border-radius: 0;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_left_content {
  width: 53%;
  display: flex;
  padding: 56px 75px;
}
@media screen and (max-width: 1024px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_left_content {
    width: 100%;
    padding: 40px 20px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_left_content
  .bulk_hours_form_details {
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_left_content
  .bulk_hours_form_details
  .time_duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #0000009c;
  margin: 20px 0 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_right_content {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_right_content {
    width: 100%;
    overflow: hidden;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_right_content
  .image {
  height: 100%;
  position: relative;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_right_content
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_right_content
  .image
  .image_content {
  position: absolute;
  bottom: 62px;
  background: #0000004d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 11px;
  width: 100%;
  max-width: 620px;
  left: 50%;
  transform: translate(-50%);
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
   #fff;
  text-shadow: 0px 4px 25px #00000080;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_right_content
    .image
    .image_content {
    bottom: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
    border-radius: 0;
  }
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .bulk_hours_step_form {
  width: 100%;
  position: relative;
  z-index: 11;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form:not(.form_step_one)
  .popup_heading {
  max-width: 675px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .popup_heading {
  width: 100%;
  max-width: 1540px;
  text-align: center;
  margin: 20px auto 50px;
  position: relative;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .popup_heading
  img {
  width: 120px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .popup_heading
  .toggle_popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form.form_step_one
  .bulk_hours_details {
  max-width: 1540px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form.form_step_one
  .bulk_hours_details
  .bulk_left_content
  .bulk_hours_form_details
  .form
  .form_btn {
  margin-top: 30px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form:not(.form_step_one) {
  display: none;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form:not(.form_step_one)
  .bulk_hours_details {
  padding: 85px 65px 55px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form.final_step_content
  .bulk_hours_details {
  padding: 75px 65px 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .bulk_hours_details {
  width: 100%;
  max-width: 675px !important;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px !important;
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_step_form
    .bulk_hours_details {
    padding: 40px 20px 0 !important;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .form_btn {
  margin: 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox.active
  ul {
  display: block;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  .sub_heading {
  border: 1px solid #00000080;
  border-radius: 3px;
  width: 100%;
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  text-align: left;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_step_form
    .form
    .sub_heading_dropbox
    .sub_heading {
    font-size: 17px;
    padding: 15px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  ul {
  background: #fff;
  width: 100%;
  border: 1px solid #000000;
  border-top: none;
  box-shadow: 0 20px 40px #0000000d;
  border-radius: 0 0 3px 3px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: none;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  ul
  .heading_dropbox {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  position: relative;
  padding: 18px 7px 18px 70px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_step_form
    .form
    .sub_heading_dropbox
    ul
    .heading_dropbox {
    padding: 13px 7px 13px 60px;
    font-size: 17px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  ul
  .heading_dropbox.active_value:before {
  border-width: 6px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  ul
  .heading_dropbox:hover {
  background: #dfb7571a;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  ul
  .heading_dropbox:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 30px;
  top: 51%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_step_form
    .form
    .sub_heading_dropbox
    ul
    .heading_dropbox:before {
    width: 20px;
    height: 20px;
    left: 20px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  .other_textbox {
  display: none;
  padding-top: 10px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  .other_textbox.active_other {
  display: block;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .form
  .sub_heading_dropbox
  .other_textbox
  textarea {
  width: 100%;
  padding: 10px;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .bulk_details_list {
  margin-bottom: 39px;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .bulk_details_list .heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0 0 20px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_details_list
  .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_details_list
  .description
  p {
  margin: 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_details_list
  .description
  p
  a {
    ;
  font-weight: 700;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_details_list
  .form_call_btn {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  max-width: 350px;
  margin: 16px 0 0;
  text-decoration: none;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field.full_width
  .fields {
  width: 100%;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form .form_field .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form .page_bulk_hours .bulk_hours .form .form_field .fields {
    width: 100%;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  .form_files {
  position: relative;
  padding: 3px;
  border-radius: 3px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  .form_files.drag-over {
  background: linear-gradient(
    to right,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38
  );
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  .form_files.drag-over
  .image_picker {
  border- transparent;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  .form_files
  .form_upload_files {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  label.image_picker {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 21px;
  text-align: center;
  text-decoration-line: underline;
     !important;
  cursor: pointer;
  margin-bottom: 0 !important;
  background: #fff;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
   #000;
}
@media screen and (max-width: 767px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_field
  .fields
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form .final_step_image img {
  width: 100%;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 0 20px -4px 0;
  cursor: pointer;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .checkbox
  .form_checkbox:checked {
  border: 2px solid  ;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .checkbox
  .form_checkbox:checked:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form .checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form .form_btn {
  margin: 30px 0 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 15px 40px;
  cursor: pointer;
  min-width: 220px;
}
@media screen and (max-width: 400px) {
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .form
    .form_btn
    .form_submit {
    font-size: 12px;
    padding: 14px 10px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit:hover {
  background:  ;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit
  svg {
  margin-left: 20px;
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .main_heading
  .home_banner_svg_border {
  right: unset;
  left: 0;
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group {
  padding: 40px 0 90px;
}
@media screen and (max-width: 767px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group {
    padding: 10px 0 40px;
  }
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .main_image {
  max-width: 425px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 80%;
}
@media screen and (max-width: 1400px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .main_image {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .main_image {
    max-width: 360px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .main_image {
    max-width: 290px;
  }
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .main_image
  img {
  object-fit: cover;
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_one {
  top: 20px;
  left: 160px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    left: 85px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    top: -10px;
    left: 50px;
  }
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_two {
  right: 65px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two {
    top: 145px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two {
    top: 100px;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two {
    right: -20px;
  }
}
  .logo_four img{
    width: 200px !important;
  }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    bottom: 130px;
  }
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_four {
  bottom: 80px;
  left: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four {
    bottom: 90px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four {
    left: -20px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    left: -15px;
  }
}
.page_not_found
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .top_right_two {
  top: 90px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_two {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_not_found
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .bottom_left_one {
    display: none;
  }
}
  .btn_submit_first {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: ;
    box-shadow: 0px 6px 20px -6px #1e2e4826;
    border-radius: 3px;
    border: none;
    padding: 14px;
    cursor: pointer;
    margin-bottom: 30px;
}
.page_not_found .custom_store_section {
  margin-bottom: 80px;
}
.support_team_section .support_info {
  position: relative;
}
.support_team_section .support_info .top_left_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .support_team_section .support_info .top_left_image {
    display: none;
  }
}
.support_team_section .support_info .bottom_right_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .support_team_section .support_info .bottom_right_image {
    display: none;
  }
}
.support_team_section .support_info .information .description {
  font-size: 29px;
  line-height: 70px;
}
.support_team_section
  .support_info
  .information
  .description
  .video_image
  .images {
  width: 50px;
  height: auto;
  cursor: unset;
}
.support_team_section
  .support_info
  .information
  .description
  .video_image
  .images
  img {
  border-radius: unset;
}
@media screen and (max-width: 767px) {
  .digital_work_section .digital_work {
    padding: 60px 0 !important;
  }
}
.digital_work_section .digital_work .digital_work_content .work_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .left_content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .digital_work_section
    .digital_work
    .digital_work_content
    .work_content
    .left_content {
    width: 100%;
    padding: 0 25px;
  }
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .left_content
  .images {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .left_content
  .images
  img {
  width: 100%;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content {
  width: 50%;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .digital_work_section
    .digital_work
    .digital_work_content
    .work_content
    .right_content {
    width: 100%;
  }
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .heading {
  font-weight: 300;
  font-size: 52px;
  line-height: 68px;
   #000;
  margin: 0 0 36px;
}
@media screen and (max-width: 1024px) {
  .digital_work_section
    .digital_work
    .digital_work_content
    .work_content
    .right_content
    .content
    .heading {
    font-size: 34px;
    line-height: 45px;
  }
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .heading
  strong {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .heading
  strong:before {
  content: "";
  display: inline-block;
  background-image: url(/cdn/shop/files/digital-border.png?v=1672402069);
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4px;
  right: 0;
  background-size: contain;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .descrition
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .btn {
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  text-decoration: none;
  padding: 14px 44px;
  display: inline-block;
  text-align: center;
  margin: 40px 0 0;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .btn
  svg {
  margin-left: 20px;
}
.page_temp_careers .trusted_logo_section .trusted_logo .logo_list {
  border-bottom: 1px solid #0000001a;
}
@media screen and (min-width: 1401px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail
    .hiring_left_content {
    padding: 69px 10px 69px 60px;
  }
}
.site_team_section_two .site_team {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .site_team_section_two .site_team {
    border-radius: unset;
  }
}
@media screen and (min-width: 1401px) {
  .site_team_section_two .site_team .container_content {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
.site_team_section_two .site_team .team_member .member_award_detail {
  align-items: unset;
}
.site_team_section_two
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .images {
  position: relative;
  height: 100%;
}
.site_team_section_two
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .images
  .image {
  height: 100%;
}
.site_team_section_two
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .images
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site_team_section_two
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .images
  .description {
  position: absolute;
  background: #0000004d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 11px;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  padding: 32px 40px;
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 1024px) {
  .site_team_section_two
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .images
    .description {
    max-width: 100%;
    padding: 20px;
    bottom: 0;
  }
}
.site_team_section_two
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .images
  .description
  p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
   #fff;
  text-shadow: 0px 4px 25px #00000080;
}
@media screen and (max-width: 767px) {
  .site_team_section_two
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .images
    .description
    p {
    font-size: 20px;
    line-height: 30px;
  }
}
.faq_question_section .faq_question {
  border-radius: 16px 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .faq_question_section .faq_question {
    border-radius: unset;
  }
}
.faq_question_section .faq_question .faq_contents {
  padding: 120px 25px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.faq_question_section .faq_question .faq_contents .section_heading h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
   #000;
  margin: 0 0 60px;
}
.faq_question_section .faq_question .faq_contents .faq_main_content {
  position: relative;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bg_logo_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bg_logo_image
  img {
  width: 100%;
}
.faq_question_section .faq_question .faq_contents .faq_main_content .faq_list {
  position: relative;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .faq_list
  .slide {
  background: #ffffffcc;
  border: 1px solid #e5e9f2e6;
  box-shadow: 0 2px 3px #0000000d;
  padding: 0 50px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .faq_question_section
    .faq_question
    .faq_contents
    .faq_main_content
    .faq_list
    .slide {
    padding: 0 20px;
  }
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .faq_list
  .slide
  .tabs_title.change_icon
  .accordion
  svg {
  transform: rotate(90deg);
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .faq_list
  .slide
  .tabs_title
  .accordion {
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
   #000;
  padding: 30px 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq_question_section
    .faq_question
    .faq_contents
    .faq_main_content
    .faq_list
    .slide
    .tabs_title
    .accordion {
    padding: 20px 0;
  }
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .faq_list
  .slide
  .panel {
  display: none;
  padding: 0 0 30px;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .faq_list
  .slide
  .panel
  p {
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
   #000;
  margin: 0;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content
  .left_content {
  font-weight: 400;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
   #000;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 767px) {
  .faq_question_section
    .faq_question
    .faq_contents
    .faq_main_content
    .bottom_content
    .left_content {
    margin: 0 0 10px;
    width: 100%;
  }
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content
  .bottom_btn
  a {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 20px 50px;
  cursor: pointer;
  text-decoration: none;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content
  .bottom_btn
  a:hover {
  background:  ;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content
  .bottom_btn
  a:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content
  .bottom_btn
  a
  svg {
  margin-left: 20px;
}
.about_company_section .about_company {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .about_company_section .about_company {
    border-radius: unset;
  }
}
@media screen and (min-width: 1401px) {
  .about_company_section .about_company .container_content {
    width: calc(100% - 60px);
    margin: 0;
  }
}
.about_company_section .about_company .about_content .content_details {
  display: flex;
  flex-wrap: wrap;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .left_content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .left_content {
    width: 100%;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content {
  position: relative;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content
  .image
  img {
  width: 100%;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content {
    width: 100%;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents {
  padding: 83px 50px 55px 120px;
}
@media screen and (max-width: 1400px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents {
    padding: 25px;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0 0 20px;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
   #000;
  margin: 0 0 70px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    h2 {
    font-size: 29px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    h2 {
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 20px;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide {
  border-top: 1px solid #0000001a;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    .faq_list
    .slide {
    padding: 10px 0;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide:last-child {
  border-bottom: 1px solid #0000001a;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide
  .tabs_title.change_icon
  button
  svg {
  transform: rotate(90deg);
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide
  .tabs_title
  button {
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
   #000;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    .faq_list
    .slide
    .tabs_title
    button {
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    .faq_list
    .slide
    .tabs_title
    button {
    font-size: 17px;
    line-height: 50px;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide
  .tabs_title
  button
  svg {
  transition: all 0.5s ease;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide
  .panel {
  display: none;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide
  .panel
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    .faq_list
    .slide
    .panel
    p {
    font-size: 14px;
    line-height: 25px;
  }
}
.on-off-toggle {
  width: 61px;
  height: 32px;
  position: relative;
  display: inline-block;
  margin-left: 22px;
}
.on-off-toggle .on-off-toggle__slider {
  width: 61px;
  height: 32px;
  display: block;
  border-radius: 34px;
  background: #ededed;
  border: 2px solid #ffffff;
  transition: background-color 0.4s;
  cursor: pointer;
}
.on-off-toggle .on-off-toggle__slider:before {
  content: "";
  display: block;
  bottom: 3.5px;
  height: 25px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 25px;
  z-index: 5;
  border-radius: 100%;
  border: 1px solid #fff;
  background: linear-gradient(
    155.15deg,
    #ebebeb 16.05%,
    #f8f8f8 52.11%,
    white 85.38%
  );
}
.on-off-toggle .on-off-toggle__slider:after {
  display: block;
  line-height: 14px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  content: "off";
   #cecece;
  padding-left: 30px;
  transition: all 0.4s;
  padding-top: 7px;
}
.on-off-toggle .on-off-toggle__input {
  position: absolute;
  opacity: 0;
}
.on-off-toggle .on-off-toggle__input:checked + .on-off-toggle__slider {
  background-  ;
}
.on-off-toggle .on-off-toggle__input:checked + .on-off-toggle__slider:before {
  transform: translate(32px);
  left: 0;
}
.on-off-toggle .on-off-toggle__input:checked + .on-off-toggle__slider:after {
  content: "on";
   #00ab80;
  padding-left: 8px;
  text-align: left;
}
.page_careers_forms_section .page_careers_forms {
  padding: 20px 0 125px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section .page_careers_forms {
    padding: 0 0 40px;
    border-radius: unset;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details {
    border-radius: unset;
    flex-direction: column-reverse;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content {
  width: 50%;
  padding: 40px 106px 40px 76px;
}
@media screen and (max-width: 1400px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .left_content {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .left_content {
    width: 100%;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .left_content
    .content
    h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .description
  p {
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
   #000;
  margin: 0 0 20px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .person_detail
  span {
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
   #000;
  margin-left: 15px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form {
  margin-top: 30px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .left_content
    .content
    .form
    .form_field
    .fields {
    width: 100%;
    margin-bottom: 17px;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
   #000;
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .left_content
    .content
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox {
  position: relative;
  display: block;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox.active
  ul {
  display: block;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .sub_heading {
  width: 100%;
  text-align: left;
  padding: 9px 23px;
  background: transparent;
  border: 1px solid #00000080;
  border-radius: 3px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
   #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  margin: 0;
  display: none;
  width: 100%;
  height: 310px;
  overflow: auto;
  border: 1px solid #000000;
  box-shadow: 0 20px 40px #0000000d;
  border-radius: 0 0 3px 3px;
  border-top: none;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li {
  padding: 13px 30px 13px 75px;
  cursor: pointer;
   #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li.active_value {
  background: #dfb7571a;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li.active_value:before {
  border-width: 7px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.55s ease;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li:hover {
  background: #0000000d;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li
  svg {
  margin-left: 40px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field
  .fields
  .the-count {
  text-align: end;
  font-size: 14px;
  line-height: 27px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_field.full_width
  .fields {
  width: 100%;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 0 20px -4px 0;
  cursor: pointer;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .checkbox
  .form_checkbox:checked {
  border: 2px solid  ;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .checkbox
  .form_checkbox:checked:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_btn {
  margin: 30px 0 0;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_btn
  .form_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  max-width: 300px;
}
@media screen and (max-width: 400px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .left_content
    .content
    .form
    .form_btn
    .form_submit {
    font-size: 12px;
    padding: 14px 10px;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_btn
  .form_submit:hover {
  background:  ;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_btn
  .form_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_btn
  .form_submit
  svg {
  margin-left: 20px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .time_duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #0000009c;
  margin-top: 20px;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .right_content {
  width: 50%;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_careers_forms_section
    .page_careers_forms
    .careers_forms
    .form_career
    .form_details
    .right_content {
    width: 100%;
    border-radius: unset;
  }
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .right_content
  .images {
  height: 100%;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .right_content
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_step_form
  .bulk_hours_details {
  flex-direction: unset;
}

.star_fall_animation {
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 100%;
  display: none;
}
.bulk_video_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #0000009c;
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.55s ease;
  opacity: 0;
  visibility: hidden;
}
.bulk_video_popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.bulk_video_popup::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.bulk_video_popup::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.bulk_video_popup.active_popup {
  opacity: 1;
  visibility: visible;
}
.bulk_video_popup .video_content {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  position: relative;
  max-height: 100%;
}
@media screen and (max-width: 1550px) and (min-width: 1400px) {
  .bulk_video_popup .video_content {
    max-width: 44% !important;
  }
}
@media screen and (min-width: 1200px) {
  .bulk_video_popup .video_content {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .bulk_video_popup .video_content {
    max-width: 60%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 750px) {
  .bulk_video_popup .video_content {
    max-width: 70%;
  }
}
.bulk_video_popup .video_content .close_popup {
  position: absolute;
  right: -75px;
  top: -20px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .bulk_video_popup .video_content .close_popup {
    right: -15px;
    top: -65px;
  }
}
.bulk_video_popup .video_content .content_box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
}
.bulk_video_popup .video_content .content_box .main_image {
  padding-top: 56%;
  position: relative;
}
.bulk_video_popup .video_content .content_box .main_image video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.page_build_new_store .page_bulk_hours_form .page_bulk_hours {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .page_build_new_store .page_bulk_hours_form .page_bulk_hours {
    max-width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_build_new_store .page_bulk_hours_form .page_bulk_hours {
    border-bottom: 1px solid #0000001a;
    border-left: 1px solid #0000001a;
  }
}
@media screen and (max-width: 1024px) {
  .page_build_new_store .page_bulk_hours_form .page_bulk_hours {
    border-radius: unset;
    border-bottom: 1px solid #0000001a;
  }
}
.page_build_new_store
  .page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details {
  max-width: 100%;
  border-radius: 0;
}
@media screen and (min-width: 1401px) {
  .page_build_new_store
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_left_content {
    width: 48%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_build_new_store
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_left_content {
    width: 50%;
  }
}
@media screen and (min-width: 1401px) {
  .page_build_new_store
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_right_content {
    width: 52%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_build_new_store
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_right_content {
    width: 50%;
  }
}
.page_build_new_store
  .page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form.form_step_one
  .bulk_hours_details {
  max-width: 1540px !important;
}
.page_bulk-hours .page_bulk_hours_form .page_bulk_hours {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page_bulk-hours .page_bulk_hours_form .page_bulk_hours {
    margin: 120px 0 0;
  }
}
.page_bulk-hours
  .page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details {
  max-width: 100%;
  border-radius: 0;
  background: transparent;
}
.page_bulk-hours
  .page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_focus_mode
  .bulk_hours_step_form
  .bulk_hours_details {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page_bulk-hours
    .site_team_section
    .site_team
    .team_member
    .member_award_detail {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
}
.page_bulk-hours
  .shopify_audit_section
  .shopify_audit
  .left_content
  .description
  p {
  font-size: 17px !important;
}
@media screen and (min-width: 1401px) {
  .page_bulk-hours
    .shopify_audit_section
    .shopify_audit
    .right_content
    .images
    .image_description {
    left: 50% !important;
    transform: translate(-50%);
    max-width: 550px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page_bulk-hours .page_bulk_hours_form .page_bulk_hours {
    border-radius: unset;
  }
}
@media screen and (min-width: 1025px) {
  .page_bulk-hours
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_left_content {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .page_bulk-hours
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .bulk_hours_details
    .bulk_right_content {
    width: 50%;
  }
}
.page_forms-bulk-hours-quote-form
  .page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours_step_form.form_step_one
  .bulk_hours_details {
  max-width: 1540px !important;
}
@media screen and (max-width: 1024px) {
  .page_forms-bulk-hours-quote-form
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours_step_form.form_step_one
    .bulk_hours_details {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .page_forms-bulk-hours-quote-form
    .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours_step_form.form_step_one
    .bulk_hours_details
    .bulk_left_content {
    padding: 40px 0;
  }
}
.user_file_name_value {
  font-size: 14px;
   #000;
  margin-top: 5px;
  background: #fbf7ed;
  padding: 2px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_file_name_value.file_upload_done:not(.file_upload_checkmark)
  .loader_select_value {
  display: none;
}
.user_file_name_value.file_upload_done:not(.file_upload_checkmark)
  .remove_select_value {
  display: inline-block;
}
.user_file_name_value.file_upload_done.file_upload_checkmark
  .loader_select_value {
  display: inline-block;
  animation: unset;
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  border- green;
}
.user_file_name_value.file_upload_done.file_upload_checkmark
  .loader_select_value:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid green;
  border-right: 2px solid green;
  animation: unset;
  border-top: none;
  border-left: none;
  border-radius: unset;
  position: absolute;
  left: 5.4px;
  top: 2px;
}
.user_file_name_value .loader_select_value {
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50px;
  border-top- #fff;
  animation: fileUploadspin 0.5s infinite linear;
}
.user_file_name_value .remove_select_value {
  cursor: pointer;
  display: none;
}
.user_file_name_value .remove_select_value svg {
  width: 20px;
  height: 20px;
}
@keyframes fileUploadspin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.calendly-overlay {
  z-index: 11111111111111111 !important;
}
.page_build_new_store .page_bulk_hours_form .page_bulk_hours .time_duration {
  display: none;
}
.build_new_store_form_audit .shopify_audit {
  padding: 20px 0 120px;
}
@media screen and (max-width: 1024px) {
  .build_new_store_form_audit .shopify_audit {
    padding: 0 0 40px;
  }
}
.build_new_store_form_audit .shopify_audit .audit_details {
  margin: 0;
  width: 100%;
}
.build_new_store_form_audit .main_form {
  background: #fff;
  border-radius: 16px;
  max-width: 1355px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .build_new_store_form_audit .main_form {
    border-radius: unset;
  }
}
@media screen and (min-width: 1025px) {
  .build_new_store_form_audit .main_form .left_content {
    width: 53% !important;
  }
}
.build_new_store_form_audit .main_form .left_content .detail_list {
  max-width: 530px !important;
}
.build_new_store_form_audit
  .main_form
  .left_content
  .detail_list
  .section_heading {
  margin: 0 0 39px !important;
}
.build_new_store_form_audit
  .main_form
  .left_content
  .detail_list
  .section_heading
  h2 {
  margin: 0 0 20px !important;
}
.build_new_store_form_audit
  .main_form
  .left_content
  .detail_list
  .time_duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #0000009c;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .build_new_store_form_audit .main_form .right_content {
    width: 47% !important;
  }
}
@media screen and (min-width: 1025px) {
  .build_new_store_form_audit
    .main_form
    .right_content
    .images
    .image_description {
    left: 50% !important;
    transform: translate(-50%);
  }
}
.build_new_store_form_audit .audit_form_popup .form_popup_container {
  max-width: 100%;
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .user_first_name {
    ;
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list {
  max-width: 675px !important;
  display: none;
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_one {
  max-width: 1540px !important;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_one
  .audit_list_content {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .build_new_store_form_audit
    .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list.form_step_one
    .audit_list_content {
    flex-direction: unset;
  }
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_one
  .audit_list_content
  .left_content {
  width: 50% !important;
  padding: 40px !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .build_new_store_form_audit
    .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list.form_step_one
    .audit_list_content
    .left_content {
    width: 100% !important;
    display: block;
  }
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_one
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  h2 {
  margin: 0 0 20px !important;
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_one
  .audit_list_content
  .left_content
  .form_details {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.build_new_store_form_audit
  .audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list.form_step_one
  .audit_list_content
  .right_content {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .build_new_store_form_audit
    .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list.form_step_one
    .audit_list_content
    .right_content {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .build_new_store_form_audit
    .audit_form_popup
    .form_popup_container
    .popup_container
    .audit_form_content
    .audit_list_content
    .left_content
    .detail_list.form_step_one
    .audit_list_content
    .right_content
    .images
    .image_description {
    left: 0;
    bottom: 0;
    max-width: 100%;
    border-radius: unset;
    font-size: 20px;
    line-height: 30px;
  }
}
#confetti-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1 !important;
  left: 0;
}
cart-drawer {
  z-index: 111111;
}
cart-drawer .cart-drawer {
  width: 100%;
  max-width: 600px;
}
cart-drawer .cart-drawer .drawer__inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
}
cart-drawer .cart-drawer .drawer__inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
cart-drawer .cart-drawer .drawer__inner::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
cart-drawer .cart-drawer .drawer__inner::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
cart-drawer .cart-drawer .drawer__inner .drawer__header {
  order: 1;
}
cart-drawer .cart-drawer .drawer__inner cart-drawer-items {
  order: 2;
  overflow-x: hidden;
}
cart-drawer .cart-drawer .drawer__inner .drawer__footer {
  order: 3;
}
cart-drawer
  .cart-drawer
  .drawer__inner:not(.discount_cart_apply)
  cart-drawer-items
  .cart__contents
  .drawer__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .price {
  flex-direction: unset;
}
cart-drawer
  .cart-drawer
  .drawer__inner:not(.discount_cart_apply)
  cart-drawer-items
  .cart__contents
  .drawer__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .price
  .original_price {
  font-weight: 600;
    ;
  opacity: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner:not(.discount_cart_apply)
  cart-drawer-items
  .cart__contents
  .drawer__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .product-option {
  flex-direction: unset;
}
cart-drawer
  .cart-drawer
  .drawer__inner:not(.discount_cart_apply)
  cart-drawer-items
  .cart__contents
  .drawer__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .product-option
  .original_price {
  opacity: 1;
  font-weight: 600;
}
cart-drawer .cart-drawer .drawer__inner .drawer__header {
  padding: 20px 30px;
  border-bottom: 1px solid #0000001a;
}
@media screen and (max-width: 400px) {
  cart-drawer .cart-drawer .drawer__inner .drawer__header {
    padding: 20px 15px;
  }
}
cart-drawer .cart-drawer .drawer__inner .drawer__header .drawer__heading {
  line-height: 1;
  margin: 0;
}
cart-drawer .cart-drawer .drawer__inner .drawer__header .cart_total_price {
  display: flex;
  align-items: center;
  justify-content: center;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__header
  .cart_total_price
  .cart_qty {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
    ;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__header
    .cart_total_price
    .cart_qty {
    font-size: 13px;
    line-height: 27px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__header
  .cart_total_price
  .dot_icon {
  width: 5px;
  height: 5px;
  background: #000000;
  display: inline-block;
  border-radius: 50px;
  margin: 0 14px;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__header
    .cart_total_price
    .dot_icon {
    margin: 0 10px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__header
  .cart_total_price
  .total_count {
  font-weight: 600;
    ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__header
  .cart_total_price
  .total_count
  .totals__subtotal-value {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__header
    .cart_total_price
    .total_count
    .totals__subtotal-value {
    font-size: 13px;
    line-height: 27px;
  }
}
cart-drawer .cart-drawer .drawer__inner .drawer__header .drawer__close {
  position: unset;
  min-width: auto;
  min-height: auto;
}
cart-drawer .cart-drawer .drawer__inner .drawer__header .drawer__close svg {
  width: 15px;
  height: 15px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar {
  padding: 17px 30px 30px;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .top_discount_bar {
    padding: 17px 15px 30px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_hours {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_hours
  .discount_hours {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
    ;
  position: relative;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_hours
  .discount_hours.first_discount_hour.active_bar:not(.first_dot_deactive)
  .dots {
  border-  ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_hours
  .discount_hours.second_discount_hour.active_bar
  .dots {
  border-  ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_hours
  .discount_hours
  .dots {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  background: #fff;
  border-radius: 50px;
  top: 25px;
  left: 50%;
  transform: translate(-50%);
  border: 4px solid #f9f1dd;
  z-index: 11;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar {
  background: #f9f1dd;
  border-radius: 10px;
  overflow: hidden;
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar.full_bar_active
  .bar_graph
  span {
  background:  ;
  background-image: none !important;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  .bar_graph {
  width: 25%;
  height: 7px;
  border: none;
  overflow: hidden;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  .bar_graph
  span {
  display: block;
  height: 7px;
  transition: 1s ease 0.3s;
  transform: matrix(1, 0, -0.41, 0.91, 0, 0);
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  .bar_graph.first_bar.active_bar
  span {
  background:  ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  .bar_graph.active_bar
  span {
  background-image: linear-gradient(
    to right,
    #dfb757,
    #e5c579,
    #dfb757,
    #e5c579,
    #dfb757,
    #e5c579,
    #dfb757,
    #e5c579
  );
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  .bar_graph.second_bar {
  width: 50%;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  progress {
  border-radius: 10px;
  width: 100%;
  height: 7px;
  margin: 0 0 8px;
  border: none;
  overflow: hidden;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  progress::-webkit-progress-bar {
  background: #f9f1dd;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_progress_bar
  .progress_bar
  progress::-webkit-progress-value {
  background: #dfb757;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_price
  .discount_hours_price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
    ;
  width: 50%;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .top_discount_bar
  .cart_discount_msg {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
    ;
  background: #e6f3ef;
  padding: 6px;
  margin: 15px 0 0;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item {
  display: block;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details {
  width: 100%;
  display: block;
  padding: 0;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .item_main_heading {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 15px;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .item_main_heading {
    padding: 0 15px 15px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .item_main_heading
  .main_heading
  .cart-item__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
   #000;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .item_main_heading
    .main_heading
    .cart-item__name {
    font-size: 25px;
    line-height: 25px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .item_main_heading
  cart-remove-button {
  margin: 0;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .item_main_heading
  cart-remove-button
  .button {
  min-width: auto;
  min-height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  text-align: right;
   #0000004d;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px;
  max-width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price {
    padding: 0 15px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container {
  width: 52%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price__container {
    width: 100%;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale {
  width: 50%;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .cart_price_per_qty_sale {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
   #d8ac41;
  display: block;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price__container
    .price_sale
    .cart_price_per_qty_sale {
    font-size: 13px;
    line-height: 16px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .cart_price_per_product_sale {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
    ;
  margin: 0 0 7px;
  display: block;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price__container
    .price_sale
    .cart_price_per_product_sale {
    font-size: 15px;
    line-height: 20px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .product-option {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .product-option
  .original_price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
   #bc9330;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_sale
  .product-option
  .discounted_price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
   #bc9330;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular {
  width: 50%;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .cart_price_per_qty_regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
  display: block;
   red;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price__container
    .price_regular
    .cart_price_per_qty_regular {
    font-size: 13px;
    line-height: 16px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .cart_price_per_product_regular {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  opacity: 0.5;
  margin: 0 0 7px;
  display: block;
   red;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price__container
    .price_regular
    .cart_price_per_product_regular {
    font-size: 15px;
    line-height: 20px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .price {
  margin-bottom: 7px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .price
  .original_price {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
   #000;
  opacity: 0.5;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price__container
  .price_regular
  .price
  .discounted_price {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
    ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price_discount_container {
  width: 48%;
}
@media screen and (max-width: 600px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price_discount_container {
    width: 100%;
    margin: 15px 0 0;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price_discount_container
  .price_discount {
  background: #fbf7ed;
  border-radius: 5px;
  padding: 15px 9px;
    ;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  text-align: center;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price_discount_container
  .price_discount:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -15px;
  background: #fbf7ed;
  top: 45%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price_discount_container
    .price_discount:before {
    top: 0;
    left: 50%;
    transform: rotate(45deg) translate(-50%);
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price_discount_container
  .price_discount
  .cart_discount_price {
  font-weight: 600;
  margin-left: 5px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price_discount_container
  .price_discount
  .dots_span {
  width: 5px;
  height: 5px;
  background: #000;
  display: inline-block;
  border-radius: 50px;
  margin: 0 14px 2px;
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price
    .price_discount_container
    .price_discount
    .dots_span {
    display: none;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription {
  max-width: 100%;
  background: #fbf7ed;
  padding: 30px;
  border-top: 1px solid #0000001a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul {
    display: flex;
    flex-wrap: wrap;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li {
    width: 50%;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px;
  border: 1px solid  ;
  border-radius: 50%;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  transition: all 0.1s ease;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked {
  border-width: 7px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked
  + label {
  background: #fff;
    ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked
  + label:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background:  ;
  position: absolute;
  left: 0;
  top: 0;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked
  + label:after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -9px;
  background: #fff;
  z-index: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  label {
  background: #ffffff4d;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  padding: 21px 27px;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
    ;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    label {
    font-size: 16px;
    line-height: 33px;
    display: block;
    padding: 15px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    label {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 5px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .smartrr-purchase-options {
  padding: 0;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .smartrr-purchase-options
  div[data-smartrr-nice-select]
  div[data-smartrr-ns-list] {
  top: unset;
  bottom: 100%;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .smartrr-purchase-options
  div[data-smartrr-nice-select]
  div[data-smartrr-ns-list]
  ul {
  border-top: 1px solid #000000;
  border-bottom: none;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  position: relative;
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content {
    padding: 30px 15px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_drawer_notify {
  font-size: 13px;
   red;
  display: flex;
  align-items: center;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_drawer_notify
  svg {
  width: 15px;
  margin: -1px 5px 0 0;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text {
    font-size: 15px;
    line-height: 25px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_monthly_subscription_note {
    ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_monthly_subscription_note.one_time {
   #dfb757;
}
@media screen and (max-width: 767px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text
    .cart_monthly_subscription_note {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text
    .cart_monthly_subscription_note {
    font-size: 15px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_monthly_subscription_note
  .dot_span {
  width: 7px;
  height: 7px;
  background: #dfb757;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px 2px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar {
  position: relative;
  margin: 80px 0 40px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_range_active {
  position: relative;
  height: 10px;
  border: 1px solid #f0ece3;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  border-radius: 33.5px;
  top: 10px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_range_active:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 33.5px;
  background: #dfb757;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  max-width: var(--cart-product-bar-range);
  width: 100%;
  transition: all 0.8s ease;
  z-index: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_range_active
  .cart_product_rangebar {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  background: transparent;
  margin: 0;
  position: relative;
  top: -8px;
  z-index: 11;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_product_rangebar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: radial-gradient(
      39.55% 39.55% at 29.85% 34.33%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      55.22% 55.22% at 87.31% 77.61%,
      rgba(0, 0, 0, 0.2) 13.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg,   0%,   100%);
  border: 2px solid  ;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_product_rangebar::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: radial-gradient(
      39.55% 39.55% at 29.85% 34.33%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      55.22% 55.22% at 87.31% 77.61%,
      rgba(0, 0, 0, 0.2) 13.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg,   0%,   100%);
  border: 2px solid  ;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_range_bar_tooltip {
  position: absolute;
  top: -60px;
  display: block;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_range_bar
  .cart_range_bar_tooltip
  span {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 65px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
   #fff;
  background-image: url(/cdn/shop/files/boolan-cropped-new.svg?v=1674194328);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart-item__quantity
  .cart-item__quantity-wrapper {
  padding: 0 30px;
}
cart-drawer .cart-drawer .drawer__inner .drawer__footer {
  padding: 30px;
}
@media (max-width: 380px) {
  cart-drawer .cart-drawer .drawer__inner .drawer__footer {
    padding: 30px 10px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__footer
  .cart__ctas
  .cart__checkout-button {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
   #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__footer
    .cart__ctas
    .cart__checkout-button {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__footer
    .cart__ctas
    .cart__checkout-button {
    font-size: 14px;
    line-height: 27px;
  }
}
@media screen and (max-width: 375px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__footer
    .cart__ctas
    .cart__checkout-button {
    font-size: 12px;
    line-height: 25px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__footer
  .cart__ctas
  .cart__checkout-button:after {
  display: none;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__footer
  .cart__ctas
  .cart__checkout-button:before {
  display: none;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__footer
  .cart__ctas
  .cart__checkout-button
  .dot_span {
  background: #ffffff;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 15px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__footer
  .cart__ctas
  .cart__checkout-button
  .totals__subtotal-value {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__footer
    .cart__ctas
    .cart__checkout-button
    .totals__subtotal-value {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__footer
    .cart__ctas
    .cart__checkout-button
    .totals__subtotal-value {
    font-size: 14px;
    line-height: 27px;
  }
}
@media screen and (max-width: 375px) {
  cart-drawer
    .cart-drawer
    .drawer__inner
    .drawer__footer
    .cart__ctas
    .cart__checkout-button
    .totals__subtotal-value {
    font-size: 12px;
    line-height: 25px;
    padding: 6px;
  }
}
cart-drawer
  .cart-drawer
  .drawer__inner
  .drawer__footer
  .cart__ctas
  .cart__checkout-button
  svg {
  margin-left: 20px;
}
.page_contact_us .contact_us {
  background: #fbf7ed;
  padding: 40px 0 125px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .page_contact_us .contact_us {
    padding: 0;
  }
}
.page_contact_us .contact_us .contact_us_forms .contact_form {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1355px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_contact_us .contact_us .contact_us_forms .contact_form {
    flex-direction: column-reverse;
    border-radius: unset;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content {
  width: 53%;
  padding: 50px 90px 60px 70px;
}
@media screen and (max-width: 1400px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content {
    width: 100%;
    padding: 30px 20px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .description
  p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
   #000;
  margin: 0 0 40px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field.full_width
  .fields {
  width: 100%;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields {
    width: 100%;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
   #000;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .msg_field {
  height: 75px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox {
  position: relative;
  display: block;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox.active
  ul {
  display: block;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .sub_heading {
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #00000080;
  border-radius: 3px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    .sub_heading {
    padding: 20px 15px;
    font-size: 15px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  margin: 0;
  display: none;
  width: 100%;
  height: 310px;
  overflow: auto;
  border: 1px solid #00000080;
  box-shadow: 0 20px 40px #0000000d;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    ul {
    height: 265px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li {
  padding: 13px 30px 13px 75px;
  cursor: pointer;
   #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    ul
    li {
    font-size: 15px;
    padding: 13px 4px 13px 42px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li.active_value {
  background: #dfb7571a;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li.active_value:before {
  border-width: 7px;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    ul
    li.active_value:before {
    border-width: 5px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.55s ease;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_field
    .fields
    .sub_heading_dropbox
    ul
    li:before {
    left: 13px;
    width: 18px;
    height: 18px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li:hover {
  background: #0000000d;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  ul
  li
  svg {
  margin-left: 40px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .other_textbox {
  display: none;
  line-height: 1;
  margin-top: 10px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .other_textbox.active_other {
  display: block;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .sub_heading_dropbox
  .other_textbox
  textarea {
  width: 100%;
  padding: 10px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_field
  .fields
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .checkbox {
  display: flex;
  align-items: center;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .checkbox
  .form_checkbox:checked {
  border: 2px solid  ;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .checkbox
  .form_checkbox:checked:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: inline-block;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_btn {
  margin: 30px 0 0;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_btn
  .form_submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  min-width: 170px;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_btn
    .form_submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_left_content
    .form
    .form_btn
    .form_submit {
    font-size: 12px;
    padding: 14px 10px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_btn
  .form_submit:hover {
  background:  ;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_btn
  .form_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_btn
  .form_submit
  svg {
  margin-left: 20px;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_right_content {
    width: 100%;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images {
  height: 100%;
  position: relative;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images
  .image {
  height: 100%;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images
  .image
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images
  .image_description {
  position: absolute;
  bottom: 70px;
  background: #ffffffcc;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  border-radius: 11px;
  width: 100%;
  max-width: 525px;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  padding: 32px 22px;
}
@media screen and (max-width: 1100px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_right_content
    .images
    .image_description {
    max-width: 100%;
    bottom: 0;
    left: 0;
    transform: unset;
    border-radius: unset;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images
  .image_description
  p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
   #000;
  text-shadow: 0px 0px 5px #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_contact_us
    .contact_us
    .contact_us_forms
    .contact_form
    .form_right_content
    .images
    .image_description
    p {
    font-size: 15px;
    line-height: 30px;
  }
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images
  .image_description
  .bac_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  text-decoration: none;
  background: #ffffff80;
  border: 1px solid  ;
  border-radius: 3px;
  display: inline-block;
  padding: 14px 44px;
  margin: 13px 0 0;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_right_content
  .images
  .image_description
  .bac_btn
  svg {
  margin: 0 0 0 19px;
}
.contact_us_focus_mode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fbf7ed;
  z-index: 1111;
  padding: 20px;
  overflow: auto;
  display: none;
}
.contact_us_focus_mode::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.contact_us_focus_mode::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.contact_us_focus_mode::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.contact_us_focus_mode .focus_mode_footer {
  width: 100%;
  text-align: center;
  margin: 70px 0 30px;
}
.contact_us_focus_mode .focus_mode_footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
   #000;
  margin: 0;
}
.contact_us_focus_mode .popup_mode {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.contact_us_focus_mode .popup_mode .contact_form {
  border-radius: 16px !important;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  .contact_us_focus_mode .popup_mode .contact_form .form_left_content {
    width: 50% !important;
    padding: 100px 90px 67px 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .contact_us_focus_mode .popup_mode .contact_form .form_right_content {
    width: 50% !important;
  }
}
.contact_us_focus_mode .popup_mode:not(.form_step_one) {
  display: none;
}
.contact_us_focus_mode .popup_mode.form_step_one {
  max-width: 1540px;
}
.contact_us_focus_mode .popup_mode.form_final_step .form_details {
  background: #ffffff;
  border-radius: 16px;
  padding: 60px 65px 0;
}
@media screen and (max-width: 767px) {
  .contact_us_focus_mode .popup_mode.form_final_step .form_details {
    padding: 20px 20px 0;
  }
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .contact_us_focus_mode
    .popup_mode.form_final_step
    .form_details
    .left_content
    .content
    h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .description
  p {
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
   #000;
  margin: 0 0 30px;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .description
  p
  .user_first_name {
    ;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  img {
  width: 100%;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .form_call_btn {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  max-width: 350px;
  margin: 16px 0;
  text-decoration: none;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .form_call_btn:hover {
  background:  ;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .form_call_btn:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .form_call_btn
  svg {
  margin-left: 20px;
}
.contact_us_focus_mode .popup_mode.form_final_step .close_bar {
  text-align: center;
  margin: 30px 0 0;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .close_bar
  .js_form_contact_close {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-decoration-line: underline;
   #000;
  cursor: pointer;
}
.contact_us_focus_mode .popup_mode .popup_heading {
  text-align: center;
  margin: 20px 0 50px;
  position: relative;
}
.contact_us_focus_mode .popup_mode .popup_heading img {
  width: 120px;
}
.contact_us_focus_mode .popup_mode .popup_heading .toggle_popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.case_study_article .shopify_audit_section .shopify_audit .audit_button_list {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case_study_article .shopify_audit_section .shopify_audit .audit_button_list {
    border-radius: 0;
  }
}
.case_study_article .shopify_audit_section .shopify_audit .audit_details {
  border-bottom: 1px solid #0000001a;
}
.case_study_article .logo_list_section .logo_section {
  border-top: 1px solid #0000001a;
}
.case_study_article_section .case_study_main_banner .case_study_banner {
  background: #fbf7ed;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content {
  width: 52%;
  padding: 60px 60px 80px;
}
@media screen and (max-width: 1024px) {
  .case_study_article_section
    .case_study_main_banner
    .case_study_banner
    .main_banner
    .banner_contents
    .banner_left_content {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .case_study_main_banner
    .case_study_banner
    .main_banner
    .banner_contents
    .banner_left_content {
    width: 100%;
  }
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  .app_icon {
  margin: 0 0 18px;
  list-style: none;
  padding-left: 0;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  .app_icon
  li {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
   #000;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  .app_icon
  li:not(:last-child) {
  margin-right: 30px;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
   #000;
  margin: 0 0 18px;
}
@media screen and (max-width: 1024px) {
  .case_study_article_section
    .case_study_main_banner
    .case_study_banner
    .main_banner
    .banner_contents
    .banner_left_content
    .content
    h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  .article_description
  strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
   #000;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  .article_description
  ul {
  margin: 0;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_left_content
  .content
  .article_description
  ul
  li {
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
   #000;
}
@media screen and (max-width: 1024px) {
  .case_study_article_section
    .case_study_main_banner
    .case_study_banner
    .main_banner
    .banner_contents
    .banner_left_content
    .content
    .article_description
    ul
    li {
    font-size: 14px;
    line-height: 24px;
  }
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_right_content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .case_study_main_banner
    .case_study_banner
    .main_banner
    .banner_contents
    .banner_right_content {
    width: 100%;
  }
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_right_content
  .article_image
  .image {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.case_study_article_section
  .case_study_main_banner
  .case_study_banner
  .main_banner
  .banner_contents
  .banner_right_content
  .article_image
  .image
  img {
  width: 100%;
}
.case_study_article_section .perfomance_section .perfomance_content {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section .perfomance_section .perfomance_content {
    border-radius: unset;
  }
}
.case_study_article_section
  .perfomance_section
  .perfomance_content
  .left_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
}
.case_study_article_section
  .perfomance_section
  .perfomance_content
  .right_frame {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
}
.case_study_article_section
  .perfomance_section
  .perfomance_content
  .center_frame {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  max-width: 570px;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .perfomance_section
    .perfomance_content
    .center_frame {
    display: none;
  }
}
.case_study_article_section
  .perfomance_section
  .perfomance_content
  .perfomance_details {
  padding: 120px 0;
  position: relative;
}
.case_study_article_section
  .perfomance_section
  .perfomance_content
  .perfomance_details
  p {
  font-weight: 300;
  font-size: 38px;
  line-height: 80px;
  text-align: center;
   #fff;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .perfomance_section
    .perfomance_content
    .perfomance_details
    p {
    padding: 0 25px;
    font-size: 30px;
    line-height: 65px;
  }
}
.case_study_article_section
  .perfomance_section
  .perfomance_content
  .perfomance_details
  p
  img {
  margin: 0 10px;
}
.case_study_article_section
  .about_section
  .about_case_study
  .about_description {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 115px 25px 75px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .about_section
    .about_case_study
    .about_description {
    padding: 60px 25px 75px;
  }
}
.case_study_article_section
  .about_section
  .about_case_study
  .about_description
  .description
  h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 68px;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .about_section
    .about_case_study
    .about_description
    .description
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.case_study_article_section
  .about_section
  .about_case_study
  .about_description
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
}
.case_study_article_section .about_section .about_case_study .about_image {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.case_study_article_section .about_section .about_case_study .about_image img {
  width: 100%;
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_description {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 100px 25px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .challenge_section
    .challenge_case_study
    .challenge_description {
    padding: 60px 25px 75px;
  }
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_description
  .description
  h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 68px;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .challenge_section
    .challenge_case_study
    .challenge_description
    .description
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_description
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_image {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_image.challenge_mobile_image {
  padding-left: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .challenge_section
    .challenge_case_study
    .challenge_image.challenge_mobile_image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .challenge_section
    .challenge_case_study
    .challenge_image.challenge_mobile_image {
    padding-left: 0;
  }
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_image.challenge_mobile_image
  .mobile_image {
  position: absolute;
  max-width: 26%;
  bottom: -14%;
  left: -30px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .challenge_section
    .challenge_case_study
    .challenge_image.challenge_mobile_image
    .mobile_image {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .challenge_section
    .challenge_case_study
    .challenge_image.challenge_mobile_image
    .mobile_image {
    left: 0;
  }
}
.case_study_article_section
  .challenge_section
  .challenge_case_study
  .challenge_image
  img {
  width: 100%;
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_description {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 130px 25px 98px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_description {
    padding: 60px 25px 75px;
  }
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_description
  .description
  h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 68px;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_description
    .description
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_description
  .description
  ul {
  padding-left: 20px;
  margin: 45px 0 0;
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_description
  .description
  ul
  li {
  padding-left: 26px;
   #dfb757;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_description
    .description
    ul
    li {
    padding-left: 10px;
  }
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_description
  .description
  ul
  li:not(:last-child) {
  margin-bottom: 18px;
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_description
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
}
.case_study_article_section .range_section .range_case_study .range_image {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_image.range_mobile_image {
  padding-left: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_image.range_mobile_image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_image.range_mobile_image {
    padding-left: 0;
  }
}
.case_study_article_section
  .range_section
  .range_case_study
  .range_image.range_mobile_image
  .mobile_image {
  position: absolute;
  max-width: 26%;
  bottom: -14%;
  left: -30px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_image.range_mobile_image
    .mobile_image {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .range_section
    .range_case_study
    .range_image.range_mobile_image
    .mobile_image {
    left: 0;
  }
}
.case_study_article_section .range_section .range_case_study .range_image img {
  width: 100%;
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_description {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 25px 62px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .engineering_section
    .engineering_case_study
    .engineering_description {
    padding: 60px 25px 75px;
  }
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_description
  .description
  h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 68px;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .engineering_section
    .engineering_case_study
    .engineering_description
    .description
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_description
  .description
  ul {
  padding-left: 20px;
  margin: 60px 0 0;
  column-count: 3;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .engineering_section
    .engineering_case_study
    .engineering_description
    .description
    ul {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .engineering_section
    .engineering_case_study
    .engineering_description
    .description
    ul {
    column-count: 1;
  }
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_description
  .description
  ul
  li {
  padding: 0 15px 0 26px;
   #dfb757;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .engineering_section
    .engineering_case_study
    .engineering_description
    .description
    ul
    li {
    padding: 0 0 0 10px;
  }
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_description
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
  width: 100%;
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_image {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
}
.case_study_article_section
  .engineering_section
  .engineering_case_study
  .engineering_image
  img {
  width: 100%;
}
.case_study_article_section .testimonial_section .testimonial_case_study {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study.testimonial_left_image {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .testimonial_section
    .testimonial_case_study.testimonial_left_image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .testimonial_section
    .testimonial_case_study.testimonial_left_image {
    padding-left: 0;
  }
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content {
  border-radius: 16px;
  padding: 96px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .testimonial_section
    .testimonial_case_study
    .testimonial_content {
    padding: 90px 25px;
    border-radius: unset;
  }
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content.testimonial_left_image {
  max-width: 1310px;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .left_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 415px;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .right_frame {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 625px;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .center_frame {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100%;
  max-width: 570px;
  transform: translate(-50%);
  opacity: 0.5;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .left_image {
  position: absolute;
  width: 100%;
  max-width: 26%;
  bottom: -14%;
  left: -95px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case_study_article_section
    .testimonial_section
    .testimonial_case_study
    .testimonial_content
    .left_image {
    bottom: -7%;
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .testimonial_section
    .testimonial_case_study
    .testimonial_content
    .left_image {
    bottom: -15px;
    left: -5px;
  }
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .testimonial_image {
  margin: 0 0 80px;
  position: relative;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .testimonial_image
  img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 100px;
  overflow: hidden;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .testimonial_description {
  position: relative;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .testimonial_description
  h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
   #000;
  margin: 0 auto 124px;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .testimonial_section
    .testimonial_case_study
    .testimonial_content
    .testimonial_description
    h2 {
    margin: 0 auto 70px;
  }
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .testimonial_description
  h2
  strong {
  font-weight: 700;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .bottom_heading {
  position: relative;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .bottom_heading
  h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
   #000;
  text-align: center;
  margin: 0;
}
.case_study_article_section
  .testimonial_section
  .testimonial_case_study
  .testimonial_content
  .bottom_heading
  p {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
   #000;
  margin: 0;
}
.case_study_article_section
  .outcome_section
  .outcome_case_study
  .outcome_description {
  width: 100%;
  max-width: 921px;
  margin: 0 auto;
  padding: 118px 25px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .outcome_section
    .outcome_case_study
    .outcome_description {
    padding: 60px 25px;
  }
}
.case_study_article_section
  .outcome_section
  .outcome_case_study
  .outcome_description
  .description
  h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 68px;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .case_study_article_section
    .outcome_section
    .outcome_case_study
    .outcome_description
    .description
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.case_study_article_section
  .outcome_section
  .outcome_case_study
  .outcome_description
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
}
.about_us_section .about_us_banner {
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .about_us_section .about_us_banner {
    border-radius: unset;
  }
}
.about_us_section .about_us_banner .about_banner .main_banner {
  display: flex;
  flex-wrap: wrap;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner {
  width: 50%;
  padding: 115px 30px 140px 60px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner {
    padding: 70px 30px 70px 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner {
    padding: 40px 30px 60px 25px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner {
    width: 100%;
    padding: 40px 25px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .main_heading {
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
  margin: 0 0 18px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .main_heading {
    font-size: 44px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .main_heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .main_heading {
    font-size: 29px;
    line-height: 40px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .main_heading
  strong {
  font-weight: 600;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .sub_heading {
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
   #000;
  margin: 0 0 40px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .sub_heading {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .sub_heading {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .sub_heading
  strong {
  font-weight: 600;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .sub_heading
  strong
  span {
  position: relative;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .sub_heading
  strong
  span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url(/cdn/shop/files/about_underline.png?v=1674627062);
  background-repeat: no-repeat;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .sub_heading
    strong
    span:after {
    background-size: contain;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .description {
  width: 100%;
  max-width: 576px;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0 0 36px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .description
    p {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .description
    p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 25px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .person_image
  ul {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .person_image
  ul
  li {
  display: inline-block;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .person_image
  ul
  li:not(:last-child) {
  width: 80px;
  margin-left: -32px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .person_image
    ul
    li:not(:last-child) {
    width: 70px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .person_image
  ul
  li
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .person_image
    ul
    li
    p {
    margin: 0;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner {
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner {
    padding: 40px 0 0;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images {
  max-width: 525px;
  margin: 0 65px 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images {
    max-width: 420px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images {
    max-width: 360px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images {
    max-width: 200px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .bg_color_image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .bg_color_image
  img {
  width: 100%;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .main_image {
  position: relative;
  z-index: 1;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .main_image
  img {
  width: 100%;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .top_right_image {
  position: absolute;
  top: 80px;
  right: 15px;
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .top_right_image {
    top: 60px;
    right: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .top_right_image {
    top: 55px;
    right: 5px;
    max-width: 75px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .top_right_image {
    top: 50px;
    right: -15px;
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .top_right_image {
    top: 40px;
    right: 0;
    max-width: 60px;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .top_right_image
  img {
  width: 100%;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .bottom_right_image {
  position: absolute;
  bottom: 80px;
  right: -60px;
  width: 100%;
  max-width: 300px;
  z-index: 1;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .bottom_right_image {
    max-width: 230px;
    bottom: 70px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .bottom_right_image {
    max-width: 170px;
    bottom: 50px;
    right: -50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .bottom_right_image {
    max-width: 160px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .bottom_right_image {
    bottom: 50px;
    right: -55px;
    max-width: 180px;
  }
}
@media screen and (max-width: 400px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .bottom_right_image {
    bottom: 20px;
    right: 0;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .bottom_right_image
  img {
  width: 100%;
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .about_logos {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 230px;
  left: -32%;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .about_logos {
    max-width: 180px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .about_logos {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .about_logos {
    max-width: 130px;
    left: -42%;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .about_logos {
    top: 20%;
    max-width: 125px;
  }
}
@media screen and (max-width: 400px) {
  .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_right_inner
    .about_images
    .images
    .about_logos {
    top: -3%;
    left: -15%;
  }
}
.about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_right_inner
  .about_images
  .images
  .about_logos
  .logos
  .logo_images
  .image
  img {
  width: 100%;
}
.image_video_section .image_video .main_heading {
  padding: 110px 25px 84px;
  width: 100%;
  max-width: 1178px;
  margin: 0 auto;
}
.image_video_section .image_video .main_heading h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
   #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .image_video_section .image_video .main_heading h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.image_video_section .image_video .video_image {
  position: relative;
  margin: 0 0 43px;
}
.image_video_section .image_video .video_image .image_left_box {
  position: absolute;
  left: 100px;
  top: -52px;
  width: 100%;
  max-width: 515px;
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .image_video_section .image_video .video_image .image_left_box {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .image_video_section .image_video .video_image .image_left_box {
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100% - 70px);
  }
}
.image_video_section .image_video .video_image .image_right_box {
  position: absolute;
  right: 65px;
  top: 45px;
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .image_video_section .image_video .video_image .image_right_box {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .image_video_section .image_video .video_image .image_right_box {
    display: none;
  }
}
.image_video_section .image_video .video_image .images {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.image_video_section .image_video .video_image .images .image img {
  width: 100%;
}
.image_video_section .image_video .video_image .images .video_label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffffcc;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .image_video_section .image_video .video_image .images .video_label {
    bottom: 15px;
    left: 10px;
    padding: 15px;
    max-width: 290px;
  }
}
.image_video_section .image_video .video_image .images .video_label h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
   #000;
  margin: 0;
  padding: 0 34px 0 0;
}
@media screen and (max-width: 767px) {
  .image_video_section .image_video .video_image .images .video_label h2 {
    font-size: 15px;
    line-height: 20px;
  }
}
.image_video_section
  .image_video
  .video_image
  .images
  .video_label
  .video_icon {
  cursor: pointer;
}
.image_video_section .image_video .video_image .mobile_image {
  width: 100%;
  max-width: 230px;
  position: absolute;
  bottom: -30px;
  right: 100px;
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .image_video_section .image_video .video_image .mobile_image {
    bottom: 0;
    right: 0;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .image_video_section .image_video .video_image .mobile_image {
    display: none;
  }
}
.image_video_section .image_video .video_image .mobile_image img {
  width: 100%;
}
.merchants_solution_section .merchants_solution {
  margin: 45px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .merchants_solution {
    border-radius: unset;
  }
}
.merchants_solution_section .merchants_solution .solution_content {
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .merchants_solution .solution_content {
    padding: 60px 0;
  }
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .header_content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 25px 53px;
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .header_content
  h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .header_content
    h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .header_content
  h2
  strong {
  font-weight: 600;
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .header_content
  .description
  p {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
   #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .header_content
    .description
    p {
    font-size: 17px;
    line-height: 33px;
  }
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .solution_blocks
  .solution_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .solution_blocks
    .solution_list {
    padding: 0 25px;
    margin-left: -20px;
  }
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .solution_blocks
  .solution_list
  .solution_single_block {
  width: 33.33%;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .solution_blocks
    .solution_list
    .solution_single_block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .solution_blocks
    .solution_list
    .solution_single_block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .solution_blocks
  .solution_list
  .solution_single_block
  .single_block {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 39px 62px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .solution_blocks
    .solution_list
    .solution_single_block
    .single_block {
    padding: 30px 20px 36px;
  }
}
@media screen and (max-width: 767px) {
  .merchants_solution_section
    .merchants_solution
    .solution_content
    .solution_blocks
    .solution_list
    .solution_single_block
    .single_block {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .solution_blocks
  .solution_list
  .solution_single_block
  .single_block
  h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
   #000;
  margin: 40px 0 20px;
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .solution_blocks
  .solution_list
  .solution_single_block
  .single_block
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 0;
}
.merchants_solution_section .merchants_solution .solution_content .bottom_btn {
  text-align: center;
  margin: 120px 0 0;
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .bottom_btn
  .started_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  display: inline-block;
  text-decoration: none;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 14px 33px 14px 44px;
}
.merchants_solution_section
  .merchants_solution
  .solution_content
  .bottom_btn
  .started_btn
  svg {
  margin-left: 20px;
}
.merchants_solution_section .merchants_solution .solution_marquee {
  background: #1a1a1a;
   #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .merchants_solution .solution_marquee {
    display: block;
    padding: 0 0 20px;
  }
}
.merchants_solution_section .merchants_solution .solution_marquee .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  padding: 20px 48px 20px 40px;
  width: 280px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .merchants_solution .solution_marquee .label {
    width: 100%;
    text-align: center;
  }
}
.merchants_solution_section .merchants_solution .solution_marquee .label img {
  margin-left: 25px;
}
.merchants_solution_section
  .merchants_solution
  .solution_marquee
  .solution_inner {
  overflow: hidden;
}
.merchants_solution_section
  .merchants_solution
  .solution_marquee
  .solution_inner
  .solution
  .lists {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
}
.merchants_solution_section
  .merchants_solution
  .solution_marquee
  .solution_inner
  .solution
  .lists:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dfb757;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}
.company_culture_section .company_culture {
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .company_culture_section .company_culture {
    padding: 60px 25px;
  }
}
.company_culture_section .company_culture .culture_inner .culture_header h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .company_culture_section .company_culture .culture_inner .culture_header h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_header
  h2
  strong {
  font-weight: 600;
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_image
  .image_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_culture_section
    .company_culture
    .culture_inner
    .culture_image
    .image_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .company_culture_section
    .company_culture
    .culture_inner
    .culture_image
    .image_grid
    .images {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_image
  .image_grid
  .images:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_image
  .image_grid
  .images:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 1;
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_image
  .image_grid
  .images:nth-child(3) {
  grid-column: 2;
  grid-row: 2 / span 1;
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_image
  .image_grid
  .images:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_image
  .image_grid
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_description
  p {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
   #000;
  width: 100%;
  max-width: 920px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .company_culture_section
    .company_culture
    .culture_inner
    .culture_description
    p {
    font-size: 20px;
    line-height: 30px;
    margin: 40px auto 0;
  }
}
.company_culture_section
  .company_culture
  .culture_inner
  .culture_description
  p
  strong {
  font-weight: 600;
}
.company_team_section .company_team .company_team_grid .team_header {
  padding: 86px 25px;
  text-align: center;
  max-width: 1175px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company_team_section .company_team .company_team_grid .team_header {
    padding: 40px 25px;
  }
}
.company_team_section .company_team .company_team_grid .team_header h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
  margin: 0 0 12px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_team_section .company_team .company_team_grid .team_header h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.company_team_section .company_team .company_team_grid .team_header h2 strong {
  font-weight: 600;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_header
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
   #000;
  margin: 0;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list {
    border-radius: unset;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block {
  width: 25%;
  border-right: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block {
    width: 50%;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block:hover
  .call_bottom_btn {
  opacity: 1;
  visibility: visible;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .header_content {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .header_content {
    padding: 0 15px;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .header_content
  h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin: 40px 0 2px;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .header_content
    h2 {
    font-size: 15px;
    line-height: 18px;
    margin: 25px 0 2px;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .header_content
  h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
   #000;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .header_content
    h4 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 25px;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .images {
  position: relative;
  padding-top: 70.5%;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .images
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .call_bottom_btn {
  position: absolute;
  width: 100%;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .call_bottom_btn {
    bottom: 20px;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .call_bottom_btn
  .call_btn {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
   #fff;
}
@media screen and (max-width: 767px) {
  .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .call_bottom_btn
    .call_btn {
    font-size: 10px;
    padding: 0 10px;
  }
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .call_bottom_btn
  .call_btn:hover {
  background:  ;
}
.company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .call_bottom_btn
  .call_btn:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.global_team_section .global_team {
  padding: 60px 0 80px;
}
.global_team_section .global_team .global_team_group {
  position: relative;
}
.global_team_section .global_team .global_team_group .global_team_list {
  overflow: hidden;
}
.global_team_section
  .global_team
  .global_team_group
  .global_team_list
  .js-marquee {
  margin-right: 0 !important;
}
.global_team_section
  .global_team
  .global_team_group
  .global_team_list
  .single_global_block {
  display: inline-block;
  width: 140px;
  padding: 0 10px 20px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .global_team_section
    .global_team
    .global_team_group
    .global_team_list
    .single_global_block {
    width: 110px;
    padding: 0 5px 10px;
  }
}
.global_team_section
  .global_team
  .global_team_group
  .global_team_list
  .single_global_block
  .image {
  border-radius: 5px;
  overflow: hidden;
}
.global_team_section
  .global_team
  .global_team_group
  .global_team_list
  .single_global_block
  .image
  img {
  width: 100%;
}
.global_team_section .global_team .global_team_group .global_team_description {
  width: 100%;
  max-width: 1200px;
  padding: 52px 25px 0;
  margin: 0 auto;
}
.global_team_section
  .global_team
  .global_team_group
  .global_team_description
  p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
   #000;
  margin: 0;
}
.image_text_section_two .image_text_two {
  margin: 80px 0 0;
}
.image_text_section_two .image_text_two .container_content {
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .image_text_section_two .image_text_two .container_content {
    width: 100%;
  }
}
.image_text_section_two .image_text_two .image_text_block {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #0000001a;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .image_text_section_two .image_text_two .image_text_block {
    flex-direction: column-reverse;
    border-radius: unset;
  }
}
.image_text_section_two .image_text_two .image_text_block .left_content {
  width: 43%;
  padding: 120px 46px 100px 75px;
}
@media screen and (max-width: 1400px) {
  .image_text_section_two .image_text_two .image_text_block .left_content {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .image_text_section_two .image_text_two .image_text_block .left_content {
    width: 100%;
  }
}
.image_text_section_two
  .image_text_two
  .image_text_block
  .left_content
  .content
  h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
   #000;
  width: 100%;
  max-width: 490px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1400px) {
  .image_text_section_two
    .image_text_two
    .image_text_block
    .left_content
    .content
    h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
}
.image_text_section_two
  .image_text_two
  .image_text_block
  .left_content
  .content
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0 0 40px;
}
@media screen and (max-width: 1400px) {
  .image_text_section_two
    .image_text_two
    .image_text_block
    .left_content
    .content
    .description
    p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
.image_text_section_two
  .image_text_two
  .image_text_block
  .left_content
  .content
  .description
  p:last-child {
  margin: 0;
}
.image_text_section_two .image_text_two .image_text_block .right_content {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .image_text_section_two .image_text_two .image_text_block .right_content {
    width: 100%;
  }
}
.image_text_section_two
  .image_text_two
  .image_text_block
  .right_content
  .image {
  height: 100%;
}
.image_text_section_two
  .image_text_two
  .image_text_block
  .right_content
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_about_us .trusted_logo_section .trusted_logo {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .page_about_us .trusted_logo_section .trusted_logo {
    margin-top: 0;
  }
}
.page_about_us .trusted_logo_section .trusted_logo .logo_list {
  border-bottom: 1px solid #0000001a;
}
@media screen and (max-width: 767px) {
  .page_about_us .trusted_logo_section .trusted_logo .logo_list {
    border-top: none;
  }
}
@media screen and (min-width: 1401px) {
  .site_team_section_three .site_team .container_content {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
.site_team_section_three .site_team .team_member .member_award_detail {
  align-items: unset;
}
@media screen and (min-width: 768px) {
  .site_team_section_three .site_team .team_member .member_award_detail {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content {
  position: relative;
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content,
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .images {
  height: 100%;
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .images
    img {
    height: 580px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews {
  position: absolute;
  bottom: 57px;
  left: 75px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 50px 55px;
   #fff;
  border-top: 1px solid #eec200;
  border-left: 1px solid #eec200;
  min-width: 480px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews {
    bottom: 30px;
    left: 30px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews {
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    min-width: unset;
    border: none;
    border-radius: unset;
  }
}
@media screen and (max-width: 767px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews {
    width: 100%;
    min-width: unset;
    bottom: 0;
    left: 0;
    border-top: none;
    border-left: none;
    padding: 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews {
    padding: 20px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 45px;
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .shopify_icon
    svg {
    width: 50px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number {
  padding-left: 30px;
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  h3 {
   #fff;
  margin: 0;
  font-size: 25px;
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .total_number
    h3 {
    font-size: 20px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  .star_count {
  display: flex;
  align-items: center;
  font-size: 25px;
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .total_number
    .star_count {
    font-size: 20px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  .star_count
  svg {
  margin-right: 10px;
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .review_header
    .total_number
    .star_count
    svg {
    width: 20px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .review_header
  .total_number
  .star_count
  .total_review_counter {
  opacity: 0.6;
  margin-left: 10px;
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star {
    font-size: 15px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star
  .review_bar {
  width: 150px;
  display: inline-block;
  background: #e1e5ea;
  height: 14px;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    .review_bar {
    width: 135px;
    margin: 0 13px;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    .review_bar {
    width: 95px;
  }
}
@media screen and (max-width: 767px) and (min-width: 361px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    svg {
    width: 125px;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star
    svg {
    width: 90px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star:nth-child(1)
  .review_bar:before {
  content: "";
  display: block;
  width: 125px;
  height: 14px;
  background: #47c1bf;
}
@media screen and (max-width: 767px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star:nth-child(1)
    .review_bar:before {
    width: 110px;
  }
}
@media screen and (max-width: 360px) {
  .site_team_section_three
    .site_team
    .team_member
    .member_award_detail
    .member_content
    .detail_content
    .total_reviews
    .review_box
    .review_box_heading
    .all_review_star
    .review_star:nth-child(1)
    .review_bar:before {
    width: 70px;
  }
}
.site_team_section_three
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .detail_content
  .total_reviews
  .review_box
  .review_box_heading
  .all_review_star
  .review_star:nth-child(2)
  .review_bar:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: #47c1bf;
}
@media screen and (min-width: 768px) {
  .page_shopify-audit .section-header:not(.sticky_header) .header-wrapper {
    background: transparent;
  }
}
.audit_banner_section {
  transform: translateY(-100px);
}
@media screen and (max-width: 767px) {
  .audit_banner_section {
    transform: unset;
  }
}
.audit_banner_section .shopify_audit_banner {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .audit_banner_section .shopify_audit_banner {
    border-radius: unset;
  }
}
@media screen and (min-width: 1401px) {
  .audit_banner_section .shopify_audit_banner .container_content {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
.audit_banner_section .shopify_audit_banner .banner_section .banner_details {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content {
  width: 60%;
  padding: 150px 0 115px 60px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content {
    width: 50%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content {
    padding: 150px 0 80px 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content {
    padding: 150px 0 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content {
    width: 100%;
    position: unset;
    z-index: unset;
    padding: 40px 25px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin: 0 0 7px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h3 {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  h2 {
  font-size: 52px;
  line-height: 78px;
   #000;
  font-weight: 400;
  margin: 0 0 23px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h2 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  h2
  span {
  position: relative;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  h2
  span:before {
  content: "";
  display: block;
  width: 100%;
  background-image: url(/cdn/shop/files/underline_audit.png?v=1674882639);
  height: 12px;
  position: absolute;
  bottom: -3px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
@media screen and (max-width: 767px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    h2
    span:before {
    bottom: -7px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .description {
  width: 100%;
  max-width: 690px;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .description
  p {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
   #000;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .description
    p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .description
    p {
    font-size: 13px;
    line-height: 20px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form {
  width: 100%;
  max-width: 646px;
}
@media screen and (max-width: 768px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .banner_subcription_form {
    max-width: 400px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 32px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container {
    margin-top: 30px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_field {
  width: 60%;
  padding-right: 10px;
}
@media screen and (max-width: 1400px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  font-family: var(--font-body-family);
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_success {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_right_content {
  width: 100%;
  max-width: 945px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1550px) and (min-width: 1500px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_right_content {
    width: 40%;
  }
}
@media screen and (max-width: 1550px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_right_content {
    position: relative;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_right_content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_right_content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1550px) and (min-width: 768px) {
  .audit_banner_section
    .shopify_audit_banner
    .banner_section
    .banner_details
    .banner_right_content:after {
    content: "";
    display: block;
    background: linear-gradient(91deg, #fbf7ed 6%, rgba(251, 247, 237, 0) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  }
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_right_content:before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #fbf7ed 0%, rgba(251, 247, 237, 0) 100%);
  height: 95px;
  position: absolute;
  right: 0;
  top: 0;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_right_content
  .images {
  height: 100%;
}
.audit_banner_section
  .shopify_audit_banner
  .banner_section
  .banner_details
  .banner_right_content
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.shopify_guidance_section .shopify_guidance {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.shopify_guidance_section .shopify_guidance:before {
  content: "";
  background: #1a1a1a;
  width: 100%;
  height: 61%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance:before {
    height: 71%;
  }
}
.shopify_guidance_section .shopify_guidance .guidance_content {
  position: relative;
  padding: 95px 25px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance .guidance_content {
    padding: 70px 25px 0;
  }
}
.shopify_guidance_section .shopify_guidance .guidance_content .left_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 415px;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance .guidance_content .left_image {
    display: none;
  }
}
.shopify_guidance_section .shopify_guidance .guidance_content .right_image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance .guidance_content .right_image {
    display: none;
  }
}
.shopify_guidance_section
  .shopify_guidance
  .guidance_content
  .guidance_details {
  position: relative;
}
.shopify_guidance_section
  .shopify_guidance
  .guidance_content
  .guidance_details
  .guidance_header
  h2 {
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
   #fff;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section
    .shopify_guidance
    .guidance_content
    .guidance_details
    .guidance_header
    h2 {
    font-size: 29px;
    line-height: 40px;
  }
}
.shopify_guidance_section
  .shopify_guidance
  .guidance_content
  .guidance_details
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
   #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1010px;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section
    .shopify_guidance
    .guidance_content
    .guidance_details
    .description
    p {
    font-size: 14px;
    line-height: 30px;
  }
}
.shopify_guidance_section
  .shopify_guidance
  .guidance_content
  .guidance_details
  .box_image {
  width: 100%;
  max-width: 570px;
  margin: -10px auto 0;
  height: 360px;
  overflow: hidden;
}
.shopify_guidance_section
  .shopify_guidance
  .guidance_content
  .guidance_details
  .box_image
  img {
  width: 100%;
}
.shopify_guidance_section .shopify_guidance .image_grid {
  position: relative;
  margin: -260px 0 0;
}
.shopify_guidance_section .shopify_guidance .image_grid .image_grid_blocks {
  overflow: hidden;
  padding: 0 0 83px;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance .image_grid .image_grid_blocks {
    padding: 0 0 60px;
  }
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .js-marquee {
  display: flex;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks {
  width: 240px;
  padding: 0 11px;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks:nth-child(odd)
  .block_content {
  display: flex;
  flex-direction: column-reverse;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks:nth-child(odd)
  .block_content
  .block_heading:before {
  background-image: url(/cdn/shop/files/black-Connector.svg?v=1674897173);
  bottom: unset;
  top: 0;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks:nth-child(odd)
  .block_content
  .block_heading
  h2 {
  padding: 27px 0 0;
   #000;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks
  .block_content
  .block_heading {
  position: relative;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks
  .block_content
  .block_heading:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/white-Connector.svg?v=1674897349);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-size: contain;
  bottom: 0;
  height: 36px;
  width: 9px;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks
  .block_content
  .block_heading
  h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
   #fff;
  margin: 0;
  padding: 0 0 27px;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks
  .block_content
  .images {
  border-radius: 8px;
  overflow: hidden;
  border: 4px solid #ffffff;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.1));
  background: #fff;
}
.shopify_guidance_section
  .shopify_guidance
  .image_grid
  .image_grid_blocks
  .image_blocks
  .block_content
  .images
  img {
  width: 100%;
}
.shopify_guidance_section .shopify_guidance .guidance_btn {
  text-align: center;
}
@media screen and (min-width: 1401px) {
  .shopify_guidance_section .shopify_guidance .guidance_btn {
    padding: 0 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance .guidance_btn {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .shopify_guidance_section .shopify_guidance .guidance_btn {
    padding: 0 15px 50px;
  }
}
.shopify_guidance_section .shopify_guidance .guidance_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .shopify_guidance_section .shopify_guidance .guidance_btn a {
    padding: 14px;
    font-size: 13px;
    line-height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .shopify_guidance_section .shopify_guidance .guidance_btn a {
    padding: 12px;
    font-size: 11px;
    line-height: 18px;
  }
}
.shopify_guidance_section .shopify_guidance .guidance_btn a:hover {
  background:  ;
}
.shopify_guidance_section .shopify_guidance .guidance_btn a:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.shopify_guidance_section .shopify_guidance .guidance_btn a svg {
  margin-left: 15px;
}
.page_shopify_audit
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading {
  margin: 0 0 72px;
}
@media screen and (max-width: 767px) {
  .page_shopify_audit
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 0 0 60px;
  }
}
.page_shopify_audit
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .page_shopify_audit
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page_shopify_audit .shopify_audit_section .shopify_audit .audit_details {
  border: 1px solid #0000001a;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_shopify_audit .shopify_audit_section .shopify_audit .audit_details {
    border-radius: unset;
  }
}
.teasting_implement_section .test_implement {
  position: relative;
}
.teasting_implement_section .test_implement:before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: #fbf7ed;
  position: absolute;
  border-radius: 16px;
}
.teasting_implement_section .test_implement .testing_inner_content {
  padding: 115px 127px 57px 60px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .teasting_implement_section .test_implement .testing_inner_content {
    padding: 115px 25px 57px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_header {
  text-align: center;
  margin: 0 0 115px;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_header {
    margin: 0 0 50px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_header
  .main_label {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 8px;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
   #000;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_header
    .main_label {
    font-size: 15px;
    line-height: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_header
    .main_label {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_header
  .main_heading
  h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
   #000;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_header
    .main_heading
    h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image {
  display: flex;
  flex-wrap: wrap;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list {
  width: 42%;
  padding: 0 114px 0 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list {
    width: 100%;
    padding: 0 0 90px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail {
  background: #ffffff;
  border: 1px solid #0000001a;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 0 8px 8px 0;
  width: 100%;
  max-width: 429px;
  padding: 19px 12px;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail {
    padding: 10px 12px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail:not(:last-child) {
  margin: 0 0 33px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail:not(:last-child) {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail:not(:last-child) {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail:last-child {
    margin: 0 auto;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 11;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail:after {
    display: none;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail.suggestion_one:after {
  width: 35%;
  background-image: url(/cdn/shop/files/suggestion_one.svg?v=1675060916);
  height: 70px;
  right: -34%;
  top: -10px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail.suggestion_one:after {
    width: 50%;
    right: -50%;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail.suggestion_two
  p {
  letter-spacing: -0.1px;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail.suggestion_two:after {
  width: 50%;
  background-image: url(/cdn/shop/files/suggestion_two.svg?v=1675061333);
  height: 100px;
  right: -49%;
  top: -40px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail.suggestion_two:after {
    width: 75%;
    right: -74%;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail.suggestion_three:after {
  width: 35%;
  background-image: url(/cdn/shop/files/suggestion_three.svg?v=1675061488);
  height: 140px;
  right: -34%;
  top: 50px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail.suggestion_three:after {
    width: 50%;
    right: -50%;
    top: 10px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail.suggestion_four:after {
  width: 35%;
  background-image: url(/cdn/shop/files/suggestion_four.svg?v=1675061621);
  height: 140px;
  right: -35%;
  top: 50px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail.suggestion_four:after {
    width: 41%;
    right: -41%;
    top: 20px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail
  p {
  font-size: 14px;
  line-height: 22px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail
    p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_list
    .suggestion_detail
    p {
    font-size: 10px;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_list
  .suggestion_detail
  p
  strong {
  font-weight: 600;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_image {
    width: 100%;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image {
  position: relative;
  height: 645px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_image
    .before_after_image {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_image
    .before_after_image {
    width: 100%;
    max-width: 450px;
    height: 400px;
    margin: 0 auto;
  }
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .images {
  position: relative;
  height: 100%;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .images
  img {
  height: 100%;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .images
  .before_image {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .images
  .after_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .images
  .after_image
  img {
  width: 100%;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .images
  .scroller_image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  cursor: e-resize;
  background: #ffffff;
  box-shadow: 0 10px 10px #0006;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  left: 79.5%;
}
.teasting_implement_section
  .test_implement
  .testing_inner_content
  .testing_inner
  .testing_image_content
  .testing_suggestion_image
  .suggestion_image
  .before_after_image
  .recommendations_icon {
  position: absolute;
  top: -60px;
  left: 25%;
  transform: translate(-50%);
  max-width: 230px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section
    .test_implement
    .testing_inner_content
    .testing_inner
    .testing_image_content
    .testing_suggestion_image
    .suggestion_image
    .before_after_image
    .recommendations_icon {
    left: 50%;
  }
}
.teasting_implement_section .bottom_content_inner .description {
  font-weight: 300;
  font-size: 25px;
  line-height: 52px;
  text-align: center;
   #000;
  width: 100%;
  max-width: 1295px;
  margin: 0 auto 30px;
  padding: 0 25px;
}
.teasting_implement_section .bottom_content_inner .call_btn {
  text-align: center;
  margin: 0 0 59px;
}
.teasting_implement_section .bottom_content_inner .call_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .teasting_implement_section .bottom_content_inner .call_btn a {
    padding: 14px;
    font-size: 13px;
    line-height: 25px;
  }
}
.teasting_implement_section .bottom_content_inner .call_btn a:hover {
  background:  ;
}
.teasting_implement_section .bottom_content_inner .call_btn a:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.teasting_implement_section .bottom_content_inner .call_btn a svg {
  margin-left: 14px;
}

.account_forms {
  max-width: 100% !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .account_forms .forms {
    padding: 0;
  }
}
.account_forms .forms .account_form {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1355px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .account_forms .forms .account_form {
    border-radius: unset;
    flex-direction: column-reverse;
  }
}
.account_forms .forms .account_form .left_forms {
  width: 50%;
  padding: 56px 75px;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .account_forms .forms .account_form .left_forms {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .account_forms .forms .account_form .left_forms {
    width: 100%;
    padding: 50px 25px;
  }
}
.account_forms .forms .account_form .left_forms .custom_forms {
  width: 100%;
}
.account_forms .forms .account_form .left_forms h1 {
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0 0 20px;
  text-align: left;
}
.account_forms .forms .account_form .left_forms form {
  margin: 0;
}
.account_forms .forms .account_form .left_forms form .field {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.account_forms .forms .account_form .left_forms form .field:before {
  display: none;
}
.account_forms .forms .account_form .left_forms form .field:after {
  display: none;
}
.account_forms .forms .account_form .left_forms form .field label {
  position: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.account_forms .forms .account_form .left_forms form .field input {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 17px;
  width: 100%;
  height: unset;
  margin: 0;
}
.account_forms .forms .account_form .left_forms form .field input:focus {
  box-shadow: unset;
  outline: 0;
}
.account_forms .forms .account_form .left_forms form button {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 15px 40px;
  cursor: pointer;
  min-width: 220px;
  border: none;
  margin: 30px 0;
}
.account_forms .forms .account_form .left_forms form button:before {
  display: none;
}
.account_forms .forms .account_form .left_forms form button:after {
  display: none;
}
.account_forms .forms .account_form .left_forms form button:hover {
  background:  ;
}
.account_forms .forms .account_form .left_forms form button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.account_forms .forms .account_form .left_forms form button svg {
  margin-left: 20px;
}
.account_forms .forms .account_form .left_forms form a {
  width: unset;
  display: inline-block;
}
.account_forms .forms .account_form .form_right_image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .account_forms .forms .account_form .form_right_image {
    width: 100%;
  }
}
.account_forms .forms .account_form .form_right_image .image {
  height: 100%;
}
.account_forms .forms .account_form .form_right_image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_video-testimonials .support_info_section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .template_bulk-hours
    .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-child(11),
  .page_about_us
    .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-child(11) {
    border-radius: 0 0 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .template_bulk-hours
    .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-child(15),
  .page_about_us
    .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-child(15) {
    border-radius: 0 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .shopify_audit_section.build_new_store_form_audit
    .shopify_audit
    .audit_details {
    border-bottom: none;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-label-container,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-header {
  display: none;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .review_section
    .testimonials
    #yotpo-testimonials
    .yotpo-modal-dialog
    .yotpo-modal-content
    .yotpo-testimonials-reviews-filters
    .filters-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .filters-container-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
   #000;
  font-family: var(--font-body-family);
  padding: 0;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .yotpo-dropdown-button {
  width: 100%;
  text-align: left;
  padding: 14px 23px;
  background: transparent;
  border: 1px solid #00000080;
  border-radius: 3px;
  height: auto;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .yotpo-dropdown-button
  .yotpo-icon {
   #000;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .yotpo-dropdown-button
  .yotpo-icon-down-triangle {
  padding: 10px 0 0;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .yotpo-dropdown-button
  .selected {
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
   #000;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .list-categories {
  width: 100%;
  top: 60px;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .list-categories
  .list-category
  a {
   #000;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-testimonials-reviews-filters
  .filters-container
  .list-categories
  .list-category
  .yotpo-icon {
   #000;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box {
  padding: 0;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .review_section
    .testimonials
    #yotpo-testimonials
    .yotpo-modal-dialog
    .yotpo-modal-content
    .yotpo-bottomline-container-box
    .yotpo-nav-content
    .yotpo-active {
    display: block;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .yotpo-display-wrapper
  .yotpo-bottomline
  .bottom-line-items {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .yotpo-display-wrapper
  .yotpo-bottomline
  .bottom-line-items
  .avg-score,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .yotpo-display-wrapper
  .yotpo-bottomline
  .bottom-line-items
  .sr-only {
  display: none;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .yotpo-display-wrapper
  .yotpo-bottomline
  .bottom-line-items
  .yotpo-filter-stars {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .review_section
    .testimonials
    #yotpo-testimonials
    .yotpo-modal-dialog
    .yotpo-modal-content
    .yotpo-bottomline-container-box
    .yotpo-nav-content
    .yotpo-active
    .yotpo-display-wrapper
    .yotpo-bottomline
    .bottom-line-items
    .yotpo-filter-stars {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .yotpo-display-wrapper
  .yotpo-bottomline
  .bottom-line-items
  .yotpo-filter-stars
  .yotpo-icon {
   #000;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .review_section
    .testimonials
    #yotpo-testimonials
    .yotpo-modal-dialog
    .yotpo-modal-content
    .yotpo-bottomline-container-box
    .yotpo-nav-content
    .yotpo-active
    .yotpo-display-wrapper
    .yotpo-bottomline
    .bottom-line-items
    .reviews-qa-labels-container {
    position: unset;
    float: unset;
    display: block;
    margin: 0;
    text-align: center;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .yotpo-display-wrapper
  .yotpo-bottomline
  .bottom-line-items
  .reviews-qa-labels-container
  .reviews-qa-label {
  font-weight: 600;
  font-size: 42px;
  line-height: 36px;
   #000;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .write-question-review-buttons-container
  .yotpo-default-button {
  background:   !important;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 30px !important;
  height: auto;
  border: none;
}
@media screen and (max-width: 767px) {
  .review_section
    .testimonials
    #yotpo-testimonials
    .yotpo-modal-dialog
    .yotpo-modal-content
    .yotpo-bottomline-container-box
    .yotpo-nav-content
    .yotpo-active
    .write-question-review-buttons-container
    .yotpo-default-button {
    max-width: 280px;
    margin: 0 auto;
    display: inherit;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .write-question-review-buttons-container
  .yotpo-default-button:hover {
  background:  ;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .write-question-review-buttons-container
  .yotpo-default-button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .write-question-review-buttons-container
  .yotpo-default-button
  .yotpo-icon {
  display: none;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-bottomline-container-box
  .yotpo-nav-content
  .yotpo-active
  .write-question-review-buttons-container
  .yotpo-default-button
  .write-question-review-button-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
   #fff;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews {
  margin: 20px 0 0;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review {
  background: #ffffffcc;
  border: 1px solid #e5e9f2e6;
  box-shadow: 0 2px 3px #0000000d;
  padding: 60px 60px 40px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .review_section
    .testimonials
    #yotpo-testimonials
    .yotpo-modal-dialog
    .yotpo-modal-content
    .yotpo-modal-body-wrapper
    .yotpo-modal-body
    .yotpo-nav-content
    .yotpo-reviews
    .yotpo-review {
    padding: 25px;
  }
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-header
  .yotpo-icon-profile {
  display: none;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
   #1a1a1a;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .yotpo-review-date {
   #1a1a1a;
  opacity: 0.6;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .yotpo-review-stars
  .yotpo-icon {
   #000;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main {
  margin: 20px 0;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .content-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
   #000;
  font-family: var(--font-body-family);
  margin: 0 0 12px;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .content-review,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .content-review
  p,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .content-review
  span,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .yotpo-review-wrapper
  .content-review,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .yotpo-review-wrapper
  .content-review
  p,
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .yotpo-review-wrapper
  .content-review
  span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-main
  .product-link-wrapper {
  display: none;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-footer {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid #0000001a;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-footer
  .footer-actions
  .yotpo-action {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-footer
  .footer-actions
  .yotpo-action
  .y-label {
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-footer
  .footer-actions
  .yotpo-action
  .yotpo-icon-seperator {
  display: none;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-footer
  .yotpo-helpful
  .y-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  font-family: var(--font-body-family);
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  .yotpo-review
  .yotpo-footer
  .yotpo-helpful
  .yotpo-icon {
   #000;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  nav
  .yotpo-pager {
  margin: 50px 0 0;
}
.review_section
  .testimonials
  #yotpo-testimonials
  .yotpo-modal-dialog
  .yotpo-modal-content
  .yotpo-modal-body-wrapper
  .yotpo-modal-body
  .yotpo-nav-content
  .yotpo-reviews
  nav
  .yotpo-pager
  a {
   #000 !important;
}
.form_submit_success {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 0 0 20px;
   #000;
}
.form_submit_success svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1401px) {
  .audit_journey_section .shopify_audit_journey .container_content {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #0000001a;
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details {
    border-left: none;
    flex-direction: column-reverse;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content {
  width: 48%;
  padding: 141px 116px 100px 79px;
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content {
    padding: 50px 25px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  h2 {
  font-weight: 300;
  font-size: 52px;
   #000;
  margin: 0 0 13px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    h2 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  h2
  strong {
  position: relative;
  font-weight: 700;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  h2
  strong:after {
  content: "";
  background-image: url(/cdn/shop/files/look_line.png?v=1676020667);
  width: 100%;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  background-size: contain;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  h2
  i {
  line-height: 78px;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .description
    p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .description
    p {
    font-size: 13px;
    line-height: 25px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form {
  margin: 35px 0 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form {
    margin: 25px 0 0;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul {
  display: flex;
  flex-wrap: wrap;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  .input_field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid  ;
  border-radius: 50%;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  margin: 0 16px 0 0;
  transition: all 0.1s ease;
  cursor: pointer;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  .input_field:checked {
  border-width: 7px;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  label {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
    ;
  cursor: pointer;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li
    label {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li
    label {
    font-size: 16px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  label:hover {
    ;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  .store_type_form {
   red;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container {
    margin-top: 20px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_field {
  width: 54%;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button {
  width: 46%;
}
@media screen and (max-width: 1500px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_left_content
    .content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  font-family: var(--font-body-family);
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 15px;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_right_content {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .audit_journey_section
    .shopify_audit_journey
    .journey_section
    .journey_details
    .journey_right_content {
    width: 100%;
  }
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_right_content
  .images {
  height: 100%;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_right_content
  .images
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audit_call_section .shopify_audit_call {
  position: relative;
}
@media screen and (max-width: 767px) {
  .audit_call_section .shopify_audit_call {
    border-radius: unset;
  }
}
.audit_call_section .shopify_audit_call .left_curve_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
.audit_call_section .shopify_audit_call .right_curve_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
}
.audit_call_section .shopify_audit_call .right_image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77%;
}
@media screen and (max-width: 767px) {
  .audit_call_section .shopify_audit_call .right_image {
    display: none;
  }
}
.audit_call_section .shopify_audit_call .call_section .call_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content {
  width: 48%;
  padding: 180px 28px 138px 70px;
}
@media screen and (max-width: 1450px) and (min-width: 768px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content {
    padding: 75px 25px;
  }
}
@media screen and (max-width: 767px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content {
    width: 100%;
  }
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content
    .content
    h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
  margin: 0 0 13px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content
    .content
    h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content
    .content
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  h2
  strong {
  font-weight: 600;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  h2
  i
  strong {
  position: relative;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  h2
  i
  strong:after {
  content: "";
  background-image: url(/cdn/shop/files/call_line.png?v=1676023273);
  width: 100%;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  background-size: contain;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .description {
  width: 100%;
  max-width: 540px;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content
    .content
    .description
    p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_left_content
    .content
    .description
    p {
    font-size: 13px;
    line-height: 25px;
  }
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .book_call {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  max-width: 300px;
  text-decoration: unset;
  margin: 38px 0 0;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .book_call:hover {
  background:  ;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .book_call:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .book_call
  svg {
  margin-left: 20px;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_right_content {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .audit_call_section
    .shopify_audit_call
    .call_section
    .call_details
    .call_right_content {
    width: 100%;
    padding: 50px 0 0;
  }
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_right_content
  .images
  img {
  width: 100%;
}
.write-review-wrapper .write-review {
  border: none;
  padding: 0 0 50px;
  margin: 0;
}
.write-review-wrapper .write-review .yotpo-header h2 {
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 46px !important;
   #000 !important;
  margin: 0 !important;
  letter-spacing: normal !important;
  display: inline-block;
}
.write-review-wrapper .write-review .yotpo-header .yotpo-mandatory-explain,
.write-review-wrapper .write-review .yotpo-header .y-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
  margin: 0;
  letter-spacing: normal;
}
.write-review-wrapper .write-review .yotpo-header .stars-wrapper .yotpo-icon {
   #000;
}
.write-review-wrapper .write-review .write-review-content .form-element {
  margin-bottom: 30px;
}
.write-review-wrapper
  .write-review
  .write-review-content
  .form-element
  .y-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
.write-review-wrapper
  .write-review
  .write-review-content
  .form-element
  .y-input {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 17px;
  width: 100%;
  margin: 0;
  height: auto;
  display: inline-block;
  background: #fff;
}
.write-review-wrapper .write-review .yotpo-footer .connect-wrapper {
  padding-left: 0;
}
.write-review-wrapper
  .write-review
  .yotpo-footer
  .connect-wrapper
  .form-element {
  margin-bottom: 30px;
}
.write-review-wrapper
  .write-review
  .yotpo-footer
  .connect-wrapper
  .form-element
  .y-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: inline-block;
  margin: 0 0 16px;
  padding: 0;
}
.write-review-wrapper
  .write-review
  .yotpo-footer
  .connect-wrapper
  .form-element
  .y-input {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 17px;
  width: 100%;
  margin: 0;
  height: auto;
  display: inline-block;
  background: #fff;
}
.write-review-wrapper .write-review .submit-button .yotpo-default-button {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 38px !important;
  margin-left: auto;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
   #fff;
  height: auto;
}
.write-review-wrapper .write-review .submit-button .yotpo-default-button:hover {
  background:   !important;
}
.write-review-wrapper .write-review .submit-button .yotpo-default-button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.product_template_proposal .product {
  width: calc(100% - 120px);
}
@media screen and (max-width: 1400px) {
  .product_template_proposal .product {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .product_template_proposal .product .product__media-wrapper {
    padding-right: 8px;
  }
}
.product_template_proposal
  .product
  .product__media-wrapper
  .product__media-list {
  margin-bottom: 0;
}
.product_template_proposal
  .product
  .product__media-wrapper
  .product__media-list
  .product__media-icon {
  display: none;
}
.product_template_proposal
  .product
  .product__media-wrapper
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media.media {
  padding-top: 101.65% !important;
}
.product_template_proposal .product .product__info-wrapper .product__title h1 {
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 38px !important;
   #000 !important;
  letter-spacing: normal !important;
}
@media screen and (max-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .product__title
    h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .product__description {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
   #000;
  width: 100%;
  max-width: 665px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .product__description {
    padding: 0 25px;
    font-size: 13px;
    line-height: 25px;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .product__description
  .multi_dots {
  position: absolute;
  left: -43px;
  border: none;
  bottom: -65px;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .product__description
    .multi_dots {
    display: none;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form {
  position: relative;
}
@media screen and (max-width: 749px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .proposal_product_form {
    padding: 0 25px;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form {
  background: #ffffff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  border-radius: 15px;
  padding: 35px 42px;
  margin: 26px 0 40px;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .proposal_product_form
    .product-form {
    padding: 25px;
    margin: 20px 0;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .smartrr-purchase-options {
  display: none;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .pro_payment_label {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  text-align: center;
  border: 1px solid #000000;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 20px;
  margin: 0 0 23px;
}
@media screen and (max-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .proposal_product_form
    .product-form
    .pro_payment_label {
    font-size: 17px;
    padding: 15px;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons {
  max-width: 100%;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit {
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  width: 100%;
  border: none;
   #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .proposal_product_form
    .product-form
    .product-form__buttons
    .pro_proposal_submit {
    font-size: 17px;
    padding: 15px;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit:hover {
  background:  ;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit.loading
  span {
  display: none;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit
  .dot {
  line-height: 33px;
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  margin: 0 10px 0 16px;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit
  svg
  circle {
  stroke: #fff;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .dots_image {
  position: absolute;
  right: -25px;
  top: 50px;
}
@media screen and (max-width: 749px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .proposal_product_form
    .dots_image {
    display: none;
  }
}
.product_template_proposal .product .product__info-wrapper .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .product_template_proposal .product .product__info-wrapper .price {
    padding: 0 25px;
    justify-content: center;
  }
}
@media screen and (max-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .price
    .price__container {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .price
    .price__container {
    text-align: center;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .price
  .price__container
  .price-item--sale {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
    ;
  margin: 0 37px 0 0;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .price
    .price__container
    .price-item--sale {
    font-size: 17px;
    margin: 0 30px 0 0;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .price
  .price__container
  .price-item--regular {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-decoration-line: line-through;
   #a90000;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .price
    .price__container
    .price-item--regular {
    font-size: 17px;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .price
  .product_meta_price {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 27px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
    ;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .product_template_proposal
    .product
    .product__info-wrapper
    .price
    .product_meta_price {
    font-size: 17px;
    padding: 15px 20px;
  }
}
.product_template_proposal
  .product
  .product__info-wrapper
  .price
  .product_meta_price:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -15px;
  background: #fff;
  top: 45%;
}
.quote_request_link {
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
   #000;
  margin: 21px 0 0;
}
.quote_request_link a {
   #000;
}
.money_field {
  position: relative;
}
.money_field .currency {
  position: absolute;
  right: 1px;
  top: 50%;
  height: calc(100% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 3px;
  font-size: 13.33px;
}
.money_format {
  font-size: 14px;
}
.migrate-banner .migrate-from-magento .magento-details {
  display: flex;
  flex-wrap: wrap;
}
.migrate-banner .migrate-from-magento .magento-details .store_left_content {
  width: 49%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 65px 25px 65px 65px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .migrate-banner .migrate-from-magento .magento-details .store_left_content {
    padding: 65px 25px;
  }
}
@media screen and (max-width: 767px) {
  .migrate-banner .migrate-from-magento .magento-details .store_left_content {
    width: 100%;
    padding: 50px 24px 47px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail {
  width: 100%;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .top_sub_text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .top_sub_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .top_sub_text {
    font-size: 12px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading {
  margin: 0;
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 415px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 19px;
    line-height: 30px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong {
  position: relative;
  font-weight: 600;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/Vector.svg?v=1671441338);
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 100%;
  right: 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading
    strong:after {
    display: none;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  b {
  font-weight: 600;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .sub_heading {
  font-size: 52px;
  line-height: 78px;
   #000;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  width: 100%;
  max-width: 596px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .description
    p {
    font-size: 14px;
    line-height: 24px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 40px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 596px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container {
    margin-top: 27px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field {
  width: 64%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button {
  width: 36%;
}
@media screen and (max-width: 1024px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  font-family: var(--font-heading-family);
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.migrate-banner .migrate-from-magento .magento-details .store_right_content {
  width: 51%;
  padding: 50px 0 60px 30px;
}
@media screen and (max-width: 991px) {
  .migrate-banner .migrate-from-magento .magento-details .store_right_content {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .migrate-banner .migrate-from-magento .magento-details .store_right_content {
    width: 100%;
    padding: 0 0 40px 17px;
  }
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image {
  max-width: 724px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .right-imges {
  position: relative;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  img {
  width: 100%;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .right_image_main {
  position: relative;
  z-index: 1;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .right_image_main_2 {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .right_image_main_3 {
  position: absolute;
  right: 12%;
  top: 3%;
}
@media screen and (max-width: 1440px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    right: 8%;
    top: 0%;
    max-width: 180px;
  }
}
@media screen and (max-width: 1080px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    right: 8%;
    top: 0%;
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    max-width: 125px;
  }
}
@media screen and (max-width: 375px) {
  .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    max-width: 100px;
  }
}
.merchants_solution_section img {
  max-width: 100%;
}
.merchants_solution_section .solution_content {
  position: relative;
}
.merchants_solution_section .solution_content .side_image_1 {
  position: absolute;
  top: 0;
  left: -137px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .solution_content .side_image_1 {
    max-width: 393px;
    left: -52px;
  }
}
.merchants_solution_section .solution_content .side_image_2 {
  position: absolute;
  right: -60px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .merchants_solution_section .solution_content .side_image_2 {
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .solution_content .side_image_2 {
    display: none;
  }
}
.merchants_solution_section
  .solution_content
  .solution_single_block
  .single_block.bg_cl_border {
  border: 1px solid #000000;
}
.merchants_solution_section .solution_content .header_content .sub_heading {
  padding: 65px 0 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
   #000;
}
@media screen and (max-width: 767px) {
  .merchants_solution_section .solution_content .header_content .sub_heading {
    padding: 30px 0 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .about_contents
  .sub_heading {
  font-size: 16px;
  line-height: 28px;
   #000;
  padding-bottom: 34px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .about_contents
    .sub_heading {
    font-size: 14px;
    line-height: 27px;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .about_contents
  h2.main-sub-spacing {
  margin: 0 0 21px;
}
@media screen and (max-width: 767px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .about_contents
    h2.main-sub-spacing {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1401px) {
  .home_banner_section.before_you_buy .container_content {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
.home_banner_section.before_you_buy .banner_hero {
  display: block;
}
.home_banner_section.before_you_buy .banner_hero .home_banner img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home_banner_section.before_you_buy .banner_hero .home_banner .hero_banner {
  display: flex;
  align-items: unset;
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content {
  display: flex;
  align-items: center;
  width: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content {
    width: 50%;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content {
  width: 100%;
  padding: 74px 24px 73px 60px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    padding: 0 25px;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content {
  max-width: 565px;
  width: 100%;
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form {
  max-width: 572px;
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .form
  .form_container {
  border-bottom: 1px solid transparent;
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  h2.main_sub_heading {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 16px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    h2.main_sub_heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .main_description
  p {
  font-size: 16px;
  line-height: 28px;
   #000;
}
@media screen and (max-width: 1024px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .main_description
    p {
    font-size: 14px;
    line-height: 24px;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .form_notes {
  min-height: unset;
}
@media (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .form_notes {
    display: block;
    text-align: center;
    max-width: 331px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .form_notes
    p {
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content {
    width: 100%;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content {
  width: 50%;
  align-self: unset;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content {
    width: 50%;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content {
    width: 100%;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .desktop_hidden {
  display: none;
}
@media screen and (max-width: 575px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .desktop_hidden {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .mobile_hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy .banner_hero .home_banner .hero_banner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.home_banner_section.before_you_buy
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .home_banner_section.before_you_buy
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container {
    margin-top: 20px;
  }
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content
  .mobile_hidde {
  display: block;
}
.about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content
  .desktop_hidden {
  display: none;
}
@media screen and (max-width: 575px) {
  .about_company_section
    .about_company
    .about_content
    .content_details
    .left_content
    .image_group_content
    .mobile_hidde {
    display: none;
  }
  .about_company_section
    .about_company
    .about_content
    .content_details
    .left_content
    .image_group_content
    .desktop_hidden {
    display: block;
    width: 100%;
  }
}
.home_banner_section .banner_hero .form_button .btn_submit {
  font-family: var(--font-body-family);
}
.page_magento .merchants_solution_section .merchants_solution {
  margin-top: 0;
}
.page_magento
  .merchants_solution_section
  .merchants_solution
  .solution_content {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content {
    padding: 78px 0 50px;
  }
}
.page_magento
  .merchants_solution_section
  .merchants_solution
  .solution_content
  .header_content {
  padding: 0 24px 53px;
}
@media screen and (max-width: 767px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content
    .header_content {
    padding: 0 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content
    .header_content
    h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content
    .header_content
    .description
    p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
@media screen and (max-width: 767px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content
    .solution_blocks
    .solution_list {
    padding: 0 19px;
  }
}
.page_magento
  .merchants_solution_section
  .merchants_solution
  .solution_content
  .bottom_btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content
    .bottom_btn {
    margin: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .page_magento
    .merchants_solution_section
    .merchants_solution
    .solution_content
    .bottom_btn
    .started_btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_magento .about_company_section .about_company {
    margin: 0;
  }
}
.page_magento .about_company_section .about_company .container_content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_magento
    .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents {
    padding: 50px 25px 8px;
  }
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide {
  padding: 17px 0;
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide:last-child {
  border-bottom: none;
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide:first-child {
  border-top: none;
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .right_content
  .about_contents
  .faq_list
  .slide
  .tabs_title
  button {
  font-size: 20px;
  line-height: 60px;
  text-align: left;
  font-weight: 400;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_magento
    .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    .faq_list
    .slide
    .tabs_title
    button {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .page_magento
    .about_company_section
    .about_company
    .about_content
    .content_details
    .right_content
    .about_contents
    .faq_list
    .slide
    .tabs_title
    button {
    font-size: 16px;
    line-height: 30px;
  }
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .sub_heading {
  width: 100%;
  max-width: 558px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  .page_magento
    .about_company_section
    .about_company
    .about_content
    .content_details
    .sub_heading {
    padding-bottom: 7px;
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
.page_magento .support_info_section .support_info .information strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page_magento .trusted_logo_section .trusted_logo .logo_list {
    padding-bottom: 60px;
  }
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content,
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content
  .image {
  height: 100%;
}
.page_magento
  .about_company_section
  .about_company
  .about_content
  .content_details
  .left_content
  .image_group_content
  .image
  img {
  height: 100%;
  object-fit: cover;
}
.page_magento
  .site_review_section
  .site_review
  .review_container_content
  .reviews
  .review_section
  .left_content
  .review_container
  .review_details
  .review
  .customer_review
  .review_description
  p {
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .page_magento
    .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_description
    p {
    font-size: 18px;
    letter-spacing: -0.1px;
  }
}
.bigcommerce
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong:after {
  background-image: url(/cdn/shop/files/Vector.svg?v=1676636235);
}
.woocommerce
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading {
  letter-spacing: -0.7px;
}
.woocommerce
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong:after {
  background-image: url(/cdn/shop/files/Vector_7345b69d-7f38-4bfb-a9a4-055035cab3c8.svg?v=1676865513);
}
.woocommerce
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content {
  padding-left: 0;
  width: 48.9%;
}
@media (max-width: 767px) {
  .woocommerce
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content {
    padding: 0 0 30px 17px;
    width: 100%;
  }
}
.woocommerce
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content {
  width: 51.1%;
}
@media (max-width: 767px) {
  .woocommerce
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content {
    width: 100%;
    padding: 50px 24px 40px;
  }
}
.woocommerce .merchants_solution_section .merchants_solution .solution_content {
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .woocommerce
    .merchants_solution_section
    .merchants_solution
    .solution_content {
    padding: 78px 0 50px;
  }
}
.yotpo-review-form-modal {
  z-index: 11111 !important;
}
#yotpo-reviews-main-widget .yotpo-base-layout {
  width: 100% !important;
}
#yotpo-reviews-main-widget .yotpo-base-layout .sr-only {
  display: none;
}
#yotpo-reviews-main-widget .yotpo-base-layout .yotpo-bottom-line-left-panel {
   #000;
}
#yotpo-reviews-main-widget .yotpo-base-layout .yotpo-head .yotpo-headline {
  flex-basis: 100%;
  margin-left: 0;
}
#yotpo-reviews-main-widget
  .yotpo-base-layout
  .yotpo-head
  .yotpo-reviews-trademark {
  display: none;
}
#yotpo-reviews-main-widget
  .yotpo-base-layout
  .yotpo-star-distribution-row-wrapper
  .yotpo-star-distribution-index,
#yotpo-reviews-main-widget
  .yotpo-base-layout
  .yotpo-star-distribution-row-wrapper
  .yotpo-star-distribution-value {
   #000;
}
#yotpo-reviews-main-widget
  .yotpo-base-layout
  .yotpo-new-review-btn-wrapper
  .yotpo-new-review-btn {
  border-radius: 3px;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  padding: 12px 38px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}
#yotpo-reviews-main-widget
  .yotpo-review-center-panel
  .yotpo-review-rating-title {
  display: block;
}
#yotpo-reviews-main-widget
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-review-title {
  margin: 16px 0 0;
}
.yotpo-modal .yotpo-review-form .yotpo-input-wrapper {
  width: 100% !important;
}
.yotpo-modal .yotpo-review-form .yotpo-input-wrapper input {
  box-sizing: border-box;
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 17px;
}
.yotpo-modal .form-footer .yotpo-new-review-submit {
  background:   !important;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px !important;
  text-decoration: unset;
  display: inline-block;
  padding: 12px 38px;
  margin-left: 40px;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 16px;
  text-transform: capitalize;
}
.page_ui_ux .ui-ux-design .magento-details {
  display: flex;
  flex-wrap: wrap;
}
.page_ui_ux .ui-ux-design .magento-details .store_left_content {
  width: 47.4%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 72px 41px 176px 65px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_ui_ux .ui-ux-design .magento-details .store_left_content {
    padding: 65px 25px 65px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_ui_ux .ui-ux-design .magento-details .store_left_content {
    width: 100%;
    padding: 50px 25px 47px;
  }
}
.page_ui_ux .ui-ux-design .magento-details .store_left_content .store_detail {
  width: 100%;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .heading {
  margin: 0 0 13px;
  font-weight: 300;
  font-size: 52px;
  line-height: 78px;
   #000;
  letter-spacing: normal;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 16px;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong {
  position: relative;
  font-weight: 600;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/Vector.svg?v=1671441338);
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 100%;
  right: 0;
  background-size: contain;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .heading
  b {
  font-weight: 600;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .sub_heading {
  font-size: 52px;
  line-height: 78px;
   #000;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  width: 100%;
  max-width: 596px;
  letter-spacing: 0.1px;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .description
  p {
  margin: 0;
  letter-spacing: 0.1px;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .description
  p
  strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 40px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container {
    margin-top: 27px;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field {
  width: 60%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media (max-width: 767px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  font-family: var(--font-heading-family);
  letter-spacing: -0.1px;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.page_ui_ux .ui-ux-design .magento-details .store_right_content {
  width: 52.6%;
  padding: 10px 0 46px;
}
@media screen and (max-width: 991px) {
  .page_ui_ux .ui-ux-design .magento-details .store_right_content {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_ui_ux .ui-ux-design .magento-details .store_right_content {
    width: 100%;
    padding: 0 0 40px 17px;
  }
}
.page_ui_ux .ui-ux-design .magento-details .store_right_content .store_image {
  width: 100%;
  position: relative;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_right_content
  .store_image
  .right-imges {
  border-radius: 16px;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  img {
  max-width: 100%;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .right_image_main {
  position: relative;
  z-index: 1;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .right_image_main_2 {
  position: absolute;
  z-index: 0;
  bottom: -14%;
  left: 40px;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .right_image_main_3 {
  position: absolute;
  right: 0%;
  top: -10%;
}
@media screen and (max-width: 1440px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    right: 8%;
    top: 0%;
    max-width: 180px;
  }
}
@media screen and (max-width: 1080px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    right: 8%;
    top: 0%;
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    max-width: 125px;
  }
}
@media screen and (max-width: 375px) {
  .page_ui_ux
    .ui-ux-design
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    max-width: 100px;
  }
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  .figma_logo {
  z-index: 1;
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%);
}
.page_ui_ux
  .support_info_section
  .support_info
  .information
  .description
  strong {
  font-weight: 600;
}
.design-first-approach .design_approch_inner {
  padding-left: 24px;
  padding-right: 24px;
}
.design-first-approach .design_approch_inner .top_data {
  position: relative;
}
.design-first-approach .design_approch_inner .top_data .star_review_image {
  position: relative;
  top: -38px;
  left: 50%;
  transform: translate(-50%);
}
.design-first-approach .design_approch_inner .top_data h2 {
  padding: 0 0 80px;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
   #000;
  margin: 0;
}
@media (max-width: 767px) {
  .design-first-approach .design_approch_inner .top_data h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 45px;
  }
}
.design-first-approach
  .design_approch_inner
  .top_data
  .star_review_image
  .inn_img {
  text-align: center;
}
.design-first-approach
  .design_approch_inner
  .top_data
  .star_review_image
  .inner_img_text {
  background: #fff;
  padding: 24.5px 40px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  z-index: -1;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 8px;
  max-width: max-content;
  text-align: center;
  margin: -20px auto 0;
   #000;
}
@media screen and (max-width: 767px) {
  .design-first-approach
    .design_approch_inner
    .top_data
    .star_review_image
    .inner_img_text {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 27px;
  }
}
.design-first-approach
  .design_approch_inner
  .top_data
  .star_review_image
  .inner_img_text
  p {
  margin: 0;
}
.design-first-approach
  .design_approch_inner
  .top_data
  .star_review_image
  .inner_img_text
  p
  strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
    ;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .design-first-approach
    .design_approch_inner
    .top_data
    .star_review_image
    .inner_img_text
    p
    strong {
    font-size: 18px;
    line-height: 28px;
  }
}
.design-first-approach .design_approch_inner .bottom_data {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
.design-first-approach .design_approch_inner .bottom_data .apporch_content {
  width: calc(25% - 22.5px);
  text-align: center;
}
@media (max-width: 1025px) and (min-width: 768px) {
  .design-first-approach .design_approch_inner .bottom_data .apporch_content {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .design-first-approach .design_approch_inner .bottom_data .apporch_content {
    width: 100%;
  }
}
.design-first-approach .design_approch_inner .bottom_data .apporch_content h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 10px;
   #000;
}
.design-first-approach
  .design_approch_inner
  .bottom_data
  .apporch_content
  .rich_text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
   #000;
}
.design-first-approach
  .design_approch_inner
  .bottom_data
  .apporch_content
  .rich_text
  p {
  margin: 0;
}
.design-first-approach .design_approch_inner .bottom_btn {
  text-align: center;
  margin-top: 48px;
}
.design-first-approach .design_approch_inner .bottom_btn a.btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  display: inline-block;
  text-decoration: none;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 14px 33px 14px 44px;
  letter-spacing: normal;
}
.design-first-approach .design_approch_inner .bottom_btn a.btn svg {
  margin-left: 19px;
}
.page_ui_ux .trusted_logo_section .logo_list .bottom_btn a {
  background:  ;
  padding: 14px 23px 14px 40px;
   #fff;
}
.page_ui_ux .trusted_logo_section .logo_list .bottom_btn a svg path {
  fill: #fff;
}
.page_ui_ux
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading {
  margin: 0 0 47px;
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 40px 0;
  }
}
.page_ui_ux
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  h2 {
  font-size: 52px;
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.page_ui_ux .audit_report_section .audit_report_process {
  overflow: hidden;
}
.page_ui_ux .audit_report_section .audit_report_process .left_image {
  top: 80px;
  left: 17px;
}
@media (max-width: 767px) {
  .page_ui_ux .audit_report_section .audit_report_process .audit_report_innes {
    padding-bottom: 0;
  }
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process {
  width: 25%;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process {
    width: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .page_ui_ux
    .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process {
    width: 100%;
  }
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .report_description {
  max-width: 318px;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .report_description
  P {
  line-height: 24px;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .report_description
  P
  strong {
  font-weight: 600;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process_1 {
  order: 1;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process_1
  .steps
  .steps_image
  .line_image {
  right: -11%;
  bottom: -5%;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process_2 {
  order: 2;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process_2
  .steps
  .steps_image
  .line_image {
  right: -15%;
  top: 14%;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process_3 {
  order: 3;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process_3
  .steps
  .steps_image
  .line_image {
  left: 92%;
  bottom: -5%;
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .center_steps {
  order: 4;
  max-width: 246px;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page_ui_ux
    .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .center_steps {
    padding: 30px 24px;
  }
}
.page_ui_ux
  .audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h2
  strong {
  font-weight: 600;
}
.page_ui_ux .audit_report_section .audit_report_process .main_height {
  top: 80px;
  width: auto;
  max-width: 100%;
  right: 146px;
}
.page_ui_ux
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .block_list
  .single_block
  .block_details
  .block_content
  .block_left_content
  .main_heading
  strong {
  font-weight: 600;
}
.ui_ux_slider .store_details {
  border-radius: 16px;
}
.ui_ux_slider .store_details .services_details {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ui_ux_slider .store_details .services_details {
    padding: 50px 0 0;
  }
}
.ui_ux_slider .store_details .services_details .services_right_content {
  width: 50%;
  padding-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .ui_ux_slider .store_details .services_details .services_right_content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ui_ux_slider .store_details .services_details .services_right_content {
    width: 100%;
    padding-left: 0;
    height: 300px;
    overflow: hidden;
  }
}
.ui_ux_slider
  .store_details
  .services_details
  .services_right_content
  .column_list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_right_content
  .column_list
  .slick-list {
  height: auto !important;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_right_content
  .column_list
  .single_column {
  width: 33.33%;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_right_content
  .column_list
  .single_column
  .column_image
  .image
  img {
  width: 100%;
}
.ui_ux_slider .store_details .services_details .services_left_content {
  width: 50%;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ui_ux_slider .store_details .services_details .services_left_content {
    width: 100%;
  }
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents {
  padding: 120px 120px 120px 60px;
}
@media screen and (max-width: 1400px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents {
    padding: 25px;
  }
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
   #000;
  margin: 0 0 26px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    h2 {
    font-size: 29px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    h2 {
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 20px;
  }
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .sub_heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .sub_heading
  p {
  margin: 0;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide {
  border-top: 1px solid #0000001a;
  padding: 16px 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    .faq_list
    .slide {
    padding: 10px 0;
  }
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide:first-child {
  border-top: none;
  padding-top: 14px;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide:last-child {
  border-bottom: 1px solid #0000001a;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide
  .tabs_title.change_icon
  button
  svg {
  transform: rotate(90deg);
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide
  .tabs_title
  button {
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  text-transform: capitalize;
   #000;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    .faq_list
    .slide
    .tabs_title
    button {
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    .faq_list
    .slide
    .tabs_title
    button {
    font-size: 16px;
    line-height: 30px;
  }
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide
  .tabs_title
  button
  svg {
  transition: all 0.5s ease;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide
  .panel {
  display: none;
}
.ui_ux_slider
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide
  .panel
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    .faq_list
    .slide
    .panel
    p {
    font-size: 14px;
    line-height: 25px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail:not(.hidden_image_label)
  .hiring_right_content
  .details
  .logo_image {
  display: none;
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label {
  align-items: unset;
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details {
  height: 100%;
  position: relative;
  max-width: 620px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details {
    max-width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details {
    max-width: 280px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .images {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image {
  position: absolute;
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image
  img {
  width: 100%;
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image.icon_one {
  width: 72px;
  top: 40px;
  left: 115px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_one {
    top: 125px;
    left: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_one {
    width: 60px;
    top: 250px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_one {
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_one {
    width: 40px;
    left: 40px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image.icon_two {
  top: 80px;
  right: 75px;
  width: 72px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_two {
    top: 150px;
    right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_two {
    top: 300px;
    right: 30px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_two {
    top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_two {
    top: 35px;
    right: 15px;
    width: 40px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image.icon_three {
  bottom: 210px;
  right: 110px;
  width: 72px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_three {
    bottom: 160px;
    right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_three {
    bottom: 130px;
    right: 50px;
    width: 60px;
  }
}
@media screen and (max-width: 400px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_three {
    bottom: 70px;
    right: 20px;
    width: 40px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image.icon_four {
  bottom: 120px;
  width: 272px;
  left: -45px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_four {
    width: 200px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_four {
    bottom: 90px;
    width: 200px;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_four {
    bottom: 45px;
    width: 130px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  .logo_image.icon_five {
  top: 235px;
  left: 10px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_five {
    top: 270px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_five {
    top: 380px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_five {
    top: 120px;
  }
}
@media screen and (max-width: 400px) {
  .page_temp_careers
    .hiring_section
    .hiring_developer
    .hiring_content
    .hiring_detail.hidden_image_label
    .hiring_right_content
    .details
    .logo_image.icon_five {
    width: 40px;
    top: 100px;
  }
}
.page_temp_careers
  .hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail.hidden_image_label
  .hiring_right_content
  .details
  h2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content {
    padding-right: 0;
  }
}
.page_prestashop
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading {
  font-size: 42px;
  line-height: 63px;
}
@media (max-width: 767px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 26px;
    line-height: 39px;
  }
}
@media (max-width: 415px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 22px;
    line-height: 34px;
  }
}
.page_prestashop
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  i {
  font-size: 52px;
  line-height: 78px;
}
@media (max-width: 767px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading
    i {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 415px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading
    i {
    font-size: 22px;
    line-height: 34px;
  }
}
.page_prestashop
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .top_sub_text {
  font-size: 32px;
  line-height: 48px;
   #000;
}
@media (max-width: 767px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .top_sub_text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 415px) {
  .page_prestashop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .top_sub_text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page_shift4shop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content {
    padding-right: 0;
    width: 47.4%;
  }
}
.page_shift4shop
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading,
.page_shift4shop
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  i {
  letter-spacing: -1px;
}
@media screen and (min-width: 1401px) {
  .page_shift4shop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 63.5%;
  }
}
@media screen and (min-width: 1401px) {
  .page_shift4shop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 36.15%;
  }
}
@media screen and (min-width: 1401px) {
  .page_shift4shop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button
    .btn_submit {
    padding: 14.5px 14px;
  }
}
@media screen and (min-width: 768px) {
  .page_shift4shop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content {
    width: 52.6%;
  }
}
@media screen and (min-width: 768px) {
  .page_shift4shop
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .right-imges
    .right_image_main_3 {
    right: 8%;
    top: 0%;
  }
}
.page_internal_feedback_form .internal_feedback {
  background: #fbf7ed;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form .internal_feedback {
    padding: 20px;
  }
}
.page_internal_feedback_form .internal_feedback .feedback_forms {
  position: relative;
  z-index: 11;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container.main_form
  .page_feedbacks {
  overflow: hidden;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form) {
  display: none;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0 0 25px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.last_form_field
  .fields {
  margin-bottom: 23px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn {
  margin: 0;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit {
  padding: 14px 44px;
}
@media screen and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_two
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_btn
    .form_submit {
    width: 202px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0 0 16px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields {
  margin-bottom: 16px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  label {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_three
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    label {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_three
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_btn
    .form_submit {
    width: 164px;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_three
    .page_feedbacks
    .right_feedbacks {
    display: none;
  }
}
@media screen and (min-width: 1401px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_four
    .page_feedbacks
    .left_feedbacks {
    padding: 84px 126px 64px 127px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_four
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0 0 25px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_four
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.input_textarea_field
  .fields {
  margin-bottom: 16px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_four
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.input_textarea_field
  .fields
  label {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_four
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.input_textarea_field
    .fields
    label {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_four
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form_btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_four
    .page_feedbacks
    .right_feedbacks {
    display: none;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks {
  max-width: 674px;
  overflow: hidden;
  border-radius: 16px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks {
  width: 100%;
  padding: 59px 63px 0;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_final
    .page_feedbacks
    .left_feedbacks {
    padding: 50px 25px 0;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  h2 {
  margin: 0 0 20px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .description
  p
  a {
    ;
  font-weight: 700;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .btn_call_button {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_final
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .btn_call_button {
    width: 348px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_final
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .btn_call_button {
    font-size: 14px;
    line-height: 25px;
    padding: 14px;
  }
}
@media screen and (max-width: 419px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_final
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .btn_call_button {
    font-size: 11px;
    padding: 10px 7px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .btn_call_button
  svg {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_final
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .btn_call_button
    svg {
    margin-left: 15px;
  }
}
@media screen and (max-width: 419px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .feedback_form_container:not(.main_form).form_step_final
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .btn_call_button
    svg {
    margin-left: 0;
    width: 19px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .btn_call_button:hover {
  background:  ;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .btn_call_button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .final_image {
  margin-top: -14px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .final_image
  img {
  width: 100%;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .final_close_btn {
  text-align: center;
  margin: 10px 0 0;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form).form_step_final
  .final_close_btn
  a {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-decoration-line: underline;
   #000;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks {
    flex-direction: column-reverse;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step {
  max-width: 1600px;
  border-radius: unset;
  background: transparent;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .left_feedbacks {
  width: 50%;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .left_feedbacks {
    width: 100%;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields {
  margin-bottom: 25px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  label {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 25px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    label {
    font-size: 13px;
    line-height: 21px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  label
  strong {
  font-size: 17px;
}
@media screen and (max-width: 1400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    label
    strong {
    font-size: 15px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks {
  width: 50%;
  background: #fbf7ed;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image {
    position: sticky;
    -webkit-position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list {
  position: relative;
  padding: 90px 0 228px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list {
    padding: 30px 0 110px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .top_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .top_pattern {
    max-width: 250px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .bottom_pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .bottom_pattern {
    max-width: 250px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .grid_pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .grid_pattern {
    max-width: 200px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image {
  position: relative;
  z-index: 11;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .manager_image {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .main_image
    .manager_image {
    max-width: 250px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
   #000;
  margin: 35px 0 0;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .main_image
    .company_prgress
    h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 25px 0 0;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
   #1a1a1a;
  margin: 0 0 63px;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .main_image
    .company_prgress
    h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 40px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list:after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background- #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 19px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .main_image
    .company_prgress
    .list:after {
    bottom: 17px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list
  .check_list {
  text-align: center;
  width: 33.33%;
  position: relative;
  z-index: 1;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list
  .check_list
  label {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
   #1a1a1a;
  margin: 0 0 23px;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .main_image
    .company_prgress
    .list
    .check_list
    label {
    font-size: 12px;
    line-height: 10px;
  }
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step
    .right_feedbacks
    .feeback_person_image
    .image_list
    .main_image
    .company_prgress
    .list
    .check_list
    label {
    line-height: 15px;
    min-height: 30px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list
  .check_list
  .input_checklist {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #fbf7ed;
  border: 2px solid #000;
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list
  .check_list
  .input_checklist:checked {
  border-  ;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  .list
  .check_list
  .input_checklist:checked:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  img {
  width: 100%;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks {
  width: 48.1%;
  display: flex;
  align-items: center;
  padding: 67px 99px 66px 94px;
}
@media screen and (max-width: 1400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks {
    padding: 40px 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks {
    width: 100%;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content {
  width: 100%;
  max-width: 547px;
  margin: 0 auto;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: -4px 0 34px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header {
    margin: 0 0 20px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
  margin: 0 0 24px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .description
    p {
    font-size: 14px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields {
  width: 100%;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox {
  position: relative;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox.active
  ul {
  display: block;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  .sub_heading {
  border: 1px solid #00000080;
  border-radius: 3px;
  width: 100%;
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  text-align: left;
  padding: 11px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    .sub_heading {
    padding: 11px 20px;
    font-size: 18px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  .sub_heading
  .manager_name {
  display: flex;
  align-items: center;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  .sub_heading
  img {
  width: 50px;
  margin-right: 23px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    .sub_heading
    img {
    width: 35px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    .sub_heading {
    font-size: 17px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    .sub_heading {
    padding: 10px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  margin: 0;
  display: none;
  width: 100%;
  height: 310px;
  overflow: auto;
  border: 1px solid #0000001a;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul
  li {
  padding: 13px 30px 13px 75px;
  cursor: pointer;
   #000;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li {
    padding: 13px 20px 13px 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li {
    font-size: 15px;
    padding: 13px 13px 13px 60px;
  }
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li {
    font-size: 13px;
    padding: 13px 13px 13px 50px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul
  li
  img {
  width: 50px;
  margin-right: 30px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li
    img {
    width: 35px;
  }
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li
    img {
    margin-right: 10px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul
  li.active_value:before {
  border-width: 7px;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li.active_value:before {
    border-width: 6px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul
  li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.55s ease;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li:before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li:before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .sub_heading_dropbox
    ul
    li:before {
    left: 15px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul
  li:hover {
  background: #dfb7571a;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .sub_heading_dropbox
  ul
  li
  svg {
  margin-left: 40px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field {
  margin: 0 0 36px;
}
@media screen and (max-width: 1024px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field {
    margin: 0 0 20px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field.last_radio {
  margin: 0 0 3px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field
  .input_radio_field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid  ;
  border-radius: 50%;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  margin: 0 24px -5px 0;
  transition: all 0.1s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    .input_radio_field {
    margin: 0 10px -5px 0;
  }
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    .input_radio_field {
    width: 20px;
    height: 20px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field
  .input_radio_field:checked {
  border-width: 7px;
}
@media screen and (max-width: 400px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    .input_radio_field:checked {
    border-width: 6px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field
  label {
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    label {
    font-size: 15px;
    line-height: 30px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields {
    width: 100%;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    label {
    font-size: 13px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 12px 14px 11px;
  width: 100%;
   #000;
}
@media (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .textarea_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
  height: 100px;
  display: block;
}
@media (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    .textarea_field {
    font-size: 16px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .the_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .the_count
  .field_error {
  margin-top: 0;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox {
  margin-top: 11px;
  line-height: normal;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 0 20px -4px 0;
  cursor: pointer;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  .form_checkbox:checked {
  border: 2px solid  ;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  .form_checkbox:checked:after {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn {
  margin: 30px 0 0;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_btn
    .form_submit {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit:hover {
  background:  ;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit
  svg {
  margin-left: 20px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .time_duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #0000009c;
  margin: 21px 0 0;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .right_feedbacks {
  width: 51.9%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks
    .right_feedbacks {
    width: 100%;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .right_feedbacks
  .image {
  height: 100%;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .right_feedbacks
  .image
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product_lock_in_price .product .product__media-wrapper .product__media-list {
  padding-right: 8px;
}
.product_lock_in_price
  .product
  .product__media-wrapper
  .product__media-list
  .product__media-item
  .product__modal-opener
  .product__media.media {
  padding-top: 90.2% !important;
}
.product_lock_in_price
  .product
  .product__media-wrapper
  .product__media-list
  .product_lock_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 17px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .product_lock_in_price
    .product
    .product__media-wrapper
    .product__media-list
    .product_lock_icon {
    top: 20px;
    right: 20px;
  }
}
.product_lock_in_price
  .product
  .product__media-wrapper
  .product__media-list
  .product_lock_icon
  img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .product_lock_in_price .product .product__media-wrapper .product__media-icon {
    top: 40% !important;
  }
}
.product_lock_in_price .product .product__info-wrapper {
  padding-left: 40px !important;
  padding-top: 15px !important;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_lock_in_price .product .product__info-wrapper {
    padding-left: 20px !important;
  }
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product__title
  h1 {
  font-weight: 400 !important;
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product__title
    h1 {
    font-size: 28px !important;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 749px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product__title
    h1 {
    line-height: 34px !important;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 749px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product__title
    h1
    span {
    display: block;
    font-size: 25px;
  }
}
@media screen and (min-width: 1501px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price__container {
    width: 42.8% !important;
  }
}
@media screen and (min-width: 1501px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price_discount_container {
    width: 57.2% !important;
  }
}
@media screen and (min-width: 1501px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price_discount_container
    .price_discount {
    font-size: 20px !important;
  }
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul {
  display: block;
}
@media screen and (min-width: 1025px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li:first-child
    label {
    padding: 24px 57px 19px 47px;
  }
}
@media screen and (min-width: 1025px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li:last-child
    label {
    padding: 24px 100px 19px 88px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li:last-child
    label {
    padding: 10px 49px;
  }
}
@media screen and (max-width: 767px) and (min-width: 420px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li:last-child
    label {
    padding: 11px 61px;
  }
}
@media screen and (max-width: 419px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subcription_heading
    ul
    li:last-child
    label {
    padding: 12px 38px;
  }
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  label {
  border-bottom: none !important;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  input:checked
  + label {
  background: #fff;
    ;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subcription_heading
  ul
  li
  input:checked
  + label:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background:  ;
  position: absolute;
  left: 0;
  top: 0;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content {
  padding: 40px 47px 40px 36px !important;
}
@media screen and (max-width: 749px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content {
    padding: 30px 20px !important;
  }
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail.Details_lock_in {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
   #000;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .range_bar
  .range_bar_active:before {
  max-width: var(--product-bar-range-lock-in) !important;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .qty_form_error {
   red;
  font-size: 14px;
  margin: 10px 0 0;
  display: inline-block;
}
@media screen and (max-width: 749px) and (min-width: 400px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .product-form__input
    .quantity__button {
    width: 35px;
  }
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit {
  margin-bottom: 0;
  min-height: 73px;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
   #fff;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .product_lock_in_price
    .product
    .product__info-wrapper
    .product__info-container
    .product_subcription_container
    .product_subcription
    .subcription_details
    .subscription_content
    .content_detail
    .product-form
    .product_forms
    .form_button
    .product-form__buttons
    .pro_proposal_submit {
    font-size: 17px;
  }
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit:after {
  display: none;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit:before {
  display: none;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit[disabled="disabled"] {
  opacity: 0.5;
  cursor: no-drop;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit.loading
  span {
  display: none;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit
  .loading-overlay__spinner
  svg
  circle {
  stroke: #fff;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit
  .dot_span {
  margin: 0 14px;
  display: inline-block;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.product_lock_in_price
  .product
  .product__info-wrapper
  .product__info-container
  .product_subcription_container
  .product_subcription
  .subcription_details
  .subscription_content
  .content_detail
  .product-form
  .product_forms
  .form_button
  .product-form__buttons
  .pro_proposal_submit
  .btn_arrow {
  margin-left: 24px;
}
.shop_by_character img {
  max-width: 100%;
}
.shop_by_character .left_data {
  width: 50%;
  text-align: end;
  position: relative;
}
@media (min-width: 768px) {
  .shop_by_character .left_data {
    padding: 0 60px;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .shop_by_character .left_data {
    padding: 0 10px;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .shop_by_character .left_data {
    width: 50%;
    height: 100%;
    position: sticky;
    align-self: start;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .shop_by_character .left_data {
    width: 100%;
  }
}
.shop_by_character .left_data .sub_img_1 {
  position: absolute;
  left: 11%;
  top: 10%;
  z-index: -1;
}
.shop_by_character .left_data .sub_img_2 {
  position: absolute;
  right: 13%;
  bottom: -10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .shop_by_character .left_data .sub_img_2 {
    display: none;
  }
}
.shop_by_character .right_data {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .shop_by_character .right_data {
    padding: 0 60px;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .shop_by_character .right_data {
    padding: 0 10px;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .shop_by_character .right_data {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .shop_by_character .right_data {
    width: 100%;
    padding-top: 30px;
  }
}
.shop_by_character .right_data .right_data_inner {
  width: 100%;
  max-width: 538px;
  padding-top: 58px;
}
@media screen and (max-width: 767px) {
  .shop_by_character .right_data .right_data_inner {
    margin: 0 auto;
    padding-top: 0;
    max-width: 100%;
  }
}
.shop_by_character .right_data .right_data_inner .section_richtext {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
   #000;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .shop_by_character .right_data .right_data_inner .section_richtext {
    font-size: 14px;
    line-height: 24px;
  }
}
.shop_by_character .right_data .right_data_inner .section_richtext p {
  letter-spacing: -0.2px;
}
.shop_by_character .right_data .right_data_inner .section_richtext p strong {
  font-weight: 600;
}
.shop_by_character .right_data .right_data_inner .sub_heading {
  font-size: 22px;
  line-height: 37px;
   #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .shop_by_character .right_data .right_data_inner .sub_heading {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 27px;
  }
}
.shop_by_character .right_data .right_data_inner h2 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0;
  margin: 0 0 17px;
}
@media screen and (max-width: 1440px) {
  .shop_by_character .right_data .right_data_inner h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 27px;
  }
}
.shop_by_character .right_data .right_data_inner .bottom_btn a.btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
    ;
  display: inline-block;
  text-decoration: none;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 14px 33px 14px 44px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .shop_by_character .right_data .right_data_inner .bottom_btn a.btn {
    width: 100%;
    text-align: center;
  }
}
.shop_by_character .right_data .right_data_inner .bottom_btn a.btn svg {
  margin-left: 19px;
}
.shop_by_character .section_content {
  display: flex;
}
@media (min-width: 1440px) {
  .shop_by_character .section_content {
    margin: 0 -60px;
  }
}
@media screen and (max-width: 1441px) {
  .shop_by_character .section_content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .shop_by_character .section_content {
    flex-direction: column;
  }
}
.figma-shopify .trusted_logo_section .logo_list .bottom_btn a {
  background:  ;
  padding: 14px 23px 14px 40px;
   #fff;
}
.figma-shopify .trusted_logo_section .logo_list .bottom_btn a svg path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .figma-shopify .migrate-banner .migrate-from-magento .magento-details {
    flex-direction: column-reverse;
  }
}
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content {
  padding: 50px 0 68px 115px;
}
@media (max-width: 1440px) {
  .figma-shopify
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content {
    padding: 50px 0 68px 40px;
  }
}
@media (max-width: 767px) {
  .figma-shopify
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_right_content {
    padding: 50px 20px 36px;
  }
}
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image {
  margin: 0;
}
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .right-imges
  img {
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 1440px) {
  .figma-shopify
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content {
    padding: 85px 0 135px 65px;
  }
}
@media screen and (max-width: 767px) {
  .figma-shopify
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content {
    padding: 0 24px 60px;
  }
}
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading,
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  i {
  letter-spacing: -0.2px;
}
@media (min-width: 1400px) {
  .figma-shopify
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading
    strong:after {
    bottom: -8px;
  }
}
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .description
  p {
  max-width: 561px;
  margin: 13px 0 0;
}
@media (min-width: 768px) {
  .figma-shopify
    .migrate-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container {
    margin-top: 37px;
  }
}
.figma-shopify
  .migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .figma-shopify .shop_by_character .right_data {
    align-items: unset;
  }
}
.figma-shopify .shop_by_character .right_data .right_data_inner {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .figma-shopify .shop_by_character .right_data .right_data_inner {
    padding-top: 38px;
  }
}
@media (min-width: 1440px) {
  .figma-shopify .shop_by_character .section_content {
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .figma-shopify .shop_by_character .section_content {
    flex-direction: column;
  }
}
.figma-shopify .shop_by_character .section_content .left_data {
  width: 50%;
}
@media (min-width: 1025px) {
  .figma-shopify .shop_by_character .section_content .left_data {
    padding: 0 53px;
  }
}
@media screen and (max-width: 767px) {
  .figma-shopify .shop_by_character .section_content .left_data {
    width: 100%;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .figma-shopify .shop_by_character .section_content .left_data {
    padding: 0 10px;
  }
}
.figma-shopify .shop_by_character .section_content .right_data {
  width: 50%;
}
@media (min-width: 768px) {
  .figma-shopify .shop_by_character .section_content .right_data {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .figma-shopify .shop_by_character .section_content .right_data {
    padding: 0 53px;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .figma-shopify .shop_by_character .section_content .right_data {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .figma-shopify .shop_by_character .section_content .right_data {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content {
    flex-direction: revert;
  }
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content {
  padding: 60px 40px 40px 68px;
}
@media (min-width: 1025px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content {
    padding: 50px 24px;
  }
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list {
  margin: 0;
}
@media (min-width: 1025px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content {
    width: 50%;
  }
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .section_heading {
  margin: 0 0 39px;
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  h2 {
  padding-bottom: 21px;
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .section_heading
  .description
  p {
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .section_heading
    .description
    p {
    font-size: 16px;
    line-height: 24px;
  }
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields {
    margin-bottom: 17px;
  }
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_field
  .fields
  .input_field {
  padding: 14px;
}
@media (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.figma-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list
  .form
  .form_btn
  span.time_text {
  font-size: 14px;
  line-height: 21px;
  padding-top: 21px;
  display: block;
}
@media (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_btn
    span.time_text {
    display: none;
  }
}
@media (max-width: 767px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .form_btn
    .form_submit {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .figma-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .left_content
    .detail_list
    .form
    .checkbox {
    margin-top: 12px;
    line-height: 0;
  }
}
.figma-shopify
  .support_info_section
  .support_info
  .information
  .description
  strong {
  font-weight: 600;
}
.figma-shopify .shop_by_character .right_data .right_data_inner h2 {
  margin: 0 0 23px;
}
.figma-shopify .shop_by_character .right_data .right_data_inner .sub_heading,
.figma-shopify
  .shop_by_character
  .right_data
  .right_data_inner
  .section_richtext {
  margin: 0 0 29px;
}
.figma-shopify
  .trusted_logo_section
  .trusted_logo
  .logo_list
  .section_heading
  h2 {
  font-weight: 300;
}
@media (min-width: 768px) {
  .figma-shopify
    .ui_ux_slider
    .store_details
    .services_details
    .services_left_content
    .about_contents
    .sub_heading {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .figma-shopify
    .site_review_section
    .site_review
    .review_container_content
    .reviews
    .review_section
    .left_content
    .review_container
    .review_details
    .review
    .customer_review
    .review_description
    p {
    font-size: 20px;
  }
}
.figma-shopify
  .store_details
  .services_details
  .services_left_content
  .about_contents
  .faq_list
  .slide:first-child {
  padding-top: 17px;
}
.figma-shopify .shopify_audit_section .shopify_audit .audit_details {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .figma-shopify
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .figma-shopify
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 24px;
  }
}
.figma-project .figma-project-inner {
  padding: 120px 0;
}
@media screen and (max-width: 1440px) {
  .figma-project .figma-project-inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .figma-project .figma-project-inner {
    padding: 50px 0 58px;
  }
}
.figma-project .figma-project-inner .inner_data {
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .figma-project .figma-project-inner .inner_data {
    padding: 0 60px;
  }
}
.figma-project .figma-project-inner .top_data {
  text-align: center;
}
.figma-project .figma-project-inner .top_data h2 {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .figma-project .figma-project-inner .top_data h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.figma-project .figma-project-inner .top_data .symbol_text {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  background: #fff;
  padding: 20px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: max-content;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 8px;
  margin: 0 auto 37px;
   #000;
}
@media (max-width: 767px) {
  .figma-project .figma-project-inner .top_data .symbol_text {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding: 16px 34px;
  }
}
.figma-project .figma-project-inner .top_data .symbol_text p {
  margin: 0;
}
.figma-project .figma-project-inner .top_data .symbol_text p strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
    ;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .figma-project .figma-project-inner .top_data .symbol_text p strong {
    font-size: 21px;
    line-height: 32px;
  }
}
.figma-project .figma-project-inner .loop_data {
  display: flex;
  flex-wrap: wrap;
}
.figma-project .figma-project-inner .loop_data .blog_inner {
  width: 33.33%;
  display: flex;
  border-left: 3px solid  ;
  padding: 30px 10px 30px 30px;
  align-items: center;
  margin-bottom: 14px;
}
.figma-project .figma-project-inner .loop_data .blog_inner:hover {
  background: #fff;
}
@media screen and (max-width: 1025px) {
  .figma-project .figma-project-inner .loop_data .blog_inner {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .figma-project .figma-project-inner .loop_data .blog_inner {
    width: 100%;
    padding: 20px 0 20px 30px;
  }
}
.figma-project .figma-project-inner .loop_data .blog_inner h4 {
  font-size: 18px;
  line-height: 24px;
  padding-left: 20px;
  margin: 0;
}
.figma-how-it-works .audit_report_process {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .figma-how-it-works .audit_report_process {
    border-radius: unset !important;
  }
}
.figma-how-it-works .audit_report_process .left_image {
  position: absolute;
  width: 100%;
  max-width: 425px;
  top: 76px;
  left: 17px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .figma-how-it-works .audit_report_process .left_image {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works .audit_report_process .left_image {
    display: none;
  }
}
.figma-how-it-works .audit_report_process .right_image {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: max-content;
  top: 80px;
  left: 146xp;
  right: 148px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .figma-how-it-works .audit_report_process .right_image {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works .audit_report_process .right_image {
    display: none;
  }
}
.figma-how-it-works .audit_report_process .left_image_mobile {
  position: absolute;
  top: 26px;
  left: 35px;
}
@media screen and (min-width: 768px) {
  .figma-how-it-works .audit_report_process .left_image_mobile {
    display: none;
  }
}
.figma-how-it-works .audit_report_process .audit_report_innes {
  padding: 80px 0 66px;
}
@media screen and (max-width: 767px) {
  .figma-how-it-works .audit_report_process .audit_report_innes {
    padding: 40px 0 60px;
  }
}
.figma-how-it-works .audit_report_process .audit_report_innes .audit_report {
  position: relative;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header {
  text-align: center;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
   #fff;
  display: inline-block;
  background: #00000033;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 8px;
  margin: 0 0 30px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report
    .report_header
    h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    margin: 0 0 35px;
    padding: 15px 30px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 62px;
   #fff;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report
    .report_header
    h2 {
    font-size: 32px;
    line-height: 62px;
    margin: 0 0 30px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h2
  strong {
  font-weight: 600;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps {
  position: relative;
  z-index: 1;
  padding: 0 82px;
}
@media screen and (max-width: 1400px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps {
    padding: 0 24px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .center_box_image {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -5.3%;
  width: 100%;
  max-width: 574px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .center_box_image {
    display: none;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text {
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
  flex-wrap: wrap;
}
@media (min-width: 1401px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text {
    margin: 0 -37px;
  }
}
@media screen and (max-width: 1400px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text {
    padding-bottom: 55px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner {
  width: 33.33%;
}
@media screen and (min-width: 1401px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text
    .works_data_inner {
    padding: 0 37px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text
    .works_data_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text
    .works_data_inner {
    width: 100%;
    max-width: 400px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text
    .works_data_inner:last-child {
    padding-bottom: 0;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner
  .top_text {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text
    .works_data_inner
    .top_text {
    padding-bottom: 20px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner
  .top_text
  span {
  background: #dfb757;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
   #000;
  margin-right: 18px;
  width: 48px;
  height: 48px;
  text-align: center;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner
  .top_text
  h4 {
  font-size: 20px;
  line-height: 28px;
   #fff;
  margin: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .image_with_text
    .works_data_inner
    .top_text
    h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner
  .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
   #fff;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner
  .description
  p {
  margin: 0;
  padding: 35px 0 0;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .image_with_text
  .works_data_inner
  .image_works
  img {
  max-width: 100%;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .steps
  h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
   #fff;
  margin: 0;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    h3 {
    font-size: 11px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    h3 {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    h3
    br {
    display: none;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .steps
  .step_button {
  padding: 30px 0 0;
  text-align: center;
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .steps
  .step_button
  a {
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #000;
  padding: 17px 40px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    .step_button
    a {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    .step_button
    a {
    font-size: 16px;
    line-height: 33px;
    padding: 10px 20px;
  }
}
.figma-how-it-works
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .steps
  .step_button
  a:after {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_f78c49ea-dcde-479f-9e15-7ad8205af8ed.svg?v=1677065914);
  width: 40px;
  height: 20px;
  position: absolute;
  right: -33px;
  bottom: -20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .figma-how-it-works
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .steps
    .step_button
    a:after {
    right: -25px;
    width: 30px;
  }
}
.shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .right_content
  .images
  .image
  .desktop_hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image
    .desktop_hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image
    .mobile_hidden {
    display: none;
  }
}
.product_lock_in_timer {
  position: absolute;
  bottom: 26px;
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .product_lock_in_timer {
    bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .product_lock_in_timer {
    bottom: 10px;
  }
}
.product_lock_in_timer .timer_container {
  background: #00000059;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  width: 100%;
  max-width: 367px;
  margin: 0 auto;
   #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .product_lock_in_timer .timer_container {
    padding: 10px 0;
    max-width: 310px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_lock_in_timer .timer_container {
    padding: 5px 0;
    max-width: 280px;
  }
}
@media screen and (max-width: 749px) {
  .product_lock_in_timer .timer_container {
    padding: 10px 0;
    max-width: 290px;
  }
}
@media screen and (max-width: 400px) {
  .product_lock_in_timer .timer_container {
    padding: 5px 0;
    max-width: 225px;
  }
}
.product_lock_in_timer .timer_container .timer_detials {
  text-align: center;
  padding: 0 6px;
}
.product_lock_in_timer .timer_container .timer_detials .time_counter {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .product_lock_in_timer .timer_container .timer_detials .time_counter {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .product_lock_in_timer .timer_container .timer_detials .time_counter {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 749px) {
  .product_lock_in_timer .timer_container .timer_detials .time_counter {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 400px) {
  .product_lock_in_timer .timer_container .timer_detials .time_counter {
    width: 40px;
    height: 40px;
  }
}
.product_lock_in_timer
  .timer_container
  .timer_detials
  .time_counter
  .time_number {
  position: absolute;
}
.product_lock_in_timer
  .timer_container
  .timer_detials
  .time_counter
  .timer_border {
  width: 100%;
}
.product_lock_in_timer
  .timer_container
  .timer_detials
  .time_counter
  .timer_border
  svg {
  width: 100%;
}
.product_lock_in_timer
  .timer_container
  .timer_detials
  .time_counter
  .timer_border
  svg
  path.active {
  opacity: 0.5;
}
.product_lock_in_timer .timer_container .timer_detials .heading {
  font-size: 11px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .product_lock_in_timer .timer_container .timer_detials .heading {
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .product_lock_in_timer .timer_container .timer_detials .heading {
    font-size: 10px;
    margin: 5px 0 0;
  }
}
.page_publick_feedback_form .publick_feedback {
  background: #fbf7ed;
  padding: 50px 0;
}
.page_publick_feedback_form .publick_feedback .header_image {
  text-align: center;
  margin: 0 0 50px;
}
.page_publick_feedback_form .publick_feedback .header_image a {
  display: inline-block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}
.page_publick_feedback_form .publick_feedback .header_image a img {
  width: 100%;
}
.page_publick_feedback_form .publick_feedback .feedback_forms {
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .page_publick_feedback_form .publick_feedback .feedback_forms {
    padding: 0 20px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container:not(.main_form) {
  display: none;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks {
  padding: 58px 63px 83px !important;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_three
    .page_feedbacks
    .left_feedbacks {
    padding: 50px 25px !important;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .description
  p {
  margin: 25px 0;
  font-size: 20px;
  line-height: 30px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn {
  margin: 51px 0 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit[disabled] {
  background: #97948c;
  opacity: 0.5;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_three
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .checkbox
    input {
    margin: 0 10px -4px 0;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_three
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .checkbox
    label {
    font-size: 17px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  label
  a {
    ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_three
  .final_close_btn {
  margin: 220px 0 0 !important;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_three
    .final_close_btn {
    margin: 100px 0 0 !important;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step.form_step_final {
  text-align: center;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .page_feedbacks {
  max-width: 674px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .page_feedbacks
  .left_feedbacks {
  width: 100%;
  padding: 60px 63px 0;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.combine_form_step
    .page_feedbacks
    .left_feedbacks {
    padding: 60px 25px 0;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .description
  p
  a {
  font-weight: 700;
    ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .final_image
  img {
  width: 100%;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .final_close_btn {
  text-align: center;
  margin: 10px 0 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .final_close_btn
  a {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-decoration-line: underline;
   #000;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .btn_call_button {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.combine_form_step
    .btn_call_button {
    font-size: 14px;
    line-height: 25px;
    padding: 14px;
  }
}
@media screen and (max-width: 419px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.combine_form_step
    .btn_call_button {
    font-size: 11px;
    padding: 10px 7px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .btn_call_button
  svg {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.combine_form_step
    .btn_call_button
    svg {
    margin-left: 15px;
  }
}
@media screen and (max-width: 419px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.combine_form_step
    .btn_call_button
    svg {
    margin-left: 0;
    width: 19px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .btn_call_button:hover {
  background:  ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .btn_call_button:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks {
  background: transparent;
  justify-content: center;
  flex-direction: unset;
  max-width: 1702px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks
  .left_feedbacks {
  background: #fff;
  border-radius: 16px;
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks
    .left_feedbacks {
    padding: 70px 127px 77px 126px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0 0 20px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox {
  margin-top: 1px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn {
  margin: 16px 0 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit {
  max-width: 169px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks:not(.active_agreement)
  .client_notes {
  display: none;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement {
    padding: 0 25px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .left_feedbacks {
  width: 47%;
  padding: 70px 102px 89px;
  align-items: unset;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .left_feedbacks {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .left_feedbacks {
    width: 100%;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes {
  width: 53%;
  padding-left: 102px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .client_notes {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .client_notes {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes
  .content_description {
  padding: 83px 127px 83px 126px;
  max-width: 800px;
  width: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .client_notes
    .content_description {
    padding: 40px 25px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes
  .content_description
  .icon_agrement_close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .client_notes
    .content_description
    .icon_agrement_close {
    right: 20px;
    top: 20px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes
  .content_description
  .section_header
  h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  margin: 0 0 47px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.form_step_two
    .page_feedbacks.active_agreement
    .client_notes
    .content_description
    .section_header
    h2 {
    font-size: 27px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes
  .content_description
  .section_header
  .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes
  .content_description
  .section_header
  .description
  .main_topic {
  margin: 0 0 20px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.form_step_two
  .page_feedbacks.active_agreement
  .client_notes
  .content_description
  .section_header
  .description
  .main_topic
  p {
  margin: 0;
  letter-spacing: -0.1px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks {
  padding: 67px 52px 82px 51px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.review_form_step_final
    .page_feedbacks
    .left_feedbacks {
    padding: 50px 25px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content {
  max-width: 100%;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  h2 {
  font-size: 33px;
  margin: 0 0 45px;
  letter-spacing: -0.1px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.review_form_step_final
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    h2 {
    font-size: 18px;
    margin: 0 0 30px;
    line-height: 30px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .final_image {
  width: 100%;
  max-width: 323px;
  margin: 0 auto;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .product_heading {
  margin: 38px 0 12px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .product_heading
  h3 {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .product_heading
  h4 {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.review_form_step_final
  .final_close_btn {
  margin: 230px 0 0;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container.review_form_step_final
    .final_close_btn {
    margin: 100px 0 0;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks {
    flex-direction: column-reverse;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 95px 102px;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks {
    width: 100%;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content {
  width: 100%;
  max-width: 547px;
  margin: 0 auto;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header {
  margin: 0 0 34px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header {
    margin: 0 0 20px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
   #000;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .section_header
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   #000;
  margin: 0 0 15px;
}
@media screen and (max-width: 1400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .section_header
    .description
    p {
    font-size: 14px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .form_files {
  position: relative;
  padding: 3px;
  border-radius: 3px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .form_files
  .form_upload_files {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .form_files
  .image_picker {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 21px;
  text-align: center;
  text-decoration-line: underline;
     !important;
  cursor: pointer;
  margin-bottom: 0 !important;
  background: #fff;
  font-size: 14px !important;
  line-height: 30px !important;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .form_files.drag-over {
  background: linear-gradient(
    to right,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38
  );
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .form_files.drag-over
  .image_picker {
  border- transparent;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width.experience_field
  .fields
  .first_list {
  margin-top: 20px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  label {
  font-size: 17px !important;
  line-height: 26px !important;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  label
  span,
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  label
  li {
  font-size: 15px;
  line-height: 22.5px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .label_list {
  list-style: auto;
  padding-left: 18px;
  margin: 20px 0 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields {
  width: 100%;
  margin-bottom: 20px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field {
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field {
    margin: 0 0 20px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field.last_radio_field {
  margin: 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field
  .input_radio_field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid  ;
  border-radius: 50%;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  margin: 0 24px -7px 0;
  transition: all 0.1s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    .input_radio_field {
    margin: 0 10px -5px 0;
  }
}
@media screen and (max-width: 400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    .input_radio_field {
    width: 20px;
    height: 20px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field
  .input_radio_field:checked {
  border-width: 7px;
}
@media screen and (max-width: 400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    .input_radio_field:checked {
    border-width: 6px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field.full_width
  .fields
  .radio_field
  label {
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field.full_width
    .fields
    .radio_field
    label {
    font-size: 15px;
    line-height: 30px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields {
    width: 100%;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    label {
    font-size: 13px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .input_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
   #000;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .textarea_field {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
  height: 100px;
  display: block;
}
@media (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_field
    .fields
    .textarea_field {
    font-size: 16px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .the_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_field
  .fields
  .the_count
  .field_error {
  margin-top: 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox {
  margin-top: 17px;
  line-height: normal;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  .form_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 0 20px -4px 0;
  cursor: pointer;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  .form_checkbox:checked {
  border: 2px solid  ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  .form_checkbox:checked:after {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_12192700-4ed8-4299-bd23-d38a208a0489.png?v=1677319800);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #000;
  cursor: pointer;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .checkbox
  label
  .client_agreement {
  text-decoration: underline;
  cursor: pointer;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn {
  margin: 30px 0 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_btn
    .form_submit {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_btn
    .form_submit {
    padding: 15px 12px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit:hover {
  background:  ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit
  svg {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .left_feedbacks
    .feedback_forms_content
    .form
    .form_btn
    .form_submit
    svg {
    margin-left: 10px;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .time_duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
   #0000009c;
  margin: 20px 0 0;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .right_feedbacks {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_publick_feedback_form
    .publick_feedback
    .feedback_forms
    .feedback_form_container
    .page_feedbacks
    .right_feedbacks {
    width: 100%;
  }
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .right_feedbacks
  .image {
  height: 100%;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container
  .page_feedbacks
  .right_feedbacks
  .image
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
body.bg-active {
  overflow: hidden;
}
body.bg-active .bg_overly {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  z-index: 9;
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
}
.product_sticky_bar.pages_bar_box {
  z-index: 1111;
}
.loyaty-banner .migrate-from-magento .magento-details {
  display: flex;
  flex-wrap: wrap;
}
.loyaty-banner .migrate-from-magento .magento-details .store_left_content {
  width: 52.8%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 65px 25px 65px 65px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .loyaty-banner .migrate-from-magento .magento-details .store_left_content {
    padding: 65px 25px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner .migrate-from-magento .magento-details .store_left_content {
    width: 100%;
    padding: 50px 24px 301px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail {
  width: 100%;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .top_sub_text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .top_sub_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .top_sub_text {
    font-size: 12px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 52px;
  line-height: 78px;
   #000;
}
@media screen and (max-width: 1570px) and (min-width: 1401px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading {
    font-size: 19px;
    line-height: 30px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong {
  position: relative;
  font-weight: 600;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  strong:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0682/8323/6646/files/Vector.svg?v=1671441338);
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  width: 100%;
  right: 0;
  background-size: contain;
}
@media (max-width: 1400px) and (min-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading
    strong:after {
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .heading
    strong:after {
    display: none;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .heading
  b {
  font-weight: 600;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .description
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #000;
  width: 100%;
  max-width: 692px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .description
    p {
    font-size: 14px;
    line-height: 24px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 40px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 646px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container {
    margin-top: 20px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field {
  width: 64%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
   #00000080;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_field
    .input_field {
    padding: 23px 14px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button {
  width: 36%;
}
@media screen and (max-width: 1024px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_left_content
    .store_detail
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  font-family: var(--font-heading-family);
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .field_error {
   red;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.loyaty-banner .migrate-from-magento .magento-details .store_right_content {
  width: 47.2%;
  padding: 60px 0 60px 83px;
}
@media screen and (max-width: 991px) {
  .loyaty-banner .migrate-from-magento .magento-details .store_right_content {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner .migrate-from-magento .magento-details .store_right_content {
    width: 100%;
    padding: 0 8px;
    margin-top: -255px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image
  .image_group {
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image
    .image_group {
    max-width: 480px;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image
    .image_group {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image
    .image_group {
    width: 100%;
    max-width: 395px;
    margin: 0 auto;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image
  .image_group
  .main_image {
  position: relative;
  padding-top: 100%;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image
  .image_group
  .main_image
  img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image
  .image_group
  .logo {
  position: absolute;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group {
  max-width: 542px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group {
    margin: 0 auto 25px;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .logo_one {
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_one {
    top: -55px;
    left: 170px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_one {
    top: -25px;
    left: 130px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_one {
    width: 80px;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_one
    img {
    width: 100%;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .logo_two {
  top: 95px;
  right: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_two {
    top: 110px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_two {
    width: 80px;
    top: 75px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_two {
    width: 80px;
    right: 10px;
    top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_two
    img {
    width: 100%;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .logo_three {
  bottom: -50px;
  right: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_three {
    bottom: -50px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_three {
    width: 150px;
    bottom: -45px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_three {
    width: 160px;
    right: 0;
    bottom: -40px;
  }
}
@media screen and (max-width: 400px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_three {
    width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_three
    img {
    width: 100%;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .logo_four {
  bottom: 50px;
  left: 8px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_four {
    bottom: 80px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_four {
    width: 65px;
    bottom: 50px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_four {
    bottom: 30px;
    left: 17px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_four
    img {
    width: 100%;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .logo_five {
  top: 80px;
  left: -20px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_five {
    left: -20px;
    top: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_five {
    top: 55px;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_five {
    top: 50px;
    left: -5px;
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .logo_five
    img {
    width: 100%;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .bottom_left_one {
  bottom: 36%;
  left: -20%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_one {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_one {
    bottom: 230px;
    left: -96px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_one {
    display: none;
  }
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_right_content
  .store_image
  .image.block_image
  .image_group
  .bottom_left_two {
  bottom: 255px;
  left: -10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_two {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_two {
    bottom: 250px;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_two {
    bottom: 130px;
    left: 15px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .loyaty-banner
    .migrate-from-magento
    .magento-details
    .store_right_content
    .store_image
    .image.block_image
    .image_group
    .bottom_left_two
    img {
    width: 100%;
  }
}
.smartrr-purchase-options {
  display: none;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .item_main_heading {
  padding: 34px 30px 15px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price {
  margin: 0 0 22px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription {
  padding: 30px 28px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details {
  background: #ffffff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  border-radius: 15px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul {
  display: flex;
  flex-wrap: wrap;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li {
  width: 50%;
  border-bottom: 1px solid transparent !important;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li:not(.active) {
  border-bottom- #e5e5e5 !important;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked
  + label:before,
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked
  + label:after {
  display: none;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  label {
  border: none;
  box-shadow: unset;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li:first-child {
  border-right: 1px solid #e5e5e5;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  .cart_subscription_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 2px 17px 0 0;
  cursor: pointer;
  transition: unset;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/true_icon_150c93e0-b782-4ea6-a0a5-8c6114be55d0.svg?v=1683803945);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-left: -3px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  input:checked {
  border- transparent;
  border-width: 1px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading
  ul
  li
  label
  .cart_subscription_priceing {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
    ;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subcription_heading {
  position: relative;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content {
  box-shadow: unset;
  border: none;
  border-radius: 0 0 15px 15px;
  padding: 20px 24px 6px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text {
  font-size: 16px;
}
.subscription_toggle_box {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 21px 30px;
}
.subscription_toggle_box .subscription_box {
  background: #ffe5e5;
  border-radius: 15px;
  padding: 24px 32px;
}
.subscription_toggle_box .subscription_box .content_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.subscription_toggle_box .subscription_box .content_box .description {
  width: calc(100% - 96px);
  padding-right: 6px;
}
.subscription_toggle_box .subscription_box .content_box .toggle_box {
  width: 96px;
}
.subscription_toggle_box .subscription_box .content_box .description h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
   #ba0000;
  margin: 0;
}
.subscription_toggle_box .subscription_box .content_box .description p {
  line-height: 26px;
   #ba0000;
  font-size: 11px;
  margin: 0;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle {
  position: relative;
  display: inline-block;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__input {
  position: absolute;
  opacity: 0;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__slider {
  width: 95px;
  height: 40px;
  display: block;
  cursor: pointer;
  background: #ffffffcc;
  border: 1px solid #e6000033;
  border-radius: 88px;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__slider:after {
  display: block;
  text-transform: uppercase;
  content: "off";
  padding-left: 55px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 11px;
   maroon;
  opacity: 0.61;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__input:checked
  + .on_off_toggle__slider:after {
  content: "Yes";
   #00ab80;
  padding-left: 10px;
  text-align: left;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__input:checked
  + .on_off_toggle__slider:before {
  transform: translate(45px);
  left: 0;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__slider:before {
  content: "";
  display: block;
  bottom: -5px;
  height: 44px;
  left: 4px;
  position: absolute;
  width: 50px;
  z-index: 5;
  border-radius: 100%;
  background-image: url(/cdn/shop/files/red-switch.png?v=1683545964);
  background-size: contain;
  background-repeat: no-repeat;
}
.subscription_toggle_box
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__input:checked
  + .on_off_toggle__slider:before {
  background-image: url(/cdn/shop/files/green-switch.png?v=1683546299);
}
.subscription_toggle_box.active .subscription_box {
  background: #e5f2ef;
}
.subscription_toggle_box.active .subscription_box .content_box .description h2,
.subscription_toggle_box.active .subscription_box .content_box .description p {
    ;
}
.subscription_toggle_box.active
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__slider {
  background: #ffffff;
  border: 1px solid  63;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text {
  display: flex;
  align-items: center;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool
  .subscription_detail_desc {
  position: absolute;
  display: none;
  background: #ffffff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d;
  border-radius: 15px;
  z-index: 111;
  padding: 21px 27px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
   #000;
  width: 468px;
  right: -24px;
  top: 40px;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool
  svg {
  opacity: 0.3;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool:after {
  content: "";
  display: none;
  width: 19px;
  height: 19px;
  background: #fff;
  position: absolute;
  right: 2px;
  top: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  z-index: 11;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool.active_tooltip:after {
  display: inline-block;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool.active_tooltip
  svg {
  opacity: 1;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .cart_product_subcription
  .cart_subcription_details
  .cart_subscription_content
  .cart_content_detail
  .cart_hours_text
  .cart_subcription_content_tool.active_tooltip
  .subscription_detail_desc {
  display: inline-block;
}
cart-drawer
  .cart-drawer
  .drawer__inner
  cart-drawer-items
  .cart__contents
  .drawer__cart-items-wrapper
  .cart-items
  .cart-item
  .cart-item__details
  .price
  .price_discount_container
  .price_discount
  .dots_span {
  margin: 0 5px;
}
@media screen and (max-width: 749px) {
  .subscription_toggle_box {
    padding: 20px 15px;
  }
  .subscription_toggle_box .subscription_box {
    padding: 15px 24px;
  }
  .subscription_toggle_box .subscription_box .content_box .description h2 {
    font-size: 15px;
  }
  .subscription_toggle_box .subscription_box .content_box .description p {
    font-size: 10px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li {
    padding: 14px 5px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    .cart_subscription_input {
    margin: 2px 15px 0 0;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription {
    padding: 20px 0;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content {
    padding: 20px 15px 6px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details {
    border-radius: 0;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .price {
    padding: 0 15px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .item_main_heading {
    padding: 20px 15px 15px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading:after {
    right: 0;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .subscription_toggle_box .subscription_box {
    padding: 20px 15px 15px;
  }
  .subscription_toggle_box .subscription_box .content_box .description h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .subscription_toggle_box .subscription_box .content_box .description p {
    line-height: 20px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    label {
    font-size: 14px;
    line-height: 25px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    label
    .cart_subscription_priceing {
    font-size: 11px;
    line-height: 15px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text {
    font-size: 13px;
    line-height: 20px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text
    .cart_subcription_content_tool
    .subscription_detail_desc {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 15px;
    width: 360px;
    right: -14px;
  }
}
@media screen and (max-width: 400px) {
  .subscription_toggle_box {
    padding: 15px;
  }
  .subscription_toggle_box .subscription_box {
    padding: 15px 10px 11px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text
    .cart_subcription_content_tool
    .subscription_detail_desc {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 15px;
    width: 260px;
    right: -10px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subscription_content
    .cart_content_detail
    .cart_hours_text {
    font-size: 11px;
  }
  .subscription_toggle_box .subscription_box .content_box .description h2 {
    font-size: 10px;
    line-height: 15px;
  }
  .subscription_toggle_box .subscription_box .content_box .description p {
    line-height: 15px;
    margin: 5px 0 0;
  }
  .subscription_toggle_box
    .subscription_box
    .content_box
    .toggle_box
    .subscrion_on_toggle
    .on_off_toggle__input:checked
    + .on_off_toggle__slider:before {
    transform: translate(40px);
  }
  .subscription_toggle_box
    .subscription_box
    .content_box
    .toggle_box
    .subscrion_on_toggle
    .on_off_toggle__slider:before {
    bottom: 1px;
    height: 32px;
    width: 39px;
  }
  .subscription_toggle_box
    .subscription_box
    .content_box
    .toggle_box
    .subscrion_on_toggle
    .on_off_toggle__slider:after {
    font-size: 12px;
    padding-top: 11px;
  }
  .subscription_toggle_box
    .subscription_box
    .content_box
    .toggle_box
    .subscrion_on_toggle
    .on_off_toggle__slider:after {
    padding-left: 45px;
  }
  .subscription_toggle_box
    .subscription_box
    .content_box
    .toggle_box
    .subscrion_on_toggle
    .on_off_toggle__slider {
    width: 80px;
    height: 35px;
  }
  .subscription_toggle_box .subscription_box .content_box .toggle_box {
    width: 80px;
  }
  .subscription_toggle_box .subscription_box .content_box .description {
    width: calc(100% - 80px);
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    .cart_subscription_input {
    margin: 2px 10px 0 0;
    width: 15px;
    height: 15px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    label {
    font-size: 10px;
    line-height: 20px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading:after {
    width: 45px;
    height: 45px;
    top: -2px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    input:checked:before {
    width: 18px;
    height: 18px;
  }
  cart-drawer
    .cart-drawer
    .drawer__inner
    cart-drawer-items
    .cart__contents
    .drawer__cart-items-wrapper
    .cart-items
    .cart-item
    .cart-item__details
    .cart_product_subcription
    .cart_subcription_details
    .cart_subcription_heading
    ul
    li
    label
    .cart_subscription_priceing {
    font-size: 10px;
  }
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .form_step_two
  .page_feedbacks.form_step
  .right_feedbacks
  .feeback_person_image
  .image_list
  .main_image
  .company_prgress
  h3 {
  margin: 0 0 50px;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .form_step_two
  .page_feedbacks.form_step
  .left_feedbacks {
  align-items: unset;
}
.form_first_hidden {
  justify-content: center;
}
.internal_form_right_dropbox {
  position: relative;
  width: 100%;
  max-width: 587px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .internal_form_right_dropbox {
    max-width: 546px;
    margin: 0 auto;
    padding: 0;
  }
}
.internal_form_right_dropbox.active ul {
  display: block;
}
.internal_form_right_dropbox .sub_heading {
  background: #ffffff;
  border: 1px solid #00000080;
  border-radius: 3px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
   #000;
  text-align: left;
  padding: 11px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .internal_form_right_dropbox .sub_heading {
    padding: 11px 20px;
    font-size: 18px;
  }
}
.internal_form_right_dropbox .sub_heading .manager_name {
  display: flex;
  align-items: center;
}
.internal_form_right_dropbox .sub_heading img {
  width: 50px !important;
  margin-right: 23px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .internal_form_right_dropbox .sub_heading img {
    width: 35px !important;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .internal_form_right_dropbox .sub_heading {
    font-size: 17px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .internal_form_right_dropbox .sub_heading {
    padding: 10px;
  }
}
.internal_form_right_dropbox ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  margin: 0;
  display: none;
  width: calc(100% - 50px);
  height: 310px;
  bottom: 74px;
  overflow: auto;
  border: 1px solid #0000001a;
}
.internal_form_right_dropbox ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.internal_form_right_dropbox ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 0;
}
.internal_form_right_dropbox ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .internal_form_right_dropbox ul {
    width: 100%;
  }
}
.internal_form_right_dropbox ul li {
  padding: 13px 30px 13px 75px;
  cursor: pointer;
   #000;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .internal_form_right_dropbox ul li {
    padding: 13px 20px 13px 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .internal_form_right_dropbox ul li {
    font-size: 15px;
    padding: 13px 13px 13px 60px;
  }
}
@media screen and (max-width: 400px) {
  .internal_form_right_dropbox ul li {
    font-size: 13px;
    padding: 13px 13px 13px 50px;
  }
}
.internal_form_right_dropbox ul li img {
  width: 50px !important;
  margin-right: 30px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .internal_form_right_dropbox ul li img {
    width: 35px 50px !important;
  }
}
@media screen and (max-width: 400px) {
  .internal_form_right_dropbox ul li img {
    margin-right: 10px;
  }
}
.internal_form_right_dropbox ul li.active_value:before {
  border-width: 7px;
}
@media screen and (max-width: 1024px) {
  .internal_form_right_dropbox ul li.active_value:before {
    border-width: 6px;
  }
}
.internal_form_right_dropbox ul li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.55s ease;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .internal_form_right_dropbox ul li:before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .internal_form_right_dropbox ul li:before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .internal_form_right_dropbox ul li:before {
    left: 15px;
  }
}
.internal_form_right_dropbox ul li:hover {
  background: #dfb7571a;
}
.internal_form_right_dropbox ul li svg {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .banner_subcription_form {
    display: none;
  }
  .page_internal_feedback_form
    .internal_feedback
    .feedback_forms
    .page_feedbacks.form_step:not(.form_first_hidden)
    .right_feedbacks {
    display: none;
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container {
    background: #ffffff;
    box-shadow: 0 6px 20px -6px #1e2e4826;
    border-radius: 3px;
    margin-top: 22px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field {
    width: 100%;
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field
    input {
    padding: 14px;
    width: 100%;
    border: none;
    font-weight: 400;
    line-height: 33px;
     #000;
    font-family: var(--font-body-family);
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_button {
    width: 100%;
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_button
    button {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
     #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background:  ;
    box-shadow: 0 6px 20px -6px #1e2e4826;
    border-radius: 3px;
    border: none;
    padding: 14px;
    cursor: pointer;
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_success {
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    height: 27px;
    text-align: left;
    display: block;
     #000;
    font-weight: 400;
  }
  .mobile_bottom_description
    .banner_subcription_form
    .newsletter_form
    .form
    .form_success
    svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .description
    p {
    letter-spacing: -0.1px;
    margin: 16px 0 0;
  }
  .buil_hour_section
    .build_new_store
    .new_store_details
    .mobile_bottom_description
    strong {
      ;
    text-decoration: underline;
    font-weight: 400;
  }
}
@media screen and (max-width: 417px) and (min-width: 345px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .mobile_bottom_description {
    font-size: 16px;
  }
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading,
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 344px) {
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .heading,
  .buil_hour_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .sub_heading {
    font-size: 18px;
    line-height: 28px;
  }
  .buil_hour_section
    .build_new_store
    .new_store_details
    .mobile_bottom_description {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (min-width: 769px) {
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block {
    width: 20%;
  }
  . page-cashmere-case-study .company_team {
    position: relative;
  }
  . page-cashmere-case-study .company_team:before {
    content: "";
    display: block;
    width: 98%;
    background-image: url(/cdn/shop/files/team-line-frame.png?v=1692181255);
    height: 340px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
  }
  . page-cashmere-case-study .company_team_grid {
    position: relative;
    z-index: 1;
  }
  . page-cashmere-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 63px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  . page-cashmere-case-study .shopify_audit_section .shopify_audit {
    border: 1px solid #0000001a;
  }
}
. page-cashmere-case-study .global_team {
  position: relative;
}
. page-cashmere-case-study .global_team:before {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/team-line-frame-two.png?v=1692181567);
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 308px;
  height: 218px;
}
@media screen and (max-width: 768px) {
  . page-cashmere-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 50px 0 30px;
  }
  . page-cashmere-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 42px;
  }
  . page-cashmere-case-study
    .logo_list_section
    .logo_section
    .logo_list
    .logo_images {
    border-top: 1px solid #0000001a;
  }
  . page-cashmere-case-study .global_team:before {
    width: 96px;
    height: 68px;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(1) {
    order: 2;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2) {
    width: 100%;
    order: 1;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(3) {
    order: 3;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(4) {
    order: 5;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(5) {
    order: 4;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .header_content {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    text-align: left;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .header_content
    h4 {
    text-align: left;
    margin: 0;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .header_content
    h2 {
    margin: 40px 0 0;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .images {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .call_bottom_btn {
    position: unset;
    opacity: 1;
    visibility: visible;
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 374px) {
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .call_bottom_btn {
    margin: 10px 0;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .call_bottom_btn
    .call_btn {
    font-size: 9px;
  }
  . page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block:nth-child(2)
    .grid_block
    .header_content
    h2 {
    margin: 10px 0 0;
  }
  . page-cashmere-case-study
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    .audit_list_content
    .right_content
    .images
    .image_description {
    font-size: 12px;
    line-height: 20px;
  }
}
.global_team_section .global_team {
  position: relative;
}
. global-team-small-image-one {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
. global-team-small-image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}
.template_BFCM-lock-in-rate
  .global_team_section
  .global_team
  .global_team_group
  .global_team_description {
  padding: 52px 25px 22px;
}
.template_BFCM-lock-in-rate .site_footer {
  margin: 0;
  border-radius: 0 0 16px 16px;
}
.template_partner-quick-launch .site_footer_section .site_footer {
  margin: 38px 0 0;
}
@media screen and (max-width: 767px) {
  . global-team-small-image-one {
    display: none;
  }
  . global-team-small-image-two {
    width: 95%;
  }
}
. custom-store-section-sub-heading {
   #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.page-hydrogen-oxygen .section_heading {
  margin: 0 0 36px !important;
}
.page-hydrogen-oxygen . newsletter-form-checkout-heading {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  . services-details-image-box-right {
    flex-direction: row-reverse;
  }
  . services-details-image-box-right .services_right_content {
    padding-left: 0 !important;
    width: 50% !important;
  }
  . services-details-image-box-right .services_left_content {
    width: 50% !important;
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  . services-details-image-box-right .services_left_content {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  . services-details-image-box-right .services_left_content {
    padding-right: 20px !important;
  }
}
.page-hydrogen-oxygen .schedule_call .call_btn {
  background:  ;
   #fff !important;
}
.page-hydrogen-oxygen .schedule_call .call_btn svg path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .page-hydrogen-oxygen . checkout-extensibility-tab-box {
    padding-top: 0;
  }
}
. hydrogen-oxygen-form-desktop-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-hydrogen-oxygen . exten-video-section {
    padding: 0 0 30px;
  }
  .page-hydrogen-oxygen . exten-video-content {
    padding: 40px 25px 0;
  }
  .page-hydrogen-oxygen .store_details {
    padding: 0 20px 50px;
  }
  .page-hydrogen-oxygen .services_left_content {
    padding: 0 !important;
  }
  .page-hydrogen-oxygen .schedule_call .call_btn {
    width: auto !important;
    padding: 14px 44px !important;
  }
  .page-hydrogen-oxygen . newsletter-form-checkout-heading {
    font-size: 28px;
  }
  .page-hydrogen-oxygen .audit_content .checkbox {
    display: flex;
  }
  .page-hydrogen-oxygen .audit_content .checkbox .form_checkbox {
    margin: 5px 20px 0 0 !important;
  }
  .template_hydrogen-oxygen .section_footer-two .site_footer {
    margin: 0;
  }
  .page-hydrogen-oxygen .audit_form_1 .audit_list_content .left_content {
    padding: 30px 20px !important;
  }
  . hydrogen-oxygen-form-mobile-hide {
    display: none;
  }
  . hydrogen-oxygen-form-desktop-hide {
    display: block !important;
  }
  .page-hydrogen-oxygen .custom_store_section .customize_store .store_details {
    border-radius: 0;
  }
  .page-hydrogen-oxygen . checkout-extensibility-tab-box {
    padding: 50px 25px;
  }
  .page-hydrogen-oxygen . newsletter-form-checkout {
    border-radius: 0;
  }
  .page-hydrogen-oxygen . exten-video-heading {
    max-width: 450px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 419px) {
  .page-hydrogen-oxygen . exten-video-heading {
    font-size: 25px;
    line-height: 35px;
  }
}
.template_partner-quick-launch .site_footer_section .site_footer {
  margin: 0;
}
.page_migration-to-shopify .company_team:before,
.page_migration-to-shopify .global_team:before {
  display: none;
}
.page_migration-to-shopify
  .partner_logo_section
  .partner_logo
  .logo_list
  .logos
  .block_logos:nth-child(1),
.page_migration-to-shopify
  .partner_logo_section
  .partner_logo
  .logo_list
  .logos,
.page_migration-to-shopify
  .partner_logo_section
  .partner_logo
  .logo_list
  .logos
  .block_logos:nth-child(5) {
  border-radius: unset;
}
.page_migration-to-shopify .trusted_logo_section .trusted_logo .logo_list {
  border: none;
}
.page_migration-to-shopify
  .company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .call_bottom_btn {
  bottom: 23px;
}
.page_migration-to-shopify
  .company_team_section
  .company_team
  .company_team_grid
  .team_grid_inner
  .team_list
  .team_grid_block
  .grid_block
  .call_bottom_btn
  .call_btn {
  border-radius: 63px;
  background: #000;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  padding: 14px 44px;
}
.page_migration-to-shopify .company_team {
  background: linear-gradient(
    233deg,
    #dfeffb 0%,
    rgba(238, 227, 252, 0) 80.78%
  ) !important;
}
.page_migration-to-shopify .global_team_section .global_team {
  background: linear-gradient(
    216deg,
    #e8f3fc 0,
    rgba(238, 227, 252, 0) 69.78%
  ) !important;
}
.page_migration-to-shopify
  .shopify_audit_section
  .shopify_audit
  .audit_details
  .audit_content
  .audit_list
  .audit_list_content
  .left_content
  .detail_list.form_step_one
  .form
  .form_btn
  .form_submit {
  border-radius: 63px;
  background: #000;
}
@media screen and (min-width: 1025px) {
  .page_migration-to-shopify . exten-video-heading {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page_migration-to-shopify . exten-video-detail {
    text-align: left;
  }
  .page_migration-to-shopify . exten-video-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .page_migration-to-shopify . exten-video-heading strong {
    letter-spacing: -0.5px;
  }
  .page_migration-to-shopify . exten-video-content-box {
    flex-direction: unset;
  }
  .page_migration-to-shopify . video-play {
    transform: unset;
    bottom: 20px;
    top: unset;
    left: 20px;
  }
  .page_migration-to-shopify
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .call_bottom_btn
    .call_btn {
    padding: 7px 32px;
    font-size: 11.97px;
    line-height: 23.492px;
  }
  .page_migration-to-shopify.page_partner-quick-launch .shopify_audit {
    margin: 0;
  }
  .page_migration-to-shopify
    .shopify_audit_section
    .shopify_audit
    .audit_details
    .audit_content
    .audit_list
    > .audit_list_content {
    flex-direction: unset;
  }
  .page_migration-to-shopify
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block
    .grid_block
    .call_bottom_btn {
    opacity: 1;
    visibility: visible;
  }
}
ul.list-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  width:100%;
  justify-content:space-between;
}
. book-call-btn-fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
}
. book-call-btn {
  border: none;
  background: #000;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: unset;
  padding: 8px 16px;
  min-height: unset;
   #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
. book-call-btn:before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skew(-25deg);
  width: 50%;
  z-index: 2;
}
. book-call-btn:hover:before {
  animation: shine 0.85s;
}
@keyframes shine {
  to {
    left: 125%;
  }
}
@media screen and (max-width: 768px) {
  . book-call-btn-fixed {
    transform: rotate(90deg) translate(-50%);
    left: -36px;
    bottom: 30%;
  }
}
. subscription-off-label,
. subscription-off-label-cart {
  display: block;
  background-image: url(/cdn/shop/files/label-bulk.svg?v=1701759113);
  position: absolute;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  top: -3px;
  right: -3px;
  z-index: 1;
  overflow: hidden;
}
. subscription-off-text,
. subscription-off-text-cart {
   #fff;
  line-height: 15px;
  transform: rotate(45deg);
  position: relative;
  width: 100%;
  display: block;
  top: 15px;
  right: -10px;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}
.home_banner_svg_border{
    position: absolute;
    line-height: 0;
    right: 356px;
    top: 107px;
}



@media screen and (max-width: 768px) {
  . subscription-off-label,
  . subscription-off-label-cart {
    right: 0;
  }
}
/*# sourceMappingURL=/cdn/shop/t/87/assets/custom.scss.css.map?v=174994794769174873601702362748 */


  
.menu_icon img {
    width: 62px;
}

  /* .build_new_store_section .build_new_store .new_store_details {
    margin-bottom: 135px;
    margin-top: 40px;
}
 */
  .build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_right_content {
    width: 50%;
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .build_new_store_section .build_new_store .new_store_details .new_store .store_right_content {
        width: 100% !important;
        padding: 0 24px 0!important;
    }
}


  @media only screen and (max-width: 459px) {
    .btn_submit {
        height: 52px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
      padding: 1px !important;
    }
    .image-slider-btn{
        padding: 0px !important;
    }
}

  .home_banner_section .banner_hero {
  display: flex;
  flex-wrap: wrap;
}
.home_banner_section .banner_hero .banner_social {
  width: 60px;
  display: flex;
  align-items: flex-end;
}
.home_banner_section .banner_hero .banner_social ul {
  width: 100%;
  text-align: center;
}
.home_banner_section .banner_hero .banner_social ul li a {
  padding: 17px;
  display: inline-block;
  border-top: 1px solid #0000001a;
}
.home_banner_section .banner_hero .home_banner .hero_banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home_banner_section .banner_hero .home_banner .hero_banner {
    padding: 50px 25px 0;
    overflow: hidden;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content {
  padding-left: 65px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content {
    padding-left: 0;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:first-child {
  max-width: 600px;
  width: 100%;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:first-child
  .main_heading
  .home_banner_svg_border {
  width: 110px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:first-child
    .main_heading
    .home_banner_svg_border {
    width: 90px;
    bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:first-child
    .main_heading
    .home_banner_svg_border {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:first-child
    .main_heading
    .home_banner_svg_border {
    width: 55px;
    bottom: 8px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:nth-child(2)
  .main_heading
  .home_banner_svg_border {
  width: 115px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:nth-child(2)
    .main_heading
    .home_banner_svg_border {
    width: 100px;
    bottom: 5px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:nth-child(2)
    .main_heading
    .home_banner_svg_border {
    width: 90px;
    bottom: -1px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:nth-child(2)
    .main_heading
    .home_banner_svg_border {
    width: 60px;
    bottom: 5px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:nth-child(2)
  .main_heading
  .home_banner_svg_border
  svg {
  height: 15px;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:nth-child(3)
  .main_heading
  .home_banner_svg_border {
  width: 140px;
  bottom: -2px;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:nth-child(3)
    .main_heading
    .home_banner_svg_border {
    width: 120px;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:nth-child(3)
    .main_heading
    .home_banner_svg_border {
    width: 115px;
    bottom: -4px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content:nth-child(3)
    .main_heading
    .home_banner_svg_border {
    width: 70px;
    bottom: 0;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:nth-child(3)
  .main_heading
  .home_banner_svg_border
  svg {
  height: 20px;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content:nth-child(3)
  .main_heading
  .home_banner_svg_border
  svg
  .star {
  stroke-width: 2.5px;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .home_banner_svg_border {
  position: absolute;
  bottom: 2px;
  right: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .home_banner_svg_border {
    display: none;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .home_banner_svg_border
  svg {
  width: 100%;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .small_main_heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #dfb757;
  margin: 0;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .main_heading {
  font-style: italic;
  font-size: 45px;
  line-height: 70px;
   #000;
  margin: 0;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_heading {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_heading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_heading {
    font-size: 25px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_heading {
    font-size: 25px;
    line-height: 45px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .main_sub_heading {
  font-size: 45px;
  line-height: 70px;
   #000;
  margin: 0 0 10px;
  font-weight: 400;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_sub_heading {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_sub_heading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_sub_heading {
    font-size: 30px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_sub_heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .main_description {
  max-width: 700px;
  width: 100%;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .main_description
  p {
  font-size: 16px;
  line-height: 33px;
   #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .content
    .main_description
    p {
    font-size: 14px;
    line-height: 24px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form {
  margin: 35px 0 0;
  width: 100%;
  max-width: 645px;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form {
    margin: 25px 0 0;
    max-width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul {
  display: flex;
  flex-wrap: wrap;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  .input_field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid  ;
  border-radius: 50%;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  margin: 0 16px 0 0;
  transition: all 0.1s ease;
  cursor: pointer;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  .input_field:checked {
  border-width: 7px;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  label {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
    ;
  cursor: pointer;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li
    label {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form_type
    ul
    li
    label {
    font-size: 16px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  ul
  li
  label:hover {
    ;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  .store_type_form {
   red;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container {
  background: #ffffff;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  margin-top: 33px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container {
    margin-top: 20px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_field {
  width: 60%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field {
    width: 100%;
    padding-right: 0;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_field
  .input_field {
  padding: 14px;
  width: 100%;
  border: none;
  font-weight: 400;
  line-height: 33px;
   #000;
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_field
    .input_field {
    font-size: 16px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button {
  width: 40%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .banner_subcription_form
    .newsletter_form
    .form
    .form_container
    .form_button {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
   #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  ;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
    text-decoration:none;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit:hover {
  background:  ;
}
  .home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  a {
    text-decoration: none;
  }
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background:  ;
  box-shadow: 0 0 20px -6px  ;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_container
  .form_button
  .btn_submit
  svg {
  margin-left: 20px;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .field_error {
   red;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_success {
  margin-top: 10px;
  display: inline-block;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form
  .form_success
  svg {
  width: 20px;
  height: 20px;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .form_notes {
  margin: 22px 0 0;
  width: 100%;
  max-width: 645px;
  min-height: 66px;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_left_content
    .banner_content
    .form_notes {
    display: none;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .form_notes
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 33px;
   #000;
  margin: 0;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content {
  width: 48%;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content {
    width: 100%;
    margin-top: 50px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images {
    padding-right: 0;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image
  .image_group {
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image
    .image_group {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image
    .image_group {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image
    .image_group {
    width: 100%;
    max-width: 395px;
    margin: 0 auto;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image
  .image_group
  .main_image {
  position: relative;
  padding-top: 100%;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image
  .image_group
  .main_image
  img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image
  .image_group
  .logo {
  position: absolute;
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1 {
    padding-top: 60px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_one {
  top: 25px;
  left: 155px;
    width:16%;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    top: 0;
    left: 70px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    top: 0;
    left: 45px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    top: -3px;
    left: 50px;
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_two {
  top: 140px;
  right: 55px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two {
    top: 80px;
    right: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two {
    width: 80px;
    top: 50px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two {
    top: 60px;
    right: 20px;
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_two
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_three {
  right: 7px;
  bottom: 225px;
    width:21%;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    right: 30px;
    bottom: 130px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    width: 90px;
    right: 10px;
    bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    right: -14px;
    bottom: 95px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_four {
  bottom: 110px;
  left: 35px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four {
    bottom: 60px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four {
    width: 200px;
    bottom: 0;
    left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four {
    bottom: 25px !important;
    left: 80px !important;
    width: 215px !important;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .logo_five {
  top: 220px;
  left: 45px;
  width:16%;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 160px;
    left: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 140px;
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 120px;
    left: -10px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .top_right_one {
  top: 60px;
  right: 35px;
    width:20%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_one {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_one {
    top: 40px;
    right: -35px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .bottom_left_one {
  bottom: 270px;
  left: -22px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .bottom_left_one {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .bottom_left_one {
    bottom: 80px;
    left: -35px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_1
  .image_group
  .top_right_two {
  top: 40px;
  right: 130px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_two {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_two {
    top: 15px;
    right: 50px;
  }
}

  @media screen and (max-width: 1400px) and (min-width: 1025px) {
    .home_banner_section .banner_hero .home_banner .hero_banner .banner_right_content .banner_images .image.block_index_1 .image_group .logo_six {
        bottom: 40px !important;
        right: 0 !important;
        width: 148px !important;
    }
}

  .home_banner_section .banner_hero .home_banner .hero_banner .banner_right_content .banner_images .image.block_index_1 .image_group .logo_six {
    bottom: 72px;
    right: 0;
}
  @media screen and (max-width: 767px) {
    .home_banner_section .banner_hero .home_banner .hero_banner .banner_right_content .banner_images .image.block_index_1 .image_group .logo_six {
        bottom: 25px !important;
        right: -13px !important;
        width: 115px !important;
}
   
}
@media screen and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2 {
    padding: 118px 0 117px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2 {
    padding-bottom: 60px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group {
  max-width: 465px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group {
    margin-bottom: 40px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .logo_one {
  top: -40px;
  left: 160px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_one {
    top: -55px;
    left: 170px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_one {
    top: -25px;
    left: 130px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_one {
    width: 80px;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_one
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .logo_two {
  top: 95px;
  right: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_two {
    top: 110px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_two {
    width: 80px;
    top: 75px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_two {
    width: 80px;
    right: 10px;
    top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_two
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .logo_three {
  bottom: -50px;
  right: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_three {
    bottom: -50px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_three {
    width: 150px;
    bottom: -45px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_three {
    width: 160px;
    right: 0;
    bottom: -40px;
  }
}
@media screen and (max-width: 400px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_three {
    width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_three
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .logo_four {
  bottom: 50px;
  left: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_four {
    bottom: 80px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_four {
    width: 65px;
    bottom: 50px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_four {
    bottom: 50px;
    left: 0;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_four
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .logo_five {
  top: 80px;
  left: -25px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_five {
    left: -20px;
    top: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_five {
    top: 55px;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_five {
    top: 50px;
    left: -20px;
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .logo_five
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .top_right_one {
  top: 10px;
  right: 95px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .top_right_one {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .top_right_one {
    top: 10px;
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .top_right_one {
    top: 5px;
    right: 70px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .bottom_left_one {
  bottom: 180px;
  left: -60px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_one {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_one {
    bottom: 200px;
    left: -22px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_one {
    display: none;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_2
  .image_group
  .bottom_left_two {
  bottom: 255px;
  left: -20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_two {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_two {
    bottom: 250px;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_two {
    bottom: 160px;
    left: -15px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_2
    .image_group
    .bottom_left_two
    img {
    width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3 {
    padding: 118px 0 117px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3 {
    padding-bottom: 70px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group {
  max-width: 465px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group {
    margin-bottom: 40px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .logo_one {
  top: -55px;
  left: 90px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_one {
    top: -53px;
    left: 90px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_one {
    width: 80px;
    top: -30px;
    left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_one {
    width: 80px;
    top: -35px;
    left: 80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_one
    img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_one
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .logo_two {
  top: 100px;
  right: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_two {
    top: 170px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_two {
    width: 60px;
    top: 80px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_two {
    width: 55px;
    top: 70px;
    right: 5px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_two
    img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_two
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .logo_three {
  bottom: -75px;
  right: 70px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_three {
    bottom: -80px;
    right: 65px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_three {
    width: 80px;
    right: 40px;
    bottom: -45px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_three {
    width: 80px;
    bottom: -45px;
    right: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_three
    img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_three
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .logo_four {
  bottom: 60px;
  left: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_four {
    bottom: 50px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_four {
    bottom: 20px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_four {
    width: 80px;
    bottom: 50px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_four
    img {
    width: 100%;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .logo_five {
  top: 70px;
  left: -55px;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_five {
    width: 170px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_five {
    top: 80px;
    left: -10px;
    z-index: 1;
    width: 150px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_five {
    width: 135px;
    top: 75px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_five {
    width: 140px;
    top: 60px;
    left: -20px;
  }
}
@media screen and (max-width: 400px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .logo_five {
    width: 80px;
    top: 40px;
    left: 0;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .logo_five
  img {
  width: 100%;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .top_right_one {
  top: 15px;
  right: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .top_right_one {
    top: 10px;
    right: 120px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .top_right_one {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .top_right_one {
    top: 5px;
    right: 70px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .bottom_left_one {
  bottom: 155px;
  left: -75px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_one {
    bottom: 155px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_one {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_one {
    display: none;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content
  .banner_images
  .image.block_index_3
  .image_group
  .bottom_left_two {
  bottom: 200px;
  left: -15px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_two {
    bottom: 210px;
    left: -15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_two {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_two {
    bottom: 160px;
    left: -15px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_3
    .image_group
    .bottom_left_two
    img {
    width: 100%;
  }
}

  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .home_banner_section .banner_hero .home_banner .hero_banner .banner_right_content .banner_images .image.block_index_1 .image_group .logo_three {
        width: 90px;
        right: -25px !important;
        bottom: 143px !important;
    }

    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 140px;
    left: 5px !important;
}

    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_one {
      display: block !important;
    top: 34px !important;
    right: 15px !important;
    width: 20% !important;
}

    .home_banner_section .banner_hero .home_banner .hero_banner .banner_right_content .banner_images .image.block_index_1 .image_group .logo_six {
    bottom: 27px;
    right: -32px;
}


    
}

   @media screen and (min-width: 450px) and (max-width: 767px) {
  
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_one {
    top: 39px;
    right: 14px;
}

     .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_one {
    top: -3px;
    left: 65px;
    width: 70px;
}

     .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 120px;
    left: 4px;
}

     .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    right: -14px;
    bottom: 138px;
}
     
  }

  @media screen and (min-width: 360px) and (max-width: 450px) {
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 115px;
    left: 6px;
}

    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_one {
    top: 37px;
    right: 8px;
}

    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    right: -12px;
    bottom: 145px;
}

    
  }

  @media screen and (max-width: 360px){
    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_three {
    right: -13px;
    bottom: 148px;
}

    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .top_right_one {
    top: 20px;
    right: 16px;
}

    .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_five {
    top: 115px;
    left: 3px;
}
  }

 @media screen and (max-width: 767px) {
    .home_banner_section .banner_hero .home_banner .hero_banner .banner_left_content .banner_content .banner_subcription_form .newsletter_form .form .form_container {
        gap: 20px;
    }
}

.home_banner_section .banner_hero .home_banner .hero_banner .banner_left_content .banner_content .banner_subcription_form .newsletter_form .form .form_container {
    background: transparent !important; 
    box-shadow: none !important ;
    margin-top: 33px;
    padding: 10px;
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}


  .logo img{
    width:80% !important;
  }

  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_four {
    bottom: 76px;
    left: 56px;
    width: 230px !important;
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
}

  .logo .logo_four img{
    width: 200px !important;
  }
  .shopify-policy__container {
        max-width: 140ch !important;
  }