.page-product-neumorphic-bp {
  background-color: #1b1e23;
  color: #ffffff;
}
.page-product-neumorphic-bp .back-nav-wrapper .btn__is-back {
  color: #bac1cc;
}
.page-product-neumorphic-bp .back-nav-wrapper .btn__is-back:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.page-product-neumorphic-bp .buy-button-float-wrapper {
  position: relative;
}
.page-product-neumorphic-bp .buy-button-float-wrapper .buy-button-float {
  opacity: 0;
  position: fixed;
  z-index: 1300;
  width: 96px;
  height: 96px;
  padding: 16px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #d53c25;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  background-image: linear-gradient(225deg, #535966 0%, #2e3138 100%);
  box-shadow: 0 2px 8px 0 rgba(26, 28, 31, 0.8);
  transition: all 300ms;
}
.page-product-neumorphic-bp .buy-button-float-wrapper .buy-button-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 16px 0 rgba(26, 28, 31, 0.8);
}
.page-product-neumorphic-bp .intro-section {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background-image: url("/intro_bg.45841575.png");
  background-size: 900px;
  background-position-x: 120%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.page-product-neumorphic-bp .intro-section .intro-title {
  font-size: 16px;
  color: #e4e4e4;
  letter-spacing: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.page-product-neumorphic-bp .intro-section h1 {
  color: #ffffff;
  margin-bottom: 24px;
}
.page-product-neumorphic-bp .intro-section p {
  color: #bac1cc;
  font-size: 20px;
  max-width: 460px;
  margin-bottom: 24px;
}
.page-product-neumorphic-bp .intro-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 32px;
  background: #2e3138;
  border-radius: 46px;
  display: inline-block;
  background-image: linear-gradient(225deg, #535966 0%, #2e3138 100%);
  box-shadow: 0 2px 8px 0 rgba(26, 28, 31, 0.8);
  transition: all 300ms;
}
.page-product-neumorphic-bp .intro-section .buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 16px 0 rgba(26, 28, 31, 0.8);
}
.page-product-neumorphic-bp .intro-section .made-for-group {
  margin-top: 32px;
}
.page-product-neumorphic-bp .intro-section .made-for-group img {
  margin-right: 16px;
  width: 48px;
}
.page-product-neumorphic-bp .product-details h2 {
  color: #ffffff;
  margin-bottom: 24px;
}
.page-product-neumorphic-bp .product-details p {
  color: #bac1cc;
}
.page-product-neumorphic-bp .product-details .about-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .about-section p {
  max-width: 920px;
  font-size: 18px;
}
.image-group img {
  height: auto;
  max-width: inherit;
}
.page-product-neumorphic-bp .product-details .about-section .image-group {
  position: relative;
  max-width: 600px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  padding: 64px 0;
  margin-bottom: 48px;
}
.page-product-neumorphic-bp .product-details .about-section .image-group img {
  position: absolute;
  background: #23262b;
  box-shadow: 4px 12px 28px 2px rgba(26, 28, 31, 0.4), 0 0 1px 0 #535966, inset 0 1px 3px 1px #1a1c1f;
  border-radius: 12px;
  border: 1px solid;
  border-image-source: linear-gradient(224deg, #3e434e 0%, #23262b 100%);
}
@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(12px);
  }
}
.page-product-neumorphic-bp .product-details .about-section .image-group .visa-image {
  width: 220px;
  left: -360px;
  z-index: 40;
  animation: float alternate-reverse infinite 2.5s;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .transfer-image {
  width: 340px;
  left: -170px;
  top: 120px;
  z-index: 30;
  box-shadow: 0 4px 16px 0px rgba(26, 28, 31, 0.7);
  border-radius: 24px;
  animation: float alternate-reverse infinite 2.5s;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .saved-image {
  width: 180px;
  left: -440px;
  top: 300px;
  animation: float alternate-reverse infinite 2s;
  animation-delay: 500ms;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .budget-image {
  width: 250px;
  left: 150px;
  top: 40px;
  animation: float alternate-reverse infinite 5s;
  animation-delay: 400ms;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .balance-image {
  width: 240px;
  top: 280px;
  left: 140px;
  border-radius: 24px;
  animation: float alternate-reverse infinite 3s;
  animation-delay: 100ms;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .expenses-image {
  width: 260px;
  top: 360px;
  left: -220px;
  border-radius: 24px;
  animation: float alternate-reverse infinite 2s;
  animation-delay: 300ms;
}
.page-product-neumorphic-bp .product-details .onboarding-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .onboarding-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .pricing-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .pricing-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .smart-budget-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .smart-budget-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .statistics-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .statistics-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  padding: 64px 0;
  background-image: url("/circle_bg.aa2f97f6.svg");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 720px;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device {
  margin: 0 auto;
  width: 320px;
  padding: 64px 0;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device .screen-image {
  width: calc(100% - 32px);
  margin: 16px;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device:nth-child(even) {
  transform: translateY(160px);
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device:last-child {
  transform: translateX(calc(50% + 32px)) translateY(100px);
  width: 360px;
}
.page-product-neumorphic-bp .cta-section {
  padding: 64px 0;
  background-color: #2e3138;
}
.page-product-neumorphic-bp .cta-section h3 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #ffffff;
}
.page-product-neumorphic-bp .cta-section p {
  max-width: 640px;
  color: #bac1cc;
}
.page-product-neumorphic-bp .cta-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 24px 32px;
  background: #2e3138;
  box-shadow: 5px 5px 12px #141618, -5px -5px 12px #464b57;
  border-radius: 46px;
  transition: all 300ms;
  display: block;
}
.page-product-neumorphic-bp .cta-section .buy-button:hover {
  transform: translateY(-2px);
  background: #2e3138;
  box-shadow: 10px 10px 60px #141618, -10px -10px 60px #464b57;
}
.page-product-neumorphic-bp .screenshots-group {
  width: 100%;
  display: flex;
}
.page-product-neumorphic-bp .screenshots-group img {
  width: 100%;
  /*mask-image: url("../../../assets/img/./screen_mask.svg");
  -webkit-mask-image: url("../../../assets/img/./screen_mask.svg");*/
  mask-size: cover;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.page-product-neumorphic-bp .screenshots-group .screen-with-device {
  width: 274px;
  background-image: url("/device.addec626.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 24px;
}
.page-product-neumorphic-bp .screenshots-group .screen-with-device .screen-image {
  width: calc(100% - 30px);
  margin: 15px;
}

.dark-footer .main-footer {
  color: #ffffff;
  background-color: #1b1e23;
}
.dark-footer .main-footer .footer-brand {
  filter: brightness(2);
}
.dark-footer .main-footer .footer-links li a::before {
  border-color: #ffffff;
}
.dark-footer .main-footer .social-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.dark-footer .main-footer .social-link .icon {
  color: #ffffff;
}
.dark-footer .main-footer .social-link:hover {
  background-color: var(--main-color);
}

@media all and (max-width: 991px){
  .page-product-neumorphic-bp .screenshots-group .screen-with-device{
    margin-bottom: 15px;
  }

  .page-product-neumorphic-bp .screenshots-group .screen-with-device:last-child{
    margin-right: 0px;
    float: right;
  }
}

@media all and (max-width: 767px){
  .page-product-neumorphic-bp .intro-section {
    padding-bottom: 300px;
    background-image: url("/intro_bg_mobile.044de4e4.png");
    background-size: 127% auto;
    background-position: 100% 100%;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .visa-image {
    width: 120px;
    left: -192px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .transfer-image {
    width: 180px;
    left: -85px;
    top: 120px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .saved-image {
    width: 100px;
    left: -209px;
    top: 200px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .budget-image {
    width: 135px;
    left: 80px;
    top: 70px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .balance-image {
    width: 130px;
    top: 199px;
    left: 80px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .expenses-image {
    width: 140px;
    top: 260px;
    left: -110px;
  }

  .page-product-neumorphic-bp .product-details .statistics-section .screenshots-group{
    grid-template-columns: 1fr;
  }

  .page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device{
    width: 70%;
    transform: translate(0px, 10px)!important;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group{
    min-height: 360px;
  }
}

.page-product-budget-planner .back-nav-wrapper .btn__is-back:hover {
  background-color: #d53c25;
  border-color: #d53c25;
}
.page-product-budget-planner .buy-button-float-wrapper {
  position: relative;
}
.page-product-budget-planner .buy-button-float-wrapper .buy-button-float {
  position: fixed;
  z-index: 1300;
  width: 96px;
  height: 96px;
  padding: 16px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #d53c25;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 16px 0 rgba(213, 60, 37, 0.4);
  transition: all 300ms;
}
.page-product-budget-planner .buy-button-float-wrapper .buy-button-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px 0 rgba(213, 60, 37, 0.4);
}
.page-product-budget-planner .intro-section {
  min-height: 860px;
  background-image: url("/intro_bg.874685fb.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-product-budget-planner .intro-section .intro-title {
  font-size: 16px;
  letter-spacing: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.page-product-budget-planner .intro-section h1 {
  margin-bottom: 24px;
  max-width: 560px;
  text-align: center;
}
.page-product-budget-planner .intro-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 32px;
  background: #0c65ff;
  border-radius: 46px;
  display: inline-block;
  box-shadow: 0 2px 8px 0 rgba(12, 101, 255, 0.2);
  transition: all 300ms;
}
.page-product-budget-planner .intro-section .buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 16px 0 rgba(12, 101, 255, 0.4);
}
.page-product-budget-planner .easy-to-customize-section {
  padding: 64px 0;
}
.page-product-budget-planner .easy-to-customize-section h2 {
  margin-bottom: 24px;
  max-width: 420px;
}
.page-product-budget-planner .easy-to-customize-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-product-budget-planner .easy-to-customize-section ul li {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-left: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url("/custom_check.ac6b9e26.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
.page-product-budget-planner .cta-section {
  padding: 64px 0;
  background-color: #eef1f8;
}
.page-product-budget-planner .cta-section h3 {
  font-size: 24px;
}
.page-product-budget-planner .cta-section p {
  max-width: 640px;
}
.page-product-budget-planner .cta-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 32px;
  background: #0c65ff;
  border-radius: 46px;
  display: inline-block;
  box-shadow: 0 2px 8px 0 rgba(12, 101, 255, 0.2);
  transition: all 300ms;
}
.page-product-budget-planner .cta-section .buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 16px 0 rgba(12, 101, 255, 0.4);
}
:root {
  --main-color: #0c65ff;
  --secondary-color: #d4634c;
  --accent-color: #0c65ff;
  --gray-900: #e7eaed;
  --gray-100: #1c1c1c;
  --main-font-family: "Inter", Arial, Helvetica, sans-serif;
  --body-font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
}

.navigation.post-navigation {
  display: none;
}

::selection {
  color: #ffffff;
  background: var(--main-color);
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: var(--main-color);
}

html {
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font-family);
  font-size: 16px;
  color: var(--gray-100);
  font-weight: 400;
  line-height: 1.65;
}
@media (max-width: 991px) {
  body {
    line-height: 1.4;
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font-family);
  color: #000000;
  line-height: 1.25;
}

h1 {
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}

blockquote,
.blockquote {
  font-size: 18px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-left: 3px solid #1c1c1c;
  padding: 16px 24px;
}
blockquote-footer,
.blockquote-footer {
  margin-top: 16px;
}
@media (max-width: 991px) {
  blockquote,
.blockquote {
    font-size: 16px;
    padding: 12px 20px;
  }
  blockquote-footer,
.blockquote-footer {
    margin-top: 8px;
  }
}

a {
  text-decoration: none;
  font-weight: 600;
  color: var(--gray-100);
}
a:visited {
  color: var(--gray-100);
}
a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.site-main.container {
  margin-top: 20px;
}

.btn-generic-round {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--gray-100);
  padding: 8px 20px;
  border-radius: 25px;
  border: 1px solid var(--gray-900);
  box-sizing: border-box;
  transition: all 250ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-generic-round .icon {
  margin: 0;
  margin-left: 12px;
  line-height: 0px;
  transform: translateX(0px);
  transition: transform 150ms;
}
.btn-generic-round:hover {
  color: #ffffff;
  text-decoration: none;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.btn-generic-round:hover .icon {
  transform: translateX(2px);
}

.btn__is-back {
  transition: none;
}
.btn__is-back .icon {
  margin-left: 0;
  margin-right: 12px;
}

.main-navbar {
  border-bottom: 1px solid var(--gray-900);
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
@media (max-width: 991px) {
  .main-navbar {
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
}
.main-navbar .navbar-brand img {
  height: 48px;
}
@media (max-width: 991px) {
  .main-navbar .navbar-brand img {
    height: 42px;
  }
}
.main-navbar .navbar-nav .nav-item {
  position: relative;
  padding: 8px 24px;
}
.main-navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #000000;
  position: relative;
  padding: 0;
  display: inline;
}
.main-navbar .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  bottom: 5px;
  border-bottom: 1px solid #000000;
  width: 100%;
  opacity: 0;
  transition: all 250ms;
}
.main-navbar .navbar-nav .nav-item .nav-link:hover::before {
  bottom: -2px;
  opacity: 100%;
}
.main-navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .main-navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
  }
  .main-navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
}
.main-navbar .navbar-nav .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media (max-width: 991px) {
  .main-navbar .navbar-nav {
    padding: 16px 0px;
  }
}
.main-navbar .navbar-text .btn-generic-round {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.main-navbar .navbar-text .btn-generic-round:hover {
  color: #ffffff;
  background-color: var(--main-color);
}
@media (max-width: 991px) {
  .main-navbar .navbar-text .btn-generic-round {
    margin: 8px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .main-navbar .navbar-text {
    width: 100%;
    text-align: center;
  }
}
.main-navbar .navbar-toggler {
  border: none;
  outline: none;
}
.main-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='12' viewBox='0 0 30 12'%3E%3Cline id='Line' x2='28' transform='translate(1 1)' fill='none' stroke='%231c1c1c' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Line-Copy' x2='28' transform='translate(1 11)' fill='none' stroke='%231c1c1c' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.back-nav-wrapper {
  position: relative;
}
.back-nav-wrapper .back-nav-container {
  position: absolute;
  z-index: 100;
  top: 24px;
}

.scrolled-down {
  border-bottom: none;
}

.scrolled-up {
  border-bottom: 1px solid var(--gray-900);
}

.scrolled-smaller {
  border-bottom-color: transparent;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
.scrolled-smaller .btn-generic-round {
  background-color: #ffffff;
}
.scrolled-smaller .btn-generic-round:hover {
  background-color: var(--main-color);
}

.main-footer {
  padding: 48px 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .main-footer {
    padding: 24px 0;
  }
}
.main-footer .footer-brand {
  display: flex;
  flex-direction: row;
}
.main-footer .footer-brand img {
  height: 36px;
  margin-right: 24px;
}
.main-footer .footer-brand p {
  max-width: 360px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .main-footer .footer-brand {
    margin-bottom: 8px;
  }
}
.main-footer .footer-links p {
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .main-footer .footer-links p {
    display: none;
  }
}
.main-footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-links ul li {
  padding: 2px 0;
}
.main-footer .footer-links ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #6a6a6a;
  position: relative;
  padding: 0;
  display: inline;
  text-decoration: none;
}
.main-footer .footer-links ul li a::before {
  position: absolute;
  content: "";
  bottom: 4px;
  border-bottom: 1px solid #000000;
  width: 100%;
  opacity: 0;
  transition: all 250ms;
}
.main-footer .footer-links ul li a:hover::before {
  bottom: -2px;
  opacity: 100%;
}
.main-footer .footer-links ul li a.active {
  color: var(--main-color);
}
.main-footer .footer-links .social-link {
  font-size: 20px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--gray-100);
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 250ms;
  margin-right: 8px;
}
.main-footer .footer-links .social-link:hover {
  color: var(--main-color);
}
.main-footer .footer-links .social-link:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .main-footer .footer-links.social {
    margin-top: 16px;
  }
}

.pagination {
  font-family: var(--body-font-family);
}
.pagination .page-item {
  margin: 0 4px;
}
.pagination .page-item .page-link {
  border: none;
  padding: 8px 16px;
  color: var(--gray-100);
  border-radius: 8px;
  background: transparent;
}
.pagination .page-item .page-link:hover {
  background-color: #e9ecef;
}
.pagination .page-item.active .page-link {
  font-weight: 700;
  background-color: var(--main-color);
  color: #ffffff;
}

#cookie-law-info-bar {
  box-shadow: 0 -1px 20px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-bar .cli-bar-btn_container a {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 25px;
}
#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button {
  border: 1px solid #D9E0EA;
  margin-right: 0px !important;
}

.intro-slogan-section {
  margin-top: 24px;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.intro-slogan-section .intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1218' height='1218' viewBox='0 0 1218 1218'%3E%3Ccircle id='Ellipse_79' data-name='Ellipse 79' cx='609' cy='609' r='609' fill='%230C65FF'/%3E%3C/svg%3E%0A");
  z-index: -1;
  background-position: 60% 40%;
  opacity: 0.05;
}
.intro-slogan-section .intro-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 350px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1218' height='1218' viewBox='0 0 1218 1218'%3E%3Ccircle id='Ellipse_79' data-name='Ellipse 79' cx='609' cy='609' r='609' fill='%23f3f4f6'/%3E%3C/svg%3E%0A");
  z-index: -10;
  background-position: center center;
}
.intro-slogan-section .intro-bg-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 150px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1218' height='1218' viewBox='0 0 1218 1218'%3E%3Ccircle id='Ellipse_79' data-name='Ellipse 79' cx='609' cy='609' r='609' fill='%230C65FF'/%3E%3C/svg%3E%0A");
  z-index: -1;
  background-position: 40% 60%;
  opacity: 0.1;
}
.intro-slogan-section .slogan-title {
  max-width: 960px;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .intro-slogan-section .slogan-title {
    padding: 0 16px;
    word-break: normal;
    hyphens: none;
  }
}
.intro-slogan-section .intro-illustration {
  width: 100%;
  max-width: 760px;
}
.intro-slogan-section .intro-illustration img {
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  .intro-slogan-section .intro-illustration {
    width: 500px;
  }
}

.why-section {
  background-color: #1e1e23;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.why-section h3 {
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 64px;
  max-width: 400px;
  position: relative;
}
.why-section .row {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .why-section .row {
    padding-left: 0;
  }
}
.why-section .why {
  padding: 16px 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  transition: all 250ms;
}
.why-section .why img {
  margin-bottom: 16px;
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.why-section .why h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.why-section .why p {
  color: #b3b3c8;
}
.why-section .why:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.1);
}

#why-circle-anim {
  position: absolute;
  top: -200px;
  left: 100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.featured-products-section {
  padding: 64px 0;
}
.featured-products-section h3 {
  margin-bottom: 24px;
}
.featured-products-section .product {
  margin-bottom: 64px;
}
.featured-products-section .product-image img {
  border-radius: 16px;
  margin-bottom: 16px;
  transition: all 250ms;
}
.featured-products-section .product-image img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.featured-products-section .product-info--title {
  color: var(--gray-100);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}
.featured-products-section .product-info--title a {
  color: var(--gray-100);
  text-decoration: none;
  position: relative;
}
.featured-products-section .product-info--title a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000000;
  width: 100%;
  opacity: 0;
  bottom: 0px;
  transition: all 250ms;
}
.featured-products-section .product-info--title a:hover::before {
  bottom: -4px;
  opacity: 100%;
}
.featured-products-section .product-info p {
  margin-bottom: 24px;
}

.featured-blog-post-section {
  padding: 64px 0;
  position: relative;
}
.featured-blog-post-section h2 {
  margin-bottom: 64px;
  max-width: 400px;
}
.featured-blog-post-section img {
  border-radius: 16px;
  min-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .featured-blog-post-section img {
    min-height: 260px;
    margin-bottom: 16px;
  }
}
.featured-blog-post-section p {
  max-width: 400px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .featured-blog-post-section p {
    margin-bottom: 16px;
  }
}
.featured-blog-post-section .blog-category {
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.025);
  text-align: center;
  padding: 4px 16px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .featured-blog-post-section .blog-category {
    font-size: 14px;
  }
}

.mailchimp-newsletter-section {
  padding: 64px 0;
}
.mailchimp-newsletter-section .newsletter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3f4f6;
  border-radius: 24px;
  padding: 48px;
}
@media (max-width: 991px) {
  .mailchimp-newsletter-section .newsletter {
    padding: 24px;
  }
}
.mailchimp-newsletter-section .newsletter h4 {
  font-size: 24px;
  text-align: center;
  max-width: 700px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .mailchimp-newsletter-section .newsletter h4 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.mailchimp-newsletter-section .newsletter-form {
  width: 100%;
  max-width: 460px;
  position: relative;
}
@media (max-width: 991px) {
  .mailchimp-newsletter-section .newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mailchimp-newsletter-section .newsletter-form--email-field {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 40px;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--gray-900);
  -webkit-appearance: none;
}
.mailchimp-newsletter-section .newsletter-form--email-field:hover {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--main-color);
}
.mailchimp-newsletter-section .newsletter-form--email-field:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--main-color);
}
.mailchimp-newsletter-section .newsletter-form--submit-button {
  position: absolute;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--main-color);
  padding: 14px 24px;
  border-radius: 25px;
  box-sizing: border-box;
  transition: all 250ms;
  align-items: center;
  justify-content: center;
  top: calc(50% - 23px);
  right: 8px;
  width: 148px;
  -webkit-appearance: none;
}
@media (max-width: 991px) {
  .mailchimp-newsletter-section .newsletter-form--submit-button {
    left: 0;
    margin-top: 16px;
    position: relative;
    width: 100%;
  }
}

.cookie-notice {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 360px;
  padding: 24px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(12, 101, 255, 0.2);
}
.cookie-notice--title {
  margin-bottom: 8px;
}
.cookie-notice--title h4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--main-color);
}
.cookie-notice--title svg {
  margin-right: 8px;
}
.cookie-notice--body p {
  font-size: 14px;
}

.blog-title-section {
  padding: 64px 0;
}
.blog-title-section .quote {
  margin-bottom: 4px;
}
.blog-title-section .author {
  font-size: 14px;
  color: #6a6a6a;
  text-align: center;
}

figure figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
figure figcaption a {
  color: #757575 !important;
  text-decoration: underline;
}
figure figcaption a:hover {
  color: #757575;
}

.blog-post-list-section .entry-content a {
  text-decoration: underline;
}
.blog-post-list-section .entry-content p,
.blog-post-list-section .entry-content ul,
.blog-post-list-section .entry-content ol {
  font-size: 18px;
  line-height: 28px;
  color: #292929;
}
.blog-post-list-section .entry-content blockquote {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.blog-post-list-section .entry-content blockquote p {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.blog-posts-list-section {
  padding: 64px 0;
}
.blog-posts-list-section .container {
  max-width: 920px;
}
.blog-posts-list-section .container .post {
  margin-bottom: 64px;
}
.blog-posts-list-section .container .post-image img {
  border-radius: 16px;
  margin-bottom: 16px;
  transition: all 250ms;
}
.blog-posts-list-section .container .post-image img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.blog-posts-list-section .container .post-info--title {
  font-size: 28px;
  color: #1c1c1c;
  color: var(--gray-100);
  margin-bottom: 16px;
}
.blog-posts-list-section .container .post-info--title a {
  text-decoration: none;
  font-size: 28px;
  color: #1c1c1c;
  color: var(--gray-100);
  margin-bottom: 8px;
  position: relative;
}
.blog-posts-list-section .container .post-info--more a {
  color: var(--gray-100);
  text-decoration: none;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}
@media (max-width: 991px) {
  .blog-posts-list-section .container .post-info--more a {
    display: none;
  }
}
.blog-posts-list-section .container .post-info--more a:hover::before {
  bottom: -4px;
  opacity: 100%;
}
.blog-posts-list-section .container .post-info--more a i {
  transition: all 250ms;
  margin: 0;
  margin-left: 8px;
  font-size: 20px;
}
.blog-posts-list-section .container .post-info--more a:hover i {
  margin-left: 12px;
}
.blog-posts-list-section .container .post-info--more p {
  color: #6a6a6a;
  font-size: 14px;
}
.blog-posts-list-section .container .post-info--more .date-and-time {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
}
.blog-posts-list-section .container .post-info--more .date-and-time--date {
  margin-right: 8px;
}
.blog-posts-list-section .container .post-info--more .date-and-time--time {
  margin-left: 8px;
}
.blog-posts-list-section .container .post-info--more .date-and-time i {
  color: var(--gray-100);
  font-size: 10px;
}

.page-product-generic .content-section {
  padding: 64px 0;
  position: relative;
}
.page-product-generic .content-section .breadcrumb {
  padding: 0;
  background: none;
  margin-left: 0;
}
.page-product-generic .content-section .details-wrapper img {
  border-radius: 16px;
  margin-bottom: 16px;
}
.page-product-generic .content-section .details-wrapper article .product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.page-product-generic .content-section .details-wrapper article .product-gallery img {
  margin: 0;
}
.page-product-generic .content-section .sidebar-wrapper {
  position: sticky;
  top: 10px;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f3f4f6;
  border-radius: 24px;
  padding: 24px;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-100);
  font-family: var(--main-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group p span {
  font-size: 16px;
  font-family: var(--body-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group .buy-button {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  background: var(--main-color);
  box-sizing: border-box;
  transition: all 250ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group .buy-button:hover {
  text-decoration: none;
  background: var(--main-color);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(12, 101, 255, 0.2);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group .preview-button {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--gray-100);
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  border: 1px solid var(--gray-900);
  box-sizing: border-box;
  transition: all 250ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .pricing-group .preview-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .compatibility-group {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .compatibility-group p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-100);
  font-family: var(--main-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .compatibility-group p span {
  font-size: 16px;
  font-family: var(--body-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .compatibility-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .compatibility-group ul li {
  padding: 4px 0;
  margin-right: 8px;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .features-group {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .features-group p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-100);
  font-family: var(--main-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .features-group p span {
  font-size: 16px;
  font-family: var(--body-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .features-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .features-group ul li {
  margin: 0;
  padding: 0;
  padding-left: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .info-group {
  width: 100%;
  padding: 24px 0;
  padding-bottom: 0;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .info-group p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-100);
  font-family: var(--main-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .info-group p span {
  font-size: 16px;
  font-family: var(--body-font-family);
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .info-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .info-group ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.page-product-generic .content-section .sidebar-wrapper .sidebar .info-group ul li span {
  font-weight: 600;
}

.comments-area.container,
.page-blogpost .container {
  max-width: 920px;
}

.page-blogpost article .container.large {
  max-width: 1040px;
}
.page-blogpost article h1 {
  font-weight: 400;
}
.page-blogpost article h3 {
  margin: 25px 0;
  font-weight: normal;
  font-size: 25px;
}
.page-blogpost article .post-thumbnail img {
  border-radius: 24px;
}
.page-blogpost article .article-details {
  width: 100%;
}
.page-blogpost article .article-details .addtoany_shortcode div {
  display: flex;
  align-items: center;
}
.page-blogpost article .article-details .addtoany_shortcode a {
  display: flex;
}
.page-blogpost article .blog-post-list-section {
  margin: 45px 0;
}

.comments-area {
  padding-bottom: 45px;
}
.comments-area ul.children {
  padding-left: 10px !important;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
}
.comments-area .comment-list .says {
  display: none;
}
.comments-area .comment-list .comment {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-by {
  margin-bottom: 5px;
}
.comments-area .comment-list .comment .comment-by .name {
  text-transform: capitalize;
}
.comments-area .comment-list .comment .comment-by .date {
  color: lightgray;
}
.comments-area .comment-list .comment .comment-block {
  width: 100%;
}
.comments-area .comment-list .comment .avatar {
  border-radius: 50px;
  height: 45px;
  width: 45px;
  margin-right: 20px;
}
.comments-area .comment::marker {
  content: "";
}

.contact {
  margin: 30px 0;
}
.contact ul {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.contact h1 {
  font-weight: 400;
  font-size: 30px;
}
.contact .breadcrumb {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .whats-included-section .inside-savory {
    scale: 1.4;
  }
}

/*# sourceMappingURL=/styles.css.map */