/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
*/

:root {
  --orange: #fe6e00;
  --darkorange: #803300;
  --blue: #003e6f;
  --darkblue: #020b12;
  --lightblue: #ecf1ff;
  --white: #fff;
  --gray: #6c757d;
  --colesred: #ed1c22;
  --green: #1a4314;
  --black: #000;
  --red: #a00;
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.auth-wrap .auth-content-wrap {
  min-height: 100vh;
}
.app-wrap.dark-skin .logo .wordmark {
  fill: #005697 !important;
}
.site-navigation-main .navigation-buttons .navbar-nav .nav-item:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 1247px) {
  .auth-wrap .auth-content-wrap {
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .auth-wrap .auth-content-wrap {
    align-items: center;
    display: flex;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .auth-wrap .auth-content-wrap {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-wrap .auth-content-wrap .auth-bg-img {
    display: flex;
    justify-content: center;
    min-height: auto !important;
  }
  .auth-wrap .auth-content-wrap .auth-bg-img svg {
    width: 60%;
  }
  .auth-wrap .auth-content-wrap .contact-form-card {
    padding: 30px;
  }
}
.auth-wrap .auth-content-wrap .auth-form-wrap.auth-register-wrap {
  padding-top: 200px !important;
}
@media only screen and (max-width: 768px) {
  .auth-wrap .auth-content-wrap .auth-form-wrap.auth-register-wrap {
    padding-top: 0 !important;
  }
}
.auth-wrap .auth-content-wrap .auth-form-wrap .title-small {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .auth-wrap .auth-content-wrap .auth-form-wrap .title-small {
    font-size: 38px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-wrap .auth-content-wrap .auth-form-wrap {
    margin-top: -70px !important;
    padding-bottom: 30px;
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  .auth-wrap .auth-content-wrap .auth-form-wrap {
    margin-top: 0 !important;
    position: relative;
  }
}
.auth-wrap .auth-content-wrap .form-floating .form-control {
  border: 1px solid #888c8c;
}
.auth-wrap .auth-content-wrap .form-floating .progress {
  margin: 5px auto 0;
  width: calc(100% - 40px);
}
.input-infobox {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 5px -4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 5px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 5px -4px rgba(0, 0, 0, 0.08);
  left: calc(-100% + 220px);
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  top: -35px;
}
.input-infobox h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 5px;
}
.input-infobox ul {
  margin: 0;
  padding-left: 0;
}
.input-infobox ul li {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
.input-infobox ul li i {
  font-size: 6px;
  left: 0;
  position: absolute;
  top: 6px;
}
.input-infobox ul li i.fa-check {
  color: #02b502;
  font-size: 14px;
  top: 4px;
}
.input-infobox ul li + li {
  margin-top: 5px;
}
.progress-bar-danger {
  background-color: #e90f10;
}
.progress-bar-warning {
  background-color: #ffad00;
}
.progress-bar-success {
  background-color: #02b502;
}
.app-wrap.dark-skin {
  background-color: var(--darkblue);
}
.app-wrap.dark-skin .site-navigation-main .hamburger-menu .dropdown-menu {
  background-color: transparent;
  border: 0;
}
.app-wrap.dark-skin .news-letter-wrap h2 {
  color: var(--white);
}
.app-wrap.dark-skin .news-letter-wrap form .form-control {
  background-color: transparent;
  border-bottom-color: hsla(0, 0%, 100%, 0.16);
}
.app-wrap.dark-skin .news-letter-wrap form .btn,
.app-wrap.dark-skin .news-letter-wrap form .form-control::placeholder {
  color: var(--white);
}
.app-wrap.dark-skin .site-footer-wrap .site-footer-content-wrap {
  background: rgba(2, 11, 18, 0.53);
  border-top-color: rgba(2, 11, 18, 0.16);
}
@media only screen and (max-width: 768px) {
  .app-wrap.dark-skin .site-footer-wrap .site-footer-content-wrap {
    backdrop-filter: blur(0);
    background: #020b12;
  }
}
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .footer-link-widget
  h5 {
  color: var(--white);
}
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .footer-link-widget
  ul,
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .footer-link-widget
  ul
  li
  a {
  color: hsla(0, 0%, 100%, 0.8);
}
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .contact-wrap
  h2 {
  color: var(--white);
}
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .contact-wrap
  .address
  p {
  color: hsla(0, 0%, 100%, 0.8);
}
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .contact-wrap
  .address
  a {
  color: var(--white);
}
.app-wrap.dark-skin
  .site-footer-wrap
  .site-footer-content-wrap
  .copyrights-wrap
  p {
  color: hsla(0, 0%, 100%, 0.8);
}
.app-wrap.dark-skin .divider {
  background-color: hsla(0, 0%, 100%, 0.16);
}
.app-wrap.dark-skin .subtitle-big,
.app-wrap.dark-skin .title {
  color: var(--white);
}
*,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html.lenis {
  height: auto;
}
html body {
  overflow-x: hidden;
}
a {
  color: var(--darkorange);
}
.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis-stopped {
  overflow: hidden;
}
.lenis-scrolling iframe {
  pointer-events: none;
}
body {
  color: var(--darkblue);
  font-family: Outfit, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
body,
body p {
  font-size: 16px;
}
body p.lead {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}
@media only screen and (max-width: 1439px) {
  body p.lead {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  body p.lead {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
body p.size-medium {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}
.skippy {
  background-color: var(--darkblue);
}
.skippy a {
  color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
}
.logo svg {
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .logo svg {
    height: 60px;
  }
}
a {
  text-decoration: none;
}
.btn {
  border: 0;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 40px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .btn {
    font-size: 14px;
    min-height: 45px;
    padding: 15px 30px;
  }
}
.btn-orange {
  background-color: var(--orange) !important;
  color: #fff;
}
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  background-color: var(--orange);
  color: #fff;
}
.btn-dark-orange,
.btn-dark-orange:active,
.btn-dark-orange:focus,
.btn-dark-orange:hover {
  background-color: var(--darkorange);
  color: #fff;
}
.btn-blue,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  background-color: var(--blue);
  color: #fff;
}
.btn-dark-blue {
  background-color: var(--darkblue);
  color: #fff;
}
.btn-dark-blue:active,
.btn-dark-blue:focus,
.btn-dark-blue:hover {
  background-color: var(--darkorange);
  color: #fff;
}
.btn-white,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: var(--white);
  color: var(--darkblue);
}
.btn.has-hover-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.btn.has-hover-icon span {
  display: inline-block;
  position: relative;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.btn.has-hover-icon:before {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  content: "";
  inset: -0.25rem;
  margin: auto;
  position: absolute;
  transform: translateY(100%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.has-hover-icon:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
  transition: 0.3s ease-in-out;
}
.btn.has-hover-icon.btn-orange:before {
  background-color: var(--blue) !important;
}
.btn.has-hover-icon.btn-blue:before {
  background-color: var(--darkorange);
}
.btn.has-hover-icon:hover:before {
  transform: translate(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.btn.has-hover-icon:hover span {
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.btn.has-hover-icon:hover:after {
  right: 20px;
}
@media only screen and (max-width: 479px) {
  .btn.has-hover-icon:hover:after {
    right: 15px;
  }
}
.btn-icon {
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: inline-flex;
  height: 54px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 !important;
  width: 54px;
}
.btn-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media only screen and (max-width: 479px) {
  .btn-icon {
    height: 45px;
    width: 45px;
  }
}
.btn-icon.has-hover-icon:after {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  -moz-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  width: 100%;
}
.btn-icon.has-hover-icon:active:after,
.btn-icon.has-hover-icon:focus:after,
.btn-icon.has-hover-icon:hover:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.btn.is-hover-blue:before {
  background-color: var(--blue);
}
.btn.is-hover-blue:after,
.btn.is-hover-blue:hover span {
  color: var(--white);
}
.btn.is-hover-orange:before {
  background-color: var(--orange);
}
.btn.is-hover-orange:after,
.btn.is-hover-orange:hover span {
  color: var(--white);
}
.btn:focus-visible {
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}
.text-blue {
  color: var(--blue) !important;
}
.text-orange {
  color: var(--orange) !important;
}
.text-dark-orange {
  color: var(--darkorange) !important;
}
.text-dark-blue {
  color: var(--darkblue) !important;
}
.text-light-blue {
  color: var(--lightblue) !important;
}
.text-gray {
  color: var(--gray) !important;
}
.text-coles-red {
  color: var(--colesred) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-orange {
  background-color: var(--orange) !important;
}
.bg-dark-orange {
  background-color: var(--darkorange) !important;
}
.bg-dark-blue {
  background-color: var(--darkblue) !important;
}
.bg-light-blue {
  background-color: var(--lightblue) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.bg-coles-red {
  background-color: var(--colesred) !important;
}
.bg-gray-gradient {
  backdrop-filter: blur(40px);
  background: linear-gradient(
    110deg,
    rgba(236, 241, 255, 0.52),
    rgba(236, 241, 255, 0.16)
  );
  border: 1px solid #ecf1ff;
}
.skip-link {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 40px;
  margin-left: 7px;
  padding: 7px 8px;
  position: absolute;
  top: 10px;
  z-index: -1;
}
.site-navigation-main {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .site-navigation-main {
    padding: 15px 20px;
  }
/*   .site-navigation-main .logo svg .wordmark {
    fill: #fff;
  } */
}
.site-navigation-main .navigation-buttons {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: inline-flex;
  margin-left: auto;
}
.site-navigation-main .navigation-buttons.is-fixed {
  position: fixed;
  right: 24px;
}
.site-navigation-main .hamburger-menu .dropdown-menu {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-width: 450px;
  min-height: 435px;
}
@media only screen and (max-width: 479px) {
  .site-navigation-main .hamburger-menu .dropdown-menu {
    min-width: 300px;
  }
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner {
  background-color: var(--blue);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 30px 15px;
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  padding: 8px 0;
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li a {
  color: var(--white);
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li a {
    font-size: 18px;
    padding: 0 20px;
  }
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li:not(:last-child) {
  margin-bottom: 5px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  > a:after {
  background-color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 11px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub:hover
  > a:after {
  background-color: var(--darkblue);
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul {
  padding-left: 30px;
  padding-right: 30px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li
  a {
  border-bottom: 1px solid transparent;
  font-size: 15px;
  letter-spacing: -0.5px;
  padding: 0 0 0 20px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li
  a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
  transition: 0.3s ease-in-out;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li
  a:before {
  background-color: var(--darkblue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li
  a:hover {
  border-bottom-color: rgba(8, 34, 46, 0.12);
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li
  a:hover:after {
  right: 0 !important;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li:not(:last-child) {
  margin-bottom: 5px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li.has-sub
  ul
  li:last-child {
  margin-bottom: 10px;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li:not(.has-sub)
  a:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s ease-in-out;
}
.site-navigation-main
  .hamburger-menu
  .dropdown-menu
  .menu-inner
  ul
  li:not(.has-sub)
  a:hover:after {
  right: 30px;
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li:hover {
  background-color: var(--lightblue);
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li:hover a {
  color: var(--darkblue);
}
.site-navigation-main .hamburger-menu .dropdown-menu.is-floating {
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
}
.site-navigation-main .hamburger-menu .login-btn {
  align-items: center;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -0.5px;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .site-navigation-main .hamburger-menu .login-btn {
    font-size: 18px;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.site-navigation-main .hamburger-menu .login-btn i {
  font-size: 24px;
  transform: rotate(-45deg);
}
.hamburger-menu-btn {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hamburger-menu-btn:after {
  display: none;
}
.hamburger-menu-btn .line {
  background-color: var(--white);
  display: block;
  border-radius: 3px;
  height: 2px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 14px;
}
.hamburger-menu-btn .line:first-child {
  margin-bottom: 5px;
  -moz-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.hamburger-menu-btn .line:last-child,
.hamburger-menu-btn:hover .line:first-child {
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.hamburger-menu-btn:hover .line:last-child {
  -moz-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.hamburger-menu-btn.active .line:first-child {
  -moz-transform: rotate(45deg) translateX(2px) translateY(2px);
  -o-transform: rotate(45deg) translateX(2px) translateY(2px);
  -ms-transform: rotate(45deg) translateX(2px) translateY(2px);
  -webkit-transform: rotate(45deg) translateX(2px) translateY(2px);
  transform: rotate(45deg) translateX(2px) translateY(2px);
  transform-origin: center;
}
.hamburger-menu-btn.active .line:last-child {
  -moz-transform: rotate(-45deg) translateX(2px) translateY(-2px);
  -o-transform: rotate(-45deg) translateX(2px) translateY(-2px);
  -ms-transform: rotate(-45deg) translateX(2px) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateX(2px) translateY(-2px);
  transform: rotate(-45deg) translateX(2px) translateY(-2px);
  transform-origin: center;
}
.site-gap-small {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1439px) {
  .site-gap-small {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1247px) {
  .site-gap-small {
    margin-bottom: 20px;
  }
}
.site-gap-medium {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1439px) {
  .site-gap-medium {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1247px) {
  .site-gap-medium {
    margin-bottom: 40px;
  }
}
.site-gap-large {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1439px) {
  .site-gap-large {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1247px) {
  .site-gap-large {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1439px) {
  .mb-4 {
    margin-bottom: 1rem !important;
  }
}
.privacy-card {
  backdrop-filter: blur(12.5px);
  background: linear-gradient(
    110deg,
    rgba(236, 241, 255, 0.32),
    rgba(236, 241, 255, 0.53)
  );
  border: 1px solid rgba(8, 34, 46, 0.05);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  bottom: 15px;
  left: 15px;
  padding: 24px;
  position: fixed;
  width: 265px;
  z-index: 999;
}
.privacy-card h6 {
  color: var(--darkblue);
  font-weight: 500;
  margin: 0;
}
.privacy-card a,
.privacy-card p {
  color: var(--bs-gray-700);
}
.privacy-card a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.privacy-card a.accept-btn {
  color: var(--blue);
}
.hero-banner-wrap {
  padding-top: 50px;
  text-align: center;
  min-height: 100vh;
}
@media only screen and (max-width: 479px) {
  .hero-banner-wrap {
    padding-top: 100px;
    min-height: auto;
  }
}
.hero-banner-wrap h1 {
  font-size: 100px;
  letter-spacing: -4px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hero-banner-wrap h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner-wrap h1 {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
.hero-banner-wrap .hero-logo {
  position: relative;
  z-index: 11;
}
.hero-banner-wrap .hero-logo svg {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .hero-banner-wrap .hero-logo svg {
    transform: translateY(0);
  }
}
.hero-banner-wrap .hero-banner-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.hero-banner-wrap .hero-banner-container .autoplay-progress-wrap {
  align-items: end;
  background-color: var(--lightblue);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-flex;
  height: 61px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 0;
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  width: 2px;
}
.hero-banner-wrap
  .hero-banner-container
  .autoplay-progress-wrap
  .hero-progress {
  --height: 0;
  background-color: var(--blue);
  height: calc((var(--height)) * 80);
  padding: 0;
  width: 100%;
}
.floating-nav-wrap {
  backdrop-filter: blur(10px);
  background-color: rgba(236, 241, 255, 0.7);
  background: rgba(236, 241, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  bottom: -150px;
  display: inline-flex;
  left: 0;
  margin: 0 auto;
  padding: 15px 24px;
  position: fixed;
  right: 0;
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 230px;
  z-index: 999;
}
@media only screen and (max-width: 479px) {
  .floating-nav-wrap {
    display: none;
  }
}
.floating-nav-wrap .logo {
  margin-right: auto;
}
.floating-nav-wrap .logo svg {
  height: auto;
  width: 100px;
}
.floating-nav-wrap.is-visible {
  bottom: 50px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-padding {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 50px 0;
  }
}
.card.rounded,
.card.rounded .card-body.rounded {
  border-radius: 40px !important;
}
.card.padding-default {
  padding: 80px 56px;
}
@media only screen and (max-width: 479px) {
  .card.padding-default {
    padding: 40px 24px;
  }
}
.card.rounded-small {
  border-radius: 14px;
}
.card.bg-image {
  overflow: hidden;
}
.card.bg-image img {
  background: linear-gradient(0deg, #d9d9d9, #d9d9d9);
  object-fit: contain;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.card-body.padding-default {
  padding: 50px;
}
@media only screen and (max-width: 479px) {
  .card-body.padding-default {
    padding: 30px;
  }
}
.card.link-card .link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.card.stack-card {
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.05);
  min-height: 100vh;
  position: sticky;
}
@media only screen and (max-width: 479px) {
  .card.stack-card {
    min-height: auto;
    position: static;
  }
  .card.stack-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.card-tabs {
  background-color: transparent;
}
.card-tabs .nav-tabs .nav-item .nav-link {
  align-items: flex-start;
  background-color: var(--blue);
  border: 0;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  color: #fff;
  display: flex;
  height: 160px;
  justify-content: center;
  padding: 15px 50px;
}
.card-tabs .nav-tabs .nav-item .nav-link h1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 0;
}
.card-tabs .nav-tabs .nav-item .nav-link .status {
  display: none;
  margin-left: 8px;
}
.card-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: var(--white);
  color: var(--darkblue);
}
.card-tabs .nav-tabs .nav-item .nav-link.active .status {
  display: inline-block;
}
@media only screen and (max-width: 1247px) {
  .card-tabs .nav-tabs .nav-item .nav-link {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .card-tabs .nav-tabs .nav-item .nav-link {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .card-tabs .nav-tabs .nav-item .nav-link {
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 26px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 399px) {
  .card-tabs .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.card-tabs .tab-content {
  margin-top: -90px;
  position: relative;
}
.card-tabs .card-body {
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
}
@media only screen and (max-width: 479px) {
  .card-tabs .card-body {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
}
.card.hidden {
  display: none;
}
.card.coles-card-image {
  background-color: var(--colesred);
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 479px) {
  .card.coles-card-image {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .card.coles-card-image img {
    margin-left: 0 !important;
    width: 90%;
  }
}
.partners-card-wrap {
  margin-bottom: 100px;
  margin-top: -530px;
  position: relative;
}
.intro-cards-wrap {
  margin-bottom: 0;
  position: relative;
  z-index: 12;
}
@media only screen and (max-width: 479px) {
  .intro-cards-wrap {
    margin-bottom: 0;
  }
}
.intro-card {
  backdrop-filter: blur(20px);
  background: linear-gradient(
    101deg,
    rgba(45, 96, 236, 0.05) 3.29%,
    rgba(45, 96, 236, 0.02) 101.18%
  );
  border: 0;
  border: 1px solid hsla(0, 0%, 100%, 0);
  max-width: 577px;
  padding: 40px;
}
.intro-card .icon {
  margin-bottom: 100px;
  width: 100px;
}
.intro-card .content p {
  font-size: 15px;
  margin: 0;
}
.section-title {
  position: relative;
}
.section-title span {
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.section-title span:before {
  background-color: var(--blue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
}
.section-title.text-white span:before {
  background-color: var(--white);
}
.section-title.circle-orange span:before {
  background-color: var(--orange);
}
.title {
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}
@media only screen and (max-width: 1439px) {
  .title {
    font-size: 60px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 1247px) {
  .title {
    font-size: 54px;
    letter-spacing: -2px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 479px) {
  .title {
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 40px;
  }
}
.title .coles-wordmark {
  height: 52px;
  vertical-align: -1px;
}
@media only screen and (max-width: 1247px) {
  .title .coles-wordmark {
    height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .title .coles-wordmark {
    height: 36px;
    vertical-align: 0;
  }
}
@media only screen and (max-width: 479px) {
  .title .coles-wordmark {
    height: 26px;
    vertical-align: 0;
  }
  .title .coles-wordmark.big {
    height: 56px !important;
  }
}
.partners-cards-wrap {
  overflow: hidden;
  position: relative;
}
.partners-cards-wrap .partners-cards-slider {
  display: flex;
  flex-wrap: nowrap;
}
.partners-cards-wrap .partners-cards-slider.partners-slider-first {
  margin-bottom: 40px;
}
.partners-cards-wrap .partner-card-item {
  align-items: center;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  height: 256px;
  justify-content: center;
  margin-right: 40px;
  min-width: 390px;
}
.partners-cards-wrap .partner-card-item img {
  object-fit: contain;
  width: 256px;
}
.partners-cards-wrap:before {
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: 2;
}
.nav-card-industries .nav-link {
  align-items: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(8, 34, 46, 0.16);
  box-shadow: inset 0 -1px 0 0 rgba(8, 34, 46, 0.16);
  display: flex;
  line-height: 1;
  overflow: hidden;
  padding: 20px 30px;
}
.nav-card-industries .nav-link,
.nav-card-industries .nav-link span {
  position: relative;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-card-industries .nav-link span {
  color: var(--darkblue);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  z-index: 1;
}
.nav-card-industries .nav-link span.count {
  color: rgba(8, 34, 46, 0.3);
  width: 300px;
}
.nav-card-industries .nav-link:after {
  background-color: #fff;
  height: calc(100% - 30px);
  left: -15px;
  top: -8px;
  width: calc(100% + 30px);
}
.nav-card-industries .nav-link:after,
.nav-card-industries .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-card-industries .nav-link:before {
  background-color: var(--blue);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
}
.nav-card-industries .nav-link:hover {
  border-color: var(--blue);
}
.nav-card-industries .nav-link:hover:after {
  height: 0;
}
.nav-card-industries .nav-link:hover:before {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-card-industries .nav-link:hover span {
  color: var(--white);
}
.nav-card-industries .nav-link:hover span.count {
  color: hsla(0, 0%, 100%, 0.3);
}
.nav-card-industries .nav-link:not(:last-child) {
  margin-bottom: 20px;
}
.industries-card {
  border: 0;
  display: flex;
  height: 900px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.industries-card .background {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.industries-card .background img {
  object-fit: cover;
  width: 100%;
}
.industries-card .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 80px 56px 56px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.industries-card .content-wrap .title {
  font-size: 63px;
}
.industries-card .content-wrap .card-content {
  margin-top: auto;
}
.industries-card .content-wrap .card-content .section-title {
  margin-bottom: 25px;
}
.industries-card .content-wrap .card-content h3 {
  font-size: 36px;
}
ul.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-styled li {
  font-size: 15px;
  line-height: 22px;
  padding-left: 15px;
  position: relative;
}
ul.list-styled li:before {
  background-color: var(--blue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px;
}
ul.list-styled.text-white li:before {
  background-color: var(--white);
}
ul.list-styled.circle-dark-blue li:before {
  background-color: var(--darkblue);
}
ul.list-styled.list-has-gap li:not(:last-child) {
  margin-bottom: 10px;
}
ul.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.tag-list li {
  border-radius: 10px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 15px;
}
ul.tag-list.tag-list-light-gray li {
  background-color: var(--gray);
}
ul.list-font-big li {
  font-size: 20px;
}
@media only screen and (max-width: 1247px) {
  ul.list-font-big li {
    font-size: 16px;
  }
}
.testimonials-card {
  background-color: var(--blue);
  border: 0;
  padding: 120px 0 120px 56px;
}
.testimonials-card .title-content p {
  max-width: 335px;
}
.news-letter-wrap h2 {
  color: var(--darkblue);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 43px;
}
.news-letter-wrap form {
  position: relative;
}
.news-letter-wrap form .form-control {
  border: 0;
  border-bottom: 1px solid rgba(8, 34, 46, 0.16);
  border-radius: 0;
  box-shadow: none;
  color: var(--darkblue);
  font-size: 24px;
  letter-spacing: -1px;
  padding: 10px 35px 10px 0;
}
.news-letter-wrap form .form-control::placeholder {
  color: var(--darkblue);
}
.news-letter-wrap form .btn {
  align-items: center;
  border: 0;
  bottom: 5px;
  box-shadow: none;
  display: inline-flex;
  font-size: 32px;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -5px;
  width: 32px;
}
.news-letter-wrap form .btn i {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.divider {
  background-color: rgba(8, 34, 46, 0.16);
  display: block;
  height: 1px;
  width: 100%;
}
.site-footer-wrap .site-footer-logo {
  position: relative;
}
.site-footer-wrap .site-footer-content-wrap {
  backdrop-filter: blur(40px);
  background: hsla(0, 0%, 100%, 0.57);
  border-top: 1px solid rgba(8, 34, 46, 0.16);
  padding: 200px calc(2.5em - 15px) 15px;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 768px) {
  .site-footer-wrap .site-footer-content-wrap {
    backdrop-filter: blur(0);
    background: #fff;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .site-footer-wrap .site-footer-content-wrap .footer-link-widget {
    margin-bottom: 30px;
  }
}
.site-footer-wrap .site-footer-content-wrap .footer-link-widget h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .site-footer-wrap .site-footer-content-wrap .footer-link-widget h5 {
    margin-bottom: 15px;
  }
}
.site-footer-wrap .site-footer-content-wrap .footer-link-widget ul {
  color: var(--bs-gray-700);
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer-wrap .site-footer-content-wrap .footer-link-widget ul li {
  margin-bottom: 10px;
}
.site-footer-wrap .site-footer-content-wrap .footer-link-widget ul li a {
  color: var(--bs-gray-700);
  display: inline-block;
  font-size: 15px;
}
.site-footer-wrap .site-footer-content-wrap .contact-wrap {
  padding-bottom: 120px;
}
.site-footer-wrap .site-footer-content-wrap .contact-wrap h2 {
  color: var(--darkblue);
  font-size: 36px;
  letter-spacing: -2px;
  line-height: 43px;
  margin: 0;
}
.site-footer-wrap .site-footer-content-wrap .contact-wrap .address p {
  color: var(--bs-gray-700);
  font-size: 15px;
  margin-bottom: 10px;
}
.site-footer-wrap .site-footer-content-wrap .contact-wrap .address a {
  color: var(--darkblue);
  font-size: 15px;
}
.site-footer-wrap .site-footer-content-wrap .copyrights-wrap p {
  color: var(--bs-gray-700);
  margin: 0;
}
.site-footer-wrap .site-footer-content-wrap .footer-logo {
  height: 80px;
}
.site-footer-wrap .floating-logo {
  width: 298px;
}
@media only screen and (max-width: 768px) {
  .site-footer-wrap .floating-logo {
    width: 150px;
  }
}
.teams-card {
  padding: 80px 56px 190px;
}
.subtitle-big {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 42px;
}
@media only screen and (max-width: 1439px) {
  .subtitle-big {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1247px) {
  .subtitle-big {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 30px;
  }
}
.subtitle-big .coles-wordmark {
  display: inline-flex;
  height: 26px;
  vertical-align: 0;
}
@media only screen and (max-width: 1247px) {
  .subtitle-big .coles-wordmark {
    height: 17px;
  }
}
.subtitle-small {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: -0.5px;
  line-height: 32px;
}
.title-small {
  font-size: 63px;
  letter-spacing: -2px;
  line-height: 72px;
}
@media only screen and (max-width: 479px) {
  .title-small {
    font-size: 42px;
    line-height: 52px;
  }
}
.cta-card-wrap {
  align-items: center;
  background-color: var(--orange);
  border: 0;
  display: inline-flex;
  justify-content: center;
  min-height: 420px;
  overflow: hidden;
  width: 100%;
}
.cta-card-wrap .content {
  max-width: 750px;
}
.contact-form-card {
  padding: 56px;
}
@media only screen and (max-width: 479px) {
  .contact-form-card {
    padding: 30px;
  }
}
.address p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 32px;
}
.form-floating .form-control {
  border: 1px solid #888c8c;
  border-radius: 40px;
  box-shadow: none;
  color: var(--darkblue);
  font-size: 15px;
  font-weight: 500;
  padding: 15px 30px;
}
.form-floating textarea.form-control {
  min-height: 100px;
}
.form-floating label {
  color: var(--darkblue) !important;
  font-size: 15px;
  margin-left: 3px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.form-floating label sup {
  color: red;
  font-size: 15px;
  top: -3px;
}
.form-floating.has-icon {
  position: relative;
}
.form-floating.has-icon .control-icon {
  color: var(--darkblue);
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -2px;
}
.form-floating.has-icon .control-icon svg {
  fill: var(--darkblue);
}
.form-floating.has-icon .control-icon-end {
  right: 30px;
}
.form-floating .progress {
  border-radius: 6px;
  height: 3px !important;
  margin-top: 4px;
}
.form-floating select.form-control {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23888"><path d="M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z"/></svg>');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 25px;
}
.b2-care-img-card {
  border-radius: 25px;
  height: 409px;
}
.app-wrap .has-padding-x {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media only screen and (max-width: 768px) {
  .app-wrap .has-padding-x {
    padding-left: 0;
    padding-right: 0;
  }
}
.app-wrap .page-title-wrap {
  padding-top: 160px;
}
@media only screen and (max-width: 479px) {
  .app-wrap .page-title-wrap {
    padding-top: 150px;
  }
}
.site-navigation-main.is-sticky {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.partners-card-wrap.has-popover {
  z-index: 3;
}
.hero-banner-image-wrap {
  background-color: var(--darkblue);
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap {
    background-color: var(--darkblue);
    padding-bottom: 50px;
  }
}
.hero-banner-image-wrap .hero-banner-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .hero-banner-image-wrap .hero-banner-image {
    bottom: 0;
    height: 100vh;
    left: 0;
    object-fit: cover;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap .hero-banner-image {
    display: none;
  }
}
.hero-banner-image-wrap .hero-title-holder {
  padding-top: 40px;
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap .hero-title-holder h1 span.text-blue {
    color: var(--orange) !important;
  }
  .hero-banner-image-wrap .hero-title-holder h1 span {
    text-shadow: none !important;
  }
}
.hero-banner-image-wrap .b2buy-wordmark {
  transform: translateY(-200px);
  width: 298px;
}
@media only screen and (max-width: 768px) {
  .hero-banner-image-wrap .b2buy-wordmark {
    transform: translateY(0);
    width: 160px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap .b2buy-wordmark {
    transform: translateY(10px);
    width: 100px;
  }
}
.hero-banner-image-wrap .hero-logo-holder {
  display: inline-flex;
}
.hero-banner-image-wrap .intro-partner-card {
  padding: 40px 60px;
}
@media only screen and (max-width: 768px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 30px;
    z-index: 6666;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 20px;
    text-align: left;
  }
  .hero-banner-image-wrap .intro-partner-card img {
    max-width: 100px;
    object-fit: contain;
  }
  .hero-banner-image-wrap .intro-partner-card-content p {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero-banner-image-wrap .partners-card-wrap {
    margin-bottom: 50px;
    margin-top: -250px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap .partners-card-wrap {
    margin-top: -30px;
  }
}
.hero-banner-image-wrap .partners-card-wrap .g-5 {
  --bs-gutter-y: 8rem;
  --bs-gutter-x: 8rem;
}
@media only screen and (max-width: 768px) {
  .hero-banner-image-wrap .partners-card-wrap .g-5 {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 2rem;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner-image-wrap .partners-card-wrap .g-5 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}
.how-it-works-wrap {
  background-color: #fff;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 479px) {
  .how-it-works-wrap {
    padding-top: 50px !important;
  }
  .how-it-works-wrap .title {
    line-height: 38px;
  }
  .how-it-works-wrap
    .title
    .c-words-pile__word:not(.how-it-works-subtitle-wrap) {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.how-it-works-sub-wrap {
  min-height: 100vh;
  position: relative;
}
.how-it-works-sub-wrap .how-it-works-sub-content {
  padding: 80px 56px;
}
@media only screen and (max-width: 479px) {
  .how-it-works-sub-wrap .how-it-works-sub-content {
    padding: 50px 20px;
  }
}
.how-it-works-sub-wrap .backdround-card {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
  height: auto;
}
.bootstrap-datetimepicker-widget .timepicker table td span {
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.bootstrap-datetimepicker-widget .datepicker-months table tr td span {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .datepicker-months table tr td span.active {
  background-color: var(--blue);
  color: #fff;
}
.bootstrap-datetimepicker-widget .table thead {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .table thead tr th {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #212121;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .table tr td {
  border: none;
  border-radius: 50%;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  z-index: 1;
}
.bootstrap-datetimepicker-widget .table tr td.active,
.bootstrap-datetimepicker-widget .table tr td.today {
  background-color: transparent;
  color: #fff;
  position: relative;
  text-shadow: none;
  z-index: 1;
}
.bootstrap-datetimepicker-widget .table tr td.active:before,
.bootstrap-datetimepicker-widget .table tr td.today:before {
  background-color: #4a5361;
  border: none;
  border-radius: 50%;
  bottom: auto;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 6px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 30px;
  z-index: -1;
}
.bootstrap-datetimepicker-widget .table tr td.active:before,
.bootstrap-datetimepicker-widget .table tr td.active:hover:before {
  background-color: var(--blue) !important;
}
.bootstrap-datetimepicker-widget .table tr td.today:before,
.bootstrap-datetimepicker-widget .table tr td.today:hover:before {
  background-color: var(--orange);
}
.bootstrap-datetimepicker-widget .table tr td.day,
.bootstrap-datetimepicker-widget .table tr td.hour,
.bootstrap-datetimepicker-widget .table tr td.minute,
.bootstrap-datetimepicker-widget .table tr td.second {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .table tr td:before {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  bottom: auto;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 6px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 30px;
  z-index: -1;
}
.bootstrap-datetimepicker-widget .table tr td:hover:before {
  background-color: #ddd;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bootstrap-datetimepicker-widget .table tr th {
  border: none;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  z-index: 1;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: #fff;
  border-color: transparent;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  margin: 0;
  min-width: 280px;
  padding: 5px;
  width: 170px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-top-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.bootstrap-datetimepicker-widget.dropdown-menu
  .datepicker
  table
  tr
  td.active:before,
.bootstrap-datetimepicker-widget.dropdown-menu
  .datepicker
  table
  tr
  td.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before {
  left: 0;
  top: 4px;
}
.wizard-nav {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wizard-nav {
    margin-bottom: 30px;
    width: 100%;
  }
}
.wizard-nav:before {
  background-color: #e8e9ec;
  content: "";
  height: calc(100% - 10px);
  left: 22px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .wizard-nav:before {
    height: 1px;
    left: 70px;
    top: 22px;
    width: calc(100% - 140px);
  }
  .wizard-nav .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
}
.wizard-nav .nav-item:not(:last-child) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .wizard-nav .nav-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.wizard-nav .nav-item .nav-link {
  align-items: center;
  display: inline-flex;
  justify-content: start;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wizard-nav .nav-item .nav-link {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.wizard-nav .nav-item .nav-link .step-icon {
  align-items: center;
  background-color: #fff;
  border: 2px solid var(--darkblue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: var(--darkblue);
  display: inline-flex;
  font-size: 22px;
  font-weight: 400;
  height: 45px;
  justify-content: center;
  margin-right: 15px;
  min-height: 45px;
  min-width: 45px;
  width: 45px;
}
@media only screen and (max-width: 768px) {
  .wizard-nav .nav-item .nav-link .step-icon {
    margin-right: 0;
  }
}
.wizard-nav .nav-item .nav-link .step-title {
  color: var(--darkblue);
  font-size: 20px;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .wizard-nav .nav-item .nav-link .step-title {
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .wizard-nav .nav-item .nav-link .step-title {
    display: none;
  }
}
.wizard-nav .nav-item .nav-link .step-title .status {
  color: var(--green);
  display: none;
  font-size: 14px;
  margin-top: 5px;
}
.wizard-nav .nav-item .nav-link.active {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .wizard-nav .nav-item .nav-link.active {
    align-items: center;
  }
}
.wizard-nav .nav-item .nav-link.active .step-icon {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.wizard-nav .nav-item.completed .nav-link {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .wizard-nav .nav-item.completed .nav-link {
    align-items: center;
  }
}
.wizard-nav .nav-item.completed .nav-link .step-icon {
  background-color: var(--green);
  border-color: var(--green);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.wizard-nav .nav-item.completed .nav-link .step-icon:before {
  align-items: center;
  background-color: var(--green);
  color: #fff;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 640 640"><path d="M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z"/></svg>');
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  position: absolute;
}
.wizard-nav .nav-item.completed .nav-link .status {
  display: block;
}
.wizard-body {
  height: 100%;
  position: relative;
}
.wizard-body.has-border:before {
  background-color: var(--gray);
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wizard-body.has-border:before {
    display: none;
  }
}
.wizard-body .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.list-checkbox li label {
  text-transform: capitalize;
}
.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #888c8c;
  border-radius: 40px;
  box-shadow: none;
  color: var(--darkblue);
  font-size: 15px;
  font-weight: 500;
  height: 58px;
  padding: 15px 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 18px;
  top: 15px;
  width: 20px;
}
.select2-container.select2-container--open .select2-selection--single {
  border-radius: 30px;
}
.select2-dropdown {
  border-color: #888c8c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.select2-dropdown .select2-search--dropdown {
  padding: 10px 15px;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #888c8c;
  border-radius: 10px;
  box-shadow: none;
}
.select2-dropdown .select2-results__option,
.select2-dropdown .select2-search--dropdown .select2-search__field {
  color: var(--darkblue);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
}
.select2-dropdown
  .select2-results__option.select2-results__option--highlighted {
  background-color: var(--darkblue);
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled] {
  color: var(--gray);
}
.form-switch .form-check-input {
  height: 20px;
  margin-top: 3px;
}
.form-check-input {
  border-color: #888c8c;
}
.tooltip .tooltip-inner {
  border-radius: 10px;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  max-width: 230px;
  padding: 10px 12px 15px;
}
.user-dropdown .btn.dropdown-toggle:after {
  display: none;
}
.user-dropdown .dropdown-menu {
  border-radius: 24px;
  min-width: 300px;
  padding: 30px 15px;
}
.user-dropdown .dropdown-menu .user-info h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}
.user-dropdown .dropdown-menu .dropdown-item {
  border-radius: 30px;
  padding: 8px 20px;
}
.user-dropdown .dropdown-menu .dropdown-item i {
  width: 25px;
}
.user-dropdown .dropdown-menu .dropdown-item svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  fill: var(--blue);
}
.user-dropdown .dropdown-menu .dropdown-item:hover svg {
  fill: var(--white);
}
.avatar-img {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.avatar-img.has-border {
  border: 3px solid var(--orange);
}
.avatar-img.avatar-md {
  height: 80px;
  width: 80px;
}
.cat-blocks-outer .cat-blocks-wrap {
  border: 0;
}
.cat-blocks-outer .cat-blocks-wrap .nav-item:not(:last-child) {
  margin-right: 20px;
}
.cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item {
  background-color: #fff;
  border: 0;
  border-radius: 30px;
  min-width: 200px;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  .cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item {
    min-height: 140px;
    min-width: 110px;
    padding: 18px;
  }
}
.cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item .cat-title {
  color: var(--darkblue);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item .cat-title {
    font-size: 15px;
  }
}
.cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item .cat-image img {
  width: 50px;
}
@media only screen and (max-width: 479px) {
  .cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item .cat-image img {
    width: 45px;
  }
}
.cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item.active {
  background-color: var(--orange);
}
.cat-blocks-outer
  .cat-blocks-wrap
  .nav-item
  .cat-block-item.active
  .cat-image
  img {
  filter: brightness(10);
}
.cat-blocks-outer .cat-blocks-wrap .nav-item .cat-block-item.active .cat-title {
  color: var(--white);
}
.cat-blocks-outer.is-scrollable .cat-blocks-wrap {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  overflow-x: overlay;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.product-card {
  background-color: var(--white);
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.product-card .product-image img {
  width: 100%;
}
.product-card .product-content h3 {
  color: var(--darkblue);
  font-size: 18px;
  font-weight: 500;
  min-height: 45px;
}
.product-card .product-content .price {
  color: var(--red);
  font-size: 22px;
  font-weight: 700;
}
.product-card .product-content .badge {
  align-items: center;
  background-color: var(--red);
  border-radius: 50%;
  box-shadow:
    0 4px 8px -2px rgba(9, 30, 66, 0.25),
    0 0 1px rgba(9, 30, 66, 0.31);
  display: inline-flex;
  flex-direction: column;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 54px;
}
.product-card .product-content .badge span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.product-card .product-content .badge h3 {
  font-size: 15px;
  line-height: 1;
  min-height: auto;
}
.app-modal .modal-content {
  border-radius: 20px;
}
.app-modal .modal-content .modal-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.fixed-button-wrap {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 9999;
}
.fixed-button-wrap .btn i {
  font-size: 22px;
}
.fixed-button-wrap .btn span {
  background-color: var(--blue);
  border-radius: 30px;
  font-size: 12px;
  padding: 6px 50px 10px 20px;
  position: absolute;
  right: 15px;
  text-align: right;
  white-space: nowrap;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  .fixed-button-wrap {
    display: none;
  }
}
.snowflake {
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}
@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
    transform: translateY(140vh);
  }
}
@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 0.25;
    transform: translate(10vw, 140vh);
  }
}
.product-card.product-card-chirstmas {
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 0;
}
.product-card.product-card-chirstmas .product-image {
  border-radius: 30px;
  overflow: hidden;
}
.product-card.product-card-chirstmas .chirstmas-badge {
  left: -30px;
  position: absolute;
  top: -30px;
  transform: rotate(-33deg);
  width: 140px;
}
.product-card.product-card-chirstmas .chirstmas-badge img {
  width: 100%;
}
.product-card.product-card-chirstmas .product-content {
  margin-top: 20px;
  padding: 0;
}
.product-card.product-card-chirstmas .product-content h3 {
  color: #fff;
}
.product-card.product-card-chirstmas .product-content .badge {
  right: 20px;
  top: 20px;
}
.christmas-tree {
  width: 90%;
}
@media (min-width: 1450px) {
  .christmas-tree {
    width: 80%;
  }
}
@media (min-width: 1800px) {
  .christmas-tree {
    width: 60%;
  }
}
.intro-card .intro-card-button {
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  visibility: hidden;
}
.intro-card .intro-card-content-wrap .intro-partner-card-content {
  transition: 0.3s ease-in-out;
}
.intro-card .intro-card-content-wrap {
  overflow: hidden;
}
.intro-card .intro-card-content-wrap:hover .intro-card-button {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.intro-card .intro-card-content-wrap:hover .intro-partner-card-content {
  opacity: 0;
  visibility: hidden;
}
.intro-card .intro-card-content-wrap .subtitle-big {
  font-size: 30px;
}
.hero-banner-image-wrap .intro-partner-card {
  padding: 40px 80px;
}
.particles {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.hero-left {
  left: 140px;
  position: absolute;
  top: -40px;
  width: 180px;
}
.hero-right {
  height: 280px;
  position: absolute;
  right: 100px;
  top: 35%;
}
.bg-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.hero-christmas {
  background-position: bottom;
  background-size: cover;
}
@media (max-width: 768px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 30px;
  }
  .hero-banner-image-wrap .partners-card-wrap {
    margin-top: -340px !important;
  }
}
@media (max-width: 479px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 20px;
    text-align: center;
  }
  .intro-card .intro-card-content-wrap .subtitle-big {
    font-size: 26px;
  }
  .hero-banner-image-wrap .partners-card-wrap {
    margin-top: -130px !important;
  }
}
.btn-icon.icon-big i {
  font-size: 20px;
}
.btn-icon.has-count {
  position: relative;
}
.btn-icon.has-count .count {
  background: var(--orange);
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: 18px;
  line-height: 1.5;
  min-width: 18px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -5px;
}
@media (max-width: 479px) {
  .avatar-img {
    height: 45px;
    width: 45px;
  }
}
.app-header-mobile {
  align-items: center;
  background-color: var(--darkblue);
  display: flex;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.app-header-mobile .app-header-search {
  margin-left: 20px;
  position: relative;
  width: 100%;
}
.app-header-mobile .app-header-search .search-icon {
  font-size: 22px;
  left: 20px;
  position: absolute;
  top: 13px;
}
.app-header-mobile .app-header-search .form-control {
  border: 1px solid #000;
  border-radius: 50px;
  min-height: 50px;
  padding: 10px 30px 10px 55px;
}
.app-footer-mobile {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  bottom: 0;
  box-shadow:
    0 -5px 14px 0 rgba(0, 0, 0, 0.2),
    0 2px 4px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  overflow: hidden;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.app-footer-mobile .nav .nav-link {
  position: relative;
}
.app-footer-mobile .nav .nav-link svg {
  fill: var(--blue);
  height: 35px;
  width: 35px;
}
.app-footer-mobile .nav .nav-link span {
  color: var(--gray);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 3px;
}
.app-footer-mobile .nav .nav-link.active {
  background-color: #fff;
}
.app-footer-mobile .nav .nav-link.active svg {
  fill: var(--orange);
}
.app-footer-mobile .nav .nav-link.active span {
  color: var(--blue);
}
.app-footer-mobile .nav .nav-link.active:before {
  background-color: var(--orange);
  border-radius: 4px;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 10px;
  position: absolute;
  right: 0;
  width: calc(100% - 20px);
}
.app-footer-mobile .nav .nav-link .count {
  align-items: center;
  background: var(--orange);
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 5px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 3px;
}
@media (max-width: 768px) {
  .app-wrap {
    padding-bottom: 100px;
  }
}
#drop_in_ui {
  border: 0 !important;
}
.assembly-payments-dropin-form {
  padding: 0 !important;
}
.assembly-payments-dropin-form .assembly-payments-dropin-field input {
  border: 1px solid #888c8c !important;
  border-radius: 40px !important;
  box-shadow: none !important;
  color: #020b12 !important;
  font-size: 15px !important;
  padding: 15px 30px !important;
  min-height: 58px !important;
}
.assembly-payments-dropin-form button {
  border-radius: 40px !important;
  background-color: #003e6f !important;
}
.form-floating textarea.form-control {
  min-height: 100px;
  border-radius: 30px;
}
.loader-wrap {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-wrap img {
  width: 100px;
  height: 100px;
}
.alert-dismissible .close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
  text-indent: 9999px;
}
.alert-dismissible .close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.alert-dismissible .close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.alert-dismissible .close.disabled,
.alert-dismissible .close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.alert {
  border-radius: 15px;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert ul {
  margin-bottom: 0;
}
.form-floating > .form-control-plaintext:-webkit-autofill ~ label::after,
.form-floating > .form-control:-webkit-autofill ~ label::after {
  background-color: transparent !important;
}
.product-card .product-content .h3,
.product-card .product-content h3 {
  min-height: 68px;
}
.product-card .product-image img {
  height: 255px;
  object-fit: contain;
}
.modal-bank-form *,
:after,
:before {
  box-sizing: border-box;
}
.modal-bank-form .wrapper {
  max-width: 460px;
  margin: 0 auto;
}
.modal-bank-form .button {
  display: block;
  position: relative;
  align-items: center;
  appearance: none;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  padding: 0 20px;
  height: 60px;
  text-decoration: none;
  background-color: #000645;
  border: none;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
}
.modal-bank-form .button:hover {
  box-shadow: 0 1px 12px rgba(33, 0, 150, 0.25);
}
.modal-bank-form .button:disabled {
  cursor: not-allowed;
}
.modal-bank-form .button-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000645;
}
.modal-bank-form .button-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-color: currentColor;
  border-style: solid;
  border-radius: 99999px;
  border-width: 2px;
  border-left-color: transparent;
  color: #fff;
  animation: rotate 450ms linear 0s infinite;
}
.modal-bank-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #000645;
}
.modal-bank-form .required::after {
  content: "*";
  color: red;
}
.modal-bank-form .field-container {
  margin-bottom: 20px;
}
.modal-bank-form .field-columns {
  display: flex;
  justify-content: space-between;
}
.modal-bank-form .field-columns > * {
  flex: 0 1 46%;
}
.modal-bank-form .demo-field,
.modal-bank-form .hosted-field {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #888c8c;
  border-radius: 6px;
  color: #000;
}
.modal-bank-form .demo-field {
  appearance: none;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000645;
}
.modal-bank-form .select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727590' d='M6.34315 7.75734L4.92894 9.17155L12 16.2426L19.0711 9.17158L17.6568 7.75737L12 13.4142L6.34315 7.75734Z' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 1.5em auto;
}
.modal-bank-form .hosted-field-invalid {
  border-color: #cc0001;
}
.modal-bank-form .hosted-field-valid {
  border-color: #10b981;
}
.modal-bank-form .demo-field:focus,
.modal-bank-form .hosted-field-focus {
  border-color: #210096;
  box-shadow: 0 1px 12px rgba(33, 0, 150, 0.25);
  outline: 0;
}
.modal-bank-form .error {
  color: #cc0001;
  background-color: #ffe6e6;
  padding: 2px 8px;
  margin-top: 12px;
  font-size: 14px;
  border-radius: 3px;
  display: none;
}
.modal-bank-form .error.visible {
  display: inline-block;
}
.modal-bank-form .disclaimer {
  color: #828282;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
.modal-bank-form .response {
  display: none;
  margin-top: 16px;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
}
.modal-bank-form .response-success {
  display: block;
  background-color: #dff9ec;
  color: #1b643a;
}
.modal-bank-form .response-error {
  display: block;
  background-color: #ffe6e6;
  color: #c00;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tooltip .tooltip-inner {
  text-align: left;
}
.alert.rounded {
  border-radius: 15px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #888c8c;
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #888c8c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .off,
.switch .on {
  top: calc(50% + 0px);
  font-size: 13px;
  font-weight: 500;
  color: #888c8c;
  position: absolute;
  transform: translateY(-50%);
}
.switch .on {
  display: none;
  left: 8px;
}
.switch .off {
  left: 30px;
}
.switch input:checked + .slider .on {
  display: block;
  color: #fff;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background-color: #fff;
}
.switch input:checked + .slider {
  background-color: var(--blue);
  border-color: var(--blue);
}
.switch input:checked + .slider .off {
  display: none;
}
.input-infobox {
  left: -20px !important;
  transform: translateX(-100%);
  transform-origin: right;
  z-index: 888;
}
@media (min-width: 1800px) {
  .col-xxxl-6 {
    width: 50% !important;
  }
}
.snowflake {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}
@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: translateY(140vh);
  }
}
@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
    transform: translate(10vw, 140vh);
  }
}
.product-card.product-card-chirstmas {
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 0;
}
.product-card.product-card-chirstmas .product-image {
  border-radius: 30px;
  overflow: hidden;
}
.product-card.product-card-chirstmas .product-image img {
  height: auto;
}
.product-card.product-card-chirstmas .chirstmas-badge {
  left: -30px;
  position: absolute;
  top: -30px;
  transform: rotate(-33deg);
  width: 140px;
}
.product-card.product-card-chirstmas .chirstmas-badge img {
  width: 100%;
}
.product-card.product-card-chirstmas .product-content {
  margin-top: 20px;
  padding: 0;
}
.product-card.product-card-chirstmas .product-content .h3,
.product-card.product-card-chirstmas .product-content h3 {
  color: #fff;
}
.product-card.product-card-chirstmas .product-content .badge {
  right: 20px;
  top: 20px;
}
@media (min-width: 1450px) {
  .christmas-tree {
    width: 80%;
  }
}
@media (min-width: 1800px) {
  .christmas-tree {
    width: 70%;
  }
}
.app-wrap .page-title-wrap {
  padding-top: 160px;
}
.intro-card .intro-card-button {
  position: absolute;
  bottom: 15px;
  transform: translateY(100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.intro-card .intro-card-content-wrap .intro-partner-card-content {
  transition: 0.3s ease-in-out;
}
.intro-card .intro-card-content-wrap {
  overflow: hidden;
}
.intro-card .intro-card-content-wrap:hover .intro-card-button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.intro-card .intro-card-content-wrap:hover .intro-partner-card-content {
  opacity: 0;
  visibility: hidden;
}
.intro-card .intro-card-content-wrap .subtitle-big {
  font-size: 30px;
}
.hero-banner-image-wrap .intro-partner-card {
  padding: 40px 70px;
}
.partners-card-wrap {
  margin-top: -380px;
}
@media (max-width: 1300px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 40px 50px;
  }
}
@media (min-width: 1450px) {
  .partners-card-wrap {
    margin-top: -400px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    padding: 40px 45px;
  }
  .intro-card .intro-card-button {
    bottom: 1px;
  }
}
@media (min-width: 1800px) {
  .partners-card-wrap {
    margin-top: -300px;
  }
}
@media (max-width: 768px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 30px 30px;
  }
  .hero-banner-image-wrap .partners-card-wrap {
    margin-top: -340px !important;
  }
}
@media (max-width: 600px) {
  .hero-banner-image-wrap .intro-partner-card {
    padding: 20px 20px;
    text-align: center;
  }
  .intro-card .intro-card-content-wrap .subtitle-big {
    font-size: 26px;
  }
  .hero-banner-image-wrap .partners-card-wrap {
    margin-top: -130px !important;
  }
}
.btn-icon.icon-big i {
  font-size: 20px;
}
.btn-icon.has-count {
  position: relative;
}
.btn-icon.has-count .count {
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: -5px;
  right: -2px;
  background: var(--orange);
  color: #fff;
  min-width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1.5;
  border-radius: 100%;
  border: 1px solid #fff;
}
.hero-banner-wrap .h1,
.hero-banner-wrap h1 {
  font-size: 70px;
}
.hero-banner-wrap {
  padding-top: 70px;
}
.site-navigation-main .btn .badge {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  top: auto;
}
.app-header-mobile {
  display: flex;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 10px 10px;
  width: 100%;
  align-items: center;
  background-color: var(--darkblue);
}
.app-header-mobile .app-header-search {
  position: relative;
  width: 100%;
  margin-left: 20px;
}
.app-header-mobile .app-header-search .search-icon {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 22px;
}
.app-header-mobile .app-header-search .form-control {
  border: 1px solid #000;
  min-height: 50px;
  border-radius: 50px;
  padding: 10px 30px;
  padding-left: 55px;
}
.app-footer-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 5px 0;
  border-radius: 30px 30px 0 0;
  overflow: inherit !important;
  box-shadow:
    0 -5px 14px 0 rgb(0 0 0 / 20%),
    0 2px 4px 0 rgb(0 0 0 / 10%),
    inset 0 0 0 1px rgb(255 255 255 / 50%);
  display: none;
}
.app-footer-mobile .nav .nav-link {
  position: relative;
  text-align: center;
}
.app-footer-mobile .nav .nav-link svg {
  width: 35px;
  height: 35px;
  fill: var(--blue);
}
.app-footer-mobile .nav .nav-link span {
  font-size: 15px;
  display: block;
  color: var(--gray);
  font-weight: 500;
  margin-top: 3px;
}
.app-footer-mobile .nav .nav-link.active {
  background-color: #fff;
}
.app-footer-mobile .nav .nav-link.active svg {
  fill: var(--orange);
}
.app-footer-mobile .nav .nav-link.active span {
  color: var(--blue);
}
.app-footer-mobile .nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  border-radius: 4px;
  background-color: var(--orange);
}
.app-footer-mobile .nav .nav-link .count {
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: -4px;
  right: -5px;
  background: var(--orange);
  color: #fff;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app-footer-mobile .dropup {
  position: static;
}
.app-footer-mobile .user-dropdown {
  border-radius: 15px;
  margin: 0 auto !important;
  margin-bottom: 8px !important;
  left: -70px !important;
  border: 0;
  box-shadow:
    0 -12px 28px 0 rgb(0 0 0 / 20%),
    0 -2px 4px 0 rgb(0 0 0 / 10%),
    inset 0 0 0 1px rgb(255 255 255 / 50%);
  min-width: 350px;
}
.app-footer-mobile .user-dropdown .avatar-img {
  background-color: #eaeaea;
}
.app-footer-mobile .dropdown-toggle::after {
  display: none;
}
.particles {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100vh;
}
.bg-white {
  background-color: #fff !important;
}
.text-white {
  color: #fff !important;
}
.select2-container .select2-selection {
  border: 1px solid #888c8c;
  border-radius: 40px;
  box-shadow: none;
  color: var(--darkblue);
  font-size: 15px;
  font-weight: 500;
  height: 58px;
  padding: 15px 30px;
  padding-right: 40px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: none;
  background-color: #fff;
  padding: 0;
  margin-top: 9px;
}
.select2-container--default .select2-selection--multiple::before {
  font-weight: 900;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23888"><path d="M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px 25px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 20px;
  height: 20px;
}
.select2-container.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 20px 15px;
  border: 0;
  box-shadow:
    0 12px 28px 0 rgba(0, 0, 0, 0.2),
    0 2px 4px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item:hover {
  background-color: var(--blue);
  color: var(--white);
}
.btn.dropdown-toggle:not(.hamburger-menu-btn) {
  padding-right: 50px;
}
.dropdown-toggle:not(.hamburger-menu-btn)::after {
  border: none;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 640 640"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z"/></svg>');
  background-position: center center;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.intro-card .intro-card-button {
  bottom: 0 !important;
  transition: 0.3s ease-in-out;
}
p.lead.big {
  font-size: 34px;
  line-height: 34px;
}
.title.how-it-works {
  font-size: 70px;
}
.site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li a {
  padding: 0 25px;
}
.social-media a svg {
  width: 30px;
  height: 30px;
}
.title.small {
  font-size: 54px;
}
.checkbox-rounded {
  position: relative;
}
.checkbox-rounded input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.checkbox-rounded label {
  display: block;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.checkbox-rounded label .checkbox {
  width: 30px;
  height: 30px;
  position: relative;
}
.checkbox-rounded label .checkbox::before {
  content: "\f00c";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  color: #ccc;
  font-size: 16px;
  z-index: 1;
  opacity: 1;
  visibility: hidden;
}
.checkbox-rounded label .checkbox::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0ms;
  -moz-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
}
.checkbox-rounded input:checked ~ label .checkbox::before,
.checkbox-rounded:hover label .checkbox::before {
  opacity: 1;
  visibility: visible;
}
.checkbox-rounded input:checked ~ label .checkbox::before {
  color: var(--white);
}
.checkbox-rounded input:checked ~ label .checkbox::after {
  border-color: var(--blue);
  background-color: var(--blue);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23888"><path d="M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px 25px;
  border: 0;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-top: 2px;
  left: 0;
  top: 0;
}
.rounded-medium {
  border-radius: 30px;
}
.section-divider {
  display: block;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.about-area-2 {
  overflow-x: clip;
  margin-top: -200px;
}
.about-area-2 .year-wrapper {
  position: relative;
  height: 200px;
}
.year-since {
  font-size: 250px;
  font-weight: 400;
  line-height: 0.71;
  letter-spacing: -10px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  opacity: 1;
}
.year-since .first-text {
  width: calc(1320px - 100px);
  display: inline-block;
  text-align: right;
  padding-right: 40px;
}
.year-since .last-text {
  width: calc(1320px - 20px);
  display: inline-block;
  text-align: left;
  position: relative;
  transform-origin: top center;
}
.about-area-2 .section-content .text-wrapper {
  max-width: 650px;
  margin-top: 61px;
  margin-left: auto;
}
.about-area-2 .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 515px;
}
.services-wrapper-2 {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.service-box {
  background-color: #fcf7f3;
  border-radius: 30px;
  padding: 50px 60px;
}
.service-box h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}
.about-area-details .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1000px;
}
.hero-banner-image-wrap .intro-partner-card {
  padding: 40px 60px;
}
.hero-banner-image-wrap .b2buy-wordmark {
  width: 260px;
}
.info-list li {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.02em;
  position: relative;
  margin-bottom: 5px;
}
.info-list li svg {
  width: 35px;
  height: 35px;
  fill: var(--blue);
}
.fz-28 {
  font-size: 28px;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.wrapper-gallery {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0;
}
.moving-gallery li {
  width: 40vw;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  list-style: none;
}
.moving-gallery li:first-child {
  padding-left: 0;
}
.moving-gallery li:first-child {
  width: 30vw;
}
.moving-gallery li:nth-child(2) {
  width: 25vw;
}
.moving-gallery li:nth-child(3) {
  width: 20vw;
}
.moving-gallery li:nth-child(4) {
  width: 25vw;
}
.moving-gallery li:nth-child(5) {
  width: 30vw;
}
.moving-gallery li img {
  height: auto;
  margin: 0;
  width: 100%;
}
.about-wrapper-box .about-wrapper-3 {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.about-wrapper-box .about-wrapper-3 .about-box {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 70px 1fr;
  align-items: flex-start;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  position: relative;
}
.about-wrapper-box .about-wrapper-3 .thumb {
  width: 70px;
}
.about-wrapper-box .about-wrapper-3 .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.about-wrapper-box .about-wrapper-3 .about-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.1);
  top: 0;
  left: -20px;
}
.about-wrapper-box .about-wrapper-4 {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.about-wrapper-box .about-wrapper-4 .about-box {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 70px 1fr;
  align-items: flex-start;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  position: relative;
}
.about-wrapper-box .about-wrapper-4 .thumb {
  width: 70px;
}
.about-wrapper-box .about-wrapper-4 .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.about-wrapper-box .about-wrapper-4 .about-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.1);
  top: 0;
  left: -20px;
}
.about-wrapper-box .about-wrapper-4 .content h3 {
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
}
.rounded-small {
  border-radius: 15px;
}
.rounded-big {
  border-radius: 30px;
}
.register-cta-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.register-cta-card .shape-1 {
  position: absolute;
  inset-inline-end: -6%;
  top: -20%;
  z-index: -1;
  width: 440px;
}
.hero-banner-image-wrap .hero-logo-holder {
  padding-bottom: 100px;
}
.home-prepared-meals-wrap .prepared-meals-content {
  margin-left: -100px;
}
.hero-banner-wrap .h1,
.hero-banner-wrap h1 {
  font-size: 96px;
}
.prepared-meals-card {
  padding: 50px 70px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
}
.main-store-filter-wrap .main-store-filter-tabs {
  border-bottom: 0;
}
.main-store-filter-wrap .main-store-filter-tabs .nav-item:not(:last-child) {
  margin-right: -20px;
}
.main-store-filter-wrap .main-store-filter-tabs .nav-link {
  padding: 10px 50px;
  border-radius: 50px 50px 0 0;
  border: 0;
  background-color: rgb(255 255 255 / 70%);
  min-height: 110px;
  position: relative;
}
.main-store-filter-wrap .main-store-filter-tabs .nav-link svg {
  max-width: 150px;
  max-height: 50px;
  height: auto;
}
.main-store-filter-wrap .main-store-filter-tabs .nav-link span {
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.main-store-filter-wrap .main-store-filter-tabs .nav-link.active {
  background-color: #fff;
}
.main-store-filter-wrap .main-store-filter-body {
  padding: 50px;
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
}
.main-store-filter-wrap
  .cat-blocks-outer.is-small
  .cat-blocks-wrap
  .nav-item
  .cat-block-item {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  min-width: auto;
  border-radius: 25px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.main-store-filter-wrap .cat-blocks-outer.is-small .nav-item:not(:last-child) {
  margin-right: 10px;
}
.main-store-filter-wrap
  .cat-blocks-outer.is-small
  .cat-blocks-wrap
  .nav-item
  .cat-block-item
  .cat-image {
  margin-right: 15px;
}
.main-store-filter-wrap
  .cat-blocks-outer.is-small
  .cat-blocks-wrap
  .nav-item
  .cat-block-item
  .cat-image
  img {
  width: 30px;
}
.main-store-filter-wrap .main-store-filter-body .product-card {
  border: 1px solid #ddd;
  height: 100%;
  margin-bottom: 0;
}
.main-store-filter-wrap .product-card .product-content .badge {
  height: auto;
  width: auto;
  padding: 10px 15px;
  border-radius: 15px;
}
.main-store-filter-wrap .main-store-filter-tool {
  display: flex;
}
.main-store-filter-wrap .main-store-filter-tool .filter-item {
  position: relative;
}
.main-store-filter-wrap .main-store-filter-tool .filter-item:not(:last-child) {
  margin-right: 10px;
}
.main-store-filter-wrap .main-store-filter-tool .filter-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.main-store-filter-wrap .main-store-filter-tool .filter-item label {
  margin: 0;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: left;
  padding-bottom: 30px;
}
.main-store-filter-wrap .main-store-filter-tool .filter-item label svg {
  max-width: 120px;
  max-height: 40px;
  height: auto;
  display: block;
}
.main-store-filter-wrap
  .main-store-filter-tool
  .filter-item
  input:checked
  ~ label {
  border-color: var(--orange);
}
.main-store-filter-wrap
  .main-store-filter-tool
  .filter-item
  input:checked
  ~ label::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-store-filter-wrap .main-store-filter-tool .filter-item label .item-count {
  position: absolute;
  bottom: 12px;
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 30px;
}
.main-store-filter-wrap
  .main-store-filter-tool
  .is-tag-filter
  .filter-item
  label {
  padding: 10px 20px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-right: 50px;
  min-width: 110px;
}
.main-store-filter-wrap
  .main-store-filter-tool
  .is-tag-filter
  .filter-item:not(:last-child) {
  margin-bottom: 10px;
  margin-right: 0;
}
.main-store-filter-wrap
  .main-store-filter-tool
  .is-tag-filter
  .filter-item
  input:checked
  ~ label::before {
  right: 10px;
  top: 8px;
  background-color: var(--orange);
  color: #fff;
}
.main-store-filter-wrap .main-store-filter-tool .is-tag-filter {
  border-left: 1px solid rgb(255 255 255 / 20%);
  padding-left: 20px;
  margin-left: auto;
}
.main-store-filter-wrap
  .main-store-filter-tool
  .main-store-filter-tool-scroll-wrap {
  overflow-x: overlay;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-top: 10px;
}
.product-card .product-content .badge {
  position: static;
}
.product-card .product-content .badge-wrap {
  position: absolute;
  right: 30px;
  top: 30px;
}
ul.list-styled.has-icon li::before {
  display: none;
}
ul.list-styled.has-icon li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
ul.list-styled.has-icon li i {
  width: 30px;
  font-size: 18px;
  color: var(--gray);
  position: absolute;
  left: 0;
  top: 5px;
}
.how-it-works-wrap .step-item .icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  border-radius: 50%;
  position: relative;
}
.how-it-works-wrap .step-item .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(1.2);
  border: 1px dashed var(--blue);
  z-index: 1;
}
.how-it-works-wrap .step-item .icon svg {
  width: 40px;
  max-height: 40px;
}
.how-it-works-wrap .step-item .icon svg path {
  fill: var(--white);
}
.how-it-works-wrap .step-item .icon .count {
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--white);
  background-color: var(--blue);
  color: var(--white);
  font-weight: 500;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 22;
}
.how-it-works-wrap .step-item .content h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1;
}
.how-it-works-wrap .step-item.has-arrow {
  position: relative;
}
.how-it-works-wrap .step-item.has-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  position: absolute;
  font-weight: 900;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: var(--gray);
  opacity: 0.2;
}
.logos-wrap {
  gap: 40px;
}
.logos-wrap .logos-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logos-wrap .logos-item img {
  width: 200px;
  max-height: 60px;
}
.section-divider.is-gradient {
  border: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(174, 185, 197, 0) 0,
    #aeb9c5 49.5%,
    rgba(174, 185, 197, 0) 100%
  );
  opacity: 0.5;
}
.testimonial-sliders-wrap .review-box {
  border-radius: 24px;
  background: rgb(254 109 2 / 10%);
  padding: 40px;
  text-align: center;
}
.testimonial-sliders-wrap .rattings-num {
  color: var(--blue);
  text-align: center;
  font-size: 90px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.testimonial-sliders-wrap .rattings-star {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.testimonial-sliders-wrap .rattings-star i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fbc024;
}
.testimonial-sliders-wrap .rattings-star-text {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}
.testimonial-sliders-wrap .review-box-bottom {
  margin-top: 40px;
}
.testimonial-sliders-wrap .review-box-text {
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.testimonial-sliders-wrap .review-box-profile {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-sliders-wrap .review-box-profile .profile-item {
  margin-left: -18px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.testimonial-sliders-wrap .testimonial-slider {
  margin-top: 50px;
}
.testimonial-sliders-wrap .testimonial-item {
  padding: 40px;
  border-radius: 20px;
  background: var(--white-color);
}
.testimonial-sliders-wrap .testimonial-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--title-color);
  margin-top: 20px;
}
.testimonial-sliders-wrap .testimonial-btm {
  margin-top: 40px;
}
.testimonial-sliders-wrap .testimonial-btm {
  display: flex;
  align-items: center;
  gap: 32px;
}
.testimonial-sliders-wrap .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-sliders-wrap .testimonial-author-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  border-radius: 50%;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-sliders-wrap .testimonial-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.testimonial-sliders-wrap .testimonial-designation {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-sliders-wrap .testimonial-rattings ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-sliders-wrap .testimonial-rattings-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}
.testimonial-sliders-wrap .swiper-button-next::after,
.testimonial-sliders-wrap .swiper-button-prev::after {
  display: none;
}
.testimonial-sliders-wrap .swiper-button-next,
.testimonial-sliders-wrap .swiper-button-prev {
  background: #e5e7eb;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s ease;
  top: auto;
  bottom: 42px;
}
.testimonial-sliders-wrap .swiper-button-next:hover,
.testimonial-sliders-wrap .swiper-button-prev:hover {
  background: var(--blue);
}
.testimonial-sliders-wrap .swiper-button-next svg path,
.testimonial-sliders-wrap .swiper-button-prev svg path {
  transition: all 0.3s ease;
}
.testimonial-sliders-wrap .swiper-button-next:hover svg path,
.testimonial-sliders-wrap .swiper-button-prev:hover svg path {
  stroke: var(--white);
}
.testimonial-sliders-wrap .swiper-button-prev,
.testimonial-sliders-wrap .swiper-rtl .swiper-button-next {
  right: 66px;
  left: auto;
}
.testimonial-sliders-wrap .swiper.testimonial-slider {
  margin-left: 62px;
}
.title.small.promo-banner-title-small {
  font-size: 40px;
}
.btn.has-hover-icon.is-hover-orange::before,
.btn.has-hover-icon.is-hover-orange:before {
  background-color: var(--orange) !important;
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item:hover i {
  color: #fff !important;
}
.btn.disabled,
.btn:disabled {
  background-color: var(--blue);
  color: #fff;
  cursor: not-allowed;
}
.input-card input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.input-card label {
  display: block;
  padding: 20px 25px;
  border: 1px solid #888c8c;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  min-width: 140px;
  position: relative;
}
.input-card label i {
  font-size: 30px;
}
.input-card label img,
.input-card label svg {
  height: 30px;
  max-width: 100px;
}
.input-card label h3 {
  margin: 0;
  font-size: 16px;
}
.input-card input:checked ~ label {
  border-color: var(--orange);
  box-shadow: 0 1px 8px hsl(0deg 0% 0% / 25%);
}
.input-card label::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z"/></svg>');
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ddd;
  font-size: 20px;
  line-height: 1;
}
.input-card input:checked ~ label::before {
  content: "\f058";
  color: var(--blue);
}
.form-control.rounded {
  border: 1px solid #888c8c;
  border-radius: 30px !important;
  box-shadow: none;
  color: var(--darkblue);
  font-size: 15px;
  font-weight: 500;
  padding: 15px 30px;
}
.brands-slider-wrap .brands-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.brands-slider-wrap .brands-track {
  display: flex;
  gap: 40px;
  animation: scroll 30s linear infinite;
  width: max-content;
}
.brands-slider-wrap .brands-track img {
  height: 80px;
  max-width: 200px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
.site-navigation-main.is-sticky {
  z-index: 999;
}
.font-outfit,
.font-outfit * {
  font-family: Outfit, sans-serif !important;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.input-card input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.input-card label {
  display: block;
  padding: 20px 25px;
  border: 1px solid #888c8c;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  min-width: 140px;
  position: relative;
}
.input-card label i {
  font-size: 30px;
}
.input-card label img,
.input-card label svg {
  height: 30px;
  max-width: 100px;
}
.input-card label h3 {
  margin: 0;
  font-size: 16px;
}
.input-card input:checked ~ label {
  border-color: var(--orange);
  box-shadow: 0 1px 8px hsl(0deg 0% 0% / 25%);
}
.input-card label::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23dddddd" viewBox="0 0 640 640"><path d="M64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z"/></svg>');
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
}
.input-card input:checked ~ label::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23003e6f" viewBox="0 0 640 640"><path d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z"/></svg>');
}
.toggle-container {
  display: flex;
  background-color: #fff;
  border: 1px solid var(--blue);
  border-radius: 50px;
  position: relative;
  width: 110px;
  height: 30px;
  justify-content: space-between;
  align-items: center;
}
.toggle-container span {
  font-size: 13px;
  font-weight: 500;
  color: #888c8c;
  width: 55px;
  text-align: center;
}
.toggle-container .toggle {
  position: absolute;
  width: calc(100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.toggle-container .triple-toggle input {
  opacity: 0;
  position: absolute;
}
.toggle-container .triple-toggle {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.toggle-container .triple-toggle:not(:nth-child(2)) {
  width: 50%;
}
.toggle-container .triple-toggle [value="default"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  height: calc(100% - 8px);
  width: 1px;
  background-color: #888c8c;
  top: 4px;
  left: calc(50% - 1px);
}
.toggle-container .triple-toggle .checkmark {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  line-height: 28px;
}
.toggle-container .triple-toggle input:checked + .checkmark {
  opacity: 1;
  display: inline-block;
}
.toggle-container [value="yes"]:checked + .checkmark {
  background-color: var(--blue);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}
.toggle-container [value="no"]:checked + .checkmark {
  background-color: var(--blue);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}
.autocomplete-wrap .ui-autocomplete {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.autocomplete-wrap .add-new .add-new-btn,
.autocomplete-wrap .ui-autocomplete .autocomplete-item {
  padding: 10px 20px;
  font-family: Outfit, sans-serif;
  width: 100%;
  border: 0;
}
.autocomplete-wrap .add-new .add-new-btn {
  font-weight: 500;
  color: var(--blue);
}
.autocomplete-wrap .add-new .add-new-btn svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  fill: var(--blue);
}
.autocomplete-wrap ul.ui-autocomplete {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  max-height: 300px;
  font-size: 14px;
  z-index: 9999;
  padding: 0;
}
.autocomplete-wrap .ui-autocomplete .autocomplete-item .item-value {
  display: block;
  width: 100%;
}
.autocomplete-wrap .ui-autocomplete .autocomplete-item .item-value .label {
  font-size: 12px;
  color: #767676;
  display: block;
  line-height: 1;
}
.autocomplete-wrap .ui-autocomplete .autocomplete-item .item-value .value {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.autocomplete-wrap
  .ui-autocomplete
  .autocomplete-item
  .item-value:not(:last-child) {
  margin-bottom: 5px;
}
.autocomplete-wrap .ui-autocomplete .ui-menu-item:not(:last-child) {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background-color: var(--blue);
  color: #fff;
}
.autocomplete-wrap
  .ui-autocomplete
  .autocomplete-item.ui-state-active
  .item-value
  .label {
  color: #ffffff90;
}
.autocomplete-wrap
  .ui-autocomplete
  .autocomplete-item.ui-state-active
  .item-value
  .value {
  color: #fff;
}
.rounded-medium {
  border-radius: 30px;
}
.card.bg-blue label,
.card.bg-blue p {
  color: #fff;
}
.card.bg-blue .toggle-container [value="no"]:checked + .checkmark,
.card.bg-blue .toggle-container [value="yes"]:checked + .checkmark {
  background-color: var(--orange);
}
.card.bg-blue .form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}
.card.bg-blue .form-floating .form-control,
.card.bg-blue
  .select2-accessibility
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  border: 0;
}
.card.bg-blue
  .select2-accessibility
  .select2-container--default
  .select2-selection--multiple {
  border-radius: 30px;
  min-height: 58px;
}
.card.bg-blue
  .select2-accessibility
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li.select2-selection__choice {
  bottom: 10px;
}
.card.bg-blue .btn.has-hover-icon.btn-orange::before {
  background-color: var(--darkblue) !important;
}
.entry-modal .modal-bank-form form {
  padding: 0;
  border: 0;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #787878;
  border-radius: 10px;
  border: 3px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-sliders-wrap .testimonial-btm {
    gap: 12px;
    flex-wrap: wrap;
  }
  .testimonial-sliders-wrap .testimonial-slider {
    margin-top: 20px;
  }
  .testimonial-sliders-wrap .swiper.testimonial-slider {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-sliders-wrap .testimonial-item {
    padding: 24px;
  }
  .testimonial-sliders-wrap .testimonial-btm {
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .testimonial-sliders-wrap .testimonial-slider {
    margin-top: 20px;
  }
  .testimonial-sliders-wrap .rattings-num {
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .testimonial-sliders-wrap .review-box {
    padding: 24px;
  }
  .testimonial-sliders-wrap .review-box-bottom {
    margin-top: 16px;
  }
  .testimonial-sliders-wrap .swiper.testimonial-slider {
    margin-left: 0;
    margin-top: 40px;
  }
  .how-it-works-wrap .step-item.has-arrow {
    padding-bottom: 80px;
  }
  .how-it-works-wrap .step-item.has-arrow::before {
    left: 50%;
    bottom: 30px;
    top: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 600px) {
  .title.small {
    font-size: 34px;
  }
  .prepared-meals-card.register-banner-card img {
    margin-top: 40px;
    margin-bottom: -50px !important;
  }
  .title.small.promo-banner-title-small {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .intro-card .intro-card-content-wrap .intro-partner-card-content p span {
    display: block;
  }
}
@media (max-width: 1390px) {
  .intro-card .intro-card-content-wrap .intro-partner-card-content p span {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .hero-banner-wrap {
    padding-top: 100px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    min-height: 565px;
  }
  .hero-banner-image-wrap .b2buy-wordmark {
    width: 240px;
  }
  .partners-card-wrap {
    margin-top: -320px;
  }
  .app-wrap {
    padding-bottom: 100px;
  }
  .app-footer-mobile {
    display: block;
  }
  .d-none-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hero-banner-wrap {
    padding-top: 120px;
  }
  .hero-banner-image-wrap .hero-title-holder {
    padding: 0 50px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    padding: 40px 40px;
  }
}
@media (max-width: 991px) {
  .wizard-nav {
    margin-bottom: 30px;
    width: 100%;
  }
  .wizard-nav .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .wizard-nav .nav-item:not(:last-child) {
    margin-bottom: 0;
  }
  .wizard-nav:before {
    height: 1px;
    left: 70px;
    top: 22px;
    width: calc(100% - 140px);
  }
  .wizard-nav .nav-item .nav-link {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .wizard-nav .nav-item .nav-link .step-icon {
    margin-right: 0;
  }
  .wizard-nav .nav-item .nav-link .step-title {
    margin-top: 10px;
    text-align: center;
  }
  .wizard-body.has-border:before {
    display: none;
  }
  .wizard-nav .nav-item .nav-link.active {
    align-items: center;
  }
  .hero-banner-wrap .h1,
  .hero-banner-wrap h1 {
    font-size: 80px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    min-height: auto;
  }
  .services-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 30px;
  }
  .about-wrapper-box .about-wrapper-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .hero-banner-wrap .h1,
  .hero-banner-wrap h1 {
    font-size: 76px;
  }
  .hero-banner-image-wrap .b2buy-wordmark {
    width: 200px;
  }
  .home-prepared-meals-wrap .prepared-meals-content {
    margin-left: 0;
    margin-top: 50px;
  }
  .year-since {
    font-size: 180px;
  }
  .title.small {
    font-size: 40px;
  }
  .what-we-do-wrap {
    padding-top: 100px;
  }
  .about-wrapper-box .about-wrapper-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper-box .about-wrapper-4 .about-box {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .hero-banner-wrap .h1,
  .hero-banner-wrap h1 {
    font-size: 50px;
  }
  .partners-card-wrap {
    margin-top: -440px;
  }
  .hero-banner-image-wrap .b2buy-wordmark {
    transform: translateY(0);
    width: 160px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    min-height: 445px;
  }
}
@media (max-width: 600px) {
  .app-footer-mobile .user-dropdown {
    left: -30px !important;
    width: calc(100% - 60px);
    min-width: auto;
  }
  .hero-banner-image-wrap .b2buy-wordmark {
    transform: translateY(10px);
    width: 100px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    min-height: auto;
  }
  .avatar-img {
    width: 40px;
    height: 40px;
  }
  .btn {
    min-height: 40px;
    padding: 12px 20px;
  }
  .btn.dropdown-toggle:not(.hamburger-menu-btn) {
    padding-right: 30px;
  }
  .dropdown-toggle:not(.hamburger-menu-btn)::after {
    right: 7px;
  }
  .btn.has-hover-icon:hover:after {
    display: none;
  }
  .btn.has-hover-icon:hover span {
    transform: translateX(0);
  }
  .btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .btn-icon.icon-big i {
    font-size: 16px;
  }
  .intro-card .intro-card-content-wrap .subtitle-big {
    font-size: 28px;
  }
  .hero-banner-wrap .h1,
  .hero-banner-wrap h1 {
    font-size: 40px;
  }
  .site-navigation-main .hamburger-menu .dropdown-menu .menu-inner {
    padding-top: 10px;
  }
  .site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li a {
    line-height: 26px;
  }
  .site-navigation-main .hamburger-menu .dropdown-menu .menu-inner ul li {
    padding: 5px 0;
  }
  .app-wrap .page-title-wrap {
    padding-top: 120px !important;
  }
  .title.small {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 38px;
  }
  .hero-banner-wrap .h1,
  .hero-banner-wrap h1 {
    font-size: 40px;
  }
  .hero-banner-image-wrap .intro-partner-card {
    padding: 40px 10px;
  }
  .hero-banner-image-wrap .b2buy-wordmark {
    width: 100px;
  }
  .hero-banner-image-wrap .hero-title-holder {
    padding: 0 20px;
  }
  .service-box {
    padding: 40px 40px;
  }
  .fz-28 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .efoodz-menu-banner-card-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item {
    line-height: 26px;
    font-size: 18px;
    padding: 8px 20px;
  }
  .service-box h2 {
    font-size: 26px;
  }
  .site-navigation-main {
    padding: 15px 10px;
  }
  .site-navigation-main .navigation-buttons.is-fixed {
    right: 10px;
  }
  .dropdown-toggle:not(.hamburger-menu-btn)::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}
@media (max-width: 425px) {
  .intro-card .intro-card-content-wrap .subtitle-big {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .meals-menu-dropdown {
    display: none;
  }
}
.button-tags-wrap .widget-check-list {
  list-style: none;
  margin: 0;
  padding: 2px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: overlay;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.button-tags-wrap .widget-check-list li {
  position: relative;
}
.button-tags-wrap .widget-check-list li:not(:last-child) {
  margin-right: 10px;
}
.button-tags-wrap .widget-check-list li input {
  position: absolute;
  opacity: 0;
}
.button-tags-wrap .widget-check-list li label {
  border: 1px solid #eaeaea;
  padding: 5px 35px 5px 8px;
  margin: 0;
  position: relative;
  min-height: 45px;
  line-height: 1;
  align-items: center;
  transition: all 0.35s ease;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px;
}
.button-tags-wrap .widget-check-list li label img {
  object-fit: contain;
  margin-right: 5px;
}
.button-tags-wrap .widget-check-list li input:checked ~ label::before {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 640 640' fill='white'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E");
}
.button-tags-wrap .widget-check-list li label:hover {
  -webkit-box-shadow: 0 0 0 2px var(--orange);
  box-shadow: 0 0 0 2px var(--orange);
}
.button-tags-wrap .filter-badge {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.button-tags-wrap .filter-badge svg {
  width: 40px;
  height: 40px;
  fill: #fe6e00;
}
.button-tags-wrap .filter-badge span {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.product-card .product-badges-wrap {
  position: absolute;
  left: 30px;
  top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
}
.product-card .product-badges-wrap .product-badge-item {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.product-card .product-badges-wrap .product-badge-item img,
.product-card .product-badges-wrap .product-badge-item svg {
  width: 30px;
  position: static;
}
.site-navigation-main .user-dropdown::marker {
    display: none !important;
    color: rgb(255 255 255 / 0%);
}
.site-navigation-main .user-dropdown .btn {
    padding: 8px 8px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    border: 0;
    border: 1px solid #ddd;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.80);
}
.site-navigation-main .user-dropdown .user-avatar {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}
.site-navigation-main .user-dropdown .btn .badge {
    position: static;
    background-color: var(--orange);
    text-transform: uppercase;
    font-size: 10px !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: auto;
    color: #fff;
    padding: .25em .4em !important;
    margin-bottom: 3px;
}
.site-navigation-main .user-dropdown .user-info {
    text-align: left;
}
.site-navigation-main .user-dropdown .user-info h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #003E6F;
}
.site-navigation-main .user-dropdown .dropdown-menu {
    padding: 15px 15px !important;
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item.user-info {
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item.user-info h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item.user-info p {
    margin: 0;
    font-size: 14px;
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item.user-info .user-avatar {
    width: 50px;
    height: 50px;
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item .user-ac-info small {
    font-size: 12px;
    font-weight: 400;
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item h4 {
    font-size: 16px;
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item {
    font-size: 18px;
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item svg {
    width: 30px;
    margin-right: 10px;
    fill: var(--blue);
}
.app-wrap .dropdown:not(.hamburger-menu) .dropdown-menu .dropdown-item:hover svg {
    fill: var(--white);
}
.site-navigation-main .user-dropdown .dropdown-menu .dropdown-item:hover h4 {
    color: #fff;
}
.shop-now-btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 25px;
	background: #FE6A0B;
	background: linear-gradient(90deg, rgba(254, 106, 11, 1) 0%, rgba(241, 61, 57, 1) 100%);
	color: #fff;
	min-height: 52px;
	justify-content: center;
}
.shop-now-btn:hover {
	color: #fff;
}
.shop-now-btn svg {
	width: 25px;
	fill: #fff;
	margin-right: 10px;
}
@media only screen and (max-width: 600px) {
	.shop-now-btn {
		padding: 10px 20px;
		min-height: 40px;
	}

    .site-navigation-main .user-dropdown .user-info {
        display: none;
    }
    .site-navigation-main .user-dropdown .user-avatar {
        margin: 0;
    }
    .site-navigation-main .user-dropdown .btn {
        height: 40px;
        width: 40px;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}