html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.block__custom-store-dev-mobiles {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .template_type_index .block__custom-store-dev-desktop {
    display: none !important;
  }
  .template_type_index .block__custom-store-dev-mobiles {
    display: block !important;
  }
  .block__custom-store-mobile-images .js-marquee-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .block__custom-store-mobile-images .js-marquee {
    display: flex;
  }
  .block__custom-store-mobile-images .column_image {
    width: 150px;
  }
  .block__custom-store-mobile-images .column_image img {
    width: 100%;
  }
}
*,
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 {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-ms-input-placeholder {
  color: #000;
}
::placeholder {
  color: #000;
}
input,
textarea,
select,
button {
  font-family: var(--font-body-family);
}
.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: 10px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .announcement_bar_section .announcement_container .announcement_close {
    display: none;
  }
}
.announcement_bar_section .announcement_container .announcement_close svg {
  vertical-align: text-top;
}
.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: 5px 10px;
}
@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
  a {
  text-decoration: none;
  color: #fff;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail {
  display: flex;
  justify-content: center;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail
  .icon {
  line-height: normal;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail
  .icon
  img {
  display: none;
  width: 20px;
  height: 20px;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail
  .icon
  svg {
  vertical-align: text-bottom;
}
.announcement_bar_section
  .announcement_container
  .announcement_list
  .announcement
  .detail
  .description {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  padding-left: 20px;
}
@media screen and (max-width: 400px) {
  .announcement_bar_section
    .announcement_container
    .announcement_list
    .announcement
    .detail
    .description {
    font-size: 11px;
    line-height: 22px;
    padding-left: 10px;
  }
}
.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: 15px;
  width: 15px;
}
@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% - 130px);
    padding-left: 0px;
    padding-right: 10px;
    border-left: 1px solid #0000001a;
    margin-left: 0!important;
    margin-right: auto;
    order: -1;
  }
}
.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: left;
  }
}
@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 18px;
  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: #fff;
  border-color: #0000001a;
  border-top-color: #5e5ee9;
  border-bottom-color: #fff;
}
.section-header
  .header-wrapper
  .header
  .header__inline-menu
  .list-menu
  li.has_megamenu.active_menu
  .mega_menu_wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
@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;
  color: #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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  display: inline-block;
  padding: 10px 38px;
  margin-left: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #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: 10px 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: 10px 20px;
    margin-left: 20px;
  }
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header_start_button
  .get_started_button:hover {
  background: #4949c8;
}
.section-header
  .header-wrapper
  .header
  .header__icons
  .header_start_button
  .get_started_button:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
}
.home_banner_section .banner_hero .home_banner .hero_banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .home_banner_section .banner_hero .home_banner .hero_banner {
    padding: 50px 0px 0;
    overflow: hidden;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content {
    width: 45%;
    padding-right: 4%;
}
@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: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: -18px;
  right: 5px;
  line-height: 0;
}

.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;
  color: #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: 55px;
  line-height: 78px;
  color: #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: 30px;
    line-height: 45px;
  }
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .content
  .main_sub_heading {
  font-size: 55px;
  line-height: 78px;
  color: #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: 26px;
      line-height: 52px;
  }
}
.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;
  color: #000;
  margin: 0;
  font-display: swap;
}
@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 #5e5ee9;
  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;
  color: #5e5ee9;
  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 {
  color: #4949c8;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_left_content
  .banner_content
  .banner_subcription_form
  .newsletter_form
  .form_type
  .store_type_form {
  color: 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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
}
.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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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;
  color: #000;
  margin: 0;
}
.home_banner_section
  .banner_hero
  .home_banner
  .hero_banner
  .banner_right_content {
    align-self: unset;
    width: 55%;
}
@media screen and (max-width: 767px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.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;
}
@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: 87px;
  bottom: 225px;
}
@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: 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_four {
    bottom: 50px;
    left: 0;
    width: 200px;
  }
}
@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;
}
@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
  .logo_six {
  bottom: 72px;
  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_1
    .image_group
    .logo_six {
    bottom: 40px;
    right: 0;
    width: 148px;
  }
}
@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_six {
    bottom: 25px;
    width: 110px;
    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;
    right: -13px;
    width: 115px;
  }
}
@media screen and (max-width: 1400px) {
  .home_banner_section
    .banner_hero
    .home_banner
    .hero_banner
    .banner_right_content
    .banner_images
    .image.block_index_1
    .image_group
    .logo_six
    img {
    width: 100%;
  }
}
.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;
}
@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 (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: 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: 134px;
  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;
}
@media screen and (max-width: 575px) {
  .template_buy-bulk-hour .logo_list_section {
    margin-top: 50px;
    border-top: 1px solid #0000001a;
  }
}
.custom_store_section .customize_store .store_details {
  border-radius: 16px;
}
.custom_store_section .customize_store .store_details .services_details {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .custom_store_section .customize_store .store_details .services_details {
    height: 800px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section .customize_store .store_details .services_details {
    height: 660px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section .customize_store .store_details .services_details {
    padding: 40px 0 40px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content {
  width: 45%;
  padding: 115px 0 100px 60px;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content {
    padding: 115px 0 100px 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content {
    padding: 50px 0 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content {
    width: 100%;
    padding: 0 23px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .heading {
  font-style: normal;
  font-size: 33px;
  line-height: 52px;
  color: #000;
  margin: 0 0 60px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .heading {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .heading {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .heading {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 30px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list {
  display: flex;
  flex-wrap: wrap;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block {
  width: 50%;
  border-top: 1px solid #0000001a;
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block {
    border-top: none;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block:nth-child(2n + 2) {
  border-left: 1px solid #0000001a;
  padding-left: 35px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(2n + 2) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(2n + 2) {
    border-left: none;
    padding-left: 0;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block:nth-child(n + 3) {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(n + 3) {
    padding-top: 30px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block:nth-child(1) {
  border-top: none;
  padding-bottom: 45px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(1) {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(1) {
    padding-bottom: 0;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block:nth-child(2) {
  border-top: none;
  padding-bottom: 45px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(2) {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block:nth-child(2) {
    padding-bottom: 0;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block
  .blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block
    .blocks {
    display: block;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block
  .blocks
  .services {
  padding-left: 20px;
  width: calc(100% - 48px);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block
    .blocks
    .services {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block
    .blocks
    .services {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block
  .blocks
  .services
  .services_heading {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .services_list
  .services_block
  .blocks
  .services
  .services_description {
  margin: 0;
  font-size: 13px;
  color: #000;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .schedule_call {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .schedule_call {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .schedule_call {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .schedule_call {
    margin-top: 30px;
    padding-bottom: 50px;
    max-width: 372px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .schedule_call
  .call_btn {
  border: 1px solid #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #5e5ee9;
  text-decoration: none;
  padding: 14px 44px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .schedule_call
    .call_btn {
    width: 100%;
    padding: 14px;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_left_content
  .details
  .schedule_call
  .call_btn
  svg {
  margin-left: 20px;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_right_content {
  width: 55%;
  padding-left: 69px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_right_content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_right_content {
    width: 100%;
    padding-left: 0;
    height: 300px;
    overflow: hidden;
  }
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_right_content
  .column_list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_right_content
  .column_list
  .slick-list {
  height: 100% !important;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_right_content
  .column_list
  .single_column {
  width: 33.33%;
}
.custom_store_section
  .customize_store
  .store_details
  .services_details
  .services_right_content
  .column_list
  .single_column
  .column_image
  .image
  img {
  width: 100%;
}
.image_with_slider .image_slider_container {
  width: 100%;
  margin: 0 auto;
}
.image_with_slider .image_slider_container .image_slider .image_top_heading {
  margin: 55px 0 60px;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .image_with_slider .image_slider_container .image_slider .image_top_heading {
    margin: 30px 0 60px;
  }
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  .top_review_label {
  background: #fff;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 8px;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #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;
  color: #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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  text-decoration: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #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: #4949c8;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .slider_bottom_button
  .bottom_btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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: 20px 0 10px;
  }
}
.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 15px;
  }
}
@media screen and (max-width: 400px) {
  .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: 22px;
  }
}
.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 15px;
  }
}
.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;
  vertical-align: middle;
}
@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: 100%;
    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
    .block_appsdetail
    ul
    li {
    padding-left: 0;
    padding-right: 16px;
  }
}
@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 15px;
    text-align: justify;
  }
}
.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: 32px 0 0;
  padding: 20px;
  max-width: 540px;
  width: 100%;
  position: relative;
}
@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: 20px;
  }
}
@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: 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
    .image_content_description
    .block_description {
    padding: 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: 14px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.2px;
}
@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;
  }
}
@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
    .description
    p {
    font-size: 14px;
    line-height: 24px;
  }
}
.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: 4px;
  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: 33px 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%;
  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 {
    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 (min-width: 768px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .slider_arrow:hover
    svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .image_with_slider
    .image_slider_container
    .image_slider
    .image_text_blocks
    .slider_arrow {
    border-width: 3px;
    width: 40px;
    height: 40px;
    top: 60px;
    padding: 8px;
  }
}
.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: 25px;
  }
}
.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: 25px;
  }
}
@media screen and (max-width: 767px) {
  .trusted_logo_section .trusted_logo {
    padding-bottom: 50px !important;
  }
}
.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-top: 60px;
    border-radius: unset;
    border: none !important;
  }
}
.trusted_logo_section .trusted_logo .logo_list .section_heading h2 {
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #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.3);
  }
}
.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 #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #5e5ee9;
  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: #4949c8;
}
.trusted_logo_section .trusted_logo .logo_list .bottom_btn a svg {
  margin-left: 20px;
}
.partner_logo_section .partner_logo .section_heading {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 120px 30px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .partner_logo_section .partner_logo .section_heading {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .section_heading {
    padding: 0px 0px;
  }
}
.partner_logo_section .partner_logo .section_heading h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #000;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .section_heading h2 {
    font-size: 30px;
    line-height: 48px;
    margin: 0 0 20px;
  }
}
.partner_logo_section .partner_logo .section_heading h2 strong {
  font-weight: 600;
}
.partner_logo_section .partner_logo .section_heading .description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .section_heading .description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.partner_logo_section .partner_logo .logo_list {
  width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .partner_logo_section .partner_logo .logo_list {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .logo_list {
    width: 100%;
  }
}
.partner_logo_section .partner_logo .logo_list .center_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 365px;
  z-index: 1;
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .partner_logo_section .partner_logo .logo_list .center_logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .partner_logo_section .partner_logo .logo_list .center_logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 360px) {
  .partner_logo_section .partner_logo .logo_list .center_logo {
    max-width: 100px;
  }
}
.partner_logo_section .partner_logo .logo_list .center_logo img {
  width: 100%;
}
.partner_logo_section .partner_logo .logo_list .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px solid #0000001a;
  border-top: 1px solid #0000001a;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .logo_list .logos {
    border-radius: unset;
  }
}
.partner_logo_section .partner_logo .logo_list .logos .block_logos {
  width: 20%;
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}
@media screen and (min-width: 768px) {
  .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-child(1) {
    border-radius: 16px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-child(5) {
    border-radius: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .logo_list .logos .block_logos {
    width: 33.33%;
  }
}
.partner_logo_section .partner_logo .logo_list .logos .block_logos .images {
  position: relative;
  padding-top: 54%;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .partner_logo_section .partner_logo .logo_list .logos .block_logos .images {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .logo_list .logos .block_logos .images {
    padding-top: 73%;
    max-width: 90px;
  }
}
@media screen and (max-width: 360px) {
  .partner_logo_section .partner_logo .logo_list .logos .block_logos .images {
    max-width: 75px;
  }
}
.partner_logo_section .partner_logo .logo_list .logos .block_logos .images img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.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;
  color: #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;
  color: #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;
  color: #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;
  color: #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, #000000b3, #0000);
  padding: 50px 55px;
  color: #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 {
  color: #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;
  color: #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;
  color: #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: #000;
}
.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: #f1fbed;
}
@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;
  color: #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;
  color: #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: #5e5ee9;
  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;
  color: #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: #4949c8;
}
.site_team_section
  .site_team
  .team_member
  .member_award_detail
  .member_content
  .member_list
  .single_member
  .member_details
  .bottom_button
  .call_btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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: #5e5ee9;
  color: #fff;
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  input.active
  + label:hover {
  background: #4949c8;
}
.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;
  color: #5e5ee9;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.shopify_store_tabs_section
  .store_tabs
  .tabs_button
  .tab_heading
  ul
  li
  label:hover {
  background: #5e5ee9;
  color: #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;
  color: #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(../../../../../../cdn.shopify.com/s/files/1/0682/8323/6646/files/text_bottome99f.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;
  color: #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: #5e5ee9;
  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;
  color: #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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #5e5ee9;
  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: 1400px) and (min-width: 768px) {
  .hiring_section .hiring_developer .hiring_content .hiring_detail {
    padding: 40px 10px 30px 0;
  }
}
@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;
  color: #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: gray;
  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;
  color: #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: #fff;
  border: 1px solid #5e5ee9;
  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;
  color: #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: #5e5ee9;
  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;
  color: #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;
  color: #000;
  display: inline-block;
}
.hiring_section
  .hiring_developer
  .hiring_content
  .hiring_detail
  .hiring_left_content
  .details
  .bottom_btn
  a {
  border: 1px solid #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #5e5ee9;
  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: #5e5ee9;
  color: #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: #5e5ee9;
  color: #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%;
  border-radius: 16px;
  overflow: hidden;
}
.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;
  color: #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: #f1fbed;
    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: #5e5ee9;
  color: #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;
  color: #5e5ee9;
  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
  .audit_list_content_formcustomliquid {
  width: 100%;
  padding: 30px 0;
}
.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;
  color: #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;
  color: #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;
  color: #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%;
  color: #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 {
  color: 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 {
  display: flex;
}
.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: #fff;
  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 #5e5ee9;
}
.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;
  color: #000;
  cursor: pointer;
}
.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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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;
    padding: 14px 30px;
  }
}
@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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #fff;
  text-shadow: 0px 4px 25px #00000080;
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 100%;
  max-width: 620px;
  padding: 32px 41px 31px;
  background: #0000004d;
  -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;
  }
}
@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 {
    font-size: 14px;
    line-height: 20px;
  }
}
.site_footer_section .container {
  border-bottom: none;
}
.site_footer_section .site_footer {
  border-radius: 0px;
  margin: 0px 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-color: #ffffff1a;
  border-right-color: #ffffff1a;
}
.site_footer_section .site_footer .footer_top_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 65px;
  color: #fff;
  justify-content: space-between;
}
@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%;
}

@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;
  color: #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;
  color: #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
  .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 {
  color: #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;
  color: #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;
  color: #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;
  color: #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 60px 25px 25px;
  }
}
.site_footer_section .site_footer .footer_bottom_bar .footer_left_content {
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #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 {
  color: #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;
  color: #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 {
  color: #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;
  color: #000;
}
.mega_menu_wrap {
  position: absolute;
  width: 740px;
  left: 145px;
  background: #fff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px #0000000d, 0 10px 20px #0000000d, 0 20px 40px #0000000d;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
@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-color: #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: #5e5ee9;
  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: 33.33%;
  padding-bottom: 30px;
  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;
  color: #5e5ee9;
}
.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: #5e5ee9;
  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: gray;
  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;
  color: #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;
  color: #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;
  color: #000;
  margin: 0;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a {
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #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: #4949c8;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_footer
  .mega_menu_bottom
  .bottom_btn
  a:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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: #4949c8;
}
.mega_menu_wrap
  .mega_menu
  .menu_layout
  .mega_menu_top
  .mega_menu_bottom
  .bottom_btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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: #5e5ee9;
  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-color: #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: #fff;
  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 {
  color: #4949c8;
}
.button_details .get_started_details .detail_list a:before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  background: #5e5ee9;
  opacity: 0;
  left: 10px;
}
.button_details .get_started_details .detail_list a .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin: 0 0 16px;
}
.button_details .get_started_details .detail_list a span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #5e5ee9;
  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: #f1fbed;
  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;
  color: #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;
  color: #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;
  padding: 20px 20px;
  text-decoration: unset;
  color: #000000!important;
}
#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: #5e5ee9;
  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 {
  color: #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;
  color: #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: 100%;
  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: 65px;
}
@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 78px 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: 43px;
  line-height: 78px;
  color: #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;
  color: #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;
  color: #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
  .store_build_newbtnwrap {
  width: 40%;
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .store_build_newbtnwrap {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .build_new_store_section
    .build_new_store
    .new_store_details
    .new_store
    .store_left_content
    .store_detail
    .store_build_newbtnwrap {
    width: 100%;
    margin: 30px 0;
  }
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .store_build_newbtn {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .store_build_newbtn:hover {
  background: #4949c8;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .store_build_newbtn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .store_build_newbtn
  svg {
  margin-left: 20px;
}
.build_new_store_section
  .build_new_store
  .new_store_details
  .new_store
  .store_left_content
  .store_detail
  .form
  .form_container {
  background: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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;
    width: 170px;
  }
}
@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: -70px;
  right: 150px;
  width: 300px;
}
@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: 145px;
  }
}
.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;
    color: #000;
    padding: 40px 25px 0;
  }
}
.buil_hour_section
  .build_new_store
  .new_store_details
  .mobile_bottom_description
  span {
  color: #5e5ee9;
  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;
  color: #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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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 #5e5ee9;
  box-shadow: inset 0 4px 15px #5e5ee980;
  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: #5e5ee9;
}
.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: #f1fbed;
  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 #5e5ee9;
  box-shadow: inset 0 4px 15px #5e5ee980;
}
.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: #5e5ee9;
}
.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;
  color: #000;
}
@media screen and (max-width: 1025px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product__title
    h1 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (max-width: 749px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product__title
    h1 {
    font-size: 20px;
    line-height: 35px;
  }
}
.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) and (min-width: 551px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price {
    padding: 0 25px;
  }
}
@media screen and (max-width: 550px) {
  .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: 1025px) {
  .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: 1024px) and (min-width: 750px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price__container {
    width: 100%;
  }
}
@media screen and (max-width: 749px) and (min-width: 551px) {
  .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: 550px) {
  .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;
    justify-content: center;
  }
}
@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: 550px) {
  .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;
  color: #d8ac41;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .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-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 749px) and (min-width: 551px) {
  .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-size: 15px;
    line-height: 20px;
  }
}
.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;
  color: #5e5ee9;
  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 screen and (max-width: 1300px) and (min-width: 1025px) {
  .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: 20px;
  }
}
@media screen and (max-width: 749px) and (min-width: 551px) {
  .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: 15px;
    line-height: 20px;
  }
}
@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;
  color: red;
  opacity: 0.5;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .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-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 749px) and (min-width: 551px) {
  .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-size: 15px;
    line-height: 20px;
  }
}
.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;
  color: 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 screen and (max-width: 1300px) and (min-width: 1025px) {
  .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: 20px;
  }
}
@media screen and (max-width: 749px) and (min-width: 551px) {
  .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: 15px;
    line-height: 20px;
  }
}
@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: 1025px) {
  .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: 1024px) 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%;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 749px) and (min-width: 551px) {
  .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: 550px) {
  .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;
  color: #5e5ee9;
  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: 1300px) and (min-width: 1025px) {
  .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: 15px;
  }
}
@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: 749px) and (min-width: 551px) {
  .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: 15px;
  }
}
@media screen and (max-width: 500px) and (min-width: 401px) {
  .product_template_update
    .product
    .grid__item.product__info-wrapper
    .product__info-container
    .product_subcription_container
    .price
    .price_discount_container
    .price_discount {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
@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: 1024px) 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:before {
    left: 50%;
    top: 0;
    transform: rotate(45deg) translate(-50%);
  }
}
@media screen and (max-width: 550px) {
  .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: 20%;
    transform: rotate(45deg) translate(-50%);
  }
}
.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;
  color: #5e5ee9;
}
.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: #5e5ee9;
  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;
  color: #4b4ccb;
  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;
  color: #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 {
  color: #5e5ee9;
}
.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 60px;
}
@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: 70px 0 50px;
  }
}
.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: #f1fbed;
  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
  .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  opacity: 0.2s;
  background: transparent;
  margin: 0;
  position: relative;
  top: -10px;
  border-radius: 16px;
  touch-action: pan-y;
}
.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;
  background: #018062;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  opacity: 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
    .range_bar
    .slider::-webkit-slider-thumb {
    height: 100px;
  }
}
.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;
  background: #018062;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  opacity: 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
    .range_bar
    .slider::-moz-range-thumb {
    height: 100px;
  }
}
.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: -55px;
  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: 45px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-image: url(/cdn/shop/files/bulk-hour-bollon.svg?v=1707202334);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
  transition: all 0.5s ease;
}
@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: 35px;
    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;
  }
}
.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 {
    min-height: 65px;
  }
}
@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-color: #5e5ee9;
}
.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: #5e5ee9;
}
.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;
  color: #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;
  }
}
.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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) 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
    .product-form__buttons
    .product-form__submit {
    font-size: 15px;
    line-height: 25px;
  }
}
@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;
  }
}
.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: #5e5ee9;
  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;
  color: #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 {
  color: #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 {
  color: #fff;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button:hover {
  background: #4949c8 !important;
}
.product_faq_section
  .faq_section
  .faq_content
  .yotpo-main-widget
  .main-widget
  .write-question-review-buttons-container
  .yotpo-default-button:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #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;
  color: #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;
  color: #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: #5e5ee9;
  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;
  color: #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: #4949c8 !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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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: #5e5ee9;
  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;
  color: #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: #4949c8 !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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
#kretoss-section-header {
  z-index: 111;
}
#kretoss-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: #5e5ee9;
  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: #5e5ee9;
}
.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: #f1fbed;
  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;
  }
}
@media screen and (min-width: 1401px) {
  .product_sticky_bar .sticky_bar .container_content {
    width: calc(100% - 90px);
  }
}
.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 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;
  color: #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;
  color: #5e5ee9;
  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;
  color: 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;
  color: 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;
  color: #5e5ee9;
  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: #0000000d;
  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: 16px;
    line-height: 25px;
    padding: 11px 5px;
  }
}
@media screen and (max-width: 400px) {
  .product_sticky_bar
    .sticky_bar
    .product_subcription_container
    .price
    .price_discount_container {
    font-size: 12px;
    line-height: 20px;
  }
}
.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: #000;
  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;
  }
}
@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 #5e5ee9;
    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;
    color: #5e5ee9;
  }
}
@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: #5e5ee9;
    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;
  color: #5e5ee9;
  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 {
  color: #4949c8;
}
@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: 46px 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;
    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;
  color: #000;
  min-width: 130px;
}
@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;
    color: #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;
    width: auto;
  }
}
.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: -55px;
  display: block;
  left: 10px;
  z-index: 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
    .range_bar_tooltip {
    top: -45px;
  }
}
.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: 45px;
  height: 55px;
  top: 0;
  padding: 0 17px 5px;
  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;
  color: #fff;
  background-image: url(/cdn/shop/files/bollon-final.svg?v=1705494424);
  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: 35px;
    height: 45px;
    font-size: 10px;
  }
}
.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: #f1fbed;
  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
  .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;
  border-radius: 16px;
}
.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: #018062;
  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: #018062;
  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-color: #5e5ee9;
}
.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: #5e5ee9;
}
.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;
  color: #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-color: 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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #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: #f1fbed;
  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: gray;
  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;
  color: #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;
  color: #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 {
  color: #5e5ee9;
}
@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;
  color: #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;
  color: #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%;
  color: #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 {
  color: 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-color: #00000080;
  background-color: #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;
  color: #000;
  cursor: pointer;
}
.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 !important;
  }
}
.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;
  color: #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 {
  color: #5e5ee9;
}
.audit_form_popup
  .form_popup_container
  .popup_container
  .audit_form_content
  .audit_list_content
  .left_content
  .detail_list
  .tab_content {
  padding: 40px;
  background: #fff;
  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 {
  color: #5e5ee9;
  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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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-color: 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;
  color: #5e5ee9 !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;
  color: #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;
  }
}
@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_field
    .fields
    .sub_heading_dropbox
    .sub_heading {
    font-size: 14px;
    line-height: 25px;
  }
}
.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;
  color: #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;
  }
}
@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_field
    .fields
    .sub_heading_dropbox
    ul
    .heading_dropbox {
    font-size: 14px;
    line-height: 25px;
  }
}
.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 #5e5ee9;
  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;
  color: #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 #5e5ee9;
  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: #fff;
  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;
  color: #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: #fff;
  border: 1px solid #5e5ee9;
  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 #kretoss-section-header .on-off-toggle {
  position: absolute;
  right: 30px;
}
.page_bulk_hours_form .page_bulk_hours {
  background: #fff;
  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 {
  color: #5e5ee9;
}
.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: #f1fbed;
  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: gray;
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #0000009c;
  margin: 20px 0 0;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .bulk_hours_details
  .bulk_left_content.bulk_align_content {
  align-items: center;
}
.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;
  color: #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_formcustomliquid {
  width: 100%;
  padding: 30px 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;
  color: #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;
  color: #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 #5e5ee9;
  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;
  color: #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;
  color: #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 {
  color: #5e5ee9;
  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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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-color: 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;
  color: #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;
  color: #5e5ee9 !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%;
  color: #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 {
  color: 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 {
  display: flex;
}
.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: #fff;
  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 #5e5ee9;
}
.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;
  color: #000;
  cursor: pointer;
}
.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,
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_bulkstarted_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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,
  .page_bulk_hours_form
    .page_bulk_hours
    .bulk_hours
    .form
    .form_btn
    .form_bulkstarted_btn {
    font-size: 12px;
    padding: 14px 10px;
  }
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit:hover,
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_bulkstarted_btn:hover {
  background: #4949c8;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit:focus,
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_bulkstarted_btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_submit
  svg,
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_bulkstarted_btn
  svg {
  margin-left: 20px;
}
.page_bulk_hours_form
  .page_bulk_hours
  .bulk_hours
  .form
  .form_btn
  .form_bulkstarted_btn {
  width: auto;
  display: inline-block;
  text-decoration: none;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form_bulkstarted_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 15px 40px;
  cursor: pointer;
  min-width: 220px;
  width: auto;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .page_bulk_hours_form .page_bulk_hours .bulk_hours .form_bulkstarted_btn {
    font-size: 12px;
    padding: 14px 10px;
  }
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form_bulkstarted_btn:hover {
  background: #4949c8;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form_bulkstarted_btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.page_bulk_hours_form .page_bulk_hours .bulk_hours .form_bulkstarted_btn 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;
  }
}
@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;
  }
}
.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: 400;
  font-size: 30px;
  line-height: 42px;
  color: #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: 24px;
    line-height: 35px;
  }
}
.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;
  color: #000;
  margin: 0;
}
.digital_work_section
  .digital_work
  .digital_work_content
  .work_content
  .right_content
  .content
  .btn {
  border: 1px solid #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #5e5ee9;
  text-decoration: none;
  padding: 14px 20px;
  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;
  color: #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;
  color: #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: #fffc;
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.faq_question_section
  .faq_question
  .faq_contents
  .faq_main_content
  .bottom_content
  .bottom_btn
  a:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #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;
  color: #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;
  color: #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%,
    #fff 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";
  color: #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-color: #5e5ee9;
}
.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";
  color: #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: #fff;
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #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%;
  color: #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;
  color: #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: gray;
  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;
  color: #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: #fff;
  border: 1px solid #5e5ee9;
  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 {
  color: 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 {
  display: flex;
}
.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: #fff;
  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 #5e5ee9;
}
.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;
  color: #000;
  cursor: pointer;
}
.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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.page_careers_forms_section
  .page_careers_forms
  .careers_forms
  .form_career
  .form_details
  .left_content
  .content
  .form
  .form_btn
  .form_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
}
.career_form_popup_mode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f1fbed;
  z-index: 1111;
  padding: 20px;
  overflow: auto;
  display: none;
}
.career_form_popup_mode::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.career_form_popup_mode::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 0;
}
.career_form_popup_mode::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.career_form_popup_mode .focus_mode_footer {
  text-align: center;
  margin: 70px 0 30px;
}
.career_form_popup_mode .close_bar {
  text-align: center;
  margin: 30px 0 0;
}
.career_form_popup_mode .close_bar .js_form_careers_close {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-decoration-line: underline;
  color: #000;
  cursor: pointer;
}
.career_form_popup_mode .popup_mode {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.career_form_popup_mode .popup_mode:not(.form_step_one) {
  display: none;
}
.career_form_popup_mode .popup_mode.form_step_two {
  max-width: 740px;
}
.career_form_popup_mode .popup_mode.form_step_two .form_details .left_content {
  width: 100% !important;
  padding: 65px 96px !important;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_two
    .form_details
    .left_content {
    padding: 30px 20px !important;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_two
  .form_details
  .left_content
  .content
  h2 {
  margin: 0 0 17px !important;
}
.career_form_popup_mode
  .popup_mode.form_step_two
  .form_details
  .left_content
  .content
  h2
  .user_job_title {
  color: #5e5ee9;
}
.career_form_popup_mode
  .popup_mode.form_step_two
  .form_details
  .left_content
  .content
  .description
  p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.career_form_popup_mode
  .popup_mode.form_step_two
  .form_details
  .left_content
  .content
  .form {
  margin-top: 25px !important;
}
.career_form_popup_mode
  .popup_mode.form_step_two
  .form_details
  .left_content
  .content
  .form
  .form_btn {
  margin: 0 !important;
}
.career_form_popup_mode
  .popup_mode.form_step_two
  .form_details
  .left_content
  .content
  .form
  .form_btn
  .form_submit {
  max-width: 165px !important;
}
.career_form_popup_mode .popup_mode .popup_heading {
  text-align: center;
  margin: 20px 0 50px;
  position: relative;
}
.career_form_popup_mode .popup_mode .popup_heading img {
  width: 120px;
}
.career_form_popup_mode .popup_mode .popup_heading .toggle_popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.career_form_popup_mode .popup_mode .form_details .left_content {
  padding: 40px 130px 40px 76px;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .form_files {
  position: relative;
  padding: 3px;
  border-radius: 3px;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .form_files.drag-over {
  background: linear-gradient(
    to right,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38,
    #f7d77a,
    #b17c38
  );
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .form_files.drag-over
  .image_picker {
  border-color: transparent;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .form_files
  .form_upload_files {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .image_picker {
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #5e5ee9 !important;
  cursor: pointer;
  margin-bottom: 0 !important;
  background: #fff;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .radio_label {
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 26px !important;
  margin: 0 0 28px !important;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode
    .form_details
    .left_content
    .form
    .form_field
    .fields
    .radio_label {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode
    .form_details
    .left_content
    .form
    .form_field
    .fields
    .radio_field {
    display: flex;
    align-items: center;
  }
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .radio_field:not(:last-child) {
  margin: 0 0 42px;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .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 #5e5ee9;
  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) {
  .career_form_popup_mode
    .popup_mode
    .form_details
    .left_content
    .form
    .form_field
    .fields
    .radio_field
    .input_radio_field {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
  }
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .radio_field
  .input_radio_field:checked {
  border-width: 6px;
}
.career_form_popup_mode
  .popup_mode
  .form_details
  .left_content
  .form
  .form_field
  .fields
  .radio_field
  label {
  font-size: 17px !important;
  line-height: 30px !important;
  display: inline-block !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode
    .form_details
    .left_content
    .form
    .form_field
    .fields
    .radio_field
    label {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
.career_form_popup_mode .popup_mode.form_step_three .introduction_forms {
  background: #fff;
  border-radius: 16px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form {
  display: flex;
  flex-wrap: wrap;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content {
  width: 50%;
  padding: 60px 30px 61px;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_three
    .introduction_forms
    .intro_form
    .left_content {
    width: 100%;
    padding: 30px 20px;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail {
  max-width: 562px;
  margin: 0 auto;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  h2 {
  font-size: 30px;
  line-height: 46px;
  color: #000;
  font-weight: 400;
  margin: 0 0 15px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  h2
  strong {
  font-weight: 600;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  h2
  .user_first_name {
  color: #000;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  color: #000;
  margin: 0 0 45px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .description
  p {
  margin: 0 0 37px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .description
  span {
  display: block;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .description
  a {
  font-weight: 700;
  color: #5e5ee9;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .description
  .description_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 40px 14px 44px;
  cursor: pointer;
  min-width: 170px;
  display: inline-block;
  margin: 0 0 8px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .description
  .description_btn
  svg {
  margin-left: 15px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .tips_box {
  background: #fee67980;
  border-radius: 16px;
  padding: 36px 45px 36px 68px;
  font-size: 15px;
  line-height: 35px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_three
    .introduction_forms
    .intro_form
    .left_content
    .content_detail
    .tips_box {
    padding: 35px;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .left_content
  .content_detail
  .tips_box
  p {
  margin: 0;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content {
  width: 50%;
  background: #f1f5ff80;
  box-shadow: inset 3px 0 3px #0000000d;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_three
    .introduction_forms
    .intro_form
    .right_content {
    width: 100%;
    padding: 30px 20px;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail {
  max-width: 547px;
  margin: 0 auto;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  .intro_image {
  width: 100%;
  margin: 0 0 42px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  .intro_image
  img {
  width: 100%;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .field_error {
  color: red;
  font-size: 12px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_field.full_grid
  .fields {
  width: 100%;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_field
  .fields {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_three
    .introduction_forms
    .intro_form
    .right_content
    .form_detail
    form
    .form_field
    .fields {
    width: 100%;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_field
  .fields
  label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  margin: 0 0 15px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_field
  .fields
  .input_field {
  margin: 0;
  border: 1px solid #00000080;
  border-radius: 3px;
  width: 100%;
  padding: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_three
    .introduction_forms
    .intro_form
    .right_content
    .form_detail
    form
    .form_field
    .fields
    .input_field {
    font-size: 16px;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_btn {
  padding: 10px 0 0;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_btn
  .form_submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  padding: 14px 44px;
  cursor: pointer;
  min-width: 170px;
}
.career_form_popup_mode
  .popup_mode.form_step_three
  .introduction_forms
  .intro_form
  .right_content
  .form_detail
  form
  .form_btn
  .form_submit
  svg {
  margin-left: 15px;
}
.career_form_popup_mode .popup_mode.form_step_four {
  max-width: 740px;
}
.career_form_popup_mode .popup_mode.form_step_four .form_details .left_content {
  width: 100% !important;
  padding: 80px 80px 60px !important;
}
@media screen and (max-width: 767px) {
  .career_form_popup_mode
    .popup_mode.form_step_four
    .form_details
    .left_content {
    padding: 30px 20px !important;
  }
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  .images {
  margin-bottom: 45px;
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  .images
  img {
  width: 100%;
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  h2
  .user_first_name {
  color: #5e5ee9;
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  .description
  p {
  margin-bottom: 50px !important;
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  .description
  p:last-child {
  margin-bottom: 0 !important;
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  .description
  .user_job_title {
  color: #5e5ee9;
}
.career_form_popup_mode
  .popup_mode.form_step_four
  .form_details
  .left_content
  .content
  .description
  strong {
  font-size: 17px;
  line-height: 35px;
  color: #000;
}
.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: gray;
  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: #fff;
  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;
    border-top: 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;
  background: #f1fbed;
}
@media screen and (min-width: 768px) {
  .page_bulk-hours .page_bulk_hours_form .page_bulk_hours {
    margin: 85px 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;
  color: #000;
  margin-top: 5px;
  background: #f1fbed;
  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-color: 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-color: #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;
  color: #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 {
  color: #5e5ee9;
}
.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;
    padding: 40px 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
  .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: gray;
  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;
  color: #5e5ee9;
  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;
  color: #5e5ee9;
}
@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: #000;
  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;
  color: #5e5ee9;
}
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;
  color: #5e5ee9;
  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-color: #5e5ee9;
}
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-color: #5e5ee9;
}
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: #5e5ee9;
  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: #5e5ee9;
}
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;
  color: #5e5ee9;
  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;
  color: #5e5ee9;
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #5e5ee9;
  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;
  color: #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;
  color: #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;
  color: 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;
  color: 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;
  color: #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;
  color: #5e5ee9;
}
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: #f1fbed;
  border-radius: 5px;
  padding: 15px 9px;
  color: #5e5ee9;
  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: #f1fbed;
  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: #f1fbed;
  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 #5e5ee9;
  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;
  color: #5e5ee9;
}
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: #5e5ee9;
  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;
  color: #4b4ccb;
  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;
  color: 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;
  color: #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 {
  color: #5e5ee9;
}
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 {
  color: #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
  .cart_product_rangebar {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  background: transparent;
  margin: 0;
  position: relative;
  top: -8px;
  z-index: 11;
  border-radius: 16px;
}
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: #018062;
  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: #018062;
  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: -55px;
  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: 45px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-image: url(/cdn/shop/files/bollon-final.svg?v=1705494424);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 8px;
}
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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #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: #fff;
  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: #f1fbed;
  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: #fff;
  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;
  color: #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;
  color: #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;
  color: #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%;
  color: #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;
  color: #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: gray;
  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;
  color: #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: #fff;
  border: 1px solid #5e5ee9;
  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 {
  color: 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: #fff;
  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 #5e5ee9;
}
.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;
  color: #000;
  display: inline-block;
  cursor: pointer;
}
.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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.page_contact_us
  .contact_us
  .contact_us_forms
  .contact_form
  .form_left_content
  .form
  .form_btn
  .form_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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: #fffc;
  -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;
  color: #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;
  color: #5e5ee9;
  text-decoration: none;
  background: #ffffff80;
  border: 1px solid #5e5ee9;
  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: #f1fbed;
  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: gray;
  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;
  color: #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: #fff;
  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;
  color: #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;
  color: #000;
  margin: 0 0 30px;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .description
  p
  .user_first_name {
  color: #5e5ee9;
}
.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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.contact_us_focus_mode
  .popup_mode.form_final_step
  .form_details
  .left_content
  .content
  .form_call_btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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: #f1fbed;
}
.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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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
  img {
  width: 100%;
}
.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;
  color: #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;
  color: #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: #fffc;
  -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;
  color: #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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #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;
  color: #5e5ee9;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #5e5ee9;
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #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: #5e5ee9;
  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;
  color: #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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #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;
  color: #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;
}
.company_history_section .company_history {
  padding: 120px 0 105px;
}
@media screen and (max-width: 767px) {
  .company_history_section .company_history {
    border-radius: unset;
  }
}
.company_history_section .company_history .history_content .history_header h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 78px;
  color: #000;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .company_history_section
    .company_history
    .history_content
    .history_header
    h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
.company_history_section
  .company_history
  .history_content
  .history_header
  h2
  strong {
  font-weight: 600;
}
.company_history_section .company_history .history_content .history_detail {
  padding-left: 200px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  cursor: grab;
}
.company_history_section
  .company_history
  .history_content
  .history_detail::-webkit-scrollbar {
  display: none;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .bottom_bar_history {
  display: flex;
  transform: translate(-225px, -65px);
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .bottom_bar_history
  .bottom_history_block {
  margin: 0 90px 0 65px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .bottom_bar_history
  .bottom_history_block
  .block_list
  .history_heading {
  margin-bottom: 65px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .bottom_bar_history
  .bottom_history_block
  .block_list
  .history_heading
  .heading_dot {
  bottom: -34px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .bottom_bar_history
  .bottom_history_block
  .block_list
  .block_description:after {
  top: -3px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .top_bar_history {
  display: flex;
  align-items: flex-end;
  transform: translateY(65px);
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .top_bar_history
  .top_history_block {
  margin: 0 90px 0 70px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .top_bar_history
  .top_history_block
  .block_list
  .history_heading {
  margin-top: 65px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .top_bar_history
  .top_history_block
  .block_list
  .history_heading
  .heading_dot {
  top: -34px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .top_bar_history
  .top_history_block
  .block_list
  .block_description:after {
  bottom: -21px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks {
  display: inline-block;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .history_heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000;
  position: relative;
  width: 320px;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .history_heading
  .heading_dot {
  display: block;
  width: 19px;
  height: 19px;
  background: radial-gradient(39.55% 39.55% at 29.85% 34.33%, #ffffff4d, #fff0),
    radial-gradient(55.22% 55.22% at 87.31% 77.61%, #0003 13.02%, #0000),
    linear-gradient(180deg, #5e5ee9, #4949c8);
  border: 2px solid #004c3f;
  box-shadow: 10px 10px 20px #00000040, 0 3px 2px #00000040;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .block_description {
  background: #fff;
  border: 1px solid #0000001a;
  box-shadow: 0 5px 10px -6px #1e2e481a;
  border-radius: 16px;
  padding: 25px 20px;
  position: relative;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .block_description:hover {
  background: #4b4ccb;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .block_description:hover:after {
  background: #4b4ccb;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .block_description:hover
  p {
  color: #fff;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .block_description:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg) translate(-50%);
  left: 49%;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .history_blocks
  .block_list
  .block_description
  p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin: 0;
}
.company_history_section
  .company_history
  .history_content
  .history_detail
  .center_bar {
  background: #f1fbed;
  border: 1px solid #f0ece3;
  box-shadow: inset 0 4px 2px #0000001a, inset 10px 10px 10px #0000001a;
  border-radius: 33.5px;
  height: 10px;
  width: 100%;
}
.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, #000000b3, #0000);
  padding: 50px 55px;
  color: #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 {
  color: #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;
}
.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;
  color: #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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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, #f1fbed 6%, #f1fbed00);
    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, #f1fbed, #f1fbed00);
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.shopify_guidance_section .shopify_guidance .guidance_btn a:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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: #f1fbed;
  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: #fff;
  box-shadow: 0 10px 20px #0000000d;
  border-radius: 8px;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #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;
  color: #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: #fff;
  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;
  color: #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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.teasting_implement_section .bottom_content_inner .call_btn a:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.teasting_implement_section .bottom_content_inner .call_btn a svg {
  margin-left: 14px;
}
.audit_report_section .audit_report_process {
  position: relative;
}
@media screen and (max-width: 767px) {
  .audit_report_section .audit_report_process {
    border-radius: unset !important;
  }
}
.audit_report_section .audit_report_process .left_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 425px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section .audit_report_process .left_image {
    max-width: 300px;
  }
}
.audit_report_section .audit_report_process .right_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 245px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section .audit_report_process .right_image {
    max-width: 200px;
  }
}
.audit_report_section .audit_report_process .audit_report_innes {
  padding: 78px 0 55px;
}
.audit_report_section .audit_report_process .audit_report_innes .audit_report {
  position: relative;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header {
  text-align: center;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  display: inline-block;
  background: #0003;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 8px;
  margin: 0 0 30px;
  padding: 20px 40px;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report
    .report_header
    h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report
  .report_header
  h2
  strong {
  font-weight: 600;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps {
  margin-left: -15px;
  position: relative;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .center_box_image {
  position: absolute;
  left: 50.5%;
  transform: translate(-50%);
  top: 0;
  width: 100%;
  max-width: 574px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .center_box_image {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .center_box_image {
    max-width: 320px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 25px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps {
    padding: 40px 25px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process {
  width: 17.5%;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process {
    width: 50%;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process.report_process_1
  .steps
  .report_description {
  max-width: 165px;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process.report_process_1
  .steps
  .steps_image
  .line_image {
  right: -20%;
  bottom: 0;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process.report_process_2
  .steps
  .steps_image
  .line_image {
  right: -37%;
  top: -12px;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process.report_process_3
  .steps
  .steps_image
  .line_image {
  left: -20%;
  bottom: 0;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process.report_process_4
  .steps
  .steps_image
  .line_image {
  left: -20%;
  top: 0;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process.center_steps {
  width: 30%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process.center_steps {
    width: 100%;
    margin: 80px 0;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  max-width: 178px;
  margin: 0 auto 33px;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    h3 {
    font-size: 11px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    h3 {
    font-size: 16px;
    line-height: 25px;
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    h3
    br {
    display: none;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .steps_image {
  position: relative;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .steps_image
  .main_image {
  width: 100%;
  max-width: 108px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .steps_image
    .main_image {
    max-width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .steps_image
    .main_image {
    max-width: 80px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .steps_image
  .line_image {
  position: absolute;
  width: 100%;
  max-width: 74px;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .steps_image
    .line_image {
    max-width: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .steps_image
    .line_image {
    max-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .steps_image
    .line_image {
    display: none;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .step_button {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .step_button {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .step_button {
    padding: 10px 0;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .step_button
  a {
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 8px;
  background-image: linear-gradient(
    to right,
    #ecc068,
    #daa956,
    #ecc068,
    #daa956,
    #ecc068
  );
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #000;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  cursor: auto;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .step_button
    a {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .step_button
    a {
    font-size: 14px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .step_button
  a:after {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/button_liine.png?v=1675667731);
  width: 40px;
  height: 20px;
  position: absolute;
  top: -22px;
  right: -40px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .step_button
    a:after {
    right: -25px;
    width: 30px;
  }
}
@media screen and (max-width: 400px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .step_button
    a:after {
    right: -30px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .report_description {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .report_description
  p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin: 33px 0 0;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .report_description
    p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .report_description
    p {
    font-size: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .audit_report_section
    .audit_report_process
    .audit_report_innes
    .audit_report_steps
    .report_steps
    .report_process
    .steps
    .report_description
    p {
    font-size: 13px;
    line-height: 25px;
  }
}
.audit_report_section
  .audit_report_process
  .audit_report_innes
  .audit_report_steps
  .report_steps
  .report_process
  .steps
  .report_description
  p
  a {
  color: #fff;
  text-underline-offset: 3px;
}
.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;
  color: #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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.account_forms .forms .account_form .left_forms form button:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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 {
  color: #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;
  color: #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 {
  color: #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 {
  color: #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 {
  color: #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;
  color: #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: #5e5ee9 !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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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: #fffc;
  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;
  color: #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 {
  color: #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 {
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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 {
  color: #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 {
  color: #000 !important;
}
.form_submit_success {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 0 0 20px;
  color: #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;
  color: #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;
  color: #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;
  color: #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 #5e5ee9;
  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;
  color: #5e5ee9;
  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 {
  color: #4949c8;
}
.audit_journey_section
  .shopify_audit_journey
  .journey_section
  .journey_details
  .journey_left_content
  .content
  .banner_subcription_form
  .newsletter_form
  .form_type
  .store_type_form {
  color: 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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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;
  color: #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;
  color: #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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.audit_call_section
  .shopify_audit_call
  .call_section
  .call_details
  .call_left_content
  .content
  .book_call:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #000;
  margin: 0;
  letter-spacing: normal;
}
.write-review-wrapper .write-review .yotpo-header .stars-wrapper .yotpo-icon {
  color: #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;
  color: #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;
  color: #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: #5e5ee9;
  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;
  color: #fff;
  height: auto;
}
.write-review-wrapper .write-review .submit-button .yotpo-default-button:hover {
  background: #4949c8 !important;
}
.write-review-wrapper .write-review .submit-button .yotpo-default-button:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  width: 100%;
  border: none;
  color: #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: #4949c8;
}
.product_template_proposal
  .product
  .product__info-wrapper
  .proposal_product_form
  .product-form
  .product-form__buttons
  .pro_proposal_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #5e5ee9;
  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;
  color: #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: #fff;
  border-radius: 5px;
  padding: 15px 27px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #5e5ee9;
  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-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #5e5ee9;
  margin: 21px 0 0;
  text-align: center;
}
.quote_request_link a {
  color: #5e5ee9;
}
.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;
  color: #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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.migrate-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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;
  color: #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;
  color: #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: 48%;
  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;
  color: #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: 52%;
  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 {
  color: #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 {
  color: #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: #5e5ee9 !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;
  color: #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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.page_ui_ux
  .ui-ux-design
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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;
  color: #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;
  color: #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;
  color: #5e5ee9;
  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;
  color: #000;
}
.design-first-approach
  .design_approch_inner
  .bottom_data
  .apporch_content
  .rich_text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #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;
  color: #5e5ee9;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #5e5ee9;
  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: #5e5ee9;
  padding: 14px 23px 14px 40px;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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: #f1fbed;
  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 {
  color: #5e5ee9;
  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;
  color: #fff;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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: #f1fbed;
}
@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;
  color: #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;
  color: #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-color: #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;
  color: #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: #f1fbed;
  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-color: #5e5ee9;
}
.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;
  color: #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;
  color: #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;
  color: #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: gray;
  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;
  color: #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: #fff;
  border: 1px solid #5e5ee9;
  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 #5e5ee9;
  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;
  color: #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%;
  color: #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 {
  color: 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;
  display: flex;
}
.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: #fff;
  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 #5e5ee9;
}
.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;
  color: #000;
  cursor: pointer;
}
.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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.page_internal_feedback_form
  .internal_feedback
  .feedback_forms
  .page_feedbacks
  .left_feedbacks
  .feedback_forms_content
  .form
  .form_btn
  .form_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #5e5ee9;
}
.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: #5e5ee9;
  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;
  color: #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 {
  color: 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: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #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;
  color: #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;
  color: #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;
  color: #5e5ee9;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #5e5ee9;
  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: #5e5ee9;
  padding: 14px 23px 14px 40px;
  color: #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;
  color: #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;
  color: #5e5ee9;
  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 #5e5ee9;
  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;
  color: #fff;
  display: inline-block;
  background: #0003;
  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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  color: #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;
  background-image: linear-gradient(
    to right,
    #ecc068,
    #daa956,
    #ecc068,
    #daa956,
    #ecc068
  );
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #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;
  color: #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: #f1fbed;
  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;
  color: #000;
  cursor: pointer;
}
@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 {
  color: #5e5ee9;
}
.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;
  color: #5e5ee9;
}
.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;
  color: #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;
  color: #fff;
  background: #5e5ee9;
  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: #4949c8;
}
.page_publick_feedback_form
  .publick_feedback
  .feedback_forms
  .feedback_form_container.combine_form_step
  .btn_call_button:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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;
  color: #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;
  color: #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 {
  color: 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;
  color: #5e5ee9 !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-color: 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 #5e5ee9;
  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;
  color: #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%;
  color: #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;
  display: flex;
}
.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: #fff;
  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 #5e5ee9;
}
.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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.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: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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;
  color: #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: #00000063;
  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;
  color: #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;
  color: #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: #fff;
  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;
  color: #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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5ee9;
  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: #4949c8;
}
.loyaty-banner
  .migrate-from-magento
  .magento-details
  .store_left_content
  .store_detail
  .form
  .form_container
  .form_button
  .btn_submit:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.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 {
  color: 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: #fff;
  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-color: #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: #fff;
  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-color: 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;
  color: #4b4ccb;
}
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;
  color: #ba0000;
  margin: 0;
}
.subscription_toggle_box .subscription_box .content_box .description p {
  line-height: 26px;
  color: #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: #fffc;
  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;
  color: 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";
  color: #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 {
  color: #5e5ee9;
}
.subscription_toggle_box.active
  .subscription_box
  .content_box
  .toggle_box
  .subscrion_on_toggle
  .on_off_toggle__slider {
  background: #fff;
  border: 1px solid #5e5ee963;
}
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: #fff;
  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;
  color: #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: #fff;
  border: 1px solid #00000080;
  border-radius: 3px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #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: gray;
  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;
  color: #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: #fff;
  border: 1px solid #5e5ee9;
  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: #fff;
    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;
    color: #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;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5e5ee9;
    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;
    color: #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 {
    color: #5e5ee9;
    text-decoration: underline;
    font-weight: 400;
  }
  .buil_hour_section
    .build_new_store
    .new_store_details
    .mobile_bottom_description
    span.field_error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: unset;
  }
}
@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) {
  .block__page-cashmere-case-study
    .company_team_section
    .company_team
    .company_team_grid
    .team_grid_inner
    .team_list
    .team_grid_block {
    width: 20%;
  }
  .block__page-cashmere-case-study .company_team {
    position: relative;
  }
  .block__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;
  }
  .block__page-cashmere-case-study .company_team_grid {
    position: relative;
    z-index: 1;
  }
  .block__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) {
  .block__page-cashmere-case-study .shopify_audit_section .shopify_audit {
    border: 1px solid #0000001a;
  }
}
.block__page-cashmere-case-study .global_team {
  position: relative;
}
.block__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) {
  .block__page-cashmere-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 50px 0 30px;
  }
  .block__page-cashmere-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .block__page-cashmere-case-study
    .logo_list_section
    .logo_section
    .logo_list
    .logo_images {
    border-top: 1px solid #0000001a;
  }
  .block__page-cashmere-case-study .global_team:before {
    width: 96px;
    height: 68px;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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) {
  .block__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;
  }
  .block__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;
  }
  .block__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;
  }
  .block__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;
}
.block__global-team-small-image-one {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
.block__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: 0px 0 0;
}
@media screen and (max-width: 767px) {
  .block__global-team-small-image-one {
    display: none;
  }
  .block__global-team-small-image-two {
    width: 95%;
  }
}
.block__custom-store-section-sub-heading {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.page-hydrogen-oxygen .section_heading {
  margin: 0 0 36px !important;
}
.page-hydrogen-oxygen .block__newsletter-form-checkout-heading {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .block__services-details-image-box-right {
    flex-direction: row-reverse;
  }
  .block__services-details-image-box-right .services_right_content {
    padding-left: 0 !important;
    width: 50% !important;
  }
  .block__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) {
  .block__services-details-image-box-right .services_left_content {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .block__services-details-image-box-right .services_left_content {
    padding-right: 20px !important;
  }
}
.page-hydrogen-oxygen .schedule_call .call_btn {
  background: #5e5ee9;
  color: #fff !important;
}
.page-hydrogen-oxygen .schedule_call .call_btn svg path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .page-hydrogen-oxygen .block__checkout-extensibility-tab-box {
    padding-top: 0;
  }
}
.block__hydrogen-oxygen-form-desktop-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-hydrogen-oxygen .block__exten-video-section {
    padding: 0 0 30px;
  }
  .page-hydrogen-oxygen .block__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 .block__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;
  }
  .block__hydrogen-oxygen-form-mobile-hide {
    display: none;
  }
  .block__hydrogen-oxygen-form-desktop-hide {
    display: block !important;
  }
  .page-hydrogen-oxygen .custom_store_section .customize_store .store_details {
    border-radius: 0;
  }
  .page-hydrogen-oxygen .block__checkout-extensibility-tab-box {
    padding: 50px 25px;
  }
  .page-hydrogen-oxygen .block__newsletter-form-checkout {
    border-radius: 0;
  }
  .page-hydrogen-oxygen .block__exten-video-heading {
    max-width: 450px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 419px) {
  .page-hydrogen-oxygen .block__exten-video-heading {
    font-size: 25px;
    line-height: 35px;
  }
}
.template_partner-quick-launch .site_footer_section .site_footer {
  margin: 0;
}
ul.list-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.block__book-call-btn-fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
}
.block__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;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.block__book-call-btn:before {
  background: linear-gradient(to right, #fff0, #ffffff4d);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skew(-25deg);
  width: 50%;
  z-index: 2;
}
.block__book-call-btn:hover:before {
  animation: shine 0.85s;
}
@keyframes shine {
  to {
    left: 125%;
  }
}
@media screen and (max-width: 768px) {
  .block__book-call-btn-fixed {
    transform: rotate(90deg) translate(-50%);
    left: -36px;
    bottom: 30%;
  }
}
.block__subscription-off-label,
.block__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;
}
.block__subscription-off-text,
.block__subscription-off-text-cart {
  color: #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;
}
@media screen and (max-width: 768px) {
  .block__subscription-off-label,
  .block__subscription-off-label-cart {
    right: 0;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.range_bar_tooltip_drag_text,
.cart_range_bar_click_me {
  position: absolute;
  top: 28px;
  left: -19px;
  transform: translate(-30px);
  font-size: 12px;
  width: max-content;
  color: #d9ae4c;
  font-weight: 600;
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}
.product__info-wrapper .range_bar_tooltip:not(.active_range_bar_tooltip) span {
  width: 0 !important;
  height: 0 !important;
  top: 55px !important;
  font-size: 0 !important;
  transform: translate(0) rotate(100deg) !important;
}
@media screen and (max-width: 749px) {
  .range_bar_tooltip_drag_text,
  .cart_range_bar_click_me {
    transform: translate(-23px);
    font-size: 10px;
  }
}
.template_type_index .trusted_logo_section .trusted_logo .logo_list {
  border-bottom: 1px solid #0000001a;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos.block_logos-hide-mobile {
    display: none;
  }
  .template_type_index
    .partner_logo_section
    .partner_logo
    .logo_list
    .center_logo,
  .block__same-section-css-update
    .partner_logo_section
    .partner_logo
    .logo_list
    .center_logo {
    top: 44%;
  }
  .template_type_index
    .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list {
    display: block;
    overflow: hidden;
  }
  .template_type_index
    .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .js-marquee {
    display: flex;
  }
  .template_type_index
    .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .services_list
    .services_block {
    padding-top: 0 !important;
    width: auto;
  }
  .template_type_index .custom_store_section .customize_store .store_details {
    border-radius: unset;
  }
  .template_type_index
    .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_right_content {
    height: unset;
  }
}
.block__header-book-call {
  margin-left: 20px;
}
.block__header-book-call-btn {
  border-radius: 4px;
  background: #000;
  box-shadow: 0 -1px #0003 inset, 0 1px #00000014;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  padding: 8px 15px;
}
@media screen and (min-width: 768px) {
  .figma-shopify .migrate-from-magento .right_image_main {
    max-width: 565px;
    width: 100%;
  }
}
.partner_logo_section .partner_logo .logo_list .logos .block_logos {
  border-right: unset;
  border-radius: unset;
}
@media screen and (min-width: 768px) {
  .partner_logo_section .partner_logo .logo_list .logos {
    border: 1px solid #0000001a !important;
  }
  .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:not(:nth-child(5n + 5)) {
    border-right: 1px solid #0000001a !important;
  }
  .partner_logo_section
    .partner_logo
    .logo_list
    .logos
    .block_logos:nth-last-child(-n + 5) {
    border-bottom: unset;
  }
  .page_migration-to-shopify .block__cashmere-process {
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .partner_logo_section .partner_logo .logo_list .logos .block_logos {
    border-right: 0.5px solid #0000001a !important;
    border-left: 0.5px solid #0000001a;
  }
  .template_type_index
    .custom_store_section
    .customize_store
    .store_details
    .services_details
    .services_left_content
    .details
    .heading {
    font-size: 24px;
    line-height: 36px;
  }
  .template_type_index .custom_store_section .schedule_call {
    display: none;
  }
  .template_type_index .custom_store_section .services_right_content {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1401px) {
  .announcement_bar_section .announcement_container .announcement_list {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .announcement_bar_section .announcement_container .announcement_list {
    padding: 0 25px;
  }
  .announcement_bar_section
    .announcement_container
    .announcement_list
    .announcement
    .detail
    .description {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .announcement_bar_section
    .announcement_container
    .announcement_list
    .announcement:first-child
    .detail {
    justify-content: left;
  }
  .announcement_bar_section
    .announcement_container
    .announcement_list
    .announcement:last-child
    .detail {
    justify-content: right;
  }
}
@media screen and (max-width: 430px) {
  .partner_logo_section .partner_logo .logo_list .center_logo {
    max-width: 140px;
  }
}
.block__same-section-css-update .partner_logo_section .partner_logo {
  margin: 0 0 38px;
}
.block__same-section-css-update
  .partner_logo_section
  .partner_logo
  .section_heading {
  padding: 120px 30px 110px;
}
.block__same-section-css-update .block__merchant-reviews-contents {
  background: #f1f5ff;
}
.block__same-section-css-update
  .block__merchant-reviews-details-listings-heading,
.block__same-section-css-update .block__merchant-reviews-merchant-name,
.block__same-section-css-update .block__merchant-reviews-merchant-store-name {
  color: #000;
}
.block__same-section-css-update
  .block__merchant-reviews-details-list-slider-arrows-box
  svg
  path {
  fill: #000;
}
.block__same-section-css-update .block_management-team {
  background: #f1f5ff;
  padding: 100px 0 0;
  border-radius: 16px 16px 0 0;
}
.block__same-section-css-update .block__development-firm {
  background: #f1f5ff;
  border-radius: 0 0 16px 16px;
}
.page_magento .image_with_slider .image_slider_container {
  padding: 80px 0 62px;
}
.page_migration-to-shopify .image_with_slider .image_slider_container {
  padding: 37px 0 12px;
}
.block__same-section-css-update .block__header-description p {
  max-width: 100%;
  letter-spacing: -0.6px;
}
.block__same-section-css-update .block__get-started-form-blocks-container {
  background: #f1fbed;
  padding: 75px 20px;
}
.block__same-section-css-update .block__game-changer {
  border-radius: 16px;
}
.block__same-section-css-update .block__game-changer-top,
.block__same-section-css-update .block__game-changer-bottom {
  filter: brightness(0) saturate(100%);
}
.block__same-section-css-update .trusted_logo_section .trusted_logo .logo_list {
  border-bottom: 1px solid #0000001a;
  border-radius: 16px;
  overflow: hidden;
}
.block__same-section-css-update .block__cashmere-slider {
  border-radius: 16px;
}
.block__same-section-css-update .block__development-firm-list-block {
  border-color: #f1f5ff;
}
.block__same-section-css-update
  .block__get-started-form-progress-bar-active-one {
  width: 50%;
}
.block__same-section-css-update .block__image-slide-bottom-btn {
  border-radius: 58px;
  border: 1px solid #000;
  padding: 8px 60px;
}
.page_migration-to-shopify .block__exten-video-description ul {
  margin: 30px 0 0;
  padding: 30px 0 0 40px;
  border-top: 1px solid #0000001a;
}
.page_migration-to-shopify .block__exten-video-description ul li a {
  color: #5e5ee9 !important;
}
@media screen and (min-width: 1401px) {
  .page_migration-to-shopify .block__supported-brands-box,
  .page_magento .block__supported-brands-box {
    margin: 100px 0 122px;
  }
  .page_migration-to-shopify .block__merchant-reviews-box {
    padding: 120px 60px 0;
  }
  .page_migration-to-shopify .block__exten-video-section {
    padding: 120px 0 50px;
  }
  .page_migration-to-shopify .block__best-converting-checkout-details {
    padding: 0 65px 100px;
  }
  .page_migration-to-shopify .block__our-process-box {
    padding: 100px 0 0;
  }
  .page_migration-to-shopify .block__our-process-heading {
    text-align: left;
    padding: 0 30px;
    max-width: 1420px;
    margin: 0 auto 50px;
  }
  .page_migration-to-shopify .block__exten-video-heading {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .page_migration-to-shopify .partner_logo_section .partner_logo {
    margin: 0 0 78px;
  }
  .template_type_index .block__development-firm,
  .page_build_new_store .block__development-firm {
    margin: 0 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .block__same-section-css-update
    .partner_logo_section
    .partner_logo
    .section_heading {
    padding: 50px 20px 30px;
  }
  .block__same-section-css-update .partner_logo_section .partner_logo {
    margin: 0;
  }
  .block__same-section-css-update .block__cashmere-slider {
    border-radius: unset;
  }
  .block__same-section-css-update
    .trusted_logo_section
    .trusted_logo
    .logo_list {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block__same-section-css-update .block_management-team-listing .slick-dots,
  .block__same-section-css-update .block__development-firm-list .slick-dots {
    display: none !important;
  }
  .block__same-section-css-update .block_management-team-solution-inner {
    margin: 40px 0;
  }
  .block__same-section-css-update .block_management-team {
    border-radius: unset;
    padding: 50px 0 0;
  }
  .block__same-section-css-update .block__development-firm {
    padding: 0;
    border-radius: unset;
  }
  .block__same-section-css-update .block__game-changer {
    border-radius: unset;
    margin: 0;
  }
  .block__same-section-css-update .image_with_slider .image_slider_container {
    padding: 50px 0 0;
  }
  .block__same-section-css-update
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 0 0 50px;
  }
  .block__same-section-css-update .block__get-started-form-section {
    padding: 50px 20px 0 !important;
  }
  .block__same-section-css-update .block__get-started-form-blocks-container {
    padding: 40px 20px;
  }
  .template_magento-shopify .site_footer_section .site_footer {
    margin: 0px 0 0;
  }
  .template_magento-shopify .block__get-started-form-button-next {
    padding: 10px;
  }
  .template_magento-shopify .block__game-changer-content-person {
    display: flex;
  }
  .page_migration-to-shopify .block__exten-video-content-box {
    flex-direction: unset;
  }
  .page_migration-to-shopify .block__exten-video-detail {
    text-align: left;
  }
  .page_migration-to-shopify .block__exten-video-heading {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 16px;
  }
  .page_migration-to-shopify .block__exten-video-heading strong {
    letter-spacing: -0.5px;
  }
  .page_migration-to-shopify .block__exten-video-description ul {
    margin: 24px 0 0;
    padding: 24px 0 0 30px;
  }
  .page_migration-to-shopify .block__exten-video {
    margin: 24px 0 0;
  }
  .page_migration-to-shopify .block__exten-video-section {
    padding: 0;
  }
  .page_migration-to-shopify .block__supported-brands-box {
    margin: 0 0 60px;
  }
  .page_migration-to-shopify .block__merchant-reviews-box {
    padding: 0 20px;
  }
}
.block__page-lids-case-study .block__cashmere-convertionrate-img {
  padding-top: 142%;
}
.block__main-case-study-button {
  padding: 30px 0 0;
}
.block__main-case-study-btn {
  display: inline-block;
  border-radius: 3px;
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border: none;
  padding: 16px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  cursor: pointer;
}
.block__main-case-study-btn svg {
  margin-left: 15px;
}
.block__main-case-study-btn:hover {
  background: #4949c8 !important;
}
.block__right-image-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 193px;
  border-radius: 12px;
  box-shadow: -10px 10px 20px #00000026;
  overflow: hidden;
  background: #fff;
  padding: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.block__right-image-video video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__main-case-study-button {
    padding: 16px 0 0 25px;
  }
  .block__main-case-study-btn {
    padding: 10px 36px;
    font-size: 14px;
  }
  .block__right-image-video {
    max-width: 119px;
    left: 23%;
    transform: translate(-50%, -50%);
  }
}
.block__case-study-site-trafffic-image {
  position: absolute;
  width: 43%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.block__case-study-site-trafffic-image img {
  width: 100%;
}
.page_partner-quick-launch .single_block:not(:last-child) {
  margin: 0 0 40px;
}
@media screen and (max-width: 550px) {
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price_discount_container {
    display: block !important;
  }
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price_discount_container.hidden
    .price_discount_container_mobile_msg {
    display: block !important;
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    color: #5e5ee9;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    position: relative;
    text-align: center;
  }
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price_discount_container.hidden
    .price_discount {
    display: none !important;
  }
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price__sale.hidden
    + .price__sale {
    text-align: center;
    padding-left: 0 !important;
    margin-left: -30px;
  }
}
@media screen and (max-width: 500px) and (min-width: 401px) {
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price_discount_container.hidden
    .price_discount_container_mobile_msg {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price_discount_container.hidden
    .price_discount_container_mobile_msg {
    font-size: 12px;
    line-height: 10px;
    padding: 13px 6px;
  }
  .template_bulk-hours
    .product__info-wrapper
    .product_subcription_container
    .price__sale.hidden
    + .price__sale {
    margin-left: -20px;
  }
}
.page_shopify-audit .site_footer_section .site_footer {
  margin: 0;
}
.page_shopify-audit .block__chosse-checkout-extensibility {
  padding: 0 30px;
}
.page_shopify-audit .block__chosse-checkout-extensibility-description {
  width: 100%;
  max-width: 1000px;
}
.page_shopify-audit
  .gift_product_review_baar
  .gift_hrs
  .gift_baar_inner
  .first_label
  span.star_icon {
  line-height: 0;
}
.page_shopify-audit
  .gift_product_review_baar
  .gift_hrs
  .gift_baar_inner
  .first_label
  span.star_icon
  img {
  width: 101px;
}
@media screen and (max-width: 767px) {
  .page_shopify_audit .gift_product_review_baar .gift_hrs .gift_baar_inner {
    flex-wrap: wrap;
  }
  .page_shopify_audit
    .gift_product_review_baar
    .gift_hrs
    .gift_baar_inner
    .first_label {
    padding-top: 25px;
    width: 100%;
    flex-direction: unset;
    justify-content: center;
    gap: 20px;
  }
  .page_shopify_audit
    .gift_product_review_baar
    .gift_hrs
    .gift_baar_inner
    .first_label
    span.star_icon
    img {
    vertical-align: text-top;
  }
  .page_shopify_audit
    .gift_product_review_baar
    .gift_hrs
    .gift_baar_inner
    .inner_label
    .inner_label_inner
    h3 {
    font-weight: 600;
  }
  .page_shopify_audit
    .gift_product_review_baar
    .gift_hrs
    .gift_baar_inner
    .other_lebel {
    width: 100%;
    padding-left: 0;
    padding-bottom: 25px;
  }
  .page_shopify-audit .block__chosse-checkout-extensibility {
    padding: 0;
  }
}
.cart_price_discount_container_hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .template_type_index .block_details.block_image_AUkhjf .block_description {
    margin: 65px 0 0 !important;
  }
}
.block__gdpr-compliance-checkbox {
  display: flex;
  margin: 10px 0 0;
}
.block__gdpr-compliance-form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px !important;
  min-width: 20px;
  height: 20px;
  padding: 2px;
  background: #fff;
  border: 1px solid #00000080;
  border-radius: 3px;
  margin: 7px 20px -4px 0 !important;
  cursor: pointer;
}
.block__gdpr-compliance-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;
}
.block__gdpr-compliance-form-checkbox:checked {
  border: 2px solid #5e5ee9;
}
.block__gdpr-compliance-checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
  text-align: left;
}
.block__gdpr-compliance-checkbox label a {
  color: #5e5ee9;
}
.block__gdpr-compliance-checkbox-error {
  color: red;
  font-size: 12px;
  display: block;
  margin: 10px 0 0;
}
.block__gdpr-compliance-text {
  line-height: 21px;
}
.block__migration-free-guide-content .block__gdpr-compliance-checkbox label,
.block__migration-free-guide-content .block__gdpr-compliance-checkbox label a {
  color: #fff;
}
.block__get-started-form-block .block__gdpr-compliance-checkbox {
  margin: 0 0 20px;
}
.block__product-site-speed .block__bfcm-why-work {
  background: #000;
  border-radius: 0 0 16px 16px;
}
.block__product-site-speed .trusted_logo_section .trusted_logo .logo_list {
  border-bottom: 1px solid #0000001a;
  border-radius: 16px;
}
.block__product-site-speed .block__chosse-checkout-extensibility-section {
  padding: 0;
}
.block__product-site-speed .block__chosse-checkout-extensibility {
  background: #f1fbed;
  padding: 100px 0;
  border-radius: 16px;
}
.block__product-site-speed .block__chosse-checkout-extensibility-heading {
  max-width: 600px;
}
.block__product-site-speed .block__chosse-checkout-extensibility-description {
  width: 100%;
  max-width: 900px;
}
.block__product-site-speed
  .block__chosse-checkout-extensibility-icon-heading-dot {
  background: #f1fbed;
}
.block__product-site-speed .block__chosse-checkout-extensibility-content {
  max-width: 850px;
}
.block__product-site-speed .block__chosse-checkout-extensibility-block-heading {
  max-width: 740px;
}
.block__site-speed-heading-box {
  background: #f1f5ff;
  border: 1px solid #0000001a;
  box-shadow: 0 10px 20px #0000000d;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 32px;
}
.block__site-speed-heading-box strong {
  color: #5e5ee9;
  display: inline-block;
  margin: 0 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}
.block__product-site-speed
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  h2 {
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
}
@media screen and (min-width: 1401px) {
  .block__product-site-speed .block__bfcm-why-work-main-heading {
    justify-content: left;
    width: 15%;
  }
  .block__product-site-speed .block__bfcm-why-work-block-list {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .block__product-site-speed .image_top_heading {
    padding: 0 20px;
  }
  .block__site-speed-heading-box {
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto 40px;
    padding: 13px;
  }
  .block__site-speed-heading-box strong {
    font-size: 20px;
    line-height: 30px;
  }
  .block__product-site-speed .image_top_heading h2 {
    font-size: 32px !important;
    line-height: 45px !important;
  }
  .block__product-site-speed .block__bfcm-why-work {
    border-radius: 0;
  }
  .block__product-site-speed .block__chosse-checkout-extensibility {
    border-radius: 0;
    padding: 50px 0;
  }
  .block__product-site-speed .block__chosse-checkout-extensibility-heading {
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 400px) {
  .block__site-speed-heading-box {
    font-size: 12px;
  }
}
.block__product-cart-drawer .trusted_logo_section .trusted_logo .logo_list {
  border-radius: 16px;
  border-bottom: 1px solid #0000001a;
}
.header-wrapper.block__header-layout-two .header .header__inline-menu {
  position: unset !important;
}
.header-wrapper.block__header-layout-two .header .header__menu-item {
  padding: 1.2rem 0;
  border-bottom: 2px solid transparent;
}
.header-wrapper.block__header-layout-two .header .list-menu li {
  padding: 0 25px !important;
  border: none !important;
}
.header-wrapper.block__header-layout-two .header li:hover {
  background: transparent !important;
}
.header-wrapper.block__header-layout-two .header li:hover .header__menu-item {
  border-color: #5e5ee9;
}
.header-wrapper.block__header-layout-two .header .mega_menu_wrap {
  width: 100%;
  left: 0;
  box-shadow: 0 5px 10px #0000000d;
  border: 1px solid #0000001a;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
}
.header-wrapper.block__header-layout-two .header .mega_menu {
  overflow: auto;
  max-height: calc(100vh - 150px);
  position: relative;
  z-index: 1;
}
.header-wrapper.block__header-layout-two
  .header
  .mega_menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px transparent;
  border-radius: 10px;
}
.header-wrapper.block__header-layout-two
  .header
  .mega_menu::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 0;
}
.header-wrapper.block__header-layout-two .header .mega_menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.header-wrapper.block__header-layout-two .list-menu--inline:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100vh;
  top: 150px;
  z-index: -111;
  background: #e8e8ed66;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: none;
}
.header-wrapper.block__header-layout-two .list-menu--inline.active:before {
  display: block;
}
.block__mega-menu-box {
  display: flex;
  flex-wrap: wrap;
}
.block__mega-menu-left-content {
  width: 66%;
  padding: 40px 40px 40px 0;
}
.block__mega-menu-right-main-wrapper {
  width: 34%;
  padding: 40px 0 40px 40px;
  border-left: 1px solid #0000001a;
  position: relative;
}
.block__mega-menu-main-wrapper {
  position: relative;
  overflow: hidden;
}
.block__mega-menu-main-wrapper-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32%;
}
.block__mega-menu-main-wrapper-box {
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
.block__mega-menu-left-list {
  width: calc(50% - 20px);
}
.block__mega-menu-left-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.block__mega-menu-left-list-link {
  border: 1px solid transparent;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.block__mega-menu-left-list-icon {
  width: 30px;
}
.block__mega-menu-left-list-icon img {
  display: block;
  margin: 0 auto;
}
.block__mega-menu-left-list-content {
  width: calc(100% - 46px);
}
.block__mega-menu-left-list-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 4px;
  color: #000;
  letter-spacing: -0.3px;
}
.block__mega-menu-left-list-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000c;
  margin: 0;
  letter-spacing: -0.1px;
}
.block__mega-menu-left-list-link:hover {
  background: #f1fbed;
  border-color: #0000001a;
}
.block__mega-menu-right-box {
  background: #f1ede3;
  border: 1px solid #00000033;
  border-radius: 8px;
  overflow: hidden;
}
.block__mega-menu-right-content {
  padding: 30px 50px 36px 30px;
}
.block__mega-menu-right-heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  margin: 0 0 14px;
}
.block__mega-menu-right-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000c;
  margin: 0;
}
.block__mega-menu-right-btn {
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  display: inline-block;
  border-radius: 3px;
  padding: 12px 32px;
  margin: 19px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  color: #fff;
  text-decoration: none;
}
.block__mega-menu-right-btn:hover {
  background: #4949c8;
}
.block__mega-menu-right-btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.block__mega-menu-left-banner-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(/cdn/shop/files/menu-bg-image.png?v=1713590060);
  border-radius: 8px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 20px;
}
.block__mega-menu-left-banner-image {
  width: 27%;
  padding: 13px 0 0;
}
.block__mega-menu-left-banner-image img {
  width: 100%;
}
.block__mega-menu-left-banner-heading-box {
  width: 43%;
  padding: 30px 47px 0;
}
.block__mega-menu-left-banner-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.block__mega-menu-left-banner-button {
  width: 30%;
  padding: 30px 0 0;
}
.block__mega-menu-left-banner-btn {
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  padding: 19px;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.block__mega-menu-left-banner-btn svg {
  margin-left: 5px;
}
.block__mega-menu-left-banner-btn:hover {
  background: #4949c8;
}
.block__mega-menu-left-banner-btn:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.block__mega-menu-right-image-box {
  height: 232px;
  overflow: hidden;
}
.block__mega-menu-right-image-column-img img {
  width: 100%;
}
.block__mega-menu-right-image {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  transform-origin: 85% 0;
  margin-top: auto;
  will-change: transform;
  transform: translate3d(28%, 0, 0) scale3d(1.3, 1.3, 1) rotateX(15deg)
    rotateY(-9deg) rotate(32deg) skew(0);
}
.block__mega-menu-right-image-column {
  width: calc(33.33% - 13.33px);
}
.block__mega-menu-right-suggested-heading {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #0006;
  margin: 0 0 12px;
}
.block__mega-menu-right-suggested-listing {
  display: flex;
  flex-direction: column;
}
.block__mega-menu-right-suggested-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.block__mega-menu-right-suggested-list:hover {
  background: #f1fbed;
  border-color: #0000001a;
}
.block__mega-menu-right-suggested-list-image {
  width: 60px;
}
.block__mega-menu-right-suggested-list-image img {
  width: 100%;
}
.block__mega-menu-right-suggested-list-content {
  width: calc(100% - 76px);
}
.block__mega-menu-right-suggested-list-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 4px;
  color: #000;
}
.block__mega-menu-right-suggested-list-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000c;
  margin: 0;
}
.block__mega-menu-main-wrapper-right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
}
.block__mega-menu-left-design-content {
  padding: 40px 40px 25px 0;
}
.block__mega-menu-design-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(/cdn/shop/files/design-banner-bg.png?v=1713604830);
  background-size: 100% calc(100% - 74px);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: -70px;
}
.block__mega-menu-design-banner-content {
  width: 60%;
  padding: 74px 30px 0 42px;
}
.block__mega-menu-design-banner-heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  color: #fff;
  margin: 0 0 4px;
}
.block__mega-menu-design-banner-description p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #fff;
  margin: 0;
}
.block__mega-menu-design-banner-buttons {
  display: flex;
  gap: 24px;
  margin: 24px 0 0;
  align-items: center;
}
.block__mega-menu-design-banner-buttons a {
  background: #5e5ee9;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  padding: 17px 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.block__mega-menu-design-banner-offer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block__mega-menu-design-banner-square {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #dfb757;
}
.block__mega-menu-design-banner-offer-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.block__mega-menu-design-banner-image {
  width: 40%;
  transform: translate(25px);
}
.block__mega-menu-design-banner-image img {
  width: 100%;
}
.block__mega-menu-right-image-develop {
  margin-bottom: -15px;
}
.block__mega-menu-right-test-main-wrapper {
  width: 34%;
  padding: 40px 40px 40px 0;
}
.block__mega-menu-right-test-box {
  background: #f1fbed;
  border: 1px solid #0000001a;
  border-radius: 8px;
  overflow: hidden;
}
.block__mega-menu-right-test-box .block__mega-menu-left-list-link {
  background: transparent;
  border: none;
}
.block__mega-menu-left-list-button {
  margin: 24px 0 0;
}
.block__mega-menu-left-list-button a {
  box-shadow: 0 6px 20px -6px #1e2e4826;
  background: #5e5ee9;
  border-radius: 3px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding: 12px 39px;
  display: inline-block;
  text-align: center;
}
.block__mega-menu-left-list-button a:hover {
  background: #4949c8;
}
.block__mega-menu-left-list-button a:focus {
  background: #4b4ccb;
  box-shadow: 0 0 20px -6px #4b4ccb;
}
.block__mega-menu-right-icon-list-image img {
  width: 100%;
}
.block__mega-menu-right-award-icon-list {
  padding: 28px 20px 20px;
}
.block__mega-menu-right-icon-listings {
  background: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
}
.block__mega-menu-right-icon-list-image {
  padding: 10px 17.5px;
}
.block__mega-menu-left-trust-logo-listing {
  background: #f1f5ff;
  border: 1px solid #0000001a;
  padding: 23px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  border-radius: 8px;
  margin: 30px 0 0;
}
.block__mega-menu-left-trust-logo {
  width: calc(16.66% - 33.33px);
}
.block__mega-menu-left-trust-logo img {
  width: 100%;
}
.block__mega-menu-right-migrate-image {
  margin: 16px 0 0;
  width: 100%;
  max-width: 431px;
}
.block__mega-menu-right-migrate-image img {
  width: 100%;
}
.block__mega-menu-right-migrate-wrapper-image {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block__mega-menu-right-main-wrapper-migrate {
  padding: 40px 0 0 40px;
  background: #f1fbed;
  width: 35%;
  display: flex;
  align-items: flex-end;
}
.mega_menu_wrap.megamenu_migrate:after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  background: #f1fbed;
  position: absolute;
  top: 0;
  right: 0;
}
.block__mega-menu-right-migrate-box {
  position: relative;
}
.block__mega-menu-right-migrate-heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin: 0 0 16px;
  color: #000;
}
.block__mega-menu-right-migrate-description p,
.block__mega-menu-right-migrate-description p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #000c;
  margin: 0;
  letter-spacing: -0.2px;
}
.mega_menu_wrap.megamenu_migrate .container_content {
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
}
.mega_menu_wrap.megamenu_migrate .block__mega-menu-left-content {
  width: 65%;
}
.block__mega-menu-left-contents {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.block__mega-menu-left-listings {
  width: calc(33.33% - 40px);
}
.block__mega-menu-left-listing-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin: 0 0 16px;
}
.block__mega-menu-development-list {
  background: #f1f5ff;
  border: 1px solid #0000001a;
  padding: 40px;
  border-radius: 8px;
  margin: 0 0 40px;
}
.block__mega-menu-development-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin: 0 0 16px;
}
.block__mega-menu-development-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block__mega-menu-left-development-lists {
  width: calc(33.33% - 13.33px);
  background: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
}
.block__mega-menu-left-development-lists .block__mega-menu-left-list-link {
  border: none;
  background: transparent;
}
@media screen and (max-width: 1550px) and (min-width: 1401px) {
  .header-wrapper.block__header-layout-two .header__inline-menu .list-menu li {
    padding: 0 18px !important;
  }
  .block__mega-menu-left-banner-heading {
    font-size: 17px;
  }
  .block__mega-menu-left-banner-btn {
    font-size: 14px;
  }
  .block__mega-menu-right-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .block__mega-menu-design-banner-content {
    padding: 95px 20px 30px 30px;
  }
  .block__mega-menu-design-banner-description p {
    font-size: 13px;
    line-height: 17px;
  }
  .block__mega-menu-design-banner-buttons {
    gap: 15px;
  }
  .block__mega-menu-design-banner-offer-heading {
    font-size: 11px;
  }
  .block__mega-menu-left-list-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1085px) {
  .header-wrapper.block__header-layout-two .header__inline-menu .list-menu li {
    padding: 0 15px !important;
  }
  .block__mega-menu-main-wrapper-box {
    padding: 0 30px;
  }
  .block__mega-menu-left-listing {
    gap: 0 20px;
  }
  .block__mega-menu-left-list {
    width: calc(50% - 10px);
  }
  .block__mega-menu-left-list-link {
    padding: 10px;
  }
  .block__mega-menu-left-content {
    padding: 30px 30px 30px 0;
  }
  .block__mega-menu-right-main-wrapper {
    padding: 30px 0 30px 30px;
  }
  .block__mega-menu-design-banner-content {
    padding: 95px 0 25px 25px;
  }
  .mega_menu_wrap.megamenu_migrate .container_content {
    width: 100%;
  }
  .block__mega-menu-right-main-wrapper-migrate {
    padding: 30px 0 0 30px;
  }
  .block__mega-menu-development-list {
    padding: 30px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .block__mega-menu-left-banner-heading {
    font-size: 17px;
  }
  .block__mega-menu-left-banner-btn {
    padding: 10px;
    font-size: 14px;
    line-height: 15px;
  }
  .block__mega-menu-right-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .block__mega-menu-left-list-heading {
    font-size: 13px;
    line-height: 16px;
  }
  .block__mega-menu-design-banner-description p {
    font-size: 12px;
    line-height: 18px;
  }
  .block__mega-menu-design-banner-offer-heading {
    font-size: 10px;
  }
  .block__mega-menu-design-banner-buttons {
    gap: 14px;
  }
  .block__mega-menu-right-test-box .block__mega-menu-left-list-link {
    padding: 20px;
  }
  .block__mega-menu-right-migrate-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .block__mega-menu-right-migrate-description p,
  .block__mega-menu-right-migrate-description p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1085px) {
  .header-wrapper.block__header-layout-two .header__menu-item span {
    font-size: 14px !important;
  }
  .header-wrapper.block__header-layout-two .header__inline-menu .list-menu li {
    padding: 0 13px !important;
  }
  .block__mega-menu-left-banner-heading-box {
    padding: 30px 30px 0;
  }
  .block__mega-menu-left-banner-heading {
    font-size: 15px;
  }
  .block__mega-menu-left-banner-btn {
    font-size: 14px;
    padding: 10px;
  }
  .block__mega-menu-right-heading {
    font-size: 17px;
    line-height: 25px;
  }
  .block__mega-menu-left-list-heading {
    font-size: 13px;
    line-height: 18px;
  }
  .block__mega-menu-right-content {
    padding: 30px;
  }
  .block__mega-menu-design-banner-description p {
    font-size: 11px;
  }
  .block__mega-menu-design-banner-buttons {
    gap: 14px;
  }
  .block__mega-menu-design-banner-buttons a {
    padding: 17px 20px;
  }
  .block__mega-menu-design-banner-offer-heading {
    font-size: 10px;
  }
  .block__mega-menu-right-suggested-list-heading {
    font-size: 14px;
  }
  .block__mega-menu-right-test-box .block__mega-menu-left-list-link {
    padding: 20px;
  }
  .block__mega-menu-right-migrate-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .block__mega-menu-right-migrate-description p,
  .block__mega-menu-right-migrate-description p a {
    font-size: 12px;
    line-height: 20px;
  }
  .block__mega-menu-development-listing .block__mega-menu-left-list-link {
    padding: 20px;
  }
  .block__mega-menu-left-contents {
    gap: 30px;
    padding: 30px 0;
  }
  .block__mega-menu-left-listings {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 1084px) {
  #menu-drawer
    .menu-drawer__inner-container
    .menu-drawer__navigation-container
    .menu-drawer__navigation
    .menu-drawer__menu
    li
    details[open]
    .menu-drawer__menu-item {
    background: #eeebe1;
  }
  #menu-drawer
    .menu-drawer__inner-container
    .menu-drawer__navigation-container
    .menu-drawer__navigation
    .menu-drawer__menu
    li
    details
    .menu-drawer__submenu {
    border: none;
  }
  #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-drawer__inner-container
    .menu-drawer__navigation-container
    .menu-drawer__navigation
    .menu-drawer__menu
    li
    a.menu-drawer__menu-item,
  #menu-drawer
    .menu-drawer__inner-container
    .menu-drawer__navigation-container
    .menu-drawer__navigation
    .menu-drawer__menu
    li.account_menu
    .menu-drawer__menu-item {
    padding: 24px 20px;
    line-height: 24px;
  }
  .block__mega-menu-main-wrapper-image,
  .block__mega-menu-main-wrapper-right-image {
    display: none;
  }
  .block__mega-menu-main-wrapper-box {
    padding: 0 20px;
  }
  .block__mega-menu-right-main-wrapper {
    width: 100%;
    border: none;
    padding: 0 0 20px;
  }
  .block__mega-menu-left-content {
    width: 100%;
    padding: 0 0 20px;
  }
  .mega_menu_wrap {
    opacity: 1;
    visibility: visible;
    background: #eeebe1;
  }
  .block__mega-menu-left-listing {
    gap: 0;
    background: #fff;
    border-radius: 8px;
  }
  .block__mega-menu-left-list {
    width: 100%;
  }
  .block__mega-menu-left-list:not(:last-child) {
    border-bottom: 2px solid #f1fbed80;
  }
  .block__mega-menu-left-list-link {
    background: transparent !important;
    border: none;
  }
  .block__mega-menu-left-list-heading {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
  .block__mega-menu-right-box {
    background: #f1fbed;
    border: none;
  }
  .block__mega-menu-right-content {
    padding: 25px 17px 30px;
  }
  .block__mega-menu-right-heading {
    font-size: 23.86px;
    line-height: 29.37px;
    margin: 0 0 12px;
  }
  .block__mega-menu-right-description p {
    font-size: 11.01px;
    line-height: 18.36px;
  }
  .block__mega-menu-right-btn {
    margin: 17px 0 0;
    display: block;
    text-align: center;
    padding: 13px;
    font-size: 12.85px;
    line-height: 30.29px;
  }
  .block__mega-menu-right-image-box {
    height: 212px;
  }
  .block__mega-menu-left-banner-image {
    width: 100%;
    padding: 23px 0 0;
  }
  .block__mega-menu-left-banner-heading-box {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
  }
  .block__mega-menu-left-banner-button {
    width: 100%;
    padding: 23px 0 0;
  }
  .block__mega-menu-left-banner-wrapper {
    padding: 0 0 24px;
  }
  .block__mega-menu-left-banner-box {
    background-size: cover;
    background-image: url(/cdn/shop/files/mobile-bg-new.png?v=1713780747);
  }
  .block__mega-menu-right-suggested-listing {
    gap: 0;
    background: #fff;
    border-radius: 8px;
  }
  .block__mega-menu-right-suggested-list {
    padding: 20px;
  }
  .block__mega-menu-right-suggested-list:not(:last-child) {
    border-bottom: 2px solid #f1fbed80;
  }
  .block__mega-menu-right-suggested-heading {
    color: #000;
  }
  .block__mega-menu-right-suggested-list-heading {
    font-size: 14px;
    line-height: 21px;
  }
  .block__mega-menu-design-banner {
    background: #000;
    background-image: unset;
    margin-top: 0;
    border-radius: 8px;
  }
  .block__mega-menu-design-banner-content {
    width: 100%;
    padding: 30px 20px;
  }
  .block__mega-menu-design-banner-image {
    width: 100%;
    transform: unset;
  }
  .block__mega-menu-design-banner-heading {
    font-size: 22px;
    line-height: 33px;
  }
  .block__mega-menu-design-banner-description p {
    font-size: 14px;
    line-height: 21px;
  }
  .block__mega-menu-design-banner-buttons {
    flex-wrap: wrap;
  }
  .block__mega-menu-design-banner-buttons a {
    display: block;
    width: 100%;
    order: 3;
    text-align: center;
  }
  .block__mega-menu-design-banner-offer {
    order: 1;
  }
  .block__mega-menu-design-banner-offer {
    order: 2;
  }
  .block__mega-menu-design-banner-box {
    padding: 0 0 20px;
  }
  .block__mega-menu-right-test-main-wrapper {
    width: 100%;
    padding: 0 0 10px;
  }
  .mega_menu_wrap.megamenu_test .block__mega-menu-left-listing {
    background: transparent;
    gap: 10px;
  }
  .mega_menu_wrap.megamenu_test .block__mega-menu-left-list {
    background: #fff;
    border-radius: 8px;
  }
  .block__mega-menu-right-test-box {
    background: #fff;
  }
  .block__mega-menu-left-list-button a {
    display: block;
  }
  .mega_menu_wrap.megamenu_migrate:after {
    display: none;
  }
  .mega_menu_wrap.megamenu_migrate .block__mega-menu-left-content {
    width: 100%;
  }
  .mega_menu_wrap.megamenu_migrate .block__mega-menu-left-listing {
    gap: 10px;
    background: transparent;
  }
  .mega_menu_wrap.megamenu_migrate .block__mega-menu-left-list {
    background: #fff;
    border-radius: 8px;
  }
  .mega_menu_wrap.megamenu_migrate .block__mega-menu-left-banner-wrapper {
    display: none;
  }
  .block__mega-menu-right-main-wrapper-migrate {
    background: #fff;
    border-radius: 8px;
    padding: 0;
  }
  .block__mega-menu-right-migrate-heading {
    padding: 20px 20px 0;
    font-size: 22px;
    line-height: 33px;
  }
  .block__mega-menu-right-migrate-description {
    padding: 0 20px 20px;
  }
  .block__mega-menu-right-migrate-image {
    max-width: 100%;
    padding: 0 35px 0 0;
  }
  .mega_menu_wrap.megamenu_migrate .block__mega-menu-box {
    padding: 0 0 20px;
  }
  .block__mega-menu-left-contents {
    gap: 20px;
    padding: 0 20px 20px;
  }
  .block__mega-menu-left-listings {
    width: 100%;
  }
  .block__mega-menu-left-lists {
    background: #fff;
    border: 1px solid #0000001a;
    border-radius: 8px;
  }
  .block__mega-menu-left-lists:not(:last-child) {
    margin: 0 0 20px;
  }
  .mega_menu_wrap.megamenu_b2b .block__mega-menu-main-wrapper-box {
    padding: 0 0 20px;
  }
  .block__mega-menu-development-list {
    padding: 20px;
    margin: 0;
  }
  .block__mega-menu-left-development-lists {
    width: 100%;
  }
  .menu-drawer__navigation-container {
    display: block !important;
  }
  .list-menu--inline:before {
    display: none !important;
  }
}
@keyframes onestaranimation {
  0% {
    fill: #dfb757;
    transform: scale(0.2);
  }
  25% {
    fill: #dfb757;
    transform: scale(0.2);
  }
  50% {
    fill: #5e5ee9;
    transform: scale(1);
  }
  75% {
    fill: #5e5ee9;
    transform: scale(1);
  }
  to {
    fill: #dfb757;
    transform: scale(0.2);
  }
}
@-webkit-keyframes onestaranimation {
  0% {
    fill: #dfb757;
    transform: scale(0.2);
  }
  25% {
    fill: #dfb757;
    transform: scale(0.2);
  }
  50% {
    fill: #5e5ee9;
    transform: scale(1);
  }
  75% {
    fill: #5e5ee9;
    transform: scale(1);
  }
  to {
    fill: #dfb757;
    transform: scale(0.2);
  }
}
@keyframes twostaranimation {
  0% {
    fill: #dfb757;
    transform: scale(1);
  }
  25% {
    fill: #dfb757;
    transform: scale(1);
  }
  50% {
    fill: #5e5ee9;
    transform: scale(0.2);
  }
  75% {
    fill: #5e5ee9;
    transform: scale(0.2);
  }
  to {
    fill: #dfb757;
    transform: scale(1);
  }
}
@-webkit-keyframes twostaranimation {
  0% {
    fill: #dfb757;
    transform: scale(1);
  }
  25% {
    fill: #dfb757;
    transform: scale(1);
  }
  50% {
    fill: #5e5ee9;
    transform: scale(0.2);
  }
  75% {
    fill: #5e5ee9;
    transform: scale(0.2);
  }
  to {
    fill: #dfb757;
    transform: scale(1);
  }
}
.block__PDP-buy-one-get-one .block__innovative-brands-images:before,
.block__PDP-buy-one-get-one .block__innovative-brands-images:after {
  display: none;
}
@media screen and (min-width: 1501px) {
  .block__PDP-buy-one-get-one .block__bulk-hour-expire-heading {
    font-size: 42px;
  }
  .block__PDP-buy-one-get-one .block__bulk-hour-expire-sub-heading {
    font-size: 23px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .block__PDP-buy-one-get-one .block__bulk-hour-expire-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .block__PDP-buy-one-get-one .block__bulk-hour-expire-sub-heading {
    font-size: 19px;
    line-height: 35px;
  }
}
.template_buy-bulk-hour .site_footer {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block__PDP-buy-one-get-one .logo_list_section {
    border-top: 1px solid #0000001a;
    margin: 50px 0 0;
  }
}
.block__erp-connect-shopify .block__innovative-brands-images:before,
.block__erp-connect-shopify .block__innovative-brands-images:after,
.block__erp-connect-shopify .block__unlock-shopify-bulk-hours-line-arrow {
  display: none;
}
.block__erp-connect-shopify .block__checkout-extensibility-tab-box {
  padding: 0;
}
.block__erp-connect-shopify .block__checkout-extensibility .container_content {
  width: 100%;
}
.block__erp-connect-shopify .block__checkout-extensibility-contents {
  flex-direction: row-reverse;
  border-bottom: 1px solid #0000001a;
}
.block__erp-connect-shopify .block__checkout-extensibility-tab-content {
  margin: 0 auto;
  max-width: 560px;
  padding: 50px 30px;
}
.block__erp-connect-shopify .block__checkout-extensibility-tabs-accordion-icon {
  margin-right: 16px;
}
.block__erp-connect-shopify .block__checkout-extensibility-tabs-accordion {
  line-height: 30px;
}
.block__erp-connect-shopify .block__checkout-extensibility-tabs-slide {
  padding: 30px 0;
}
.block__erp-connect-shopify .block__merchant-reviews-contents {
  background: #f1f5ff;
}
.block__erp-connect-shopify .block__merchant-reviews-details-listings-heading,
.block__erp-connect-shopify .block__merchant-reviews-merchant-name,
.block__erp-connect-shopify .block__merchant-reviews-merchant-store-name {
  color: #000;
}
.block__erp-connect-shopify
  .block__merchant-reviews-details-list-arrows
  svg
  path,
.block__erp-connect-shopify
  .block__merchant-reviews-details-list-logo
  svg
  path {
  fill: #000;
}
.block__erp-connect-shopify .block__merchant-reviews-details-arrow {
  border-color: #6673e1;
}
.block__erp-connect-shopify .image_top_heading {
  margin: 120px 0 15px !important;
}
.block__erp-connect-shopify .block__unlock-shopify-bulk-hours-box {
  padding-top: 0;
  padding-bottom: 80px;
}
.block__erp-connect-shopify .block__weekly-video {
  padding-bottom: 28px;
}
.block__erp-connect-shopify .block__checkout-extensibility-image {
  height: 100%;
}
.block__erp-connect-shopify .block__checkout-extensibility-img {
  height: 100%;
  object-fit: cover;
}
.block__case-studies-description {
  width: 100%;
  max-width: 854px;
  margin: 0 auto 58px;
  padding: 0 20px;
}
.block__case-studies-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #000;
  margin: 0;
}
.template_erp-to-shopify .site_footer_section .site_footer {
  margin: 19px 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .block__erp-connect-shopify .block__checkout-extensibility-tab-content {
    padding: 50px 20px 50px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__main-case-study-btn {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 767px) {
  .block__case-studies-description p {
    font-size: 16px;
    line-height: 30px;
  }
  .block__erp-connect-shopify .block__unlock-shopify-bulk-hours-box,
  .block__erp-connect-shopify .block__weekly-video {
    padding-bottom: 50px;
  }
  .block__erp-connect-shopify .image_top_heading {
    margin: 50px 0 30px !important;
  }
  .template_erp-to-shopify .site_footer_section .site_footer {
    margin: 0;
  }
  .block__page-build-your-shopify-team .block__unlock-shopify-bulk-hours-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block__page-build-your-shopify-team
    .block__unlock-shopify-bulk-hours-line-arrow {
    display: none;
  }
  .block__page-build-your-shopify-team .block__weekly-video {
    padding-bottom: 28px;
  }
  .block__page-build-your-shopify-team .block__audit-service-card-box {
    margin: 28px 0 0;
  }
  .block__page-build-your-shopify-team .block__innovative-brands-box {
    padding: 80px 0 10px;
  }
  .block__page-build-your-shopify-team .block__innovative-brands-images:before,
  .block__page-build-your-shopify-team .block__innovative-brands-images:after {
    display: none;
  }
  .block__page-build-your-shopify-team .block__on-demand-team-section {
    padding: 80px 0 60px;
  }
  .block__page-build-your-shopify-team .block_test-drive-our-services {
    padding: 0 0 80px;
  }
  .block__page-build-your-shopify-team .block__image-with-text-block-box {
    padding: 120px 0 0;
  }
  .template_build-your-shopify-team .site_footer {
    margin: 0;
  }
  .block__page-build-your-shopify-team .block__buy-bulk-hour-service-slider {
    padding-bottom: 0;
  }
  .block__page-build-your-shopify-team .block__image-with-text-block-box {
    padding: 50px 0 0;
  }
  .block__page-build-your-shopify-team .block__unlock-shopify-bulk-hours-box {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .block__page-build-your-shopify-team .block__weekly-video {
    padding-bottom: 40px;
  }
  .block__page-build-your-shopify-team .block__audit-service-card-box {
    margin: 0;
  }
  .block__page-build-your-shopify-team .block__audit-service-card {
    padding: 0 20px;
  }
  .block__page-build-your-shopify-team .block__audit-service-card-left-box {
    padding: 20px;
  }
  .block__page-build-your-shopify-team
    .block__audit-service-card-details-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .block__page-build-your-shopify-team .block__audit-service-card-right-box {
    height: 300px;
  }
  .block__page-build-your-shopify-team .logo_images {
    border-top: 1px solid #0000001a;
    margin: 40px 0 0;
  }
  .block__page-build-your-shopify-team .block__on-demand-team-section {
    padding: 30px 0 20px;
  }
  .block__page-build-your-shopify-team .block__innovative-brands-box {
    padding: 40px 0 10px;
  }
  .block__page-build-your-shopify-team .block_test-drive-our-services {
    padding: 0 0 10px;
  }
}
.block__product-bulk-hours-pdp .block__innovative-brands-images:before,
.block__product-bulk-hours-pdp .block__innovative-brands-images:after {
  display: none;
}
.block__product-bulk-hours-pdp .block__satisfaction-guarantee {
  margin: 0 0 80px;
}
@media screen and (max-width: 1550px) and (min-width: 1401px) {
  .block__product-bulk-hours-pdp .block__bulk-hour-expire-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .block__product-bulk-hours-pdp .block__bulk-hour-expire-sub-heading {
    font-size: 19px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1551px) {
  .block__product-bulk-hours-pdp .block__bulk-hour-expire-heading {
    font-size: 45px;
  }
  .block__product-bulk-hours-pdp .block__bulk-hour-expire-sub-heading {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .block__product-bulk-hours-pdp .block__unlock-shopify-bulk-hours-box {
    padding-top: 41px;
    padding-bottom: 93px;
  }
  .block__product-bulk-hours-pdp .block__innovative-brands-box {
    padding: 0 0 97px;
  }
}
@media screen and (max-width: 767px) {
  .block__product-bulk-hours-pdp .block__bulk-hour-expire-heading,
  .block__product-bulk-hours-pdp .block__bulk-hour-expire-sub-heading {
    font-size: 25px;
    line-height: 40px;
  }
}
.block__product-cart-drawer
  .block__product-quick-view-global-product-detail-title {
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .block__page-build-your-shopify-team .block__buy-bulk-hour-service-slider {
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 1401px) {
  .block__b2b-landing .block__unlock-shopify-bulk-hours-img {
    padding: 0 2.8px 0 0;
  }
}
.block__b2b-landing .block__build-your-team-content {
  max-width: 730px;
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .block__b2b-landing .block__build-your-team-content {
    max-width: 670px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .block__b2b-landing .block__build-your-team-content {
    max-width: 640px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__b2b-landing .block__build-your-team-content {
    max-width: 550px;
  }
}
.block__b2b-landing .block__build-your-team-heading {
  font-weight: 500;
  line-height: 88px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .block__b2b-landing .block__build-your-team-heading {
    font-size: 55px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__b2b-landing .block__build-your-team-heading {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .block__b2b-landing .block__build-your-team-heading {
    line-height: 50px;
  }
}
.block__b2b-landing .block__build-your-team-description p {
  font-size: 22px;
  line-height: 36px;
  margin: 22px 0 48px;
}
@media screen and (max-width: 1200px) {
  .block__b2b-landing .block__build-your-team-description p {
    margin: 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .block__b2b-landing .block__build-your-team-description p {
    font-size: 16px;
    line-height: 30px;
  }
}
.block__b2b-landing .block__weekly-video-info-title {
  margin: 0 0 24px;
}
.block__b2b-landing .block__unlock-shopify-bulk-hours-heading {
  padding: 0 10px 0 0;
  margin: 0 0 24px;
}
.block__b2b-landing .block__hydrogen-oxygen-header-heading {
  font-size: 52px;
  line-height: 68px;
  margin: 0 0 50px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .block__b2b-landing .block__hydrogen-oxygen-header-heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .block__b2b-landing .block__hydrogen-oxygen-header-heading {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 30px;
  }
}
.block__b2b-landing .block__build-your-team-description {
  padding: 0 50px 0 0;
}
.block__b2b-landing .block__unlock-shopify-bulk-hours-box {
  padding-bottom: 60px;
}
.block__b2b-landing .block__weekly-video-pb .block__weekly-video-icon-1 {
  right: -40px;
  top: -47px;
}
@media screen and (max-width: 1400px) {
  .block__b2b-landing .block__weekly-video-pb .block__weekly-video-icon-1 {
    right: -15px;
  }
}
.block__b2b-landing .block__weekly-video-pb .block__weekly-video-icon-2 {
  left: -55px;
  bottom: -26px;
}
@media screen and (max-width: 1400px) {
  .block__b2b-landing .block__weekly-video-pb .block__weekly-video-icon-2 {
    left: -15px;
  }
}
.block__b2b-landing .block__weekly-video {
  padding-bottom: 0;
}
.block__b2b-landing .block__hydrogen-oxygen-help {
  border-radius: 20px;
}
.block__b2b-landing .block__hydrogen-oxygen-contents-box {
  border-radius: 14px;
  box-shadow: 18px 18px 0 -6px #1e2e4833;
  padding: 48px;
}
.block__b2b-landing .block__hydrogen-oxygen-contents-description p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.block__b2b-landing .block__hydrogen-oxygen-contents-heading {
  font-size: 23px;
  line-height: 30px;
  margin: 44px 0 20px;
}
.block__b2b-landing .block__unlock-shopify-bulk-hours-line-arrow {
  display: none;
}
@media screen and (min-width: 1401px) {
  .block__b2b-landing .block__hydrogen-oxygen-help-section .container {
    padding: 0 60px;
  }
}
.template_b2b-landing .section_footer-two .site_footer {
  margin: 0;
}
.block__b2b-landing .block__header-description p {
  max-width: 1270px;
}
.block__b2b-landing
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  h2 {
  margin: 90px 0 24px;
  font-size: 47px;
  line-height: 72px;
}
.block__b2b-landing
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading {
  margin: 0 0 64px;
}
.image_with_slider
  .image_slider_container
  .image_slider
  .image_text_blocks
  .slider_arrow.slick-hidden {
  display: none;
}
.block__b2b-landing .block__image-slide-bottom-btn {
  border-radius: 58px;
  padding: 8px 60px;
  transition: all 0.5s ease;
}
.block__b2b-landing .block__image-slide-bottom-btn:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .block__b2b-landing .image_with_slider .image_slider_container .image_slider {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .block__b2b-landing .block__hydrogen-oxygen-help-section {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
  .block__b2b-landing .block__hydrogen-oxygen-contents-box {
    padding: 25px;
  }
  .block__b2b-landing .block__hydrogen-oxygen-contents-description p {
    font-size: 14px;
    line-height: 24px;
  }
  .block__b2b-landing .block__hydrogen-oxygen-contents-heading {
    font-size: 18px;
    line-height: 20px;
  }
  .block__b2b-landing
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    padding: 0 20px;
  }
  .block__b2b-landing
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .block__b2b-landing .block__hydrogen-oxygen-help {
    border-radius: unset;
  }
}
.block__page-site-review .block__homereview-videosection {
  margin-top: 0;
}
.block__page-site-review .block__homereview-video-wrapper .container_content {
  width: 100%;
}
.block__page-site-review .block__homereview-videobox {
  border-radius: 0 0 16px 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .block__page-site-review .block__homereview-videobox {
    border-radius: 0;
  }
}
.block__page-site-review .block_management-team-section {
  padding: 0;
}
.block__page-site-review .block__innovative-brands-images:before,
.block__page-site-review .block__innovative-brands-images:after {
  display: none;
}
.block__page-site-review .block__innovative-brands-box {
  padding: 50px 0 26px;
}
@media screen and (max-width: 767px) {
  .block__page-site-review .block__homereview-video-soundbtn {
    display: none;
  }
}
@media screen and (min-width: 1401px) {
  .block__casestudy-lids-customizer .block__cashmere-journey-details {
    padding: 82px 45px;
  }
}
.block__casestudy-lids-customizer .block__cashmere-range-content-single-desc p {
  letter-spacing: -0.1px;
}
.block__casestudy-lids-customizer .block__cashmere-result-sub-image {
  right: 175px;
  max-width: 13%;
}
.block__casestudy-lids-customizer .block__cashmere-result {
  padding-bottom: 68px;
}
.block__casestudy-lids-customizer .block__cashmere-result-image {
  padding: 0 0 40px;
}
.block__casestudy-lids-customizer .block_management-team-section {
  padding: 0;
}
.block__casestudy-lids-customizer .block__development-firm,
.block__casestudy-lids-customizer .block_management-team {
  border-radius: unset;
}
.block__casestudy-lids-customizer .block__cashmere-conclusion-container {
  max-width: 904px;
}
@media screen and (max-width: 768px) {
  .block__casestudy-lids-customizer
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .block__casestudy-lids-customizer
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 50px 0 30px;
  }
  .block__casestudy-lids-customizer
    .logo_list_section
    .logo_section
    .logo_list
    .logo_images {
    border-top: 1px solid #0000001a;
  }
  .block__casestudy-lids-customizer .block__cashmere-design-approch {
    border-top: none;
  }
  .block__casestudy-lids-customizer .block__cashmere-journey-details {
    padding: 50px 20px;
    line-height: 55px;
  }
  .block__casestudy-lids-customizer .block__cashmere-journey {
    border-radius: unset;
  }
  .block__casestudy-lids-customizer .block__cashmere-result-sub-image {
    right: 30px;
    max-width: 103px;
  }
  .template_casestudy-lids-customizer .site_footer_section .site_footer {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .block__casestudy-lids-customizer
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 46px 0 60px;
  }
}
@media screen and (max-width: 400px) {
  .block__casestudy-lids-customizer
    .block__cashmere-result-description:last-child {
    padding: 0 50px 0 0;
  }
}
.block__page-about-one-pager .block__innovative-brands-images:before,
.block__page-about-one-pager .block__innovative-brands-images:after,
.block__page-about-one-pager .block__unlock-shopify-bulk-hours-line-arrow,
.block__page-about-one-pager .block__get-started-form-option-other,
.block__page-about-one-pager .block__get-started-form-option-btn {
  display: none;
}
.block__page-about-one-pager
  .about_us_section
  .about_us_banner
  .about_banner
  .main_banner
  .about_left_inner
  .content
  .main_heading {
  letter-spacing: -0.1px;
}
@media screen and (max-width: 400px) {
  .block__page-about-one-pager
    .about_us_section
    .about_us_banner
    .about_banner
    .main_banner
    .about_left_inner
    .content
    .main_heading {
    font-size: 25px;
    line-height: 30px;
  }
}
.block__page-about-one-pager .block__cashmere-range-content-single-desc p {
  letter-spacing: -0.1px;
}
.block__page-about-one-pager .block__cashmere-result-sub-image {
  right: 175px;
  max-width: 13%;
}
.block__page-about-one-pager .block__cashmere-result {
  padding-bottom: 68px;
}
.block__page-about-one-pager .block__cashmere-result-image {
  padding: 0 0 40px;
}
.block__page-about-one-pager .block_management-team-section {
  padding: 0;
}
.block__page-about-one-pager .block__development-firm {
  border-radius: unset;
}
.block__page-about-one-pager .block__cashmere-conclusion-container {
  max-width: 904px;
}
@media screen and (max-width: 768px) {
  .block__casestudy-lids-customizer
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .block__casestudy-lids-customizer
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 50px 0 30px;
  }
  .block__casestudy-lids-customizer
    .logo_list_section
    .logo_section
    .logo_list
    .logo_images {
    border-top: 1px solid #0000001a;
  }
  .block__casestudy-lids-customizer .block__cashmere-design-approch {
    border-top: none;
  }
  .block__casestudy-lids-customizer .block__cashmere-journey-details {
    padding: 50px 20px;
    line-height: 55px;
  }
  .block__casestudy-lids-customizer .block__cashmere-journey {
    border-radius: unset;
  }
  .block__casestudy-lids-customizer .block__cashmere-result-sub-image {
    right: 30px;
  }
  .template_casestudy-lids-customizer .site_footer_section .site_footer {
    margin: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .block__casestudy-lids-customizer .block__cashmere-result-sub-image {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .block__casestudy-lids-customizer .block__cashmere-result-sub-image {
    right: 50px;
    max-width: 9%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__casestudy-lids-customizer .block__cashmere-result-sub-image {
    right: 30px;
    max-width: 11%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .block__casestudy-lids-customizer
    .image_with_slider
    .image_slider_container
    .image_slider {
    padding-top: 0;
  }
}
.block__magento-b2b-migration .block__magento-shopify-banner-content-heading {
  font-weight: 500;
}
.block__magento-b2b-migration .block__magento-shopify-banner-details-box {
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration .block__magento-shopify-banner-details-box {
    padding-top: 35px;
  }
}
.block__magento-b2b-migration
  .block__magento-shopify-banner-details-btn-detail
  p {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration
    .block__magento-shopify-banner-details-btn-detail
    p {
    max-width: 100%;
  }
}
.block__magento-b2b-migration .block__unlock-shopify-bulk-hours-heading-main {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 20px;
}
.block__magento-b2b-migration .block__unlock-shopify-bulk-hours-line-arrow {
  display: none;
}
.block__magento-b2b-migration .block__migration-free-guide-box:before {
  background: #f1fbed;
  border: 1px solid #0000001a;
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration .block__migration-free-guide-box:before {
    border: none;
  }
}
.block__magento-b2b-migration .block__migration-free-guide-heading,
.block__magento-b2b-migration .block__migration-free-guide-description p,
.block__magento-b2b-migration .block__migration-free-guide-form-success {
  color: #000;
}
.block__magento-b2b-migration .block__migration-free-guide-input {
  background: #fff;
  border: 1px solid #0000001a;
  color: #000;
}
.block__magento-b2b-migration .block__migration-free-guide-form-btn {
  background: #5e5ee9;
  border: none;
  color: #fff;
}
.block__magento-b2b-migration .block__migration-free-guide-form-btn:hover {
  background: #4949c8;
}
.block__magento-b2b-migration
  .block__migration-free-guide-content
  .block__gdpr-compliance-checkbox
  label,
.block__magento-b2b-migration
  .block__migration-free-guide-content
  .block__gdpr-compliance-checkbox
  label
  a {
  color: #000;
}
.block__magento-b2b-migration .block__weekly-video-pb {
  margin-bottom: 24px;
}
.block__magento-b2b-migration
  .block__weekly-video-row-icon-position
  .block__weekly-video-icon-1 {
  right: -40px;
  top: -28px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .block__magento-b2b-migration
    .block__weekly-video-row-icon-position
    .block__weekly-video-icon-1 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration
    .block__weekly-video-row-icon-position
    .block__weekly-video-icon-1 {
    right: -10px;
  }
}
.block__magento-b2b-migration
  .block__weekly-video-pb
  .block__weekly-video-icon-2 {
  bottom: -8.2%;
}
.block__magento-b2b-migration .block__migration-free-guide-input::placeholder {
  color: #000;
  font-weight: 600;
}
.block__magento-b2b-migration .block__innovative-brands-images:before,
.block__magento-b2b-migration .block__innovative-brands-images:after {
  display: none;
}
.block__magento-b2b-migration .block__innovative-brands-box {
  padding-bottom: 0;
}
.block__magento-b2b-migration .block__top-erp-systems {
  border-radius: 16px;
}
@media screen and (min-width: 1401px) {
  .block__magento-b2b-migration .block__audit-process-box {
    padding: 0 120px 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .block__magento-b2b-migration .block__audit-process-box {
    padding: 0 30px 100px;
  }
}
.block__magento-b2b-migration .block__audit-process-box-flex {
  flex-direction: row-reverse;
}
.block__magento-b2b-migration .block__audit-process-details-heading {
  max-width: 500px;
}
.block__magento-b2b-migration .block__wholesale-features {
  border-radius: 16px;
}
.block__magento-b2b-migration .block__development-firm-section {
  margin: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration .block__development-firm-section {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration
    .logo_list_section
    .logo_section
    .logo_list
    .logo_images {
    border-top: 1px solid #0000001a;
  }
}
.block__magento-b2b-migration
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading {
  margin: 0 0 70px;
}
.block__magento-b2b-migration
  .image_with_slider
  .image_slider_container
  .image_slider
  .image_top_heading
  h2 {
  font-size: 52px;
  line-height: 78px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__magento-b2b-migration
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .block__magento-b2b-migration
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__magento-b2b-migration .block__gdpr-compliance-text {
    line-height: 17px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__magento-b2b-migration .block__gdpr-compliance-checkbox label {
    font-size: 11px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block__magento-b2b-migration .block__migration-free-guide-heading {
    font-size: 15px;
    line-height: 20px;
  }
}
.block__magento-b2b-migration .block__header-description p {
  max-width: 100%;
  letter-spacing: -0.4px;
}
.block__magento-b2b-migration .block__image-slide-bottom-btn {
  border-radius: 58px;
  padding: 9px 60px;
}
.block__magento-b2b-migration .block__get-started-form-blocks-container {
  background: #f1fbed !important;
  padding: 75px 0 !important;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .block__magento-b2b-migration
    .image_with_slider
    .image_slider_container
    .image_slider {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block__magento-b2b-migration .block__get-started-form-buttonlink {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.template_magento-b2b-migration .section_footer-two .site_footer {
  margin: 0;
}
.template_magento-b2b-migration
  .section_footer-two
  .site_footer
  .block__innovative-brands-img {
  padding: 21.4px 44px;
}
@media screen and (max-width: 749px) {
  .block__cart-drawer-has-shirt {
    padding-left: 15px !important;
  }
}
.template_cart-drawer .site_footer_section .site_footer {
  margin: 0;
}
.block__page-everlast-case-study .block__cashmere-result-image {
  padding: 0 0 50px;
}
.block__page-everlast-case-study .block__top-erp-systems-box {
  padding-top: 24px;
  padding-bottom: 40px;
}
.block__page-everlast-case-study .block__unlock-shopify-bulk-hours-box {
  padding-top: 40px;
  padding-bottom: 80px;
}
.block__page-everlast-case-study .block__weekly-video {
  padding-bottom: 0;
}
.block__page-everlast-case-study .block__weekly-video-pb {
  margin-bottom: 80px;
}
.block__page-everlast-case-study .block__cashmere-slider {
  border-radius: 16px;
}
.block__page-everlast-case-study .block__cashmere-design-approch {
  background: #f1fbed;
  border: none;
}
.block__page-everlast-case-study
  .block__cashmere-design-approch-content-images {
  background: transparent !important;
}
.template_casestudy-albeebaby
  .block__page-everlast-case-study
  .block__cashmere-design-approch {
  background: #fff;
  border: 1px solid #0000001a;
}
.template_casestudy-albeebaby
  .block__page-everlast-case-study
  .block__cashmere-design-approch-content-images {
  background: #f1fbed !important;
}
.block__page-everlast-case-study .block__cashmere-transformation-content {
  max-width: 965px !important;
}
.block__page-everlast-case-study .block__cashmere-transformation-description p {
  letter-spacing: normal;
}
.block__page-everlast-case-study .block__unlock-shopify-bulk-hours-line-arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .block__page-everlast-case-study
    .block__top-erp-systems-list.block__top-erp-systems-list-box-image {
    width: 100%;
  }
  .block__page-everlast-case-study
    .block__top-erp-systems-list.block__top-erp-systems-list-box-image
    .block__top-erp-systems-list-box {
    box-shadow: 10px 10px 20px #0000001a;
    border-radius: 16px;
  }
  .block__page-everlast-case-study
    .block__top-erp-systems-list-box-image
    .block__top-erp-systems-list-box {
    gap: 60px;
  }
  .block__page-everlast-case-study
    .block__top-erp-systems-list-box-image
    .block__top-erp-systems-list-description {
    width: calc(67% - 30px);
  }
  .block__page-everlast-case-study .block__top-erp-systems-list-main-image {
    width: calc(33% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .block__page-everlast-case-study .block__cashmere-result-sub-image {
    max-width: 12% !important;
  }
  .block__page-everlast-case-study .block__unlock-shopify-bulk-hours-box {
    padding-top: 0;
  }
  .block__page-everlast-case-study .block__top-erp-systems-box {
    padding-bottom: 0;
  }
  .block__page-everlast-case-study
    .block__top-erp-systems-list-box-image
    .block__top-erp-systems-list-box {
    padding-left: 0;
    padding-right: 0;
  }
  .block__page-everlast-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading {
    margin: 50px 0;
  }
  .block__page-everlast-case-study
    .image_with_slider
    .image_slider_container
    .image_slider
    .image_top_heading
    h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1401px) {
  .block__page-everlast-case-study .block__cashmere-banner-icons-list {
    gap: 15px;
  }
  .block__page-everlast-case-study .block__cashmere-banner-heading {
    padding: 0 15px 0 0;
  }
  .block__page-everlast-case-study .block__cashmere-banner-description {
    padding: 0 100px 0 0;
  }
  .block__page-everlast-case-study .block__cashmere-result-sub-image {
    right: 5% !important;
    max-width: 18% !important;
  }
  .template_casestudy-albeebaby
    .block__page-everlast-case-study
    .block__cashmere-result-sub-image {
    right: 12% !important;
    max-width: 14% !important;
  }
  .block__page-everlast-case-study .block__cashmere-result {
    padding: 100px 280px;
  }
}
.block__cart-drawer-variant {
  padding: 0 30px 10px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0 !important;
}
@media screen and (max-width: 749px) {
  .block__cart-drawer-variant {
    padding: 0 15px 10px;
  }
  .cart_price_per_qty_sale {
    text-align: left;
  }
}
.block__cart-drawer-has-shirt {
  display: grid !important;
  padding-left: 30px !important;
}
.block__cart-drawer-has-shirt .cart-item__details {
  grid-column: 2 / 5 !important;
}
.block__cart-drawer-has-shirt .cart-item__details > div {
  padding-left: 0 !important;
}
.block__cart-drawer-has-shirt .cart-item__details .item_main_heading {
  padding-top: 20px !important;
}
.block__cart-drawer-has-shirt .cart-item__details .price {
  margin: 0 !important;
}
.block__cart-drawer-has-shirt .cart-item__quantity {
  padding-left: 0 !important;
}
.block__cart-drawer-has-shirt .cart-item__quantity .quantity__button svg {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 2px;
  border-radius: 20px;
}
.block__cart-drawer-has-shirt .cart-item__quantity .quantity__button {
  background-color: transparent !important;
}
.block__cart-drawer-has-shirt .cart-item__quantity .quantity {
  min-height: 50px;
  border: 1px solid #000000;
  box-shadow: 0 6px 20px -6px #1e2e4826;
  border-radius: 3px;
  background: #fff;
}
