@charset "UTF-8";
:root {
  --bc-primary-color: #6fc2b1;
  --bc-primary-color-light: #6fc2b1;
  --bc-primary-color-dark: #66a99b;
  --bc-secondary-color: #F61869;
  --bc-secondary-color-light: #FF5191;
  --bc-secondary-color-dark: #CF0D54;
  --bs-primary: #6fc2b1;
  --primary-color: #6fc2b1;
  --primary-color-light: #90f8de;
  --primary-color-dark: #66a99b;
  --secondary-color: #F61869;
  --secondary-color-light: #FF5191;
  --secondary-color-dark: #CF0D54;
  --primary-1-color: #6fc2b1;
  --primary-1-color-light: #6fc2b1;
  --primary-1-color-dark: #66a99b;
  --secondary-1-color: #f4ac63;
  --secondary-1-color-light: #f8b776;
  --secondary-1-color-dark: #e7a15b;
  --text-color: #000;
  --bg-color: #fff;
  --title-font: "Rubik", sans-serif;
  --text-font: "Nunito", sans-serif;
  --bs-border-radius: 2px;
  --h1-fw: 700;
  --h1-fs: 2.125rem;
  --h1-lh: 1.2;
  --h1-ls: 0;
  --h2-fw: 700;
  --h2-fs: 1.75rem;
  --h2-lh: 1.2;
  --h2-ls: 0;
  --h3-fw: 700;
  --h3-fs: 1.5rem;
  --h3-lh: 1.2;
  --h3-ls: 0;
  --h4-fw: 700;
  --h4-fs: 1.375rem;
  --h4-lh: 1.2;
  --h4-ls: 0;
  --h5-fw: 600;
  --h5-fs: 1.25rem;
  --h5-lh: 1.2;
  --h5-ls: 0;
  --h6-fw: 600;
  --h6-fs: 1.125rem;
  --h6-lh: 1.2;
  --h6-ls: 0;
  --body-fw: 400;
  --body-fs: 1rem;
  --body-lh: 1.5;
  --body-ls: 0;
  --lead-fw: 300;
  --lead-fs: 1.125rem;
  --lead-lh: 1.5;
  --lead-ls: 0;
  --border-color: #d6d6d6;
}

.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

[data-animation=slideInLeft] {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
  opacity: 0;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

[data-animation=slideInRight] {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
  opacity: 0;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

[data-animation=slideInDown] {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  opacity: 0;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

[data-animation=slideInUp] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

[data-animation=fadeIn] {
  opacity: 0;
}

@-webkit-keyframes snow-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snow-fade-out {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0, 0px);
  }
  10%, 70% {
    opacity: 1;
  }
  75% {
    transform: translate3d(0px, 50px, 0px);
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 0, 0px);
  }
}
@keyframes characterEntrance {
  from {
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes characterReset {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
}
@keyframes characterBack {
  from {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes characterExit {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@keyframes lightFlash {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes swim {
  0% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(-100%, 0);
  }
  55% {
    transform: translate(-100%, 0) rotateY(180deg);
  }
  75% {
    transform: translate(0, 0) rotateY(180deg);
  }
  100% {
    transform: translate(0, 0) rotateY(0deg);
  }
}
@keyframes charactersSwing {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes plantsSwing {
  0% {
    transform: scale(1, 1) skew(0, 0);
  }
  50% {
    transform: scale(1.05, 1.05) skew(5deg, 0);
  }
  100% {
    transform: scale(1, 1) skew(0, 0);
  }
}
@keyframes seaWave {
  0% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(-25px, 0);
  }
  75% {
    transform: translate(25px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes giftEntrance {
  from {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lampLight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes teaSmoke {
  0% {
    transform: scale(1, 1) skew(0, 0);
  }
  50% {
    transform: scale(1.08, 1.05) skew(-15deg, 0);
  }
  100% {
    transform: scale(1, 1) skew(0, 0);
  }
}
@keyframes mailFlag {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes characterShow {
  0% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes voucherShow {
  0% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.2, 0.2, 0.2);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wheel_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bucket_rotate {
  0% {
    -webkit-transform: rotate(0) translateX(98px) rotate(0);
    transform: rotate(0) translateX(98px) rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(98px) rotate(-360deg);
    transform: rotate(360deg) translateX(98px) rotate(-360deg);
  }
}
@keyframes bucket_rotate-sm {
  0% {
    -webkit-transform: rotate(0) translateX(82px) rotate(0);
    transform: rotate(0) translateX(82px) rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(82px) rotate(-360deg);
    transform: rotate(360deg) translateX(82px) rotate(-360deg);
  }
}
@keyframes bucket_rotate-xs {
  0% {
    -webkit-transform: rotate(0) translateX(50px) rotate(0);
    transform: rotate(0) translateX(50px) rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}
@keyframes giftPopup {
  0% {
    transform: scale(0.1, 0.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes write {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tooltip-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes show-modal {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-modal {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
@-webkit-keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-paper-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-paper-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes paper-exit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes paper-exit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes emote-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes emote-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-br {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-br {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes text-gradient {
  to {
    background-position: 200% center;
  }
}
@keyframes animationBackdrop1 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes parachute1 {
  0% {
    top: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 100%;
  }
}
@keyframes cloud-glide {
  0% {
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes srcoll-trail {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

@keyframes glide {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) translateX(-60vw);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, 0) translateX(-45vw);
  }
  90% {
    opacity: 1;
    transform: translate(-50%, 0) translateX(45vw);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0) translateX(60vw);
  }
}
@keyframes oscill {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes bolt-strike {
  0% {
    transform: scale(0);
  }
  15% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Basic styles for global tags
*/
body {
  font-family: var(--text-font);
  font-weight: var(--body-fw);
  font-size: var(--body-fs);
  line-height: var(--body-lh);
  letter-spacing: var(--body-ls);
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

hr {
  border-color: #e8e4e3;
}

b,
strong {
  font-weight: bold;
}

@font-face {
  font-family: "Komika Axis";
  src: url("/fonts/KomikaAxis/KomikaAxis.woff2") format("woff2"), url("/fonts/KomikaAxis/KomikaAxis.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-ExtraLight.woff2") format("woff2"), url("/fonts/Nunito/Nunito-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Italic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-ExtraLightItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Light.woff2") format("woff2"), url("/fonts/Nunito/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-LightItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Medium.woff2") format("woff2"), url("/fonts/Nunito/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-SemiBold.woff2") format("woff2"), url("/fonts/Nunito/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-MediumItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-SemiBoldItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("/fonts/Nunito/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Black.woff2") format("woff2"), url("/fonts/Nunito/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-BlackItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-ExtraBold.woff2") format("woff2"), url("/fonts/Nunito/Nunito-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("/fonts/Nunito/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-BoldItalic.woff2") format("woff2"), url("/fonts/Nunito/Nunito-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Marydale";
  src: url("/fonts/Marydale/Marydale.woff2") format("woff2"), url("/fonts/Marydale/Marydale.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
*/
label.error {
  font-weight: 400;
  color: #a94442;
  font-size: 13px;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--title-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 2.375rem;
  letter-spacing: var(--h1-ls);
}

h2,
.h2 {
  letter-spacing: var(--h2-ls);
}

h1,
.h1 {
  font-weight: var(--h1-fw);
  line-height: var(--h1-lh);
  letter-spacing: var(--h1-ls);
}

h2,
.h2 {
  font-weight: var(--h2-fw);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
}

h3,
.h3 {
  font-weight: var(--h3-fw);
  line-height: var(--h3-lh);
  letter-spacing: var(--h3-ls);
}

h4,
.h4 {
  font-weight: var(--h4-fw);
  line-height: var(--h4-lh);
  letter-spacing: var(--h4-ls);
}

h5,
.h5 {
  font-weight: var(--h5-fw);
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  letter-spacing: var(--h5-ls);
}

h6,
.h6 {
  font-weight: var(--h6-fw);
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  letter-spacing: var(--h6-ls);
}

.fs-6 {
  font-size: var(--h6-fs) !important;
}

.fs-base {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  h1,
  .h1,
  .fs-1 {
    font-size: var(--h1-fs);
  }
  h2,
  .h2,
  .fs-2 {
    font-size: var(--h2-fs);
  }
  h3,
  .h3,
  .fs-3 {
    font-size: var(--h3-fs);
  }
  h4,
  .h4,
  .fs-4 {
    font-size: var(--h4-fs);
  }
}
.ff-poppins {
  font-family: "Poppins", sans-serif;
}

.pri-color {
  color: var(--primary-color);
}

.primary-text {
  color: var(--primary-color);
}

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

.highlight-text {
  color: var(--primary-color);
}

.text-normal {
  text-transform: none !important;
}

.text-green {
  color: #43d4b2;
}

.text-pink {
  color: #ea597b;
}

.text-blue {
  color: #011993;
}

.text-skyblue {
  color: #0096ff;
}

.text-solid-green {
  color: #118002;
}

.text-bc-dark {
  color: #0a2636;
}

.text-sandy-brown {
  color: #f5ac60 !important;
}

.text-midnight-blue {
  color: #362f5c !important;
}

.text-steel-gray {
  color: #1e1e2a !important;
}

.text-muted-1 {
  color: #7b8a98 !important;
}

.text-blue-1 {
  color: #428bd4 !important;
}

.text-blue-2 {
  color: #6a75ee !important;
}

.text-gray {
  color: #888 !important;
}

.text-gray-1 {
  color: #D0D0D0 !important;
}

.text-magenta {
  color: #741c56 !important;
}

.text-dark-blue-1 {
  color: #476472 !important;
}

.text-slate-blue {
  color: #8398ab !important;
}

.text-dark-blue-gray {
  color: #3d4f61 !important;
}

.text-middle-green {
  color: #478861 !important;
}

.text-hover-primary:hover {
  color: var(--bs-primary);
}

.text-hover-white:hover {
  color: #fff !important;
}

.text-primary-1 {
  color: var(--primary-1-color);
}

.text-gradient-1 {
  animation: text-gradient 4s linear infinite;
  background-image: linear-gradient(to right, #77f, #63b3e4, #ece498, #6fc2b1, #8e9cec, #77f);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  background: linear-gradient(270deg, rgb(210, 68, 130) 0%, rgb(228, 91, 64) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-radiant-purple {
  color: #a87edf !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-primary-light {
  background-color: var(--primary-color-light) !important;
}

.bg-primary-dark {
  background-color: var(--primary-color-dark) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-color-light) !important;
}

.bg-secondary-dark {
  background-color: var(--secondary-color-dark) !important;
}

.bg-tertiary {
  background-color: #161720;
}

.bg-tertiary-light {
  background-color: #2B2D3E;
}

.bg-tertiary-dark {
  background-color: #08080D;
}

.bg-fade-gray {
  background-color: #f5f7fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-burgundy {
  background-color: #443749 !important;
}

.bg-light-blue {
  background-color: #e8f8f9 !important;
}

.bg-light-blue-1 {
  background-color: #f1f3fc !important;
}

.bg-bc-dark {
  background-color: #0a2636;
}

.bg-dark-1 {
  background-color: #333148 !important;
}

.bg-sandy-brown {
  background-color: #f4ac63 !important;
}

.bg-dark-blue-gray {
  background-color: #3d4f61 !important;
}

.bg-ice-blue {
  background-color: #eef5f6 !important;
}

.bg-bright-gray {
  background-color: #E7EBEF !important;
}

.bg-gradient-1 {
  background: linear-gradient(140deg, rgb(255, 255, 255) 0%, rgba(194, 226, 208, 0.7595413165) 100%);
}

.bg-gradient-2 {
  background: linear-gradient(140deg, rgb(249, 243, 226) 0%, rgb(198, 229, 225) 100%);
}

.bg-gradient-3 {
  background: linear-gradient(180deg, rgba(198, 234, 251, 0.9388130252) 0%, rgba(198, 234, 251, 0.6699054622) 20%, rgba(249, 240, 225, 0.7679446779) 60%, rgba(249, 240, 225, 0) 100%);
}

.bg-gradient-4 {
  background: linear-gradient(180deg, rgba(249, 240, 225, 0) 0%, rgba(249, 240, 225, 0.3533788515) 30%, rgb(207, 231, 244) 100%);
}

.bg-gradient-5 {
  background: linear-gradient(180deg, rgb(249, 240, 225) 0%, rgba(216, 232, 215, 0.8351715686) 40%, rgba(111, 194, 177, 0.1236869748) 70%, rgba(193, 227, 208, 0) 100%);
}

.bg-gradient-6 {
  background: linear-gradient(180deg, rgba(249, 240, 225, 0) 0%, rgba(99, 179, 228, 0.1040791317) 20%, rgba(111, 194, 177, 0.2581407563) 100%);
}

.bg-gradient-7 {
  background: linear-gradient(180deg, rgba(220, 223, 240, 0.9472163866) 0%, rgb(252, 222, 222) 60%, rgba(249, 240, 225, 0) 95%);
}

.bg-gradient-8 {
  background: linear-gradient(180deg, rgba(249, 240, 225, 0) 0%, rgba(249, 240, 225, 0.300157563) 22%, rgba(220, 223, 240, 0.8295693277) 45%, rgb(239, 225, 231) 100%);
}

.bg-gradient-9 {
  background: linear-gradient(180deg, rgb(249, 240, 225) 0%, rgb(252, 222, 222) 65%, rgba(255, 231, 253, 0) 100%);
}

.bg-gradient-10 {
  background: linear-gradient(180deg, rgb(181, 255, 184) 0%, rgb(136, 235, 215) 85%);
}

.bg-gradient-11 {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0) 50%, rgba(240, 230, 135, 0.4738270308) 100%);
}

.bg-gradient-12 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0340511204) 20%, rgb(232, 255, 228) 90%);
}

.bg-gradient-13 {
  background: linear-gradient(180deg, rgb(214, 240, 215) 30%, rgb(116, 225, 180) 100%);
}

.bg-gradient-14 {
  background: linear-gradient(160deg, rgb(220, 223, 240) 0%, rgb(252, 222, 222) 100%);
}

.bg-gradient-15 {
  background: linear-gradient(45deg, rgb(111, 194, 177) 49%, rgb(193, 227, 208) 100%);
}

.bg-gradient-16 {
  background: linear-gradient(150deg, rgb(243, 149, 63) 10%, rgb(248, 196, 95) 67%);
}

.bg-gradient-17 {
  background: linear-gradient(150deg, rgb(91, 126, 178) 10%, #5897b2 67%);
}

.bg-gradient-18 {
  background: linear-gradient(150deg, rgb(101, 52, 131) 20%, rgb(152, 31, 137) 100%);
}

.bg-gradient-19 {
  background: linear-gradient(155deg, rgb(57, 121, 149) 0%, rgb(72, 167, 173) 80%);
}

.bg-gradient-20 {
  background: linear-gradient(130deg, rgb(177, 51, 142) 27.28%, #fe42a7 71.34%);
}

.bg-gradient-21 {
  background: linear-gradient(323deg, rgb(45, 83, 140) -13.01%, #362f5c 69.02%);
}

.bg-gradient-22 {
  background: linear-gradient(180deg, rgb(234, 209, 249) 0%, rgb(216, 224, 255) 62%, rgba(255, 231, 253, 0) 100%);
}

.bg-gradient-23 {
  background: linear-gradient(90deg, rgb(118, 47, 132) 0%, rgb(210, 68, 130) 52%, rgb(228, 91, 64) 100%);
}

.bg-gradient-24 {
  background: linear-gradient(180deg, rgb(255, 253, 255) 0%, rgb(222, 227, 255) 100%);
}

.bg-gradient-25 {
  background: linear-gradient(0deg, rgb(252, 250, 229) 0%, rgb(255, 207, 207) 14.2%, rgb(229, 231, 252) 28.4%, rgb(245, 206, 227) 42.6%, rgb(252, 250, 229) 56.8%, rgb(255, 207, 207) 71%, rgb(222, 241, 243) 85.2%, rgb(207, 218, 255) 100%);
}

.bg-gradient-26 {
  background: linear-gradient(180deg, rgb(254, 231, 227) 0%, rgb(254, 231, 227) 22%, rgba(255, 242, 223, 0) 75%, rgba(255, 242, 223, 0) 100%);
}

.bg-gradient-27 {
  background: linear-gradient(180deg, rgb(255, 253, 255) 0%, rgb(254, 231, 227) 100%);
}

.bg-gradient-28 {
  background: linear-gradient(180deg, rgb(209, 209, 253) 9%, rgba(255, 245, 232, 0.9472163866) 63%, rgba(255, 245, 232, 0) 100%);
}

.bg-gradient-29 {
  background: linear-gradient(0deg, rgb(222, 219, 247) 0%, rgba(255, 245, 232, 0.9528186275) 70%, rgba(255, 245, 232, 0) 100%);
}

.bg-gradient-30 {
  background: linear-gradient(180deg, rgb(251, 207, 231) 5%, rgba(255, 248, 224, 0.5018382353) 57%, rgba(255, 248, 224, 0) 100%);
}

.bg-gradient-31 {
  background: linear-gradient(0deg, rgb(253, 223, 233) 0%, rgba(255, 248, 224, 0.5018382353) 47%, rgba(255, 242, 242, 0) 95%);
}

.bg-gradient-32 {
  background: linear-gradient(180deg, rgb(255, 233, 244) 5%, rgb(220, 220, 255) 100%);
}

.bg-gradient-33 {
  background: linear-gradient(180deg, rgb(208, 230, 235) 0%, rgb(233, 252, 217) 35%, rgba(235, 246, 235, 0) 90%);
}

.bg-gradient-34 {
  background: linear-gradient(90deg, rgb(233, 250, 203) 0%, rgb(247, 235, 203) 100%);
}

.bg-gradient-35 {
  background: linear-gradient(0deg, #AECBFF -29.24%, rgba(217, 252, 221, 0.75) 58.82%, rgba(235, 246, 235, 0) 84.04%);
}

.bg-gradient-36 {
  background: linear-gradient(96deg, #E54A79 45.77%, #FF677E 90.17%);
}

.bg-gradient-37 {
  background: linear-gradient(35deg, rgb(111, 190, 194) 18%, rgb(245, 239, 200) 100%);
}

.bg-gradient-38 {
  background: linear-gradient(90deg, #C1E3D0 -22.61%, #6FC2B1 100%);
}

.bg-gradient-39 {
  background: linear-gradient(156deg, #F9F0E1 12.44%, #FFEDCF 87.56%);
}

.bg-gradient-40 {
  background: linear-gradient(180deg, #E3E6FF 0%, #FFEEEF 61.22%, #FFF5E1 115.76%);
}

.bg-gradient-41 {
  background: linear-gradient(180deg, #B5DAFA -26.06%, #E2E4FC 34.67%, #FFFCEB 108.89%);
}

.bg-gradient-42 {
  background: linear-gradient(180deg, #9CC0EF -7.88%, #D9D2FA 42.63%, #EDEFFF 93.13%);
}

.bg-gradient-43 {
  background: linear-gradient(180deg, #DDE0F2 1.73%, #FDE9EA 60.23%, #FFF2D9 112.35%);
}

.bg-gradient-44 {
  background: linear-gradient(93deg, #EDFBFB 2.01%, #E6ECF6 105.76%);
}

.bg-gradient-45 {
  background: linear-gradient(130deg, #7149AC 27.28%, #6A75EE 71.34%);
}

.bg-gradient-46 {
  background: linear-gradient(130deg, #B2C880 27.28%, #FCEE97 71.34%);
}

.bg-gradient-orange-1 {
  background: linear-gradient(90deg, rgb(243, 149, 63) 2%, rgb(248, 196, 95) 100%);
}

.backdrop-gradient-1 {
  pointer-events: none;
  background: linear-gradient(rgba(197, 236, 244, 0.75), rgba(211, 249, 242, 0));
  height: 832px;
}

.backdrop-gradient-2 {
  pointer-events: none;
  background: linear-gradient(rgba(211, 249, 242, 0), #c6edf5);
  height: 420px;
}

.backdrop-gradient-3 {
  pointer-events: none;
  height: 832px;
  background: linear-gradient(180deg, #D8F0FA 0%, hsla(252, 91.6666666667%, 76%, 0) 76.42%);
}

.backdrop-gradient-4 {
  pointer-events: none;
  height: 230px;
  background: linear-gradient(transparent, #e5e3fd);
}

.backdrop-fixed-1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(#def1f3, #cfdaff);
}

.bg-hover-white:hover {
  background-color: #fff !important;
}

.bg-hover-dark:hover {
  background-color: #000 !important;
}

.bg-hover-eee:hover {
  background-color: #eee !important;
}

.bg-primary-fade {
  background-color: #eaf4f6;
}

.bg-light-cyan {
  background-color: #ecfcf3 !important;
}

.bg-midnight-blue {
  background-color: #362f5c !important;
}

.bg-dark-lavender {
  background-color: #59567a !important;
}

.bg-gray {
  background-color: #f8f8f9 !important;
}

.bg-gray-2 {
  background-color: #f2f8f9 !important;
}

.bg-gray-3 {
  background-color: #eaf3f3 !important;
}

.bg-blue {
  background-color: #273041 !important;
}

.bg-primary-1 {
  background-color: var(--primary-1-color) !important;
}

.bg-blue-1 {
  background-color: #e0f4fd !important;
}

.bg-blue-2 {
  background-color: #5c67d9 !important;
}

.bg-dusty-blue {
  background-color: #5b7eb2 !important;
}

.bg-white-ice {
  background-color: #f4f9fa !important;
}

.bg-hover-primary:hover {
  background-color: var(--bc-primary-color) !important;
}

.bg-hover-secondary:hover {
  background-color: var(--econdary-color) !important;
}

.bg-soft-lavender {
  background-color: #f1eefb !important;
}

.bg-teal-green {
  background-color: #549f84 !important;
}

.bg-tea-green {
  background-color: #c1e3d0 !important;
}

.bg-pale-green {
  background-color: #d5f4d3 !important;
}

.bg-soft-pink {
  background-color: #ffe1e8 !important;
}

.bg-moonstone-blue {
  background-color: #7aa7bb !important;
}

.bg-alice-blue {
  background-color: #f0f9fc !important;
}

.bg-ming {
  background-color: #1c6e92 !important;
}

.bg-steel-blue {
  background-color: #49839e !important;
}

.bg-light-beige {
  background-color: #fff2d1 !important;
}

.bg-water {
  background-color: #d9f2fa !important;
}

.bg-lavender-blush {
  background-color: #f6e4ff !important;
}

.bg-misty-rose {
  background-color: #ffdbdb !important;
}

.bg-pastel-green {
  background-color: #d8f9ed !important;
}

.bg-pastel-blue {
  background-color: #a3baf2 !important;
}

.bg-maize {
  background-color: #f8c45f !important;
}

.bg-hot-magenta {
  background-color: #f449a5 !important;
}

.bg-sky-blue {
  background-color: #e9f9fd !important;
}

.bg-powder-blue {
  background-color: #e8f5f9 !important;
}

.bg-bright-pink {
  background-color: #f61870 !important;
}

.bg-light-lavender {
  background-color: #dfe7ff !important;
}

.bg-pale-honey {
  background-color: #fce7a9 !important;
}

.bg-pale-mint {
  background-color: #d1f5df !important;
}

.bg-dark-pink {
  background-color: #e54a79 !important;
}

.bg-light-teal {
  background-color: #6fc2b1 !important;
}

.bg-pale-lavender {
  background-color: #dee1f1 !important;
}

.bg-pale-blue {
  background-color: #c6eafb !important;
}

.bg-pale-sand {
  background-color: #f9f0e1 !important;
}

.bg-light-yellow {
  background-color: #e9e48f !important;
}

.text-light-seafoam {
  color: #dcece4 !important;
}

.text-pale-sand {
  background-color: #f9f0e1 !important;
}

.text-light-teal {
  color: #6fc2b1 !important;
}

.text-pale-blue {
  color: #c6eafb !important;
}

.text-tea-green {
  color: #c1e3d0 !important;
}

.text-light-mist {
  color: #dde3eb !important;
}

.text-dark-pink {
  color: #e54a79 !important;
}

.text-steel-blue {
  color: #49839e !important;
}

.text-teal-green {
  color: #549f84 !important;
}

.text-pale-green {
  color: #d5f4d3 !important;
}

.text-amazon-green {
  color: #327365 !important;
}

.text-mint-cream {
  color: #f2f9fa !important;
}

.text-marigold {
  color: #de970e !important;
}

.text-shadow-blue {
  color: #5c7aa9 !important;
}

.text-pink-brown {
  color: #986993 !important;
}

.text-rose-red {
  color: #d85464 !important;
}

.text-maize {
  color: #f8c45f !important;
}

.text-dusty-blue {
  color: #5b7eb2 !important;
}

.text-royal-purple {
  color: #8355a8 !important;
}

.text-hot-pink {
  color: #fe607d !important;
}

.text-neon-pink {
  color: #ff79d1 !important;
}

.text-flamingo-pink {
  color: #c821a3 !important;
}

.text-vivid-pink {
  color: #fe42a7 !important;
}

.text-bright-pink {
  color: #f61870 !important;
}

.text-dolphin-gray {
  color: #645f7e !important;
}

.text-lavender-blue {
  color: #9aa9d6 !important;
}

.text-golden-sand {
  color: #f2d375 !important;
}

.text-gold-1 {
  color: #ffd951 !important;
}

.text-sage-green {
  color: #98c9ab !important;
}

.text-light-gray-green {
  color: #ddede4 !important;
}

.border-hover-primary:hover {
  border-color: var(--bc-primary-color) !important;
}

.border-gray {
  border-color: #d6d6d6 !important;
}

.border-gray-blue {
  border-color: #dcdff0 !important;
}

.color-inherit {
  color: inherit;
}

.fw-thin {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 2;
}

.raw-link {
  text-decoration: underline;
}

.fs-italic {
  font-style: italic;
}

.text-font-title {
  font-family: var(--title-font) !important;
}

.text-font-text {
  font-family: var(--text-font) !important;
}

.fs-18 {
  font-size: 1.125rem;
}

.ff-courier-new {
  font-family: "Courier New";
}

.bc-2024-colors {
  --primary-color: #6fc2b1;
  --primary-color-light: #6fc2b1;
  --primary-color-dark: #6fc2b1;
  --secondary-color: #f5ad61;
  --secondary-color-light: #f5ad61;
  --secondary-color-dark: #d98f45;
  --bs-primary-rgb: 111, 194, 177;
  --bs-secondary-rgb: 245, 173, 97;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.cursor-pointer {
  cursor: pointer;
}

.iScrollIndicator {
  background: rgba(0, 0, 0, 0.25) !important;
}

.badge-primary {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.badge-secondary {
  background-color: var(--secondary-color) !important;
  color: #fff;
}

.badge-success {
  background-color: #34bfa3 !important;
  color: #fff;
}

.badge-danger {
  background-color: var(--bs-danger);
  color: #fff;
}

.badge-warning {
  background-color: #eac459 !important;
  color: #fff;
}

.badge-info {
  background-color: #36a2f5 !important;
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.clear-both {
  clear: both;
}

.relative {
  position: relative;
}

.settings-buttons a {
  display: inline-block;
  padding: 0 4px 0 4px;
  cursor: pointer;
}
.settings-buttons a:hover {
  text-decoration: none;
}

.countdown {
  color: #ffffff;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  position: relative;
}
.countdown span.bl {
  display: inline-block;
  background-color: var(--primary-color);
  line-height: 46px;
  height: 60px;
  width: 20%;
  text-align: center;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 8px;
  /*box-shadow: 1px 1px 4px #111111;*/
  font-size: 30px;
}

.countdown-legend {
  display: block;
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.countdown-legend span {
  display: inline-block;
  width: 22%;
  text-align: center;
}

.custom-checkbox-2 {
  display: block;
  position: relative;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  line-height: 1;
}
.custom-checkbox-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox-2 .checkmark {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  border: 1px solid black;
  background-color: #eee;
}
.custom-checkbox-2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox-2:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-checkbox-2 input:checked ~ .checkmark {
  background-color: #2196f3;
}
.custom-checkbox-2 input:checked ~ .checkmark:after {
  display: block;
}

.list-styled {
  padding: 0;
  list-style: none;
}
.list-styled._secondary li:before {
  background-color: var(--secondary-color);
}
.list-styled li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
.list-styled li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
  content: "";
}

.list-item-options {
  float: right;
  display: inline-block;
  padding: 3px 7px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.list-item-options i {
  cursor: pointer;
  font-size: 15px;
}

.pf.pf-payconiq:before {
  background: transparent url(/img/icons/payconiq-white.png) no-repeat center center;
  background-size: contain;
  content: " ";
  width: 64px;
  height: 32px;
  vertical-align: bottom;
  display: inline-block;
}

#productsSearch {
  position: relative;
}

#productsFilteredList,
.filteredList {
  position: absolute;
  top: 19px;
  left: 0px;
  width: 420px;
  border: 1px solid #dddddd;
  z-index: 88888;
  text-align: left;
  padding: 8px;
  display: none;
  background-color: #ffffff;
  max-height: 250px;
  overflow: auto;
}
#productsFilteredList li,
.filteredList li {
  list-style-type: none;
  list-style-position: outside;
  padding: 2px 0 2px 0px;
  display: block;
  cursor: pointer;
}
#productsFilteredList li:hover,
.filteredList li:hover {
  background-color: #b1d041;
}

.codesource {
  overflow: auto;
  background-color: #444444;
  color: #aaaaaa;
}
.codesource .codesourcerow .function-name {
  color: white;
}
.codesource .codesourcerow .api-key {
  color: #58ff42;
}
.codesource .codesourcerow .request-param {
  color: #89c4ff;
  word-break: break-word;
}
.codesource .codesourcerow .request-flag {
  color: white;
}
.codesource .codesourcerow .url-string {
  color: #ff00ff;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill picture,
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

._object-top img {
  object-position: top;
}

._object-right img {
  object-position: right;
}

._object-bottom img {
  object-position: bottom;
}

._object-left img {
  object-position: left;
}

.bg-light-opacity-soft {
  background-color: rgba(255, 255, 255, 0.97);
}

.bg-none {
  background: none !important;
}

.h-70 {
  height: 70% !important;
}

.h-vh-90 {
  height: 90vh !important;
}

.overflow {
  overflow: hidden;
}

.subsbadge {
  position: relative;
}
.subsbadge:before {
  position: absolute;
  height: 23px;
  font-size: 12px;
  width: 64px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 0;
  color: white;
  border-bottom-left-radius: 4px;
  /*writing-mode: vertical-rl;
  text-orientation: mixed;*/
}
.subsbadge.starter-badge:before {
  content: "Starter";
  background-color: var(--primary-color);
}
.subsbadge.business-badge:before {
  content: "Business";
  background-color: var(--secondary-color);
}

.text-dashed-1 {
  border-bottom: 1px dashed #fff;
}
.text-dashed-1:hover {
  text-decoration: none !important;
}

.getTutorial {
  cursor: pointer;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opacity-0 {
  opacity: 0;
}

.opacity-p15 {
  opacity: 0.15;
}

.no-wrap {
  white-space: nowrap;
}

.clearfix-flex:before, .clearfix-flex:after {
  display: none;
}

.ff-rubik {
  font-family: "Rubik", sans-serif;
}

.ff-nunito {
  font-family: "Nunito", sans-serif;
}

.flex-gap-3 {
  gap: 1rem;
}

.flex-gap-4 {
  gap: 1.5rem;
}

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

.box-border-1 {
  border-radius: 2.25rem;
}

.ff-komika.ff-komika {
  font-family: "Komika Axis" !important;
}

.table-row-group {
  display: table-row-group;
}

.lh-md {
  line-height: 1.75 !important;
}

.anchor-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-rounded-sm {
  border-radius: 10px !important;
}

.box-shadow-1 {
  box-shadow: 0 15px 17px 0 rgba(144, 113, 149, 0.19);
}

.box-shadow-2 {
  box-shadow: 0px 11px 25.4px 0px rgba(21, 21, 21, 0.15);
}

.box-shadow-3 {
  box-shadow: 0px 19px 53.2px rgba(104, 84, 50, 0.19);
}

.box-shadow-4 {
  box-shadow: 0px 30px 88.4px rgba(123, 127, 129, 0.27);
}

.box-shadow-5 {
  box-shadow: 0 12px 37.7px -12px rgba(0, 0, 0, 0.2);
}

.box-theme-1 {
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 12px 37.7px -12px rgba(0, 0, 0, 0.2);
}

.separator-dash {
  border-top: 1px dashed #d6d6d6;
}

.border-dashed {
  opacity: 1;
  border-top: 2px rgba(0, 0, 0, 0.35) dashed;
}

.border-rounded-sm {
  border-radius: 1.5rem;
}

.border-round {
  border-radius: 5rem !important;
}

.border-rounded-md {
  border-radius: 2.5rem;
}

.border-round-xxxs {
  border-radius: 0.3125rem;
}

.border-round-xxs {
  border-radius: 0.625rem;
}

.border-round-xs {
  border-radius: 1rem;
}

.border-round-sm {
  border-radius: 1.5rem;
}

.border-round-regular {
  border-radius: 2rem;
}

.border-round-md {
  border-radius: 2.5rem;
}

.border-round-lg {
  border-radius: 3rem;
}

.border-solid-gray {
  border: 1px solid #d6d6d6 !important;
}

.border-midnight-blue {
  border-color: #362f5c !important;
}

.text-color-inherit {
  color: inherit;
}

.text-underline-around {
  position: relative;
  overflow: hidden;
}
.text-underline-around span {
  position: relative;
}
.text-underline-around span:before, .text-underline-around span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 50vw;
  background-color: #7b8a98;
  content: "";
}
.text-underline-around span:before {
  right: calc(100% + 15px);
}
.text-underline-around span:after {
  left: calc(100% + 15px);
}

.clear-pseudo:before, .clear-pseudo:after {
  display: none;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.z-index-n {
  z-index: -1;
}

.z-index-2 {
  z-index: 2;
}

.text-hover-none {
  text-decoration: none !important;
}

.mh-0 {
  min-height: auto !important;
}

.perfect-round {
  border-radius: 50%;
}

.text-hover-reset:hover {
  text-decoration: none;
}

.z-index-99 {
  z-index: 99;
}

.rotate-180 {
  transform: rotate(180deg);
}

.tilt-a {
  transform: rotate(-2deg);
}

.tilt-b {
  transform: rotate(1deg);
}

.tilt-c {
  transform: rotate(-1.32deg);
}

.tilt-d {
  transform: rotate(3.12deg);
}

.tilt-e {
  transform: rotate(-4.22deg);
}

.tilt-f {
  transform: rotate(6.72deg);
}

.mh-100dvh {
  min-height: 100dvh;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

.today * {
  font-weight: bold;
}

.no-native-icon::-webkit-inner-spin-button, .no-native-icon::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

.w-20 {
  width: 20% !important;
}

.img-copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 38px;
  background-color: #34322D;
  font-size: 11px;
  color: #fff;
}
.img-copyright._light {
  background-color: transparent;
}
.img-copyright:hover > a {
  display: block;
}
.img-copyright > a {
  display: none;
  margin-left: 10px;
  padding-top: 2px;
}
.img-copyright i {
  font-size: 16px;
}

.imp-radio-group .btn-check + label {
  color: #ddd !important;
  /* Exemple : changement de texte si le radio est sélectionné */
}
.imp-radio-group .btn-check:checked + label {
  color: #fff !important;
  /* Exemple : changement de texte si le radio est sélectionné */
}

.table-dark td {
  color: white !important;
}

.font-roboto {
  font-family: "Roboto", serif !important;
}

.font-inter {
  font-family: "Inter", serif !important;
}

.fs-sm {
  font-size: 0.9375rem !important;
}

.fs-md {
  font-size: 1.125rem !important;
}

.mh-auto {
  min-height: auto !important;
}

.font-inherit {
  font-family: inherit !important;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

.scroll-x-container {
  -webkit-overflow-scrolling: touch;
}
.scroll-x-container::-webkit-scrollbar {
  height: 6px;
  /* Set scrollbar height */
}
.scroll-x-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Thumb color */
  border-radius: 4px;
  /* Rounded corners */
}
.scroll-x-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  /* Track color */
}
@media (max-width: 991px) {
  .scroll-x-container {
    padding-bottom: 1rem;
    overflow-x: scroll;
    gap: 1rem;
  }
  .scroll-x-container .scroll-item {
    flex: 0 0 70vw;
  }
  .scroll-x-container .scroll-item:last-child {
    margin-right: calc(30vw - 2rem);
  }
}

@media (min-width: 992px) {
  .display-lg-1 {
    font-size: calc(1.625rem + 4.5vw) !important;
    line-height: 1.2 !important;
  }
  .display-lg-2 {
    font-size: calc(1.575rem + 3.9vw) !important;
    line-height: 1.2 !important;
  }
  .display-lg-3 {
    font-size: calc(1.525rem + 3.3vw) !important;
    line-height: 1.2 !important;
  }
  .display-lg-4 {
    font-size: calc(1.475rem + 2.7vw) !important;
    line-height: 1.2 !important;
  }
  .display-lg-5 {
    font-size: calc(1.425rem + 2.1vw) !important;
    line-height: 1.2 !important;
  }
  .display-lg-6 {
    font-size: calc(1.375rem + 1.5vw) !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 768px) {
  .display-md-1 {
    font-size: calc(1.625rem + 4.5vw) !important;
    line-height: 1.2 !important;
  }
  .display-md-2 {
    font-size: calc(1.575rem + 3.9vw) !important;
    line-height: 1.2 !important;
  }
  .display-md-3 {
    font-size: calc(1.525rem + 3.3vw) !important;
    line-height: 1.2 !important;
  }
  .display-md-4 {
    font-size: calc(1.475rem + 2.7vw) !important;
    line-height: 1.2 !important;
  }
  .display-md-5 {
    font-size: calc(1.425rem + 2.1vw) !important;
    line-height: 1.2 !important;
  }
  .display-md-6 {
    font-size: calc(1.375rem + 1.5vw) !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 576px) {
  .display-sm-1 {
    font-size: calc(1.625rem + 4.5vw) !important;
    line-height: 1.2 !important;
  }
  .display-sm-2 {
    font-size: calc(1.575rem + 3.9vw) !important;
    line-height: 1.2 !important;
  }
  .display-sm-3 {
    font-size: calc(1.525rem + 3.3vw) !important;
    line-height: 1.2 !important;
  }
  .display-sm-4 {
    font-size: calc(1.475rem + 2.7vw) !important;
    line-height: 1.2 !important;
  }
  .display-sm-5 {
    font-size: calc(1.425rem + 2.1vw) !important;
    line-height: 1.2 !important;
  }
  .display-sm-6 {
    font-size: calc(1.375rem + 1.5vw) !important;
    line-height: 1.2 !important;
  }
}
.reset-input-number::-webkit-inner-spin-button, .reset-input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reset-input-number {
  -moz-appearance: textfield;
}

.hover-slide-up {
  transition: all ease 0.35s;
}
.hover-slide-up:hover {
  transform: translateY(-16px);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.btn:hover {
  text-decoration: none;
}
.btn:not(.btn-sm):not(.btn-lg) {
  min-height: 42px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .btn:not(.btn-sm):not(.btn-lg) {
    font-size: 0.9375rem;
  }
}

form label {
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  user-select: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

[v-cloak] {
  display: none;
}

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

.code {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #333333;
  color: #ffffff;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 14px;
}

.table-headless tr:first-of-type td {
  border-top-width: 0;
}

.dunningDone {
  position: relative;
}
.dunningDone:after {
  display: block;
  content: "v";
  color: white;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
  font-style: normal;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  background-color: #34bfa3;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
}

.db-card {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
  font-size: 14px;
}
.db-card .card-header {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e9ec;
  background: #fff;
}
.db-card .card-header .card-title {
  margin-bottom: 0;
  color: #53505f;
  font-size: 18px;
  font-weight: 500;
}
.db-card .card-body {
  padding: 15px 20px;
}
.db-card .card-footer {
  padding: 15px 10px;
  border-top: 1px solid #e5e9ec;
  background: 0 0;
}
@media (max-width: 575px) {
  .db-card .card-body {
    padding: 15px;
  }
}

.suggestion-card {
  position: relative;
}
.suggestion-card p {
  margin: 0;
}
.suggestion-card .suggestion-card-settings {
  position: absolute;
  top: 4px;
  right: 20px;
  background-color: white;
  border-radius: 8px;
  padding: 4px;
}
.suggestion-card i {
  font-size: 14px;
  cursor: pointer;
}
.suggestion-card img {
  height: 200px;
  object-fit: cover;
}
.suggestion-card .ajax-file-upload {
  background-color: var(--primary-color);
  box-shadow: 0 2px 0 0 var(--primary-color);
  font-weight: 600;
  line-height: 1;
}

.table-vam td {
  vertical-align: middle !important;
}

.btn-theme-1 {
  --bs-btn-padding-x: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-mw-lg {
  min-width: 270px;
}

.btn-rounded {
  border-radius: 2rem !important;
}

.form-control-rounded {
  border-radius: 2rem;
}

.btn.reset-rollover {
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:active, .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-outline-default {
  border-color: #d6d6d6;
  color: #333;
}
.btn-outline-default:hover {
  color: #333;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  color: #333;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.btn-outline-default:active, .btn-outline-default.active {
  color: #333;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.custom-radio-btn label {
  display: block;
  padding: 0;
}
.custom-radio-btn input {
  display: none;
}
.custom-radio-btn input:checked ~ .btn {
  background-color: var(--primary-color);
  color: #fff;
}

.quantity-input-group {
  display: flex;
  align-items: center;
  margin: 15px 0;
  text-align: center;
}
.quantity-input-group .btn {
  width: 35px;
}
.quantity-input-group .btn:hover {
  box-shadow: none;
}
.quantity-input-group .btn-dec {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quantity-input-group .btn-inc {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quantity-input-group input {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0;
}

.form-primary ._btn-addon {
  background-color: var(--primary-color);
  color: #fff;
}
.form-primary .form-control {
  border-color: var(--primary-color);
  background-color: transparent;
}
.form-primary .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(var(--primary-color), 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(var(--primary-color), 0.5);
}
.form-primary .input-group-text {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.form-dark ._btn-addon {
  background-color: #161720;
  color: #fff;
}
.form-dark label {
  color: #161720;
}
.form-dark .form-control {
  border-color: #161720;
  box-shadow: none;
  background-color: transparent;
  color: #161720;
}
.form-dark .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 255, 255, 0.8);
}
.form-dark .input-group-text {
  border-color: #161720;
  background-color: #161720;
  color: #fff;
}

.form-light ._btn-addon {
  background-color: #fff;
}
.form-light label {
  color: #fff;
}
.form-light .form-control {
  border-color: #fff;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.form-light .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 255, 255, 0.8);
}
.form-light select.form-control option:not(:first-of-type) {
  color: black;
}

.flatpickr-calendar {
  --theme-color: var(--primary-color);
}
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.radio-button-theme {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
}
.radio-button-theme label {
  display: block;
  cursor: pointer;
  margin: 0;
}
.radio-button-theme input {
  display: none;
}
.radio-button-theme input:checked ~ span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.radio-button-theme span {
  display: block;
  padding: 12px 18px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.form-control-gray {
  box-shadow: none;
  border: 0;
  background-color: #dedeef;
}

.list-theme-1 {
  padding-left: 0;
  list-style: none;
}
.list-theme-1 li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
}
.list-theme-1 li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 1rem;
  content: "";
  border: 3px solid #362f5c;
}

.form-theme-1 .form-control {
  min-height: 52px;
}

.form-theme-2 label {
  margin-top: 8px;
  color: inherit;
  font-weight: 700;
}
.form-theme-2 .form-control {
  border-radius: 10px;
  font-weight: 500;
}
.form-theme-2 .form-switch .form-check-input {
  border-color: #eaf3f3 !important;
}
.form-theme-2 .form-control:not(textarea):not(.form-control-sm):not(.form-control-lg) {
  min-height: 46px;
}
.form-theme-2 .btn {
  border-radius: 5px;
  font-size: 0.875rem !important;
  font-weight: 500;
}
.form-theme-2 .btn:not(.btn-sm):not(.btn-lg) {
  min-height: 46px;
}
.form-theme-2 .btn-default {
  background-color: #eaf3f3;
  border-color: #eaf3f3;
}
.form-theme-2 .input-group-text {
  --bs-border-radius: 10px;
  border: 0;
  background: #e5e7e7;
}
.form-theme-2 .bootstrap-select .btn-light {
  border-radius: 10px;
  font-size: 0.875rem !important;
  font-weight: 500;
  font-family: inherit;
  min-height: 46px;
  background-color: #eaf3f3;
  border-color: #eaf3f3;
  color: #7b8a98;
}

.social-links-1 .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #9497aa;
  border-radius: 50%;
}

.nav-pill {
  border-radius: 2rem;
  padding: 6px;
  background-color: #eff3f4;
}
.nav-pill .active {
  border-radius: 2rem;
  background-color: var(--primary-1-color);
  color: #fff;
}

.accordion-theme-1 .accordion-item {
  position: relative;
  transition: all ease 0.15s;
  outline: 1px solid #d6d6d6;
  border-radius: 1rem;
  overflow: hidden;
}
.accordion-theme-1 .accordion-item:before {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(198, 231, 226, 0.7), #c1e3d0);
  opacity: 0;
  content: "";
  transition: all ease 0.15s;
}
.accordion-theme-1 .accordion-item:has(.show) {
  margin-bottom: 50px !important;
  outline: 4px solid rgba(111, 194, 177, 0.5);
  box-shadow: 0 19px 16px 0 rgba(0, 0, 0, 0.05);
}
.accordion-theme-1 .accordion-item:has(.show):before {
  display: none;
}
.accordion-theme-1 .accordion-item .accordion-header {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}
.accordion-theme-1 .accordion-item .accordion-button {
  font-size: inherit;
  font-weight: inherit;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.accordion-theme-1 .accordion-item .accordion-button:before {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 27px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #f1f3fc;
  border-radius: 50%;
  color: var(--primary-1-color);
  content: "\f067";
}
.accordion-theme-1 .accordion-item .accordion-button:after {
  display: none;
}
.accordion-theme-1 .accordion-item .accordion-button:not(.collapsed):before {
  background-color: var(--primary-1-color);
  color: #fff;
  content: "\f068";
}
.accordion-theme-1 .accordion-item .accordion-body {
  position: relative;
}
@media (min-width: 576px) {
  .accordion-theme-1 .accordion-item .accordion-button:before {
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .accordion-theme-1 .accordion-item:hover {
    outline-color: transparent;
  }
  .accordion-theme-1 .accordion-item:hover:before {
    opacity: 1;
  }
}

.accordion-theme-2 .accordion-toggle:not(.collapsed) .toggle-icon {
  transform: rotate(45deg);
}
.accordion-theme-2 .accordion-toggle .toggle-icon {
  transition: all ease 0.35s;
}
.accordion-theme-2 .accordion-item:hover, .accordion-theme-2 .accordion-item:has(.collapse.show) {
  background-color: #f3f9f6;
  border-color: var(--primary-1-color) !important;
}

.breadcrumb-dropdown .btn {
  background-color: #e8e8e8;
  border-radius: 6px;
  padding: 4px 8px;
  min-height: 0 !important;
  color: #7b8a98;
}
.breadcrumb-dropdown .btn:after {
  display: none;
}
.breadcrumb-dropdown .btn i {
  line-height: 9px;
}
.breadcrumb-dropdown .dropdown-menu {
  box-shadow: 0 12px 37.7px -12px rgba(0, 0, 0, 0.2);
  border: 1px solid #e4e4e4;
  border-radius: 20px;
}

.dt-bootstrap5 .dt-buttons .btn {
  background-color: transparent !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px !important;
  color: inherit !important;
}
.dt-bootstrap5 .table > :not(caption) > * > * {
  padding: 1.125rem 0.5rem;
}
.dt-bootstrap5 .table.dataTable > tbody > tr:hover td {
  background-color: #eff3f4;
}
.dt-bootstrap5 .table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px var(--primary-color);
}
.dt-bootstrap5 .pagination {
  --bs-pagination-bg: transparent;
  --bs-pagination-disabled-bg: transparent;
}

.scrollbar-theme-1::-webkit-scrollbar {
  width: 9px;
  border-radius: 9px;
}
.scrollbar-theme-1::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 9px;
}
.scrollbar-theme-1::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 9px;
}
.scrollbar-theme-1::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}

.btn-blue {
  --bs-btn-bg: #428bd4;
  --bs-btn-border-color: #428bd4;
  --bs-btn-hover-bg: #428bd4;
  --bs-btn-hover-border-color: #428bd4;
  --bs-btn-active-bg: #428bd4;
  --bs-btn-active-border-color: #428bd4;
  --bs-btn-disabled-bg: #428bd4;
  --bs-btn-disabled-border-color: #428bd4;
  --bs-btn-disabled-color: #fff;
  --bs-btn-color: #fff;
}

.btn-outline-blue {
  --bs-btn-border-color: #428bd4;
  --bs-btn-hover-bg: #428bd4;
  --bs-btn-hover-border-color: #428bd4;
  --bs-btn-active-bg: #428bd4;
  --bs-btn-active-border-color: #428bd4;
  --bs-btn-disabled-color: #428bd4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #428bd4;
  --bs-btn-disabled-color: #428bd4;
  --bs-btn-color: #428bd4;
  --bs-btn-hover-color: #fff;
}

.btn-outline-gray {
  --bs-btn-border-color: #d6d6d6;
  --bs-btn-hover-border-color: #d6d6d6;
}

.dropdown-theme-1 {
  border-radius: 10px;
}
.dropdown-theme-1 .dropdown-item:hover, .dropdown-theme-1 .dropdown-item:focus {
  background-color: transparent;
  color: inherit;
}
.dropdown-theme-1 .dropdown-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .dropdown-lg {
    width: 395px;
  }
}

.grid-list-nav {
  border: 0;
}
.grid-list-nav .nav-item ~ .nav-item {
  margin-left: -1px;
}
.grid-list-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.grid-list-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.grid-list-nav .nav-link {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #7b8a98;
}
.grid-list-nav .nav-link:hover {
  border: 1px solid #d6d6d6;
}
.grid-list-nav .nav-link.active {
  border: 1px solid #d6d6d6;
  color: #428bd4;
}

@media only screen and (max-width: 767px) {
  .bc-responsive-table table,
  .bc-responsive-table thead,
  .bc-responsive-table tbody,
  .bc-responsive-table tfoot,
  .bc-responsive-table th,
  .bc-responsive-table td,
  .bc-responsive-table tr {
    display: block;
  }
  .bc-responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .bc-responsive-table tr {
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  .bc-responsive-table tbody td {
    border: none;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 40% !important;
    white-space: normal;
    text-align: left;
  }
  .bc-responsive-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .bc-responsive-table td:before {
    content: attr(data-title);
  }
}
.icon-round-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e8ef;
}

.td-y-center td {
  vertical-align: middle;
}

.text-center-separator {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.text-center-separator .text {
  position: relative;
  padding: 0 2rem;
}
.text-center-separator .text:before, .text-center-separator .text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 100vw;
  background-color: var(--border-color);
  content: "";
}
.text-center-separator .text:before {
  right: 100%;
}
.text-center-separator .text:after {
  left: 100%;
}

.bootbox .modal-footer .btn {
  --bs-btn-padding-x: 1.125rem;
  border-radius: 2rem;
}

.responsive-tabs > .nav-tabs {
  display: none;
}
.responsive-tabs .collapse-toggle {
  text-decoration: none;
}
@media (min-width: 992px) {
  .responsive-tabs .nav-tabs {
    display: flex;
  }
  .responsive-tabs > .tab-content > .tab-pane > .collapse {
    display: block !important;
  }
  .responsive-tabs .collapse-toggle {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .responsive-tabs > .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    margin-bottom: 0.5rem;
  }
}

.bc-card {
  position: relative;
  border: 1px solid var(--border-color);
}
.bc-card .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.custom-datatables-addons {
  display: none;
}

.dt-container .custom-datatables-addons {
  display: block;
  margin: 0 !important;
}
.dt-container .custom-datatables-addons .form-select {
  border-radius: 5px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-size: 0.9375rem;
}

.currency-mask {
  text-align: left !important;
}

.universal-icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.bg-color-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.list-inline-0 {
  display: flex;
}
@media (min-width: 576px) {
  .list-inline-0 {
    padding-left: 0;
  }
  .list-inline-0 li:first-child {
    list-style-type: none;
  }
  .list-inline-0 li ~ li {
    padding-left: 0.175rem;
    margin-left: 2.125rem;
  }
}

.bc-progress-bar-container {
  position: relative;
}
.bc-progress-bar-container ._progress {
  height: 6px;
  border-radius: 4px;
  background-color: #eaf3f3;
}
.bc-progress-bar-container ._progress ._bar {
  height: 100%;
  border-radius: 4px;
}

.ec-time-grid .ec-line,
.ec-time-grid .ec-time {
  height: 30px;
}

.animation-backdrop-1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 700%;
  animation: animationBackdrop1 50s ease-in-out infinite alternate;
  background-position: 0% 100%;
}
.animation-backdrop-1 .lottie-element {
  position: absolute;
  top: 0;
  width: 155px;
  opacity: 0;
  z-index: 2;
}
.animation-backdrop-1 .lottie-canvas {
  width: 100%;
  height: 100%;
}
.animation-backdrop-1 .lottie-element-1 {
  left: 5%;
  animation: parachute1 20s linear 5s;
}
.animation-backdrop-1 .lottie-element-2 {
  left: 30%;
  animation: parachute1 20s linear 18s;
}
.animation-backdrop-1 .lottie-element-3 {
  right: 25%;
  animation: parachute1 20s linear 12s;
}
.animation-backdrop-1 .lottie-element-4 {
  right: 5%;
  animation: parachute1 20s linear;
}
.animation-backdrop-1 .cloud {
  position: absolute;
  opacity: 9;
  z-index: 1;
}
.animation-backdrop-1 .cloud-1 {
  top: 14%;
  left: 30%;
  width: 100px;
  animation: cloud-glide 500s linear;
}
.animation-backdrop-1 .cloud-2 {
  top: 36%;
  left: -4%;
  animation: cloud-glide 250s linear;
}
.animation-backdrop-1 .cloud-3 {
  top: 30%;
  left: 70%;
  animation: cloud-glide 450s linear;
}
.animation-backdrop-1 .cloud-4 {
  bottom: -10px;
  left: 45%;
  animation: cloud-glide 100s linear;
}

.backdrop-parachutes {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-position: 0% 100%;
}
.backdrop-parachutes .lottie-element {
  position: absolute;
  top: 0;
  width: 90px;
  opacity: 0;
  z-index: 2;
}
.backdrop-parachutes .lottie-canvas {
  width: 100%;
  height: 100%;
}
.backdrop-parachutes .lottie-element-1 {
  left: 5% !important;
  animation: parachute1 20s linear 5s;
}
.backdrop-parachutes .lottie-element-2 {
  left: 30% !important;
  animation: parachute1 20s linear 18s;
}
.backdrop-parachutes .lottie-element-3 {
  left: auto !important;
  right: 25%;
  animation: parachute1 20s linear 12s;
}
.backdrop-parachutes .lottie-element-4 {
  left: auto !important;
  right: 5%;
  animation: parachute1 20s linear;
}
@media (min-width: 576px) {
  .backdrop-parachutes .lottie-element {
    width: 155px;
  }
}

.backdrop-clouds .cloud {
  position: absolute;
  opacity: 9;
  z-index: 1;
}
.backdrop-clouds .cloud-1 {
  top: 14% !important;
  left: 30% !important;
  width: 100px;
  animation: cloud-glide 500s linear;
}
.backdrop-clouds .cloud-2 {
  top: 36% !important;
  left: -55% !important;
  animation: cloud-glide 250s linear;
  opacity: 0.25;
}
.backdrop-clouds .cloud-3 {
  top: 30% !important;
  left: 70% !important;
  animation: cloud-glide 450s linear;
}
.backdrop-clouds .cloud-4 {
  top: auto !important;
  bottom: -10px;
  left: 45% !important;
  animation: cloud-glide 100s linear;
}
.backdrop-clouds .cloud-5 {
  top: 75% !important;
  left: 5% !important;
  animation: cloud-glide 150s linear;
}
.backdrop-clouds .cloud-6 {
  top: 45% !important;
  left: 40% !important;
  animation: cloud-glide 250s linear;
}
.backdrop-clouds .cloud-7 {
  top: 20% !important;
  left: 60% !important;
  width: 120px;
  opacity: 0.75;
}
.backdrop-clouds .cloud-8 {
  top: 26% !important;
  left: 20% !important;
  opacity: 0.85;
}
.backdrop-clouds .cloud-9 {
  top: 42% !important;
  left: 62% !important;
}
.backdrop-clouds .cloud-10 {
  top: 85% !important;
  left: 20% !important;
}
.backdrop-clouds .bolt {
  position: absolute;
  top: 70%;
  left: 40%;
  width: 20%;
  transform-origin: top;
}
.backdrop-clouds .bolt-1 {
  animation: bolt-strike 2s ease infinite;
}
.backdrop-clouds .bolt-2 {
  animation: bolt-strike 2s ease infinite 1s;
  width: 15%;
}
@media (min-width: 576px) {
  .backdrop-clouds .cloud-2 {
    left: -4% !important;
  }
}

.lottie-particles-1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.lottie-particles-1 .lottie-canvas {
  z-index: 1;
  height: 100%;
}

.gallery-grid-1 .gallery-item {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 6px;
}
.gallery-grid-1 .gallery-item img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mouse-scroll-bottom {
  position: relative;
  cursor: pointer;
}
.mouse-scroll-bottom ._mouse {
  margin-bottom: 6px;
}
.mouse-scroll-bottom ._mouse-trails ._trail {
  width: 11px;
  height: 11px;
  border-right: 3px solid #1e1e2a;
  border-bottom: 3px solid #1e1e2a;
  transform: rotate(45deg);
  animation: srcoll-trail 1.2s infinite;
}
.mouse-scroll-bottom ._mouse-trails ._trail:nth-child(2) {
  animation-delay: 0.2s;
}

.bc-cookies-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  z-index: 1500;
}
.bc-cookies-container:not(._animate) {
  transform: translateY(100%);
}
.bc-cookies-container._animate {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.bc-cookies-container .icon img {
  width: 54px;
}
.bc-cookies-container .bc-cookies-prompt {
  position: relative;
  border-radius: 1.5rem;
  background-color: #ffc9ca;
  color: #000;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  transition: background ease 0.35s;
}
.bc-cookies-container .bc-cookies-buttons .btn {
  min-height: 34px;
  font-size: 12px;
}
.bc-cookies-container .bc-cookies-buttons .btn-light {
  background-color: #fff;
}
@media (min-width: 576px) {
  .bc-cookies-container {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .bc-cookies-container .bc-cookies-prompt {
    border-radius: 4rem;
  }
  .bc-cookies-container .bc-cookies-content {
    max-height: 55px;
    overflow: auto;
  }
  .bc-cookies-container .bc-cookies-content::-webkit-scrollbar {
    width: 8px;
  }
  .bc-cookies-container .bc-cookies-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px;
  }
  .bc-cookies-container .bc-cookies-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
  }
  .bc-cookies-container .bc-cookies-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media (min-width: 992px) {
  .bc-cookies-container .bc-cookies-prompt {
    padding: 22px 35px !important;
  }
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(1, 1, 1) !important;
  transition: none !important;
  opacity: 1 !important;
}

.icon-container-xs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.icon-container-sm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.icon-container-reg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.icon-container-md {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
}

.img-container-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 80px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  font-size: 0.8125rem;
}

.lg-toolbar .lg-icon {
  color: #fff;
}

#lg-counter {
  color: #fff;
}

.lg-actions .lg-icon {
  color: #fff;
}

.parallax-layer {
  will-change: transform;
}

.password-utility-wrapper {
  position: relative;
}
.password-utility-wrapper .toggle-password-input {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-utility-wrapper .toggle-password-input.show-password .fa-eye:before {
  content: "\f070" !important;
}

.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color-dark);
  --bs-btn-hover-border-color: var(--primary-color-dark);
  --bs-btn-active-bg: var(--primary-color-dark);
  --bs-btn-active-border-color: var(--primary-color-dark);
  --bs-btn-disabled-bg: var(--primary-color-dark);
  --bs-btn-disabled-border-color: var(--primary-color-light);
  --bs-btn-disabled-color: #fff;
}

.btn-primary-1 {
  --bs-btn-bg: var(--primary-1-color);
  --bs-btn-border-color: var(--primary-1-color);
  --bs-btn-hover-bg: var(--primary-1-color-dark);
  --bs-btn-hover-border-color: var(--primary-1-color-dark);
  --bs-btn-active-bg: var(--primary-1-color-dark);
  --bs-btn-active-border-color: var(--primary-1-color-dark);
  --bs-btn-disabled-bg: var(--primary-1-color-dark);
  --bs-btn-disabled-border-color: var(--primary-1-color-light);
  --bs-btn-disabled-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-color);
}

.btn-outline-primary-1 {
  --bs-btn-color: var(--primary-1-color);
  --bs-btn-border-color: var(--primary-1-color);
  --bs-btn-hover-bg: var(--primary-1-color-dark);
  --bs-btn-hover-border-color: var(--primary-1-color-dark);
  --bs-btn-active-bg: var(--primary-1-color-dark);
  --bs-btn-active-border-color: var(--primary-1-color-dark);
  --bs-btn-disabled-color: var(--primary-1-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-1-color);
}

.btn-secondary {
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-bg: var(--secondary-color-dark);
  --bs-btn-hover-border-color: var(--secondary-color-dark);
  --bs-btn-active-bg: var(--secondary-color-dark);
  --bs-btn-active-border-color: var(--secondary-color-dark);
  --bs-btn-disabled-bg: var(--secondary-color-dark);
  --bs-btn-disabled-border-color: var(--secondary-color-light);
  --bs-btn-disabled-color: #fff;
}

.btn-secondary-1 {
  --bs-btn-bg: var(--secondary-1-color);
  --bs-btn-border-color: var(--secondary-1-color);
  --bs-btn-hover-bg: var(--secondary-1-color-dark);
  --bs-btn-hover-border-color: var(--secondary-1-color-dark);
  --bs-btn-active-bg: var(--secondary-1-color-dark);
  --bs-btn-active-border-color: var(--secondary-1-color-dark);
  --bs-btn-disabled-bg: var(--secondary-1-color-dark);
  --bs-btn-disabled-border-color: var(--secondary-1-color-light);
  --bs-btn-disabled-color: #fff;
}

.btn-gray {
  --bs-btn-bg: #eff3f4;
  --bs-btn-border-color: #eff3f4;
  --bs-btn-hover-bg: #eff3f4;
  --bs-btn-hover-border-color: #eff3f4;
  --bs-btn-active-bg: #eff3f4;
  --bs-btn-active-border-color: #eff3f4;
  --bs-btn-disabled-bg: #eff3f4;
  --bs-btn-disabled-border-color: #eff3f4;
  --bs-btn-disabled-color: #000;
}

.btn-primary,
.btn-primary-1,
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}

.btn-outline-primary,
.btn-outline-primary-1,
.btn-outline-secondary {
  --bs-btn-hover-color: #fff;
}

.btn-outline-primary-1:hover {
  background-color: var(--primary-1-color) !important;
  border-color: var(--primary-1-color) !important;
}

.dropdown-menu {
  font-size: 0.875rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-control:not(.form-control-lg):not(.form-control-sm):not(textarea) {
  height: 42px;
}

.form-control.error,
.form-select.error {
  border-color: #fe4f4f !important;
}
.form-control.error:focus,
.form-select.error:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(254, 79, 79, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(254, 79, 79, 0.5);
}
.form-control[readonly], .form-control.readonly,
.form-select[readonly],
.form-select.readonly {
  background-color: #ebf0f2;
  box-shadow: none;
}
.form-control[disabled], .form-control.disabled,
.form-select[disabled],
.form-select.disabled {
  opacity: 0.75;
  background-color: #ebf0f2 !important;
  box-shadow: none;
  cursor: not-allowed;
}

.form-select:not(.form-select-lg):not(.form-select-sm) {
  height: 42px;
}

.modal {
  --bs-modal-width: 600px;
}

@media (min-width: 992px) {
  .modal-lg {
    --bs-modal-width: 900px;
  }
}

.modal-title {
  margin-top: 0;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-color: var(--bs-primary);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-focus-bg: inherit;
}
.pagination .page-item:not(.disabled) .page-link {
  cursor: pointer;
}
.pagination .page-link {
  text-decoration: none;
}

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

.panel-body {
  padding: 15px;
}

.nav-link {
  color: inherit;
}
.nav-link:hover {
  text-decoration: none;
}

.lead {
  margin-bottom: 1.25rem;
  font-weight: var(--lead-fw);
  font-size: var(--lead-fs);
  line-height: var(--lead-lh);
  letter-spacing: var(--lead-ls);
}

.breadcrumb-theme .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb-theme .breadcrumb-item:not(.active) {
  color: #7b8a98;
}
.breadcrumb-theme .breadcrumb-item + .breadcrumb-item {
  margin-left: 1rem;
}
.breadcrumb-theme .breadcrumb-item + .breadcrumb-item:before {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  padding-right: 2rem;
  color: #7b8a98;
  content: "\f105";
}

.dropdown-menu .dropdown-item:hover {
  text-decoration: none;
}

.nav-tabs-theme-1 {
  border: 0;
}
.nav-tabs-theme-1 .nav-item:first-child .nav-link {
  padding-left: 0;
}
.nav-tabs-theme-1 .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  font-weight: 700;
}
.nav-tabs-theme-1 .nav-link.active {
  border-bottom: 3px solid #6fc2b1;
}
.nav-tabs-theme-1 .nav-link:not(.active) {
  color: #7b8a98;
  font-weight: 400;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.text-bg-info {
  background-color: #e5f1fd !important;
  color: #428bd4 !important;
}

.text-bg-success {
  background-color: #cbf9df !important;
  color: #549f84 !important;
}

.text-bg-danger {
  background-color: #fcdede !important;
  color: #ca6767 !important;
}

.text-bg-warning {
  background-color: #fbf3d7 !important;
  color: #f37d41 !important;
}

.text-bg-default {
  background-color: #eff3f4 !important;
  color: #7b8a98 !important;
}

.badge {
  --bs-badge-padding-y: 0.125rem;
  --bs-badge-border-radius: 5px;
  --bs-badge-font-weight: 800;
  line-height: inherit;
  text-transform: uppercase;
}

.dropdown-toggle._no-caret:after {
  display: none;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd;
}

.slick-prev {
  left: 15px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

.slick-slider:not(.slick-lightbox-slick) {
  overflow: hidden;
}
.slick-slider:not(.slick-lightbox-slick) .slick-arrow {
  top: 0;
  bottom: 0;
  width: 40px;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, 0);
  height: 100%;
  width: 40px;
  background-color: rgba(22, 23, 32, 0.15);
}
.slick-slider:not(.slick-lightbox-slick) .slick-arrow:before {
  font-weight: 300;
  font-size: 46px;
  color: white;
  text-shadow: 0px 0px 1px #000;
}
@media (min-width: 576px) {
  .slick-slider:not(.slick-lightbox-slick) .slick-arrow {
    width: 60px;
  }
  .slick-slider:not(.slick-lightbox-slick) .slick-arrow:before {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .slick-slider:not(.slick-lightbox-slick) .slick-prev {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .slick-slider:not(.slick-lightbox-slick) .slick-next {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .slick-slider:not(.slick-lightbox-slick):hover .slick-prev {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .slick-slider:not(.slick-lightbox-slick):hover .slick-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item {
  height: 100%;
}
.slick-slider-full .slide-item {
  position: relative;
}
.slick-slider-full .slide-item:focus {
  outline: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #efa456;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #43d4b2;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #db2766;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #242f43;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

.loaded #loader {
  animation: none;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--bc-primary-color);
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 15px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: none;
  position: fixed;
  z-index: 1055;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  #nprogress .spinner {
    display: block;
  }
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: var(--bc-primary-color);
  border-left-color: var(--bc-primary-color);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body:not(.fp-viewing-0):not(.fp-viewing-7):not(.fp-viewing-8) .steps-progress-wrap {
  animation: fadeIn 0.5s both 0.5s;
}

.steps-progress-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  background-color: #171d29;
  transition: all ease 0.5s;
}
.steps-progress-wrap .steps-progress-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  margin: 0;
}
.steps-progress-wrap .steps-progress-list > li {
  position: relative;
}
.steps-progress-wrap .steps-progress-list > li > a {
  display: inline-flex;
  align-items: center;
  padding: 8px;
}
.steps-progress-wrap .steps-progress-list > li > a:active, .steps-progress-wrap .steps-progress-list > li > a:focus, .steps-progress-wrap .steps-progress-list > li > a:hover {
  text-decoration: none;
}
.steps-progress-wrap .steps-progress-list > li.active .step-icon:before {
  display: block;
  -webkit-animation: point-indicator 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  animation: point-indicator 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}
.steps-progress-wrap .steps-progress-list > li.active i {
  font-weight: 900;
}
.steps-progress-wrap .steps-progress-list > li.done .step-icon i {
  font-weight: 900;
}
.steps-progress-wrap .steps-progress-list .step-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  color: var(--primary-color);
}
.steps-progress-wrap .steps-progress-list .step-icon:before, .steps-progress-wrap .steps-progress-list .step-icon:after {
  display: none;
  position: absolute;
  content: "";
}
.steps-progress-wrap .steps-progress-list .step-icon:before {
  top: 10px;
  left: -10px;
  border-top: 5px solid var(--primary-color);
  transform: rotate(45deg);
  border-left: 5px solid transparent;
}
.steps-progress-wrap .steps-progress-list .step-icon:after {
  top: -6px;
  right: -5px;
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
  content: "\f00c";
  font-size: 10px;
  font-family: "Font Awesome 5 Pro";
  color: var(--primary-color);
  font-size: 8px;
}
.steps-progress-wrap .steps-progress-list .fa-walking {
  font-size: 20px;
}
.steps-progress-wrap .steps-progress-list .fa-user-edit {
  margin-left: 4px;
}
.steps-progress-wrap .steps-progress-list .fa-store,
.steps-progress-wrap .steps-progress-list .fa-gift-card {
  font-size: 16px;
}
.steps-progress-wrap .steps-progress-list .step-tooltip {
  display: none;
  margin-top: 1px;
  margin-left: 14px;
  color: var(--primary-color);
  font-size: 12px;
  transition: all ease 0.35s;
}
@media (min-width: 992px) {
  .steps-progress-wrap {
    right: auto;
    bottom: 30%;
    left: 2%;
    padding: 14px 0 14px 14px;
    background-color: transparent;
  }
  .steps-progress-wrap .steps-progress-list {
    justify-content: flex-start;
    flex-direction: column;
  }
  .steps-progress-wrap .steps-progress-list > li {
    margin-bottom: 38px;
  }
  .steps-progress-wrap .steps-progress-list > li > a {
    padding: 0;
  }
  .steps-progress-wrap .steps-progress-list > li:after {
    position: absolute;
    top: 30px;
    left: 11px;
    width: 2px;
    height: 30px;
    background-color: var(--primary-color);
    content: "";
  }
  .steps-progress-wrap .steps-progress-list > li:last-child:after {
    display: none;
  }
  .steps-progress-wrap .steps-progress-list > li:last-child {
    margin-bottom: 0;
  }
  .steps-progress-wrap .steps-progress-list > li.done {
    bottom: 0;
  }
  .steps-progress-wrap .steps-progress-list .step-icon {
    color: var(--primary-color);
  }
}
@media (min-width: 1440px) and (max-width: 1549px) {
  .steps-progress-wrap .steps-progress-list .step-tooltip {
    display: block;
    left: 20px;
    margin-top: 2px;
    line-height: 1;
  }
}
@media (min-width: 1550px) {
  .steps-progress-wrap .steps-progress-list .step-tooltip {
    display: block;
  }
}

.signup-steps-progress .steps-progress-list > li {
  display: flex;
  align-items: center;
  padding: 8px;
}
.signup-steps-progress .steps-progress-list > li.done .step-icon:after {
  display: block !important;
}
.signup-steps-progress .steps-progress-list .fa-user-check {
  margin-left: 7px;
}
@media (min-width: 992px) {
  .signup-steps-progress {
    position: absolute;
    top: 100px;
    bottom: auto;
    left: -50px;
    opacity: 1;
    visibility: visible;
  }
  .signup-steps-progress .steps-progress-list > li {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .signup-steps-progress {
    left: -140px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-sm {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-sm {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes point-indicator {
  0% {
    -webkit-transform: translatex(-4px) rotate(45deg);
    transform: translatex(-4px) rotate(45deg);
  }
  100% {
    -webkit-transform: translatex(0) rotate(45deg);
    transform: translatex(0) rotate(45deg);
  }
}
@keyframes point-indicator {
  0% {
    -webkit-transform: translatex(-4px) rotate(45deg);
    transform: translatex(-4px) rotate(45deg);
  }
  100% {
    -webkit-transform: translatex(0) rotate(45deg);
    transform: translatex(0) rotate(45deg);
  }
}
body.menu-active {
  overflow: hidden !important;
}

@media (min-width: 992px) {
  body:not([data-page=unbranded]) .navbar:not(.custom-navbar) .navbar-brand {
    background-color: #fff;
  }
  body:not([data-page=unbranded]) .navbar:not(.custom-navbar) .navbar-brand > a {
    background-image: url("/img/logo-min.svg");
    background-size: 100% 100%;
  }
  body:not([data-page=unbranded]) .navbar:not(.custom-navbar) .navbar-brand img {
    opacity: 0;
  }
}

.navbar-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navbar-backdrop.show {
  opacity: 0.5;
  visibility: visible;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1033;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: #171d29;
}
.navbar.active .navbar-toggler {
  color: var(--primary-color);
}
.navbar.active #navbar-drawer {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navbar .navbar-inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-toggler {
  display: block;
  margin: 0;
  padding: 5px 14px;
  color: #fff;
}
.navbar .navbar-brand {
  margin-left: -10px;
  padding: 5px;
}
.navbar .navbar-brand a {
  display: block;
}
.navbar .navbar-brand img {
  width: 54px;
}
.navbar .navbar-utilities .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
}
.navbar .navbar-utilities .nav-link:hover {
  color: var(--primary-color);
}
.navbar .nav .nav-link:hover {
  text-decoration: none;
}
.navbar .navbar-nav {
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 15px;
  text-align: right;
}
.navbar .navbar-nav .nav-item {
  float: none;
}
.navbar .navbar-nav .nav-link {
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.navbar .navbar-nav .nav-link span {
  margin-left: 10px;
}
.navbar .navbar-nav .nav-link span i {
  font-size: 16px;
}
.navbar .navbar-nav .nav-bc-cta .btn-cta {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}
.navbar .navbar-nav .nav-bc-cta .btn-cta-primary {
  color: var(--primary-color);
}
.navbar .navbar-nav .nav-bc-cta .btn-cta-secondary {
  color: var(--secondary-color);
}
.navbar #main-navbar-menu {
  flex-direction: row;
  align-items: center;
}
.navbar #navbar-drawer {
  position: fixed;
  top: 64px;
  z-index: 1033;
  height: 100%;
  right: 0;
  width: 300px;
  padding: 0 12px;
  background-color: #121721;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.navbar .navbar-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navbar .language-dropdown {
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1050;
}
.navbar .language-dropdown .dropdown-toggle {
  display: block;
  width: 60px;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.navbar .language-dropdown .dropdown-toggle:hover {
  color: var(--primary-color);
}
.navbar .language-dropdown .dropdown-toggle:hover, .navbar .language-dropdown .dropdown-toggle:focus {
  text-decoration: none;
}
.navbar .language-dropdown .dropdown-toggle.show {
  background-color: #2c2c3e;
  color: #fff;
}
.navbar .language-dropdown .caret {
  display: inline-block !important;
  margin-left: 3px;
}
.navbar .language-dropdown .dropdown-menu {
  min-width: 60px;
  border: 0;
  border-radius: 0;
}
.navbar .language-dropdown .dropdown-menu > li > a {
  padding: 3px 14px;
}
.navbar .social-list {
  column-gap: 1rem;
  row-gap: 0.5rem;
  margin: 0 15px 0 0;
  text-align: right;
  color: #fff;
}
.navbar .social-list .list-label {
  display: block;
}
.navbar .social-list > li i {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar {
    position: absolute;
    background-color: transparent;
  }
  .navbar .navbar-inner {
    padding-right: 80px;
  }
  .navbar .navbar-header {
    float: none;
  }
  .navbar .navbar-header:before, .navbar .navbar-header:after {
    display: none;
  }
  .navbar .navbar-toggler {
    display: none;
  }
  .navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-left: 0;
  }
  .navbar .navbar-brand img {
    display: block;
    width: 75px;
  }
  .navbar .navbar-utilities .nav-link {
    color: #292f41;
  }
  .navbar .navbar-nav {
    margin: 0;
    float: none;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
  }
  .navbar .navbar-nav .nav-item-id-128,
  .navbar .navbar-nav .nav-item-id-101 {
    display: none;
  }
  .navbar .navbar-nav .nav-link {
    color: #292f41;
  }
  .navbar .navbar-nav .nav-link span {
    display: none;
  }
  .navbar .navbar-nav .nav-item-cta .nav-link {
    background-color: var(--secondary-color);
    border-radius: 2px;
    color: #fff;
  }
  .navbar .navbar-nav .nav-item-cta .nav-link:hover {
    background-color: var(--secondary-color-dark);
    color: #fff;
  }
  .navbar .navbar-nav .nav-bc-cta {
    margin-right: 0;
  }
  .navbar .navbar-nav .nav-bc-cta .btn-cta {
    padding: 8px 16px;
    color: #fff;
  }
  .navbar .navbar-nav .nav-bc-cta .btn-cta-primary {
    background-color: var(--primary-color);
  }
  .navbar .navbar-nav .nav-bc-cta .btn-cta-primary:hover {
    background-color: var(--primary-color-dark);
  }
  .navbar .navbar-nav .nav-bc-cta .btn-cta-secondary {
    background-color: var(--secondary-color);
  }
  .navbar .navbar-nav .nav-bc-cta .btn-cta-secondary:hover {
    background-color: var(--secondary-color-dark);
  }
  .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    border: 0;
  }
  .navbar #main-navbar-menu {
    flex-direction: column;
    align-items: flex-end;
  }
  .navbar #navbar-drawer {
    position: relative;
    width: auto;
    height: auto;
    right: auto;
    top: auto !important;
    padding: 0;
    margin-left: auto;
    background-color: transparent;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .navbar .social-list {
    display: none;
  }
  .navbar .language-dropdown .dropdown-toggle {
    color: #292f41;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown-menu {
    margin: 0;
    border: 0;
    padding: 0 12px 12px 0;
    background-color: transparent;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    margin-right: 5px;
    color: #fff;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .lp-navbar[data-bs-theme=dark] .nav {
    color: #fff;
  }
  .lp-navbar[data-bs-theme=dark] .navbar-nav .nav-link {
    color: #fff;
  }
}

.navbar-homepage .language-dropdown {
  position: relative;
  top: 0 !important;
  right: 0;
}
@media (min-width: 992px) {
  .navbar-homepage .navbar-nav {
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
  .navbar-homepage .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta {
    position: relative;
    background-color: transparent;
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta:before {
    position: absolute;
    bottom: 8px;
    right: 15px;
    left: 15px;
    height: 1px;
    content: "";
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta:hover {
    border: 0;
    color: #fff;
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta-primary {
    color: var(--primary-color);
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta-primary:before {
    background-color: var(--primary-color);
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta-primary:hover {
    background-color: var(--primary-color);
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta-secondary {
    color: var(--secondary-color);
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta-secondary:before {
    background-color: var(--secondary-color);
  }
  .navbar-homepage .navbar-nav .nav-bc-cta .btn-cta-secondary:hover {
    background-color: var(--secondary-color);
  }
  .navbar-homepage .navbar-drawer {
    margin-top: auto;
  }
}

.navbar-legacy .navbar-inner {
  align-items: center;
}
.navbar-legacy .navbar-utilities .nav-item-help {
  display: none;
}
.navbar-legacy .navbar-nav .nav-item-cta {
  margin-right: 0;
}
.navbar-legacy .navbar-nav .nav-bc-cta {
  display: none;
}
.navbar-legacy #main-navbar-menu {
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar-legacy #main-navbar-menu {
    position: relative;
    align-self: center;
  }
  .navbar-legacy .navbar-drawer {
    order: 1;
  }
  .navbar-legacy .navbar-utilities {
    margin-right: -70px;
    margin-left: 15px;
    order: 2;
  }
  .navbar-legacy .navbar-utilities .nav-item:not(.language-dropdown) {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-dark .navbar-utilities .nav-link {
    color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-dark .language-dropdown .dropdown-toggle {
    color: #fff;
  }
}

.lp-navbar-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1033;
  height: 70px;
  background-color: rgba(242, 251, 254, 0.69);
  backdrop-filter: blur(10px);
}
@media (min-width: 992px) {
  .lp-navbar-bg {
    display: none;
  }
}

.lp-navbar {
  background-color: transparent;
  color: #1e1e2a;
}
.lp-navbar.active .language-dropdown {
  display: none;
}
.lp-navbar.active .navbar-toggler {
  color: #fff !important;
}
.lp-navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-1-color);
  color: #fff;
  outline: none;
  box-shadow: none;
}
.lp-navbar .navbar-toggler.active {
  background-color: #fff;
  color: var(--primary-1-color);
}
.lp-navbar .navbar-toggler.active ._icon:before {
  content: "\f00d";
}
.lp-navbar .navbar-toggler ._icon:before {
  content: "\f0c9";
}
.lp-navbar .navbar-brand {
  background-color: transparent !important;
}
.lp-navbar .navbar-brand a {
  background: none !important;
}
.lp-navbar .navbar-brand a img {
  opacity: 1 !important;
  width: 60px;
}
.lp-navbar .language-dropdown {
  margin-left: 1rem;
}
.lp-navbar .language-dropdown .dropdown-toggle {
  color: inherit;
}
.lp-navbar a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .lp-navbar {
    position: absolute;
    background-color: transparent;
    top: 30px;
  }
  .lp-navbar .navbar-brand a img {
    width: 85px;
  }
  .lp-navbar .navbar-nav .nav-link {
    text-transform: none;
    font-weight: 600;
    font-size: 1rem;
    color: #1e1e2a;
  }
  .lp-navbar #main-navbar-menu {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .lp-navbar .navbar-toggler {
    z-index: 2;
  }
  .lp-navbar #navbar-drawer {
    z-index: 0;
    top: 0 !important;
    padding-top: 100px;
    width: 100%;
    background: none;
    background: linear-gradient(40deg, rgb(111, 194, 177) 70%, rgb(160, 214, 196) 86%, rgb(193, 227, 208) 100%);
  }
  .lp-navbar .navbar-nav {
    align-items: flex-start;
  }
  .lp-navbar .social-list {
    margin-left: 12px;
    text-align: left;
    justify-content: flex-start !important;
  }
  .lp-navbar .social-list .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: var(--primary-color);
  }
}

@media (min-width: 992px) {
  .navbar .main-navbar-menu._style-1 {
    padding: 0.5rem 1.75rem;
    background-color: #fff;
    border-radius: 45px;
  }
  .navbar .main-navbar-menu .navbar-nav {
    justify-content: flex-end;
    column-gap: 1rem;
  }
}

#typography-settings {
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.typography-settings-toggle {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1090;
}

#typographyModal table td:first-child {
  font-weight: 600;
}
#typographyModal .form-control,
#typographyModal .form-select {
  width: 75px;
}

.navbar-fixed-offset {
  height: 109px;
}
@media (min-width: 992px) {
  .navbar-fixed-offset {
    height: 117px;
  }
}
@media (min-width: 1200px) {
  .navbar-fixed-offset {
    height: 149px;
  }
}

.bc-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1033;
  padding: 0.75rem 0.75rem;
}
.bc-navbar .navbar-inner {
  max-width: 1477px;
  margin: auto;
}
.bc-navbar .navbar-brand {
  position: relative;
  z-index: 2;
  height: 85px;
}
.bc-navbar .navbar-brand img {
  max-height: 100%;
  filter: drop-shadow(0px 5px 12.8px rgba(68, 104, 130, 0.25));
}
.bc-navbar .navbar-nav .nav-link {
  font-weight: 600;
}
.bc-navbar .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}
.bc-navbar .navbar-utilities-container {
  z-index: 2;
}
.bc-navbar .navbar-utilities .nav-item {
  margin-left: 1rem;
}
.bc-navbar .navbar-utilities .item-avatar img {
  border-radius: 50%;
}
.bc-navbar .navbar-utilities .nav-link {
  display: block;
  padding: 0;
}
.bc-navbar .navbar-utilities .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 12.8px 0px rgba(68, 104, 130, 0.15);
}
.bc-navbar .dropdown-menu {
  margin-top: 10px !important;
  padding: 7px;
  border-radius: 15px;
  min-width: 4rem;
  border: 0;
  box-shadow: 0px 5px 12.8px 0px rgba(68, 104, 130, 0.15);
}
.bc-navbar .dropdown-menu .dropdown-item {
  border-radius: 10px;
}
.bc-navbar .dropdown-menu .dropdown-item:hover {
  background-color: #e7f6ee;
}
.bc-navbar .bc-menu-offcanvas-toggle.active ._bar:nth-child(1) {
  transform: rotate(46deg) translate(3px, 3px);
}
.bc-navbar .bc-menu-offcanvas-toggle.active ._bar:nth-child(2) {
  transform: rotate(-46deg) translate(3px, -3px);
}
.bc-navbar .bc-menu-offcanvas-toggle ._bar {
  margin: 3px 0;
  height: 3px;
  width: 22px;
  background-color: var(--primary-color);
  border-radius: 2px;
  transition: all ease 0.35s;
}
.bc-navbar .social-links .nav-item {
  margin-right: 1rem;
}
.bc-navbar .social-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #362f5c;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .bc-navbar {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .bc-navbar {
    position: absolute;
    padding: 2rem;
  }
  .bc-navbar .navbar-nav {
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-link-padding-y: 1rem;
    padding: 4px 20px;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0px 5px 12.8px 0px rgba(68, 104, 130, 0.15);
  }
  .bc-navbar .navbar-utilities .nav-item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .bc-navbar.active .navbar-utilities .language-dropdown {
    display: block !important;
  }
  .bc-navbar.active .navbar-utilities .item-boncado {
    display: none;
  }
  .bc-navbar.active .bc-menu-offcanvas {
    transform: translate(0);
  }
  .bc-navbar .bc-menu-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c1e3d0;
    padding: 150px 2rem 1rem;
    transform: translateX(-100%);
    transition: all ease 0.35s;
  }
  .bc-navbar .bc-menu-offcanvas-body {
    overflow: auto;
  }
  .bc-navbar .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
  .bc-navbar .navbar-mobile-utilities .nav-link {
    font-size: 1.125rem;
  }
  .bc-navbar .navbar-utilities:not(.navbar-mobile-utilities) .item-avatar,
  .bc-navbar .navbar-utilities:not(.navbar-mobile-utilities) .language-dropdown {
    display: none;
  }
  .bc-navbar hr {
    border-color: #362f5c;
  }
}
@media (max-width: 575px) {
  .bc-navbar .bc-menu-offcanvas {
    padding: 150px 1rem 1rem;
  }
  .bc-navbar .dropdown-menu {
    margin-right: -25px !important;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .bc-navbar .bc-menu-offcanvas {
    padding-top: 125px;
  }
  .bc-navbar hr.my-30px {
    margin: 20px 0 !important;
  }
}

.navbar.custom-navbar {
  position: fixed;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navbar.custom-navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: inherit;
}
.navbar.custom-navbar .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}
.navbar.custom-navbar .navbar-nav .nav-link {
  color: inherit;
  font-weight: 600;
}
.navbar.custom-navbar .navbar-brand img {
  max-width: 300px;
  max-height: 150px;
  min-height: 80px;
  width: auto;
}
.navbar.custom-navbar .navbar-brand img[src=""],
.navbar.custom-navbar .navbar-brand img:not([src]) {
  visibility: hidden;
}
.navbar.custom-navbar .nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-weight: inherit;
  text-transform: inherit;
  font-size: 1rem;
  /*text-transform: capitalize;*/
}
.navbar.custom-navbar .nav-link:hover {
  color: var(--bs-primary);
}
.navbar.custom-navbar .social-links {
  margin-left: auto;
  margin-right: 0.5rem;
}
.navbar.custom-navbar .social-links .nav-link {
  font-size: 1.125rem;
}
.navbar.custom-navbar .social-links .fa-website {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400 !important;
}
.navbar.custom-navbar .social-links .fa-website:before {
  content: "\f0ac";
}
@media (min-width: 992px) {
  .navbar.custom-navbar {
    padding-left: 100px;
    padding-right: 100px;
  }
  .navbar.custom-navbar .container {
    max-width: none;
  }
  .navbar.custom-navbar .social-links {
    margin-left: 1.5rem;
    margin-right: 0;
    order: 6;
  }
  .navbar.custom-navbar .navbar-nav {
    margin-left: auto;
  }
  .navbar.custom-navbar .navbar-nav .nav-item {
    margin-right: 30px !important;
  }
  .navbar.custom-navbar .navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .navbar.custom-navbar .social-links {
    margin-left: 2.5rem;
  }
  .navbar.custom-navbar .social-links .nav-link {
    font-size: 1.25rem;
  }
  .navbar.custom-navbar .navbar-nav .nav-item {
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .navbar.custom-navbar.custom-navbar-space-between .navbar-brand,
  .navbar.custom-navbar.custom-navbar-space-between .social-links,
  .navbar.custom-navbar.custom-navbar-space-between .navbar-collapse {
    flex: 1 0 0%;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar.custom-navbar.custom-navbar-space-between .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar.custom-navbar.custom-navbar-space-between .social-links {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .navbar.custom-navbar.custom-navbar-layout-2-1 .navbar-nav {
    margin-left: 1rem;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .navbar.custom-navbar.custom-navbar-layout-2-1-alt .navbar-collapse {
    flex-grow: 0;
    order: 3;
  }
  .navbar.custom-navbar.custom-navbar-layout-2-1-alt .social-links {
    margin-left: 0;
    margin-right: auto;
    order: 2;
  }
}
@media (min-width: 992px) {
  .navbar.custom-navbar.custom-navbar-center-logo .navbar-nav {
    margin-left: 0;
  }
  .navbar.custom-navbar.custom-navbar-center-logo .navbar-brand {
    margin: auto;
    order: 2;
    text-align: center;
  }
  .navbar.custom-navbar.custom-navbar-center-logo .navbar-brand img {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar.custom-navbar.custom-navbar-center-logo .social-links {
    margin-left: 0;
    justify-content: flex-end;
  }
  .navbar.custom-navbar.custom-navbar-center-logo .navbar-collapse,
  .navbar.custom-navbar.custom-navbar-center-logo .social-links {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .navbar.custom-navbar.custom-navbar-center-items .navbar-brand {
    margin: auto;
    order: 2;
    text-align: center;
  }
  .navbar.custom-navbar.custom-navbar-center-items .navbar-brand img {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar.custom-navbar.custom-navbar-center-items .social-links {
    margin-left: 0;
  }
  .navbar.custom-navbar.custom-navbar-center-items .navbar-collapse {
    margin-right: 1.5rem;
  }
  .navbar.custom-navbar.custom-navbar-center-items .navbar-collapse,
  .navbar.custom-navbar.custom-navbar-center-items .social-links {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .navbar.custom-navbar .navbar-brand {
    flex: 1 0 0% !important;
  }
  .navbar.custom-navbar .navbar-brand img {
    max-height: 80px !important;
    height: auto !important;
    min-height: 0 !important;
  }
}

.fullscreen-menu-container {
  position: fixed;
  inset: 0;
  z-index: 1050;
  transition: opacity 0.35s, visibility 0.35s;
  background-color: #fff;
}
.fullscreen-menu-container:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fullscreen-menu-container.active {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu-container .menu-inner {
  position: relative;
  padding-top: 100px;
  height: 100%;
  overflow: auto;
}

.custom-navbar-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #fff;
}
.custom-navbar-2 .navbar-brand {
  padding: 5px;
  margin-left: -10px;
}
.custom-navbar-2 .navbar-brand:hover {
  text-decoration: none;
}
.custom-navbar-2 .navbar-brand img {
  display: block;
  max-width: 300px;
  max-height: 150px;
  min-height: 80px;
  width: auto;
}
.custom-navbar-2 .social-links .nav-link {
  font-size: 1.25rem;
}
.custom-navbar-2 .social-links .fa-website {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400 !important;
}
.custom-navbar-2 .social-links .fa-website:before {
  content: "\f0ac";
}
.custom-navbar-2 .fullscreen-menu-toggle {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  width: 35px;
  height: 27px;
  cursor: pointer;
  z-index: 3333;
}
.custom-navbar-2 .fullscreen-menu-toggle.active span {
  background: var(--primary-color);
}
.custom-navbar-2 .fullscreen-menu-toggle.active span:nth-child(1) {
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.custom-navbar-2 .fullscreen-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.custom-navbar-2 .fullscreen-menu-toggle.active span:nth-child(3) {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.custom-navbar-2 .fullscreen-menu-toggle:hover span {
  background-color: var(--primary-color);
}
.custom-navbar-2 .fullscreen-menu-toggle span {
  display: block;
  height: 5px;
  background-color: #000;
  transition: all ease 0.35s;
}
@media (min-width: 768px) {
  .custom-navbar-2 .navbar-brand {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .custom-navbar-2 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .custom-navbar-2 .container {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .custom-navbar-2 .navbar-brand {
    flex: 1 0 0% !important;
  }
  .custom-navbar-2 .navbar-brand img {
    max-height: 80px !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .custom-navbar-2 .social-links .nav-link {
    --bs-nav-link-padding-x: .75rem;
  }
}

.footer {
  position: relative;
  background: #161b26;
  color: #fff;
}
.footer .footer-content {
  padding: 50px 0 10px;
}
.footer .footer-content .footer-inner-block {
  margin-right: 30px;
  width: 100%;
  margin-bottom: 45px;
}
.footer .footer-content .footer-inner-block ul li {
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
.footer .footer-content .footer-inner-block ul li a {
  font-weight: 300;
}
.footer .footer-brand {
  max-width: 150px;
}
.footer .newsletter-form {
  max-width: 420px;
  width: 100%;
}
.footer .social-list .list-label {
  font-weight: 300;
  font-size: 0.875rem;
}
.footer .social-list > li {
  margin-right: 15px;
}
.footer .social-list > li a {
  font-size: 1rem;
}
.footer .social-list > li a:hover {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .footer .footer-content {
    padding: 70px 0 30px;
  }
  .footer .footer-content .footer-inner-block {
    margin-right: 0;
    padding: 0 15px;
  }
}

.lp-footer {
  position: relative;
  padding: 4rem 1rem 2.5rem;
  margin-top: -4rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background-color: #fff;
}
.lp-footer .footer-brand {
  margin: auto;
  width: 65px;
}
.lp-footer .footer-inner-block {
  color: #1e1e2a;
}
.lp-footer .newsletter-form {
  max-width: 500px;
  margin: auto;
}
.lp-footer .newsletter-form .form-control {
  border-color: #eaf4f6;
  background-color: #eaf4f6;
}
.lp-footer .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
}
.lp-footer .social-links .nav-item {
  margin: 0 0.5rem;
}
.lp-footer .social-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #9497aa;
  font-size: 1.5rem;
}
.lp-footer .social-links .nav-link:hover {
  background-color: #73757f;
  text-decoration: none;
}
.lp-footer .copyright {
  color: #535353;
}
@media (min-width: 576px) {
  .lp-footer {
    padding: 4rem 1rem 4.5rem;
  }
}

.cost-slider-wrap {
  margin-bottom: 25px;
}
.cost-slider-wrap label {
  margin-bottom: 30px;
}

.nstSlider {
  width: 100%;
  height: 12px;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
.nstSlider .slider-grip {
  position: absolute;
  top: -11px;
}
.nstSlider .slider-grip:focus {
  outline: none !important;
}

#cost-slider {
  margin-bottom: 30px;
  background-color: #ecf5f4;
  border: 0;
}
#cost-slider .nst-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(-90deg, #76e6cd, #22aac4);
}
#cost-slider .slider-grip {
  width: 65px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 4px 6px;
  background-color: #fff;
  color: var(--primary-color);
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(162, 162, 162, 0.56);
  box-shadow: 0px 0px 10px rgba(162, 162, 162, 0.56);
}
#cost-slider .slider-grip:after {
  content: "€";
}

#cost-input.focus {
  border-color: #44d4b2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #43d4b2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #43d4b2;
}

.distribute-cost-slider-wrap .slider-values {
  margin-bottom: 5px;
}
.distribute-cost-slider-wrap .slider-values > div {
  color: var(--primary-color);
}
.distribute-cost-slider-wrap .slider-values > div:after {
  content: "€";
}
.distribute-cost-slider-wrap .slider-values .dcs-right-val {
  color: var(--primary-color);
}
.distribute-cost-slider-wrap #distribute-cost-slider {
  margin-bottom: 5px;
  background-color: var(--primary-color);
  border: 0;
}
.distribute-cost-slider-wrap #distribute-cost-slider .bar {
  background: var(--primary-color);
  height: 12px;
  top: 0;
  left: 0 !important;
}
.distribute-cost-slider-wrap #distribute-cost-slider .leftGrip {
  display: none;
}
.distribute-cost-slider-wrap #distribute-cost-slider .rightGrip {
  top: -7px;
  height: 24px;
  width: 24px;
  background-color: #1e2432;
  -webkit-border-radius: 10px;
  border-radius: 14px;
}
.distribute-cost-slider-wrap .slider-labels .leftLabel {
  color: var(--primary-color);
}
.distribute-cost-slider-wrap .slider-labels .rightLabel {
  color: var(--primary-color);
}

.validate-msg {
  display: flex;
  align-items: center;
}

.input-group-theme-0 {
  position: relative;
}
.input-group-theme-0 .input-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.input-group-theme-1 {
  position: relative;
  padding: 6px 7px;
  border-radius: 2rem;
  align-items: center;
  background-color: #eff3f4;
}
.input-group-theme-1 .form-control {
  border-radius: 2rem !important;
  background-color: transparent;
  border: 0;
}
.input-group-theme-1 .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.input-group-theme-1 .separator {
  border-left: 1px solid #b8b8b8;
}
.input-group-theme-1 .addon-label {
  padding: 0 12px;
  height: 26px;
  border-left: 1px solid #b8b8b8;
  font-weight: 700;
}

.domain-related-management-table .list-item {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.domain-related-management-table .list-item ~ .list-item {
  margin-top: -1px;
}
.domain-related-management-table .list-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #eaf3f3;
  border-radius: 50%;
}
.domain-related-management-table .details-list li ~ li {
  margin-left: 18px;
}
.domain-related-management-table .details-list li ~ li:before {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  margin-right: 18px;
  font-weight: 700;
  font-size: 5px;
  content: "\f111";
  vertical-align: middle;
}

.input-reset {
  --bs-form-select-bg-img: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

body.loaded.modal-open {
  overflow: hidden !important;
}

.modal-open {
  overflow: hidden !important;
}

.fix-modal {
  position: fixed;
  top: 0;
}

.bc-modal {
  padding: 10px !important;
}
.bc-modal .modal-dialog {
  max-width: 1065px;
  width: 100%;
}
.bc-modal .modal-content {
  border-radius: 0;
  border: 0;
}
.bc-modal .modal-body {
  min-height: 600px;
  padding: 0;
}
.bc-modal .illustration-object {
  height: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}
.bc-modal .modal-content-outer {
  display: table;
  width: 100%;
  min-height: 600px;
}
.bc-modal .modal-content-outer .modal-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.bc-modal .modal-content-outer .modal-content-inner .content-inner {
  max-width: 500px;
  margin: auto;
  padding: 15px;
}
.bc-modal .modal-content-outer .modal-content-inner .content-inner form {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bc-modal {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .bc-modal .illustration-object {
    min-height: 400px;
  }
  .bc-modal .modal-content-outer {
    display: block;
    min-height: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .bc-modal .illustration-object {
    min-height: 200px;
  }
}

.bc-delay-modal .modal-body {
  overflow: auto;
  height: auto !important;
  padding: 0 !important;
}
.bc-delay-modal .modal-body::-webkit-scrollbar {
  width: 8px;
}
.bc-delay-modal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.bc-delay-modal .modal-body::-webkit-scrollbar-thumb {
  background: #888;
}
.bc-delay-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.bc-delay-modal .modal-body .bc-delay-modal-inner .bc-delay-modal-image {
  position: relative;
}
.bc-delay-modal .modal-body .bc-delay-modal-inner .bc-delay-modal-image img {
  width: 100%;
  height: auto;
}
.bc-delay-modal .modal-body .bc-delay-modal-inner .bc-delay-modal-message {
  padding: 20px;
  display: none;
}
.bc-delay-modal .modal-body .bc-delay-modal-inner .bc_presents {
  /*position: absolute;*/
  padding: 20px;
  /*                bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,.8);*/
  text-align: center;
}
.bc-delay-modal .modal-header,
.bc-delay-modal .modal-footer,
.bc-delay-modal .modal-footer button {
  display: none;
}
.bc-delay-modal a:hover {
  text-decoration: none;
}

.loading-modal .bootbox-body {
  text-align: center;
}

.bootbox-confirm .btn {
  min-width: 90px;
}

.city-suggestion {
  padding-top: 15px;
  max-width: 735px;
  width: 100%;
}
.city-suggestion .alert {
  padding: 15px !important;
}
@media (min-width: 768px) {
  .city-suggestion .btn {
    margin: 0 10px 15px;
    min-width: 290px;
  }
}
@media (min-width: 992px) {
  .city-suggestion {
    max-width: 915px;
  }
  .city-suggestion .btn {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .city-suggestion {
    max-width: 1140px;
  }
}
@media (max-width: 767px) {
  .city-suggestion .btn {
    display: table;
    margin: 0 auto 15px;
    min-width: 255px;
  }
  .city-suggestion .btn:last-child {
    margin-bottom: 0;
  }
}

.citygrid-context:not(.allow-mono) .btn-select-store {
  display: none;
}

.content-skeleton {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  height: 15px;
  border-radius: 2px;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

.boncado-store-directory {
  position: relative;
  padding-bottom: 30px;
}
.boncado-store-directory:before, .boncado-store-directory:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  pointer-events: none;
}
.boncado-store-directory:before {
  top: 0;
  height: 361px;
  background: linear-gradient(180deg, rgb(220, 223, 240) 0%, rgba(220, 223, 240, 0) 95%);
}
.boncado-store-directory:after {
  bottom: 0;
  height: 400px;
  background: linear-gradient(0, rgb(220, 223, 240) 0%, rgba(220, 223, 240, 0) 95%);
}

.storelocator-results-page {
  position: relative;
  z-index: 2;
  padding: 0 0 70px;
}
@media (min-width: 768px) {
  .storelocator-results-page {
    padding: 50px 0 70px;
  }
}

.is-directory-modal-open {
  z-index: 1050;
}

.storelocator-results .boncado-city-list {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.storelocator-results .boncado-city-list-item {
  position: relative;
}

.store-listings-sort {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.store-listings-sort.is_stuck {
  position: fixed;
  top: 64px;
}
.store-listings-sort.is_stuck ~ .fixed-sort-offset {
  height: 60px;
}
.store-listings-sort .container {
  position: relative;
}
.store-listings-sort .listings-sort-head {
  padding: 10px 15px;
}
.store-listings-sort .listings-sort-head .head-title {
  font-size: 16px;
}
.store-listings-sort .btn-shop-tab {
  min-height: 50px !important;
}
.store-listings-sort #storelocator-search .btn-store-search.loading .fa-search {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.store-listings-sort #storelocator-search .btn-store-search.loading .fa-search:before {
  content: "\f3f4";
}
.store-listings-sort .collapse-toggle {
  padding: 0 10px;
  font-size: 18px;
}
.store-listings-sort .collapse-toggle i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.store-listings-sort .collapse-toggle.collapsed i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.store-listings-sort .sort-group-container {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  background-color: #dcdff0;
}
.store-listings-sort #sort-collapse {
  width: auto;
}
.store-listings-sort #sort-collapse .dropdown-toggle {
  padding: 0;
  height: auto;
}
.store-listings-sort .form-group {
  margin-bottom: 0;
}
.store-listings-sort .form-group label {
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 0;
}
.store-listings-sort .form-group .input-wrap {
  position: relative;
  z-index: 9;
  margin-right: 10px;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.store-listings-sort .form-group .input-wrap .input-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 7px;
  z-index: 4;
  padding: 6px 8px;
  min-width: 34px;
  color: #333;
  text-align: center;
}
.store-listings-sort .form-group .input-wrap .input-icon ~ input {
  padding-left: 40px;
}
.store-listings-sort .form-group input.form-control {
  padding: 6px;
  font-size: 0.875rem;
}
.store-listings-sort .form-group input.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.store-listings-sort .form-group input.form-control:focus ~ .search-suggestions-wrap {
  display: block;
}
.store-listings-sort .search-suggestions-wrap {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 100%;
  top: calc(100% + 2px);
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
}
.store-listings-sort .search-suggestions-wrap .search-item {
  display: block;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 14px;
}
.store-listings-sort .search-suggestions-wrap .search-item:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.store-listings-sort .btn {
  padding: 8px 14px;
  height: 40px;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  box-shadow: none;
  border-width: 1px;
}
.store-listings-sort button#bc-sl-submit i {
  margin: 0;
}
.store-listings-sort .btn-sort-toggle {
  min-width: 0;
  padding: 8px 10px;
  margin-left: 10px;
}
.store-listings-sort .btn-sort-toggle i {
  margin: 0;
  font-size: 16px;
}
.store-listings-sort .btn-sort-toggle.collapsed {
  background-color: #fff !important;
  color: var(--primary-color) !important;
}
.store-listings-sort .dropdown-menu {
  border-radius: 0;
  border: 0;
  min-width: 0;
}
.store-listings-sort .dropdown-menu > li > a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (min-width: 768px) {
  .store-listings-sort {
    box-shadow: none;
  }
  .store-listings-sort.is_stuck {
    top: 0 !important;
  }
  .store-listings-sort.is_stuck ~ .fixed-sort-offset {
    height: 70px;
  }
  .store-listings-sort .sort-group-container {
    padding: 20px 22px;
  }
  .store-listings-sort .sort-group {
    margin-bottom: 0;
  }
  .store-listings-sort .form-group .input-wrap {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .store-listings-sort #storelocator-search {
    display: flex;
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .store-listings-sort .sort-group-container {
    padding: 12px 10px;
  }
}

.store-listings-sort #storelocator-search .input-icon {
  color: #7b8a98;
}
.store-listings-sort #storelocator-search input {
  height: 50px;
  font-weight: 600;
}
.store-listings-sort #storelocator-search input::placeholder {
  font-style: italic;
}
@media (min-width: 992px) {
  .store-listings-sort .sort-divider {
    border-right: 1px solid #a3b1bf;
  }
}
@media (min-width: 1200px) {
  .store-listings-sort #bc-sl-search {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .store-listings-sort .sort-divider {
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #a3b1bf;
  }
}
@media (max-width: 767px) {
  .store-listings-sort .dropdown-toggle {
    margin-right: -15px;
  }
}

.sort-nav-tabs-row hr {
  margin: 0;
  border-color: #ebebeb;
}

.sort-nav-tabs {
  position: relative;
  display: flex;
  align-items: center;
  margin: 12px 0 -4px;
  padding: 0 0 4px;
  border: 0;
  list-style: none;
  white-space: nowrap;
  overflow: auto;
}
.sort-nav-tabs > li {
  margin-right: 5px;
}
.sort-nav-tabs > li.active > a {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.sort-nav-tabs > li > a {
  display: block;
  padding: 8px 12px 6px;
  min-width: 50px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-bottom: 3px solid transparent;
  color: #565656;
  white-space: nowrap;
}
.sort-nav-tabs > li > a:hover, .sort-nav-tabs > li > a:focus {
  text-decoration: none;
}

.store-locator-results {
  min-height: 700px;
}

.store-modal-navigation-head {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background-color: #242637;
  color: #fff;
}

.store-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  transition: all ease 0.35s;
}

.store-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.store-modal.show-modal .store-modal-dialog {
  -webkit-animation: show-modal 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: show-modal 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
.store-modal .btn-close-store-modal {
  position: absolute;
  right: -5px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2B2D3E;
  color: #fff;
  padding: 0;
}
.store-modal .btn-close-store-modal i {
  display: block;
  margin: 0;
  font-size: 20px;
}
.store-modal .store-modal-dialog {
  position: relative;
  z-index: 9;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.store-modal .store-modal-body {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  min-height: 678px;
}
.store-modal .store-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  z-index: 2;
}
.store-modal .store-loader-overlay.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.store-modal .store-loader-overlay.fade-out {
  -webkit-animation: fade-out 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.store-modal .store-loader-overlay .content-skeleton._lg {
  height: 20px;
}
.store-modal .store-loader-overlay .content-skeleton._title {
  max-width: 300px;
}
.store-modal .store-loader-overlay .row > div > .content-skeleton {
  margin-bottom: 15px;
}
.store-modal .store-modal-footer {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #eee;
}
@media (min-width: 576px) {
  .store-modal .store-modal-dialog {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin: 100px auto auto;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .store-modal .store-modal-dialog {
    width: 970px;
  }
}

.store-modal .selected-store {
  opacity: 0;
}
.store-modal .selected-store.show-content {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.store-modal .selected-store .store-item-head {
  padding: 20px 0 0;
  background-color: #242637;
  color: #fff;
}
.store-modal .selected-store .store-item-head .head-title {
  width: 100%;
  padding: 0 15px;
}
.store-modal .selected-store .store-item-head .store-category {
  font-size: 12px;
}
.store-modal .selected-store .store-item-body {
  padding: 15px;
}
.store-modal .selected-store .store-action {
  padding: 15px;
  width: 100%;
}
.store-modal .selected-store .store-action .btn {
  padding: 8px 12px;
  min-width: 80px;
  font-size: 14px;
}
.store-modal .selected-store .store-name {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 24px;
}
.store-modal .selected-store .store-category {
  font-size: 14px;
}
.store-modal .selected-store .store-gallery._mobile {
  margin-bottom: 20px;
  width: 100%;
  height: 350px;
}
.store-modal .selected-store .store-gallery._mobile .slide-item {
  position: relative;
}
.store-modal .selected-store .store-gallery._mobile .slide-item .img-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  filter: blur(6px);
  transform: scale(1.2);
}
.store-modal .selected-store .store-gallery._mobile .slide-item > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.store-modal .selected-store .store-gallery._mobile .slide-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.store-modal .selected-store .store-gallery._mobile .slick-dots {
  bottom: 10px;
}
.store-modal .selected-store .store-gallery._mobile .slick-dots > li {
  margin: 0;
}
.store-modal .selected-store .store-gallery._mobile .slick-dots > li.slick-active button:before {
  color: var(--primary-color);
}
.store-modal .selected-store .store-gallery._mobile .slick-dots > li > button:before {
  font-size: 8px;
}
.store-modal .selected-store .store-gallery:not(._mobile) {
  display: flex;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 15px;
}
.store-modal .selected-store .store-gallery:not(._mobile)[data-items-count="1"] .gallery-item, .store-modal .selected-store .store-gallery:not(._mobile)[data-items-count="2"] .gallery-item, .store-modal .selected-store .store-gallery:not(._mobile)[data-items-count="3"] .gallery-item {
  padding-bottom: 37.5%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.store-modal .selected-store .store-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:last-child {
  width: 100%;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-col {
  position: relative;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-left-col {
  width: 50%;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-right-col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-right-col .gallery-item {
  padding-bottom: 36.5%;
  width: 50%;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-item {
  position: relative;
  border: 4px solid #fff;
  padding-bottom: 75%;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-item > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.store-modal .selected-store .store-gallery:not(._mobile) .gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.store-modal .selected-store .store-gallery:not(._mobile) .see-all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  pointer-events: none;
}
.store-modal .selected-store .store-details {
  font-size: 14px;
}
.store-modal .selected-store .store-details .h4 {
  font-weight: 700;
  font-size: 16px;
}
.store-modal .selected-store .store-desc {
  font-size: 16px;
}
.store-modal .selected-store .contact-link {
  margin-bottom: 4px;
}
.store-modal .selected-store .contact-link a:hover, .store-modal .selected-store .contact-link a:focus {
  text-decoration: none;
  color: var(--primary-color);
}
.store-modal .selected-store .contact-link i {
  width: 1.25em;
  text-align: center;
  margin-right: 2px;
}
@media (min-width: 576px) {
  .store-modal .selected-store .store-item-head {
    padding: 15px;
  }
  .store-modal .selected-store .store-item-head .head-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px 0 0;
  }
  .store-modal .selected-store .store-action {
    width: auto;
    padding: 0;
    margin-bottom: 2px;
  }
  .store-modal .selected-store .store-item-body {
    overflow: auto;
  }
  .store-modal .selected-store .store-item-body::-webkit-scrollbar {
    width: 5px;
  }
  .store-modal .selected-store .store-item-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .store-modal .selected-store .store-item-body::-webkit-scrollbar-thumb {
    background: #888;
  }
  .store-modal .selected-store .store-item-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.grid-loader-overlay {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  opacity: 1;
}
.grid-loader-overlay .grid-item-skeleton {
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 7.5px 0;
  padding: 0 8px;
}
.grid-loader-overlay .grid-item-skeleton .store-item-skl {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
}
.grid-loader-overlay .grid-item-skeleton .item-img-skl {
  height: 200px;
  margin-bottom: 0;
}
.grid-loader-overlay .grid-item-skeleton .item-details-skl {
  padding: 10px 10px 5px;
}
.grid-loader-overlay .grid-item-skeleton .item-details-skl .content-skeleton {
  height: 12px;
  margin-bottom: 4px;
  width: 30%;
}
.grid-loader-overlay .grid-item-skeleton .item-details-skl .content-skeleton:nth-child(1) {
  width: 75%;
  height: 15px;
  margin-bottom: 5px;
}
.grid-loader-overlay .grid-item-skeleton .item-details-skl .content-skeleton:nth-child(2) {
  width: 50%;
}
@media (min-width: 576px) {
  .grid-loader-overlay .grid-item-skeleton .item-img-skl {
    height: 242px;
  }
}
@media (min-width: 768px) {
  .grid-loader-overlay {
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
  .grid-loader-overlay .grid-item-skeleton {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-loader-overlay .grid-item-skeleton {
    margin: 0 0 8px;
    padding: 0 8px;
  }
}
@media (min-width: 992px) {
  .grid-loader-overlay .grid-item-skeleton {
    margin: 0 0 15px;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .grid-loader-overlay .grid-item-skeleton {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

#grid-tab > .container {
  position: relative;
  min-height: 1208px;
}

.stores-grid {
  position: relative;
  opacity: 1;
}
@media (min-width: 576px) {
  .stores-grid .store-grid-item {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.stores-grid .store-suggested-card {
  background-color: #362f5c;
  color: #fff;
}
@media (min-width: 992px) {
  .stores-grid .store-grid-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .stores-grid .store-grid-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .stores-grid .store-cta-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.store-item-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
  cursor: pointer;
}
.store-item-thumbnail .store-tags {
  position: absolute;
  top: 160px;
  right: 15px;
  z-index: 2;
}
.store-item-thumbnail .item-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.store-item-thumbnail .offer-tag {
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #f61870;
  color: #fff;
}
.store-item-thumbnail .gift-tag img {
  filter: drop-shadow(0px 4px 2px rgba(68, 104, 130, 0.35));
}
.store-item-thumbnail .premium-tag {
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 3;
  background-color: var(--primary-color);
  color: #fff;
  padding: 2px 12px;
  font-weight: 500;
  padding-left: 15px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.store-item-thumbnail .premium-tag:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color-dark);
  content: "";
}
.store-item-thumbnail .premium-tag small {
  font-size: 10px;
  color: #fff !important;
}
.store-item-thumbnail .store-thumbnail-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.store-item-thumbnail .store-thumbnail-img img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.store-item-thumbnail .store-thumbnail-details {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
}
.store-item-thumbnail .store-name {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 576px) {
  .store-item-thumbnail .premium-tag {
    padding: 5px 20px;
    padding-left: 20px;
  }
  .store-item-thumbnail .premium-tag small {
    font-size: 85%;
  }
}
@media (min-width: 992px) {
  .store-item-thumbnail .store-name {
    font-size: 15px;
  }
}

.boncado-city-list .boncado-city-list-item:hover {
  background-color: #EDEFF2;
}
.boncado-city-list .boncado-city-list-item:hover .btn-select-store {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

/* match Bootstrap’s fade timing */
.fade-enter-active,
.fade-leave-active,
.fade-appear-active {
  transition: opacity 0.15s linear;
}

/* start/end/in-and-out state */
.fade-enter,
.fade-leave-to,
.fade-appear {
  opacity: 0;
}

/* optional: ensure appear-to ends at full opacity */
.fade-appear-to {
  opacity: 1;
}

.is-store-modal-open {
  z-index: 1050;
}

.suggestion-card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  color: #3d4f61;
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
}
.suggestion-card-item:hover .item-img img {
  transform: scale(1.05, 1.05);
}
.suggestion-card-item .item-tag {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  background-color: #dcdff0;
}
.suggestion-card-item .item-img {
  height: 230px;
  overflow: hidden;
}
.suggestion-card-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease 0.35s;
}
.suggestion-card-item .item-desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.centralized-directory-header {
  position: relative;
  z-index: 999;
}
.centralized-directory-header:has(.search-input.focus) .advanced-search-group {
  display: block;
}
.centralized-directory-header .directory-form .input-icon {
  top: 13px;
  left: 18px;
  color: #7b8a98;
}
.centralized-directory-header .directory-form .search-input.form-control {
  height: 50px;
  font-weight: 600;
}
.centralized-directory-header .directory-form .search-input.form-control::placeholder {
  font-style: italic;
}
.centralized-directory-header .radio-button-theme span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.centralized-directory-header .nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-link-padding-y: 0.45rem;
  --bs-nav-link-hover-color: inherit;
  --bs-border-radius: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  height: 50px;
}
.centralized-directory-header .nav-tabs .nav-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 0;
  height: 38px;
  background: #fcdede;
  border-radius: 2rem;
  transition: transform 0.3s ease;
  z-index: 0;
}
.centralized-directory-header .nav-tabs .nav-item {
  position: relative;
  z-index: 2;
}
.centralized-directory-header .nav-tabs .nav-link {
  white-space: nowrap;
}
.centralized-directory-header .nav-tabs .nav-link.active {
  background-color: transparent;
}
.centralized-directory-header .nav-tabs .nav-link.active .badge {
  background-color: var(--bs-secondary);
  color: #fff;
}
.centralized-directory-header .nav-tabs .badge {
  background-color: #dcdff0;
  color: inherit;
}
.centralized-directory-header .directory-form {
  position: relative;
}
.centralized-directory-header .advanced-search-group {
  position: absolute;
  display: none;
  z-index: 9;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 0 4px 10.3px 0 rgba(0, 0, 0, 0.1);
}
.centralized-directory-header .input-group {
  background-color: #e8eff6;
}
.centralized-directory-header .input-group .input-group-text,
.centralized-directory-header .input-group input {
  border: 0;
  background: transparent;
}
.centralized-directory-header .radio-button-theme .fa-times {
  display: none;
  font-size: 1.125rem;
}
.centralized-directory-header .radio-button-theme input:checked ~ span .fa-times {
  display: inline-block;
}

.directory-page-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgb(220, 223, 240) 0%, rgba(220, 223, 240, 0) 95%);
}

.shop-card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
  cursor: pointer;
}
.shop-card-item:hover .shop-thumbnail-img img {
  transform: scale(1.05, 1.05);
}
.shop-card-item .shop-tags {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2;
}
.shop-card-item .category-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.shop-card-item .item-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.shop-card-item .offer-tag {
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #f61870;
  color: #fff;
}
.shop-card-item .gift-tag {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}
.shop-card-item .premium-tag {
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 3;
  background-color: var(--primary-color);
  color: #fff;
  padding: 2px 12px;
  font-weight: 500;
  padding-left: 15px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.shop-card-item .premium-tag:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color-dark);
  content: "";
}
.shop-card-item .premium-tag small {
  font-size: 10px;
  color: #fff !important;
}
.shop-card-item .shop-thumbnail-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.shop-card-item .shop-thumbnail-img img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform ease 0.35s;
}
.shop-card-item .shop-thumbnail-details {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
}
.shop-card-item .shop-name {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 576px) {
  .shop-card-item .premium-tag {
    padding: 5px 20px;
    padding-left: 20px;
  }
  .shop-card-item .premium-tag small {
    font-size: 85%;
  }
}
@media (min-width: 992px) {
  .shop-card-item .shop-name {
    font-size: 15px;
  }
}

.directory-form {
  position: relative;
  z-index: 9;
  transition: all ease 0.35s;
  transform: scale(1) translateZ(0px);
  cursor: pointer;
}
.directory-form:has(.search-input.focus), .directory-form:hover {
  transform: scale(1.035) translateZ(0px);
}
.directory-form input {
  cursor: pointer;
}

.active-filter-paramaters {
  min-height: 42px;
}
.active-filter-paramaters .filter-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 34px;
  background-color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #dcdff0;
  border-radius: 2rem;
  color: #3d4f61;
}
.active-filter-paramaters .filter-item span {
  display: inline-block;
  margin-bottom: 2px;
}

@media (min-width: 576px) and (max-width: 991px) {
  #shop-details-modal {
    --bs-modal-width: 800px;
  }
}

.directory-sort-dropdown .dropdown-menu {
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
  border: 0;
}
.directory-sort-dropdown .dropdown-menu .dropdown-item:not(.is-active) i {
  opacity: 0;
}

.shop-details-modal .selected-shop .shop-item-head {
  padding: 20px;
  background-color: #242637;
  color: #fff;
}
.shop-details-modal .selected-shop .shop-item-head .head-title {
  width: 100%;
}
.shop-details-modal .selected-shop .shop-item-head .shop-category {
  font-size: 12px;
}
.shop-details-modal .selected-shop .shop-item-body {
  padding: 15px;
}
.shop-details-modal .selected-shop .shop-action .btn {
  padding: 8px 12px;
  min-width: 80px;
  font-size: 14px;
}
.shop-details-modal .selected-shop .shop-name {
  font-weight: 600;
  font-size: 24px;
}
.shop-details-modal .selected-shop .shop-category {
  font-size: 14px;
}
.shop-details-modal .selected-shop .shop-gallery._mobile {
  margin-bottom: 20px;
  width: 100%;
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slide-item {
  position: relative;
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slide-item .img-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  filter: blur(6px);
  transform: scale(1.2);
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slide-item > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slide-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots {
  bottom: 10px;
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots > li {
  margin: 0;
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots > li.slick-active button:before {
  color: var(--bs-primary);
}
.shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots > li > button:before {
  font-size: 8px;
}
.shop-details-modal .selected-shop .shop-gallery {
  position: relative;
}
.shop-details-modal .selected-shop .shop-gallery .btn-toggle-gallery-lightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  pointer-events: none;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) {
  display: flex;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-left-col .gallery-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col .gallery-item:nth-child(2) {
  border-top-right-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col .gallery-item:nth-child(4) {
  border-bottom-right-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="1"] .gallery-item, .shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="2"] .gallery-item, .shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="3"] .gallery-item {
  padding-bottom: 37.5%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:last-child {
  width: 100%;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="1"] .gallery-item {
  border-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="2"] .gallery-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="2"] .gallery-item:nth-child(2) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="3"] .gallery-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="3"] .gallery-item:nth-child(3) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:nth-child(2) {
  border-top-right-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:nth-child(3) {
  border-bottom-right-radius: 15px;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-col {
  position: relative;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-left-col {
  width: 50%;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col .gallery-item {
  padding-bottom: 36.5%;
  width: 50%;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item {
  position: relative;
  border: 4px solid #fff;
  padding-bottom: 100%;
  overflow: hidden;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shop-details-modal .selected-shop .shop-gallery:not(._mobile) .see-all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  pointer-events: none;
}
.shop-details-modal .selected-shop .shop-details {
  padding: 0 0 60px;
  font-size: 14px;
}
.shop-details-modal .selected-shop .shop-details .h4 {
  font-weight: 700;
  font-size: 16px;
}
.shop-details-modal .selected-shop .shop-desc {
  font-size: 16px;
}
.shop-details-modal .selected-shop .contact-link {
  margin-bottom: 4px;
}
.shop-details-modal .selected-shop .contact-link a:hover, .shop-details-modal .selected-shop .contact-link a:focus {
  text-decoration: none;
  color: var(--bs-primary);
}
.shop-details-modal .selected-shop .contact-link i {
  width: 1.25em;
  text-align: center;
  margin-right: 2px;
}
@media (min-width: 576px) {
  .shop-details-modal .shop-item-head {
    padding: 15px;
  }
  .shop-details-modal .shop-item-body {
    overflow: auto;
  }
  .shop-details-modal .shop-item-body::-webkit-scrollbar {
    width: 5px;
  }
  .shop-details-modal .shop-item-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .shop-details-modal .shop-item-body::-webkit-scrollbar-thumb {
    background: #888;
  }
  .shop-details-modal .shop-item-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item {
    padding-bottom: 75%;
  }
}

.debug-formdata {
  display: none;
  position: fixed;
  z-index: 5555;
  top: 0;
  left: 0;
  width: 300px;
  height: 500px;
}
.debug-formdata textarea {
  width: 100%;
  height: 100%;
  display: block;
}

.voucher-template:not(.latest-version-template) {
  position: relative;
  z-index: 3;
  margin: auto auto 80px;
  width: 756px !important;
  height: 370px !important;
  background-color: #fff;
  background-size: cover !important;
  background-position: center !important;
}
.voucher-template:not(.latest-version-template) .voucher-template-content > .content-editable.text-overlay {
  position: absolute;
  z-index: 3;
  transform: translate(6px, 12px);
}
.voucher-template:not(.latest-version-template) .voucher-mask {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.voucher-template:not(.latest-version-template) .voucher-mask .mask-overlay {
  position: absolute;
}
.voucher-template:not(.latest-version-template) .voucher-mask[data-mask-type=frame] {
  background-size: 100%;
}
.voucher-template:not(.latest-version-template) .voucher-template-content {
  position: relative;
  width: 756px !important;
  height: 370px !important;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
  transition: all ease 0.35s;
}
.voucher-template:not(.latest-version-template) .voucher-background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.voucher-template:not(.latest-version-template) .voucher-background img {
  position: absolute;
}
.voucher-template:not(.latest-version-template) .voucher-background .cr-image[alt=preview] {
  display: none;
}
.voucher-template:not(.latest-version-template) .voucher-mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 370px;
  width: 756px;
  pointer-events: none;
}
.voucher-template:not(.latest-version-template) .voucher-mask[data-mask=frame] {
  background-size: 100% !important;
}
.voucher-template:not(.latest-version-template) .voucher-logo,
.voucher-template:not(.latest-version-template) .content-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 50px;
  max-width: 98%;
  max-height: 100%;
  z-index: 2;
  cursor: move;
}
.voucher-template:not(.latest-version-template) .voucher-logo img,
.voucher-template:not(.latest-version-template) .content-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.voucher-template:not(.latest-version-template) .content-text {
  position: absolute !important;
  z-index: 3;
  display: block;
  margin: 0;
  max-width: 756px;
  min-width: 50px;
  padding: 0;
  height: auto;
  cursor: move;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.voucher-template:not(.latest-version-template) .content-editable {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0 5px;
  line-height: 1.42857143;
}
.voucher-template:not(.latest-version-template) .content-editable p {
  margin: 0;
  line-height: 1.42857143;
}
.voucher-template:not(.latest-version-template) .content-editable.mce-edit-focus {
  outline: none;
}

.voucher-template:not(.latest-version-template) .recipient-text[data-recipient-text=false] {
  visibility: hidden;
  pointer-events: none;
}

.voucher-template:not(.latest-version-template) .value-text[data-value-text=false] {
  visibility: hidden;
  pointer-events: none;
}

.voucher-template.latest-version-template {
  position: relative;
  z-index: 3;
  width: 756px !important;
  height: 370px !important;
  background-color: #fff;
  background-size: cover !important;
  background-position: center !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.42857143;
}
.voucher-template.latest-version-template p {
  margin: 0;
  line-height: 1.42857143;
}
.voucher-template.latest-version-template .recipient-text[data-recipient-text=false] {
  visibility: hidden;
  opacity: 0;
}
.voucher-template.latest-version-template .value-text[data-value-text=false] {
  visibility: hidden;
  opacity: 0;
}
.voucher-template.latest-version-template .voucher-content-element {
  position: absolute;
  z-index: 1;
}
.voucher-template.latest-version-template .voucher-mask {
  position: relative;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.voucher-template.latest-version-template .voucher-mask .mask-overlay {
  position: absolute;
}
.voucher-template.latest-version-template .voucher-mask[data-mask-type=frame] {
  background-size: 100%;
}
.voucher-template.latest-version-template .voucher-template-content {
  position: relative;
  width: 756px !important;
  height: 370px !important;
  overflow: hidden;
}
.voucher-template.latest-version-template .voucher-background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.voucher-template.latest-version-template .voucher-background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  width: 100%;
  height: 100%;
}
.voucher-template.latest-version-template .voucher-background img {
  position: absolute;
}
.voucher-template.latest-version-template .voucher-background .cr-image[alt=preview] {
  display: none;
}
.voucher-template.latest-version-template .voucher-mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 370px;
  width: 756px;
}
.voucher-template.latest-version-template .voucher-mask[data-mask=frame] {
  background-size: 100% !important;
}
.voucher-template.latest-version-template .content-image {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.voucher-template.latest-version-template .content-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.voucher-template.latest-version-template .hidden {
  display: none !important;
}
.voucher-template.latest-version-template .hide {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.voucher-template.latest-version-template .lock {
  pointer-events: none !important;
}
.voucher-template.latest-version-template .content-text {
  position: absolute !important;
  display: block;
  margin: 0;
  max-width: 756px;
  min-width: 50px;
  padding: 0;
  height: auto !important;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.voucher-template.latest-version-template .content-editable {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 5px;
  line-height: 1.42857143;
  word-wrap: break-word;
  white-space: normal;
}
.voucher-template.latest-version-template .content-editable p {
  margin: 0;
  line-height: 1.42857143;
}

.qr-block-section {
  position: relative;
}

.qr-block {
  position: relative;
  width: 100%;
  height: 450px;
}
.qr-block .block-border {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  max-width: 340px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.qr-block .angle-border {
  position: absolute;
}
.qr-block .angle-border:nth-child(1) {
  top: 0;
  left: 0;
}
.qr-block .angle-border:nth-child(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.qr-block .angle-border:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.qr-block .angle-border:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.qr-block #qr-canvas {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.qr-block #reader {
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-height: 480px;
  border: 1px solid white;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
}

#check_voucher {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.admin-2024-main-content #check_voucher {
  max-width: none !important;
}

.fp-enabled body,
html.fp-enabled {
  overflow: visible;
}

body:has(#loader-wrapper) {
  overflow: hidden;
}
body.loaded {
  overflow: visible !important;
}

.theme-title-text {
  font-family: var(--title-font) !important;
}

.theme-body-text {
  font-family: var(--text-font) !important;
}

.darkblue-bg,
.purple-bg {
  color: #fff;
}

.purple-bg {
  background-color: #443749 !important;
}

.darkblue-bg {
  background-color: #273041;
}

.green-bg {
  background-color: var(--primary-color);
}

.lightgrey-bg {
  background-color: #dddddd;
}

.verylightgrey-bg {
  /*background-color: #f7f7f7!important;*/
  background-color: #f5f7fa !important;
}

.section.darkblue-bg .section-title, .section.purple-bg .section-title {
  color: #fff;
}
.section.purple-bg .illustration-section:before {
  background-color: #443749;
}
.section.darkblue-bg .illustration-section:before {
  background-color: #273041;
}
.section .section-content-outer {
  padding: 60px 0 40px 80px;
}
.section .section-content {
  padding: 15px;
}
.section .section-content .buttons-wrap {
  margin-top: 40px;
}
.section .section-content .buttons-wrap .btn {
  margin-bottom: 15px;
}
.section .section-content .buttons-wrap .btn:first-child {
  margin-right: 30px;
}
.section .section-title {
  position: relative;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  color: #404040;
}
.section .section-title .section-alert-notif {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 14px;
  bottom: -30px;
}
.section .section-title .section-alert-notif span {
  cursor: pointer;
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .section .container-fluid,
  .section .container-fluid > .row,
  .section .container-fluid > .row > [class*=col-] .section-content-wrap {
    height: 100%;
  }
  .section .section-content-wrap {
    display: table;
    width: 100%;
  }
  .section .section-content-outer {
    display: table-cell;
    vertical-align: middle;
  }
  .section .section-content {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .section .section-content-wrap {
    min-height: 500px;
  }
  .section .section-content-outer {
    padding: 80px 15px 100px 30px;
  }
  .section .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section {
    height: auto !important;
  }
  .section .section-content-wrap {
    min-height: 0;
  }
  .section .section-content-outer {
    padding: 80px 15px 100px 15px;
  }
  .section .section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .section .section-content {
    padding: 15px 0;
  }
  .section .section-content-outer {
    padding: 50px 0 80px;
  }
}

.boncado-section {
  font-family: var(--text-font);
  color: var(--text-color);
}
.boncado-section .section-title {
  font-family: var(--title-font);
  color: currentColor;
}
.boncado-section h1,
.boncado-section h2,
.boncado-section h3,
.boncado-section h4,
.boncado-section h5,
.boncado-section h6,
.boncado-section .h1,
.boncado-section .h2,
.boncado-section .h3,
.boncado-section .h4,
.boncado-section .h5,
.boncado-section .h6 {
  font-family: var(--title-font);
}
.boncado-section form label {
  font-family: var(--text-font);
}

.boncado-process-section table,
.boncado-process-section table td,
.boncado-process-section .form-control {
  color: inherit;
}
.boncado-process-section .section-action-buttons {
  max-width: 500px;
}

@media (max-width: 767px) {
  .section.scene-section:not(.boncado-city-page-banner) .fp-tableCell {
    height: auto !important;
  }
}

#fullpage-wrapper {
  height: 100%;
}

.parallax-wrapper {
  position: relative;
  height: 100%;
  background-size: cover;
}
.parallax-wrapper .scene-layer {
  display: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.parallax-wrapper .layer-dynamic {
  display: block;
}
.parallax-wrapper .static-mobile-layer {
  display: block;
}
.parallax-wrapper .parallax-object {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .parallax-wrapper .scene-layer {
    display: block;
  }
  .parallax-wrapper .static-mobile-layer {
    display: none !important;
  }
}

.banner-section {
  background-size: cover;
  background-position: center center;
  background: -webkit-gradient(linear, left top, left bottom, from(#273041), to(#1a2a4b));
  background: linear-gradient(#273041, #1a2a4b);
}
.banner-section .static-mobile-layer .parallax-object {
  height: 100%;
  background-size: contain !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}
.banner-section .banner-caption {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  width: 100%;
  max-width: 670px;
  padding: 20px;
  color: #292f41;
  text-align: center;
}
.banner-section .banner-caption .title {
  margin-bottom: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner-section .banner-caption .title h1 {
  margin: 0;
  font-weight: bold;
}
.banner-section .banner-caption .lead {
  margin-bottom: 0;
  font-weight: 400;
}
.banner-section .banner-caption .banner-buttons {
  margin-top: 30px;
}
.banner-section .banner-caption .banner-buttons .btn {
  font-size: 0.75rem;
}
.banner-section .tagline-slider .tagline-item .refresh-tagline {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.banner-section .tagline-slider .tagline-item .refresh-tagline:hover {
  color: var(--secondary-color);
}
.banner-section .tagline-slider .tagline-item .refresh-tagline:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transform-origin: center;
}
.banner-section .tagline-slider .tagline-item .refresh-tagline i {
  transition: all ease 0.3s;
}
.banner-section #banner-parallax {
  overflow: hidden;
}
.banner-section #banner-parallax .parallax-object {
  background-position: center;
  background-size: cover;
  left: 0;
  width: 100%;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.banner-section #banner-parallax .parallax-town-shadow-2 {
  height: 35%;
  bottom: 22%;
}
.banner-section #banner-parallax .parallax-town-shadow-1 {
  height: 35%;
  bottom: 14%;
}
.banner-section #banner-parallax .parallax-trees-shadow {
  height: 30%;
  bottom: 10%;
}
.banner-section #banner-parallax .parallax-trees {
  height: 35%;
  bottom: 10%;
}
.banner-section #banner-parallax .parallax-town {
  bottom: 14%;
  bottom: calc(15% - 15px);
  height: 38%;
  width: calc(100% + 100px);
  margin-left: -50px;
}
.banner-section #banner-parallax .parallax-water {
  bottom: -15px;
  height: 15%;
  background-position: center top;
  width: calc(100% + 100px);
  margin-left: -50px;
}
.banner-section #banner-scenery {
  overflow: hidden;
  background-color: #a4ccdb;
}
.banner-section #banner-scenery .scene-layer {
  display: none;
  position: absolute;
  top: 0;
  left: -50px !important;
  width: calc(100% + 100px);
  height: calc(100% + 10px);
  background-size: cover;
  background-position: bottom;
}
.banner-section #banner-scenery .static-layer {
  display: block !important;
}
.banner-section #banner-scenery .parallax-image {
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .banner-section .banner-caption .banner-buttons .btn {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .banner-section #banner-scenery .scene-layer {
    display: block;
  }
  .banner-section #banner-scenery .static-layer {
    display: none !important;
  }
}

.banner-section .snow-overlay {
  display: none;
}
@media (min-width: 992px) {
  .banner-section.active .snow-1 {
    -webkit-animation: snow-fade-out 10s ease-out infinite both;
    animation: snow-fade-out 10s ease-out infinite both;
  }
  .banner-section .snow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
    display: block;
  }
  .banner-section .snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .banner-section .snow-1 {
    top: -50px;
  }
  .banner-section .snow-2 {
    top: -25px;
    left: 70px;
  }
}

.banner-2022 .banner-caption {
  top: 15%;
}
.banner-2022 .banner-caption .title-lg {
  position: relative;
  display: inline-grid;
  font-family: "Komika Axis";
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 6px;
  transform: skewY(-2deg);
  margin: 10px 0 50px;
}
.banner-2022 .banner-caption .title-lg:before, .banner-2022 .banner-caption .title-lg:after {
  position: absolute;
  grid-area: text;
  content: attr(data-text);
  white-space: nowrap;
}
.banner-2022 .banner-caption .title-lg:before {
  -webkit-text-stroke: 10px #cf0d5a;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 2px;
}
.banner-2022 .banner-caption .title-lg:after {
  -webkit-text-stroke: 10px var(--secondary-color);
  z-index: 2;
}
.banner-2022 .banner-caption .title-lg span {
  position: relative;
  z-index: 3;
  grid-area: text;
}
.banner-2022 #banner-scenery {
  background-color: #9fe2ff;
}
@media (min-width: 576px) {
  .banner-2022 .banner-caption {
    top: 8%;
  }
  .banner-2022 .banner-caption .title-lg {
    font-size: 62px;
  }
  .banner-2022 .banner-caption .title-lg:before {
    -webkit-text-stroke: 16px #cf0d5a;
    left: 5px;
    top: 5px;
  }
  .banner-2022 .banner-caption .title-lg:after {
    -webkit-text-stroke: 16px var(--secondary-color);
  }
}

.scene-section .illustration-section {
  display: none;
  position: relative;
  height: 350px;
  overflow: hidden;
  /* set element aspect ratio and vertically center */
}
.scene-section .illustration-section .scene-section-image {
  height: 100%;
  width: 100%;
}
.scene-section .illustration-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene-section .illustration-section .section-img-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scene-section .illustration-section .parallax-wrapper .parallax-object {
  z-index: 3;
}
.scene-section .illustration-section .parallax-wrapper .parallax-object img {
  max-width: 100%;
  display: block;
  height: auto;
}
.scene-section .illustration-section .parallax-wrapper .parallax-object .object-inner {
  position: relative;
  height: 100%;
}
.scene-section .illustration-section .parallax-wrapper .parallax-object .object-static {
  position: relative;
}
.scene-section .illustration-section .parallax-wrapper .parallax-object .object-dynamic {
  position: absolute;
}
.scene-section .illustration-section .parallax-wrapper .parallax-static {
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.scene-section .illustration-section .parallax-wrapper .parallax-static .object-inner {
  position: relative;
  height: 100%;
}
.scene-section .illustration-section .parallax-wrapper .parallax-dynamic {
  position: absolute;
  width: 945px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scene-section .illustration-section .parallax-wrapper .parallax-dynamic img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media (max-width: 575px) {
  .scene-section .illustration-section .parallax-wrapper .parallax-dynamic {
    width: 905px;
  }
}
.scene-section .illustration-section .parallax-wrapper .parallax-bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  height: calc(100% + 10px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-top: -5px;
  background-size: cover;
  background-position: center bottom;
}
.scene-section .illustration-section .parallax-scene-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.scene-section .illustration-section .parallax-scene-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 100%;
  overflow: hidden;
}
.scene-section .illustration-section .parallax-scene-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 576px) {
  .scene-section .illustration-section {
    display: block;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .scene-section .illustration-section {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .scene-section .illustration-section {
    height: 100%;
    margin-right: -12px;
    margin: 0 -12px;
  }
  .scene-section .illustration-section:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    content: "";
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.4);
  }
  .scene-section .order-lg-1 .illustration-section:before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .scene-section .illustration-section {
    margin-right: -12px;
    margin-left: -12px;
  }
}

#start-section .parallax-wrapper .parallax-carpet {
  bottom: -15px;
  z-index: 2;
  height: 6%;
}
#start-section .parallax-wrapper .parallax-lights {
  top: 20%;
  z-index: 2;
  height: 20%;
}
#start-section .parallax-wrapper .parallax-guitar {
  height: 26%;
  bottom: 5%;
}
#start-section .parallax-wrapper .parallax-clock {
  top: 45%;
  right: 2%;
  width: 13%;
  height: 13%;
}
#start-section .parallax-wrapper .parallax-clock .object-inner {
  width: 100%;
}
#start-section .parallax-wrapper .parallax-clock .clock-frame {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: 100% 100%;
  background-position: center center;
}
#start-section .parallax-wrapper .parallax-clock .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10%;
  height: 10%;
  background: #418398;
  border-radius: 50%;
}
#start-section .parallax-wrapper .parallax-clock .hour-container {
  position: absolute;
  top: 30%;
  bottom: 30%;
  right: 0;
  left: 0;
  margin: auto;
  width: 5%;
  transform: rotate(210deg);
}
#start-section .parallax-wrapper .parallax-clock .hour-container .hour-hand {
  width: 100%;
  height: 50%;
  background: #76b1c4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#start-section .parallax-wrapper .parallax-clock .minute-container {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: auto;
  width: 3%;
  transform: rotate(66deg);
}
#start-section .parallax-wrapper .parallax-clock .minute-container .minute-hand {
  width: 100%;
  height: 50%;
  background: #76b1c4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#start-section .parallax-wrapper .parallax-clock .second-container {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  transform: rotate(264deg);
}
#start-section .parallax-wrapper .parallax-clock .second-container .second-hand {
  width: 100%;
  height: 50%;
  background: var(--primary-color);
}
#start-section .parallax-wrapper .parallax-calendar {
  bottom: 40%;
  right: 26%;
  width: 18%;
  font-size: 100%;
}
#start-section .parallax-wrapper .parallax-calendar ._calendar img {
  margin: auto;
}
#start-section .parallax-wrapper .parallax-calendar .calendar-date {
  position: absolute;
  top: 28%;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #2096c1;
}
#start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-month {
  font-size: 0.8vw;
}
#start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-day {
  line-height: 1;
  font-size: 2.5vw;
}
@media (max-width: 991px) {
  #start-section .parallax-wrapper .parallax-calendar {
    width: 22%;
    right: 20%;
  }
  #start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-month {
    font-size: 2.5vw;
  }
  #start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-day {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  #start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-month {
    font-size: 2.5vw;
  }
  #start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-day {
    font-size: 5vw;
  }
}
@media (max-width: 575px) {
  #start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-month {
    font-size: 3vw;
  }
  #start-section .parallax-wrapper .parallax-calendar .calendar-date .calendar-day {
    font-size: 6vw;
  }
}
#start-section .parallax-wrapper .parallax-aquarium-wrap {
  bottom: 6%;
  right: 2%;
  width: 20%;
}
#start-section .parallax-wrapper .parallax-aquarium-wrap ._fish {
  top: 25%;
  left: 50%;
  width: 25%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#start-section .parallax-wrapper .parallax-character {
  bottom: 4%;
  z-index: 8;
  height: 30%;
}
#start-section .parallax-wrapper .parallax-idea {
  bottom: 32%;
  right: 44%;
  width: 35%;
}
#start-section .parallax-wrapper .parallax-idea .idea-balloon-wrap {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
#start-section .parallax-wrapper .parallax-idea ._confetti {
  top: 12%;
  left: 15%;
  width: 74%;
}
#start-section .parallax-wrapper .parallax-idea ._confetti img {
  position: absolute;
}
#start-section .parallax-wrapper .parallax-idea ._characters {
  bottom: -4%;
  left: 18%;
  width: 56%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#start-section .parallax-wrapper .parallax-idea ._gift {
  bottom: 0;
  right: 25%;
  width: 34%;
}
#start-section .parallax-wrapper .parallax-idea ._sm-balloon1 {
  right: 15%;
  bottom: -18%;
  width: 13%;
}
#start-section .parallax-wrapper .parallax-idea ._sm-balloon2 {
  right: 8%;
  bottom: -25%;
  width: 8%;
}
#start-section .parallax-wrapper .parallax-idea ._sm-balloon3 {
  right: 1%;
  bottom: -30%;
  width: 6%;
}
#start-section .parallax-wrapper .parallax-pillow {
  bottom: 2%;
  height: 11%;
  width: calc(100% + 50px);
  margin-left: -25px;
  z-index: 2;
}
#start-section.fp-section.active .idea-balloon-wrap {
  -webkit-animation: fadeIn 0.5s both 1.5s;
  animation: fadeIn 0.5s both 1.5s;
}
#start-section.fp-section.active ._sm-balloon1 {
  -webkit-animation: fadeIn 0.5s both 1.25s;
  animation: fadeIn 0.5s both 1.25s;
}
#start-section.fp-section.active ._sm-balloon2 {
  -webkit-animation: fadeIn 0.5s both 1s;
  animation: fadeIn 0.5s both 1s;
}
#start-section.fp-section.active ._sm-balloon3 {
  -webkit-animation: fadeIn 0.5s both 0.75s;
  animation: fadeIn 0.5s both 0.75s;
}
#start-section.fp-section.active ._fish {
  -webkit-animation: swim both 10s infinite;
  animation: swim both 10s infinite;
}
#start-section.fp-section.active ._characters {
  -webkit-animation: charactersSwing both 1.25s infinite;
  animation: charactersSwing both 1.25s infinite;
}
#start-section.fp-section.active ._confetti img:nth-child(1) {
  -webkit-animation: confetti both 1.25s infinite;
  animation: confetti both 1.25s infinite;
}
#start-section.fp-section.active ._confetti img:nth-child(2) {
  -webkit-animation: confetti both 1.25s infinite;
  animation: confetti both 1.25s infinite;
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
}

#choose-merchant-section {
  background-color: #443749;
  color: #fff;
}
#choose-merchant-section .illustration-section:after {
  background-color: #443749;
}
#choose-merchant-section .section-title {
  color: currentColor;
}
#choose-merchant-section .selected-store {
  /*display: none;*/
  font-size: 18px;
}
#choose-merchant-section .selected-store > [class*=store-] {
  padding: 6px 12px;
}
#choose-merchant-section .selected-store > [class*=store-] .fal {
  margin-right: 8px;
  width: 18px;
  text-align: center;
  vertical-align: middle;
}
#choose-merchant-section .selected-store .store-name {
  padding: 6px 12px 5px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
}
#choose-merchant-section .selected-store .store-name .fal {
  margin-right: 6px;
  vertical-align: top;
  margin-top: 3px;
  margin-left: -2px;
  width: auto;
  color: var(--primary-color);
}
#choose-merchant-section .selected-store .store-address .fal {
  float: left;
}
#choose-merchant-section .selected-store .store-address .pull-left {
  width: calc(100% - 30px);
}
#choose-merchant-section .parallax-wrapper .parallax-shadow {
  bottom: 32%;
  height: 42%;
}
#choose-merchant-section .parallax-wrapper .parallax-wall {
  bottom: 62%;
  height: 24%;
}
#choose-merchant-section .parallax-wrapper .parallax-sofa {
  bottom: 18%;
  height: 25%;
}
#choose-merchant-section .parallax-wrapper .parallax-character {
  bottom: 26%;
  height: 46%;
}
#choose-merchant-section .parallax-wrapper .parallax-table {
  height: 40%;
  bottom: 18%;
}
#choose-merchant-section .parallax-wrapper .parallax-coffee {
  bottom: 40%;
  height: 5%;
}
#choose-merchant-section .parallax-wrapper .parallax-coffee ._coffee-smoke {
  bottom: 75%;
  left: 40%;
  width: 6%;
}
#choose-merchant-section .parallax-wrapper .parallax-coffee-smoke {
  bottom: 41%;
  height: 5%;
  width: 6%;
  left: 42.5%;
}
#choose-merchant-section .parallax-wrapper .parallax-bookshelf {
  bottom: 30%;
  height: 50%;
  width: calc(100% + 50px);
  margin-left: -25px;
}
#choose-merchant-section .parallax-wrapper .parallax-carpet {
  bottom: -15px;
  height: 20%;
}
#choose-merchant-section.fp-section.active .parallax-shadow {
  visibility: visible;
  -webkit-animation: flicker both 2s infinite 1s;
  animation: flicker both 2s infinite 1s;
}
#choose-merchant-section.fp-section.active .parallax-coffee-smoke ._coffee-smoke {
  -webkit-animation: teaSmoke both 2s infinite;
  animation: teaSmoke both 2s infinite;
}
#choose-merchant-section .store-selection {
  margin-bottom: 20px;
}

#gift-details-section .parallax-wrapper .parallax-outdoor {
  bottom: 23.5%;
  right: -25%;
  width: 78%;
  height: 60%;
}
#gift-details-section .parallax-wrapper .parallax-outdoor ._sky {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#gift-details-section .parallax-wrapper .parallax-outdoor ._plants {
  bottom: 13%;
  left: -2%;
  width: 38%;
}
#gift-details-section .parallax-wrapper .parallax-outdoor ._sea {
  bottom: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 50px);
  margin-left: -25px;
}
#gift-details-section .parallax-wrapper .parallax-floor {
  bottom: 0;
  height: 25%;
  width: 100%;
  width: calc(100% + 100px);
  margin-left: -50px;
}
#gift-details-section .parallax-wrapper .parallax-guitar {
  bottom: 20%;
  height: 25%;
}
#gift-details-section .parallax-wrapper .parallax-carpet {
  bottom: 5%;
  height: 18%;
}
#gift-details-section .parallax-wrapper .parallax-character {
  bottom: 20%;
  height: 35%;
}
#gift-details-section .parallax-wrapper .parallax-table {
  bottom: 15%;
  height: 22%;
}
#gift-details-section .parallax-wrapper .parallax-gift {
  bottom: 27%;
  height: 20%;
  opacity: 0;
}
#gift-details-section.fp-section.active ._sea {
  -webkit-animation: seaWave both 8s infinite;
  animation: seaWave both 8s infinite;
}
#gift-details-section.fp-section.active ._plants {
  -webkit-animation: plantsSwing both 3s infinite;
  animation: plantsSwing both 3s infinite;
}
#gift-details-section.fp-section.active .parallax-gift {
  -webkit-animation: giftEntrance both 0.45s linear 0.35s;
  animation: giftEntrance both 0.45s linear 0.35s;
}
#gift-details-section #gift-form .alert-info-primary {
  overflow: hidden;
}
#gift-details-section #gift-form .alert-info-primary .input-group {
  max-width: 220px;
}
#gift-details-section #gift-form .alert-info-primary .input-group-text {
  border-radius: 0;
}
#gift-details-section .how-much > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#gift-details-section .how-much > .row:before, #gift-details-section .how-much > .row:after {
  display: none;
}
#gift-details-section .selected-suggestion-preview {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, 0.14);
}
#gift-details-section .selected-suggestion-preview .suggestion-img {
  width: calc(50% - 7px);
  height: 110px;
}
#gift-details-section .selected-suggestion-preview .suggestion-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gift-details-section .selected-suggestion-preview .suggestion-details {
  padding: 10px 14px 0;
}
#gift-details-section .selected-suggestion-preview .suggestion-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#gift-details-section .selected-suggestion-preview .suggestion-actions {
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  #gift-details-section .how-much > .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  #gift-details-section .how-much > .row > div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 576px) {
  #gift-details-section .selected-suggestion-preview .suggestion-img {
    width: calc(50% - 15px);
  }
  #gift-details-section .selected-suggestion-preview .suggestion-details {
    padding: 12px 20px 0;
  }
}

#send-gift-section {
  padding: 50px 0 60px;
  overflow: hidden;
  background-color: #273041;
  color: #fff;
}
#send-gift-section .section-title {
  color: currentColor;
}
#send-gift-section .send-options-wrap {
  margin: 100px 0;
}
#send-gift-section .send-thumbnail {
  position: relative;
  display: table;
  margin: auto auto 20px;
  text-align: center;
}
#send-gift-section .send-thumbnail:before {
  position: absolute;
  top: -5px;
  left: 15px;
  z-index: 9;
  font-size: 25px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  width: 35px;
  height: 35px;
  background-color: #43d4b2;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
}
#send-gift-section .send-thumbnail.disable {
  pointer-events: none;
}
#send-gift-section .send-thumbnail.disable .stack-wrap:before {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 47, 65, 0.5);
  content: "";
}
#send-gift-section .send-thumbnail.active {
  opacity: 1;
}
#send-gift-section .send-thumbnail.active:before {
  display: block;
}
#send-gift-section .send-thumbnail.active .stack-wrap .img-stack:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-5deg) scale(1.05);
  transform: translateY(0) rotate(-5deg) scale(1.05);
}
#send-gift-section .send-thumbnail.active .stack-wrap .img-stack:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(4deg) scale(1.05);
  transform: translateY(-5px) rotate(4deg) scale(1.05);
}
#send-gift-section .send-thumbnail.active .stack-wrap .img-stack:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-3deg) scale(1.05);
  transform: translateY(-10px) rotate(-3deg) scale(1.05);
}
#send-gift-section .send-thumbnail.active .stack-wrap .img-stack:nth-child(4) {
  -webkit-transform: translateY(-15px) rotate(2deg) scale(1.05);
  transform: translateY(-15px) rotate(2deg) scale(1.05);
}
#send-gift-section .send-thumbnail.active .stack-wrap .img-container {
  -webkit-transform: translateY(-20px) rotate(0deg) scale(1);
  transform: translateY(-20px) rotate(0deg) scale(1);
}
#send-gift-section .send-thumbnail.active .stack-wrap .img-container img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#send-gift-section .send-thumbnail.active .thumb-action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#send-gift-section .send-thumbnail .stack-wrap {
  position: relative;
  z-index: 3;
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
#send-gift-section .send-thumbnail .stack-wrap .img-stack {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#send-gift-section .send-thumbnail .stack-wrap .img-container {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0px) rotate(0deg) scale(1);
  transform: translateY(0px) rotate(0deg) scale(1);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  overflow: hidden;
  border-radius: 6px;
}
#send-gift-section .send-thumbnail .stack-wrap .img-container img {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 6px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#send-gift-section .send-thumbnail .thumb-action .btn {
  min-width: 200px;
}
#send-gift-section .send-thumbnail:hover {
  z-index: 2;
}
#send-gift-section .send-thumbnail:hover .stack-wrap .img-stack:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-5deg) scale(1.05);
  transform: translateY(0) rotate(-5deg) scale(1.05);
}
#send-gift-section .send-thumbnail:hover .stack-wrap .img-stack:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(4deg) scale(1.05);
  transform: translateY(-5px) rotate(4deg) scale(1.05);
}
#send-gift-section .send-thumbnail:hover .stack-wrap .img-stack:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-3deg) scale(1.05);
  transform: translateY(-10px) rotate(-3deg) scale(1.05);
}
#send-gift-section .send-thumbnail:hover .stack-wrap .img-stack:nth-child(4) {
  -webkit-transform: translateY(-15px) rotate(2deg) scale(1.05);
  transform: translateY(-15px) rotate(2deg) scale(1.05);
}
#send-gift-section .send-thumbnail:hover .stack-wrap .img-container {
  -webkit-transform: translateY(-20px) rotate(0deg) scale(1);
  transform: translateY(-20px) rotate(0deg) scale(1);
}
#send-gift-section .send-thumbnail:hover .stack-wrap .img-container img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#send-gift-section .send-thumbnail .thumb-action {
  z-index: 1;
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#send-gift-section .print-thumbnail .stack-wrap .img-stack {
  background-color: rgba(96, 71, 161, 0.5);
}
#send-gift-section .mail-thumbnail .stack-wrap .img-stack {
  background-color: rgba(220, 196, 23, 0.5);
}
#send-gift-section .email-thumbnail .stack-wrap .img-stack {
  background-color: rgba(54, 118, 236, 0.5);
}
@media (min-width: 768px) {
  #send-gift-section .send-thumbnail {
    margin: auto auto 45px;
  }
  #send-gift-section .send-thumbnail .stack-wrap {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 992px) {
  #send-gift-section .send-thumbnail {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #send-gift-section .send-thumbnail .stack-wrap {
    height: 288px;
    width: 288px;
  }
  #send-gift-section .send-thumbnail .thumb-action .btn {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #send-gift-section .send-thumbnail .stack-wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #send-gift-section .section-title {
    margin-bottom: 100px;
  }
  #send-gift-section #choose-delivery-form {
    margin-top: 30px;
  }
  #send-gift-section .send-options-wrap {
    margin: 0;
  }
  #send-gift-section .send-options-wrap .flex-row {
    margin-left: -7px;
    margin-right: -7px;
  }
  #send-gift-section .send-options-wrap .flex-row > div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
  #send-gift-section .send-thumbnail {
    display: block;
    -webkit-animation: none;
    animation: none;
  }
  #send-gift-section .send-thumbnail .stack-wrap {
    padding-bottom: 100%;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  #send-gift-section .send-thumbnail .stack-wrap .img-container {
    position: absolute;
    z-index: 9;
  }
  #send-gift-section .send-thumbnail .thumb-action {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #send-gift-section .send-thumbnail .btn {
    width: 100%;
    min-width: 0 !important;
    padding: 8px;
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  #send-gift-section .send-thumbnail .btn {
    line-height: 1;
    white-space: break-spaces;
  }
}

#payment-section {
  background-color: #443749;
  color: #fff;
  /*    @media(max-width: 575px) {
      .payment-gateways {
          margin-left: 0;
          margin-bottom: 20px;
          display: block;
      }
  }*/
}
#payment-section.fp-section.active ._lamp-light {
  -webkit-animation: lampLight both 2s infinite;
  animation: lampLight both 2s infinite;
}
#payment-section.fp-section.active ._tea-smoke {
  -webkit-animation: teaSmoke both 2s infinite;
  animation: teaSmoke both 2s infinite;
}
#payment-section .section-title {
  display: inline-block;
  color: currentColor;
}
#payment-section #cart-details table {
  color: inherit !important;
}
#payment-section .payment-gateways {
  display: block;
  margin-top: 12px;
}
#payment-section .payment-gateways li {
  min-width: 32%;
  text-align: center;
}
#payment-section .payment-gateways li i {
  font-size: 32px;
}
#payment-section .payment-gateways li i:last-child {
  margin-right: 0;
}
#payment-section .payment-gateways .bc-radio {
  display: flex;
  display: -ms-flexbox;
}
#payment-section select[name=payment_card-expiration-month] ~ .validate-msg {
  width: 200px;
  left: 30px;
}
#payment-section #total-amount {
  position: relative;
  margin-bottom: 25px;
  padding: 5px 15px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
#payment-section #total-amount:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.12);
  content: "";
}
#payment-section #total-amount span {
  position: relative;
  z-index: 1;
}
#payment-section .parallax-wrapper .parallax-tvset {
  bottom: 25%;
  height: 28%;
}
#payment-section .parallax-wrapper .parallax-floor {
  bottom: -15px;
  height: 32%;
}
#payment-section .parallax-wrapper .parallax-character {
  bottom: 24%;
  height: 36%;
}
#payment-section .parallax-wrapper .parallax-table {
  bottom: 15%;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
}
#payment-section .parallax-wrapper .parallax-table ._table-objects {
  bottom: 84%;
  left: 0;
  right: 0;
  width: 85%;
  margin: auto;
}
#payment-section .parallax-wrapper .parallax-table ._lamp {
  bottom: 90%;
  width: 20%;
  left: 8%;
}
#payment-section .parallax-wrapper .parallax-table ._lamp .object-inner {
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#payment-section .parallax-wrapper .parallax-table ._lamp ._lamp-light {
  right: -6%;
  top: 12%;
  width: 56%;
}
#payment-section .parallax-wrapper .parallax-table ._tea {
  bottom: 88%;
  width: 16%;
  right: 30%;
}
#payment-section .parallax-wrapper .parallax-table ._tea ._tea-smoke {
  bottom: 70%;
  left: 14%;
  width: 90%;
}
@media (max-width: 757px) {
  #payment-section .parallax-wrapper .parallax-table {
    width: 70%;
  }
}
#payment-section #place-order.btn {
  font-size: 10px;
}
@media (min-width: 576px) {
  #payment-section #place-order.btn {
    font-size: 12px;
    height: 42px;
  }
}
@media (max-width: 575px) {
  #payment-section .form-buttons-wrap .col-12 {
    width: 50%;
  }
}
#confirmation-section .ending-scene {
  display: none;
}
#confirmation-section .ending-scene.active {
  display: block;
}
#confirmation-section .parallax-wrapper .parallax-ground {
  bottom: 0;
  height: 22%;
  width: 100%;
  width: calc(100% + 50px);
  margin-left: -25px;
}
#confirmation-section .parallax-wrapper .parallax-mailbox {
  bottom: 20%;
  left: 22%;
  width: 20%;
}
#confirmation-section .parallax-wrapper .parallax-mailbox ._mailbox-flag {
  top: 2%;
  left: 14%;
  width: 52%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#confirmation-section .parallax-wrapper .parallax-voucher {
  bottom: 24%;
  height: 14%;
}
#confirmation-section .parallax-wrapper .parallax-plants {
  bottom: -15px;
  height: 24%;
}
#confirmation-section #print-ending-scene .parallax-characters {
  bottom: 15%;
  height: 35%;
}
#confirmation-section #print-ending-scene .parallax-mailbox ._mailbox-flag {
  -webkt-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#confirmation-section #delivery-ending-scene .parallax-character {
  bottom: -5%;
  height: 40%;
}
#confirmation-section #delivery-ending-scene .parallax-character ._character {
  left: 56%;
  -webkit-transform-origin: top;
  transform-origin: top;
}
#confirmation-section #email-ending-scene .parallax-object {
  position: absolute;
  width: 945px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
@media (max-width: 767px) {
  #confirmation-section #email-ending-scene .parallax-object {
    width: 100%;
  }
}
#confirmation-section #email-ending-scene .parallax-object img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
#confirmation-section #email-ending-scene .parallax-outdoor {
  bottom: 4%;
  height: 46%;
}
#confirmation-section #email-ending-scene .parallax-outdoor img {
  left: 425px;
  left: 40%;
}
#confirmation-section #email-ending-scene .parallax-tree {
  bottom: 8%;
  height: 40%;
}
#confirmation-section #email-ending-scene .parallax-tree img {
  right: -125px;
  right: -10%;
}
#confirmation-section #email-ending-scene .parallax-bookshelf {
  height: 47.5%;
  bottom: -3%;
}
#confirmation-section #email-ending-scene .parallax-bookshelf img {
  left: -185px;
}
#confirmation-section #email-ending-scene .parallax-character {
  bottom: -8%;
  height: 43.5%;
}
#confirmation-section #email-ending-scene .parallax-character img {
  left: 218px;
  left: 22%;
}
#confirmation-section #email-ending-scene .parallax-table {
  bottom: -9%;
  height: 36%;
}
#confirmation-section #email-ending-scene .parallax-table img {
  left: 408px;
  left: 44%;
}
#confirmation-section #email-ending-scene .parallax-voucher {
  height: 6%;
  bottom: 33%;
}
#confirmation-section #email-ending-scene .parallax-voucher img {
  left: 60%;
}
@media (max-width: 767px) {
  #confirmation-section #email-ending-scene .parallax-voucher img {
    left: 66%;
  }
}
#confirmation-section.fp-section.active #delivery-ending-scene ._mailbox-flag {
  -webkit-animation: mailFlag both 0.5s linear 1s;
  animation: mailFlag both 0.5s linear 1s;
}
#confirmation-section.fp-section.active #delivery-ending-scene ._character {
  -webkit-animation: characterShow both 0.35s linear 1.5s;
  animation: characterShow both 0.35s linear 1.5s;
}
#confirmation-section.fp-section.active #delivery-ending-scene .parallax-voucher {
  -webkit-animation: voucherShow both 0.35s linear 1.7s;
  animation: voucherShow both 0.35s linear 1.7s;
}
#confirmation-section.fp-section.active #email-ending-scene .parallax-voucher img {
  -webkit-animation: giftPopup both 0.25s linear 1s;
  animation: giftPopup both 0.25s linear 1s;
}
#confirmation-section.fp-section.active #email-ending-scene ._tree {
  -webkit-animation: plantsSwing both 6s infinite 1s;
  animation: plantsSwing both 6s infinite 1s;
}

.pre-footer {
  background-size: cover;
  background-position: center center;
  background: -webkit-gradient(linear, left top, left bottom, from(#273041), to(#1a2a4b));
  background: linear-gradient(#273041, #1a2a4b);
}
.pre-footer .prefooter-caption {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  width: 100%;
  max-width: 670px;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.pre-footer .prefooter-caption .section-title {
  color: #fff;
}
.pre-footer .prefooter-caption .lead {
  margin-bottom: 30px;
  font-weight: 100;
}
.pre-footer .prefooter-caption .btn {
  min-width: 115px;
}
.pre-footer .parallax-wrapper {
  overflow: hidden;
}
.pre-footer .parallax-wrapper .parallax-object {
  position: absolute;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 100%;
}
.pre-footer .parallax-wrapper .parallax-object-wrap {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.pre-footer .parallax-wrapper .parallax-object-wrap > img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.pre-footer .parallax-wrapper .parallax-fireworks {
  height: 38%;
  top: 20%;
  width: 100%;
  width: calc(100% + 100px);
  margin-left: -50px;
}
.pre-footer .parallax-wrapper .parallax-fireworks img {
  position: absolute;
  opacity: 0;
}
.pre-footer .parallax-wrapper .parallax-fireworks .fw1 {
  left: 25%;
  top: 0;
}
.pre-footer .parallax-wrapper .parallax-fireworks .fw2 {
  right: 20%;
  top: 0;
}
.pre-footer .parallax-wrapper .parallax-fireworks .fw3 {
  left: 5%;
  bottom: 0;
}
.pre-footer .parallax-wrapper .parallax-fireworks .fw4 {
  right: 5%;
  bottom: 0;
}
.pre-footer .parallax-wrapper .parallax-buildings-shadow-2 {
  height: 38%;
  bottom: 0;
}
.pre-footer .parallax-wrapper .parallax-buildings-shadow-1 {
  height: 29%;
  bottom: 10px;
}
.pre-footer .parallax-wrapper .parallax-trees {
  height: 20%;
  bottom: 15px;
}
.pre-footer .parallax-wrapper .parallax-fence-n-trees {
  bottom: 20px;
  height: 31%;
  width: 100%;
  background-position: center bottom;
}
.pre-footer .parallax-wrapper .parallax-fw-base {
  height: 117px;
  bottom: -30px;
}
.pre-footer .parallax-wrapper .parallax-fw-base img {
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .pre-footer .parallax-wrapper .parallax-fw-base {
    height: 102px;
  }
}
@media (max-width: 575px) {
  .pre-footer .parallax-wrapper .parallax-fw-base {
    height: 50px;
    bottom: 0;
  }
}
.pre-footer .parallax-wrapper .parallax-fw-wheel {
  height: 185px;
  bottom: 40px;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 185px;
  width: 185px;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-wheel-inner {
  position: relative;
  height: 100%;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel ._wheel {
  transform-origin: 50% 50%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img {
  width: 12%;
  position: absolute;
  top: 43%;
  left: 50%;
  margin-left: -13px;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(2) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(3) {
  animation-delay: -9.9s;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(4) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -15s;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(5) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -20s;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(6) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -25s;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(7) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -30s;
}
.pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins img:nth-child(8) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -35s;
}
@media (max-width: 767px) {
  .pre-footer .parallax-wrapper .parallax-fw-wheel {
    height: 150px;
  }
  .pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .pre-footer .parallax-wrapper .parallax-fw-wheel {
    height: 125px;
    bottom: -20px;
  }
  .pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel {
    height: 95px;
    width: 95px;
  }
  .pre-footer .parallax-wrapper .parallax-fw-wheel .fw-wheel .fw-cabins {
    left: 5px;
  }
}
.pre-footer .parallax-wrapper .parallax-town {
  bottom: -15px;
  height: 36%;
  background-position: center bottom;
  width: calc(100% + 100px);
  margin-left: -50px;
}
@media (max-width: 767px) {
  .pre-footer .parallax-wrapper .parallax-town {
    bottom: -5px;
  }
}
.pre-footer.section-done .fw1 {
  -webkit-animation: zoomIn both 5s infinite 0.5s;
  animation: zoomIn both 5s infinite 0.5s;
}
.pre-footer.section-done .fw2 {
  -webkit-animation: zoomIn both 5s infinite 1.5s;
  animation: zoomIn both 5s infinite 1.5s;
}
.pre-footer.section-done .fw3 {
  -webkit-animation: zoomIn both 3s infinite 1s;
  animation: zoomIn both 3s infinite 1s;
}
.pre-footer.section-done .fw4 {
  -webkit-animation: zoomIn both 2.5s infinite 2s;
  animation: zoomIn both 2.5s infinite 2s;
}
.pre-footer.section-done .parallax-fw-wheel ._wheel {
  animation: wheel_rotate 40s infinite linear;
}
.pre-footer.section-done .parallax-fw-wheel .fw-cabins img {
  animation: bucket_rotate 40s infinite linear;
}
@media (max-width: 767px) {
  .pre-footer.section-done .parallax-fw-wheel .fw-cabins img {
    animation: bucket_rotate-sm 40s infinite linear;
  }
}
@media (max-width: 575px) {
  .pre-footer.section-done .parallax-fw-wheel .fw-cabins img {
    animation: bucket_rotate-xs 40s infinite linear;
  }
}

#choose-voucher-section {
  padding: 30px 0 40px;
  background-color: #443749;
  color: #fff;
}
#choose-voucher-section .section-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
#choose-voucher-section .voucher-template-item {
  pointer-events: none;
}
#choose-voucher-section .voucher-template-item:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(62, 62, 62, 0.58);
  content: "";
}
#choose-voucher-section.section-enable .section-title .section-alert-notif {
  display: none;
}
#choose-voucher-section.section-enable .voucher-template-item {
  pointer-events: all;
}
#choose-voucher-section.section-enable .voucher-template-item:before {
  display: none;
}
#choose-voucher-section .voucher-templates-grid .alert {
  margin: 0 15px 20px;
}
#choose-voucher-section .voucher-templates-grid .alert.alert-danger span {
  cursor: pointer;
}

.voucher-preview-modal .modal-title {
  font-weight: 700;
}
.voucher-preview-modal label {
  font-weight: 500;
}
.voucher-preview-modal .modal-footer .btn {
  min-width: 100px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .voucher-preview-modal .modal-dialog {
    max-width: 650px;
  }
}

#vouchers-library-modal {
  color: #2e2e2e;
}
#vouchers-library-modal .btn-close {
  position: absolute;
  z-index: 1;
  right: -5px;
  top: -5px;
  padding: 0;
  width: 42px;
  height: 42px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  font-size: 26px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#vouchers-library-modal .vouchers-library-sort {
  margin: 20px 0 25px;
  border-bottom: 1px solid #bcbcbd;
}
#vouchers-library-modal .voucher-lib-sort-tag label {
  position: relative;
  font-weight: normal;
  margin: 0;
}
#vouchers-library-modal .voucher-lib-sort-tag input {
  display: none;
}
#vouchers-library-modal .modal-dialog {
  margin: 0;
  max-width: none;
  height: 100%;
}
#vouchers-library-modal .modal-dialog .modal-content {
  background-color: rgba(245, 245, 246, 0.98);
}
#vouchers-library-modal .voucher-colorpicker {
  position: relative;
}
#vouchers-library-modal .voucher-colorpicker:not(.active) .colorpicker-swatches {
  display: none !important;
}
#vouchers-library-modal .voucher-colorpicker .voucher-colorpicker-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
  background-size: 100% !important;
}
#vouchers-library-modal .voucher-colorpicker .colorpicker-swatches {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 160px;
  padding: 8px;
  background-color: #fff;
  z-index: 3;
  border-radius: 4px;
}
#vouchers-library-modal .voucher-colorpicker .color-item {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 6px;
  border-radius: 0.15em;
  outline: 1px solid #ddd;
}
#vouchers-library-modal .voucher-colorpicker .color-item span {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#vouchers-library-modal .voucher-tags {
  margin-left: 10px;
  padding-bottom: 6px;
  overflow: auto;
}
#vouchers-library-modal .voucher-tags::-webkit-scrollbar {
  height: 10px;
}
#vouchers-library-modal .voucher-tags::-webkit-scrollbar-track {
  background: #e2e2e2;
}
#vouchers-library-modal .voucher-tags::-webkit-scrollbar-thumb {
  background: #888;
}
#vouchers-library-modal .voucher-tags::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#vouchers-library-modal .voucher-theme-tag {
  margin: 0 6px 6px 0;
  padding: 4px;
  border: 1px solid #2e2e2e;
  border-radius: 30px;
}
#vouchers-library-modal .voucher-theme-tag.active, #vouchers-library-modal .voucher-theme-tag:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
#vouchers-library-modal .voucher-theme-tag span {
  padding: 6px 18px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
#vouchers-library-modal .voucher-theme-tag span:before {
  display: none;
}
#vouchers-library-modal .vouchers-library {
  max-width: none;
  padding-bottom: 40px;
  overflow: auto;
  height: calc(100% - 165px);
  padding: 0 15px;
  margin: 0 -12px;
}
#vouchers-library-modal .vouchers-library::-webkit-scrollbar {
  width: 10px;
}
#vouchers-library-modal .vouchers-library::-webkit-scrollbar-track {
  background: #e2e2e2;
}
#vouchers-library-modal .vouchers-library::-webkit-scrollbar-thumb {
  background: #888;
}
#vouchers-library-modal .vouchers-library::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#vouchers-library-modal .vouchers-library-pagination .pagination {
  margin: 10px 0 0;
}
@media (min-width: 576px) {
  #vouchers-library-modal .vouchers-library {
    height: calc(100% - 195px);
  }
  #vouchers-library-modal .vouchers-library-sort {
    padding: 30px 0 20px;
  }
  #vouchers-library-modal .voucher-theme-tag {
    margin: 0 10px 10px 0;
    font-size: 14px;
  }
  #vouchers-library-modal .vouchers-library-pagination .pagination {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  #vouchers-library-modal .vouchers-library-sort {
    margin: 20px 0 30px;
  }
  #vouchers-library-modal .vouchers-library {
    height: calc(100% - 325px);
  }
  #vouchers-library-modal .vouchers-library .col-12.col-sm-6.col-lg-6 {
    width: 33.33333333%;
  }
  #vouchers-library-modal .pagination {
    margin: 15px 0;
  }
}

.voucher-templates-grid,
.vouchers-library {
  max-width: 800px;
  margin: auto;
}
.voucher-templates-grid .voucher-template-item,
.vouchers-library .voucher-template-item {
  position: relative;
  margin-bottom: 30px;
}
.voucher-templates-grid .voucher-template-item:hover .item-cover,
.vouchers-library .voucher-template-item:hover .item-cover {
  opacity: 1;
}
.voucher-templates-grid .voucher-template-item .item-cover,
.vouchers-library .voucher-template-item .item-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.voucher-templates-grid .voucher-template-item .item-cover .btn,
.vouchers-library .voucher-template-item .item-cover .btn {
  margin: 0 10px;
  min-width: 110px;
}
.voucher-templates-grid .voucher-template-item .item-cover .btn-outline-secondary,
.vouchers-library .voucher-template-item .item-cover .btn-outline-secondary {
  background-color: rgba(255, 255, 255, 0.7);
}
.voucher-templates-grid .voucher-template-item .item-cover .btn-outline-secondary:hover,
.vouchers-library .voucher-template-item .item-cover .btn-outline-secondary:hover {
  background-color: var(--secondary-color);
}
.voucher-templates-grid .voucher-template-item .radio,
.vouchers-library .voucher-template-item .radio {
  margin: 0;
}
.voucher-templates-grid .voucher-template-item label,
.vouchers-library .voucher-template-item label {
  padding: 0;
  margin: 0;
  display: block;
}
.voucher-templates-grid .voucher-template-item input,
.vouchers-library .voucher-template-item input {
  display: none;
}
.voucher-templates-grid .voucher-template-item input:checked ~ .img-container,
.vouchers-library .voucher-template-item input:checked ~ .img-container {
  box-shadow: 5px 5px 15px #30c3d0;
}
.voucher-templates-grid .voucher-template-item input:checked ~ .img-container:before,
.vouchers-library .voucher-template-item input:checked ~ .img-container:before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  font-size: 25px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  width: 35px;
  height: 35px;
  background-color: #43d4b2;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.voucher-templates-grid .voucher-template-item .img-container,
.vouchers-library .voucher-template-item .img-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.voucher-templates-grid .voucher-template-item .img-container img,
.vouchers-library .voucher-template-item .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voucher-templates-grid .lessink,
.vouchers-library .lessink {
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px;
  color: black;
  font-style: italic;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.voucher-templates-options {
  max-width: 800px;
  margin: auto;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 32px 0 2px;
}
.voucher-templates-options .btn {
  padding: 10px 16px;
}

.business-information-section {
  position: relative;
  padding: 15px 0;
  height: auto;
}
.business-information-section .business-intro {
  position: relative;
}
.business-information-section .business-intro .intro-title > * {
  margin-top: 0;
}
.business-information-section .business-intro .intro-lead {
  min-height: 110px;
}
.business-information-section .boncado-store-directory {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.business-information-section .storelocator-results-page {
  position: relative;
  padding: 0 !important;
}
.business-information-section .business-gallery {
  position: relative;
  overflow: hidden;
}
.business-information-section .practical-info {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.business-information-section .practical-info-item {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: baseline;
  -ms-flex-align: baseline;
  margin-bottom: 15px;
  font-size: 14px;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 35px;
}
.business-information-section .practical-info-item i {
  display: inline-block;
  margin-right: 10px;
  color: var(--primary-color);
}
.business-information-section .business-map {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.business-information-section .section-title {
  margin-bottom: 10px;
}
.business-information-section table.working-hours {
  margin-bottom: 0;
  color: inherit;
}
.business-information-section table.working-hours th,
.business-information-section table.working-hours td,
.business-information-section table.working-hours thead th,
.business-information-section table.working-hours tbody + tbody {
  border: 0;
  font-size: 14px;
}
.business-information-section table.working-hours td:last-child {
  text-align: right;
}
.business-information-section .business-testimonial-container {
  position: relative;
  z-index: 2;
}
.business-information-section .business-testimonial-container + .business-gallery, .business-information-section .business-testimonial-container + .business-practical-info-section {
  margin-top: 70px;
}
.business-information-section .business-testimonial-container + .business-faq {
  margin-top: 130px;
}
.business-information-section .business-testimonial-container > .container {
  position: relative;
}
.business-information-section .business-testimonial {
  position: absolute;
  right: 15px;
  left: 15px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  min-height: 170px;
  padding: 30px 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #161720;
}
.business-information-section .business-testimonial blockquote {
  margin-bottom: 0;
  border-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
}
@media (min-width: 576px) {
  .business-information-section {
    padding: 60px 0;
  }
  .business-information-section .business-testimonial {
    padding: 30px 50px;
  }
  .business-information-section .business-testimonial blockquote {
    font-size: 17.5px;
  }
}

#business-faq {
  position: relative;
}
#business-faq .panel-title p {
  margin-bottom: 0;
}
#business-faq .panel-heading .panel-title > a .fa {
  color: #333;
}

#business-map-canvas {
  height: 250px;
}

#business-image {
  height: 300px;
  margin-top: 30px;
}
#business-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  #business-image {
    height: 540px;
  }
}

#business-punchline {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 250px;
  padding: 30px 15px;
  margin-top: 30px;
  color: #fff;
  background-color: #161720;
  text-align: center;
}
#business-punchline > h3 {
  margin: 0;
}
@media (min-width: 576px) {
  #business-punchline {
    padding: 30px 45px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  #business-punchline {
    height: 540px;
  }
}

#business-gallery-slider {
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: -15px;
}
#business-gallery-slider .img-container {
  position: relative;
  padding-bottom: 90%;
  cursor: pointer;
  margin: 0 8px;
}
#business-gallery-slider .img-container > a:hover:before {
  opacity: 1;
}
#business-gallery-slider .img-container > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 2;
  content: "\f067";
  opacity: 0;
  transition: all ease 0.35s;
}
#business-gallery-slider .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  #business-gallery-slider .img-container {
    margin: 0 15px;
  }
}

#business-gallery-grid-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#business-gallery-grid-container .btn-toggle-gallery-lightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
#business-gallery-grid-container .gallery-grid-item {
  height: 180px;
}
#business-gallery-grid-container .gallery-grid-item .img-container {
  height: 100%;
}
#business-gallery-grid-container .gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business-gallery-grid-container .grid-small-items-row > div:nth-child(n+5) {
  display: none;
}
@media (min-width: 576px) {
  #business-gallery-grid-container .gallery-grid-item {
    height: 470px;
  }
  #business-gallery-grid-container .gallery-grid-item._sm {
    height: 230px;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="1"] ._item-1 {
    width: 100%;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="1"] ._item-1 ~ div {
    display: none;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="2"] ._item-2 {
    width: 100%;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="2"] ._item-2 .gallery-grid-item {
    height: 470px;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="2"] ._item-2 ~ div {
    display: none;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="3"] ._item-2 .gallery-grid-item,
  #business-gallery-grid-container .business-gallery-grid[data-length="3"] ._item-3 .gallery-grid-item {
    height: 470px;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="3"] ._item-3 ~ div {
    display: none;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="4"] ._item-4 {
    width: 100%;
  }
  #business-gallery-grid-container .business-gallery-grid[data-length="4"] ._item-4 ~ div {
    display: none;
  }
}

#business-schedule-table-container .working-hours,
#business-schedule-table-container thead,
#business-schedule-table-container tbody,
#business-schedule-table-container td {
  display: block;
}
#business-schedule-table-container tr {
  display: flex;
  padding: 8px 24px;
  justify-content: space-between;
}
#business-schedule-table-container td {
  padding: 0;
  background: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
#business-schedule-table-container .today {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  font-weight: 600;
  background-color: #eaf3f3;
  color: var(--primary-color);
}
#business-schedule-table-container .today:before, #business-schedule-table-container .today:after {
  position: absolute;
  background-color: var(--primary-color);
  content: "";
}
#business-schedule-table-container .today:before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}
#business-schedule-table-container .today:after {
  opacity: 0.5;
}
#business-schedule-table-container .hour-range-item + .hour-range-item:before {
  margin: 0 5px;
  content: "&";
}

.business-practical-info-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.business-practical-info-section .business-contact-form-container {
  grid-area: contact;
}
.business-practical-info-section .business-map {
  grid-area: map;
}
.business-practical-info-section .business-schedule-table-container {
  grid-area: hours;
}
.business-practical-info-section .business-contact-info {
  grid-area: info;
}
.business-practical-info-section #business-map-canvas {
  min-height: 250px;
}
@media (min-width: 992px) {
  .business-practical-info-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "contact map" "contact hours" "contact info";
  }
  .business-practical-info-section .business-contact-form-container,
  .business-practical-info-section .business-schedule-table-container {
    align-self: self-start;
  }
  .business-practical-info-section:not(:has(.business-contact-form-container)) {
    grid-template-areas: "map hours" ". info";
  }
  .business-practical-info-section:not(:has(.business-contact-form-container)) #business-map-canvas {
    height: 100% !important;
  }
  .business-practical-info-section:not(:has(.business-map)), .business-practical-info-section:has(.business-map.d-none) {
    grid-template-areas: "contact hours" "contact info" "contact .";
  }
  .business-practical-info-section:not(:has(.business-contact-form-container)):not(:has(.business-map)) {
    grid-template-areas: "hours info";
  }
  .business-practical-info-section:not(:has(.business-schedule-table-container)) {
    grid-template-areas: "contact map" "contact info" "contact .";
  }
  .business-practical-info-section:not(:has(.business-contact-form-container)):not(:has(.business-schedule-table-container)) {
    grid-template-areas: "map info";
  }
}

#business-contact-form-container {
  position: relative;
  border-radius: 15px;
  border: 1px solid #d6d6d6;
}

.form-buttons-wrap {
  margin-right: -5px;
  margin-left: -5px;
}
.form-buttons-wrap .btn-col {
  padding-right: 5px;
  padding-left: 5px;
  max-width: 260px;
  width: 100%;
}
@media (min-width: 576px) {
  .form-buttons-wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
  .form-buttons-wrap .btn-col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.slick-lightbox-slick .slick-next,
.slick-lightbox-slick .slick-prev {
  z-index: 9;
  padding: 15px;
  width: auto;
  height: auto;
}
.slick-lightbox-slick .slick-next:before,
.slick-lightbox-slick .slick-prev:before {
  display: inline-block;
  padding: 0 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px !important;
  color: #fff;
  opacity: 1;
}
.slick-lightbox-slick .slick-next:hover:before,
.slick-lightbox-slick .slick-prev:hover:before {
  color: var(--primary-color);
}
.slick-lightbox-slick .slick-prev:before {
  content: "\f104" !important;
}
.slick-lightbox-slick .slick-next:before {
  content: "\f105" !important;
}
@media (max-width: 767px) {
  .slick-lightbox-slick .slick-prev {
    left: 0;
    padding: 15px 0;
  }
  .slick-lightbox-slick .slick-next {
    right: 0;
    padding: 15px 0;
  }
}

.slick-lightbox-close {
  right: 23px;
  top: 20px;
}
.slick-lightbox-close:before {
  font-size: 46px;
  line-height: 15px;
}
.slick-lightbox-close:hover:before {
  color: var(--primary-color);
}

.slick-lightbox-slick-caption {
  display: table;
  margin: 15px auto;
  font-size: 36px;
  font-family: "BradleyHandITCStd-Bold";
}

.slick-dots li button:before {
  font-size: 10px;
}

#choose-voucher-section {
  overflow: hidden;
}

.send-option-modal .modal-body > .row {
  margin-left: 0;
  margin-right: 0;
}
.send-option-modal .modal-body > .row > div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.send-option-modal .modal-dialog {
  width: auto;
  margin: 0;
}
.send-option-modal .modal-content-outer {
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  min-height: 0;
  padding: 0;
}
.send-option-modal .modal-content-outer .modal-content-inner {
  display: block;
  height: 100%;
  width: 100%;
}
.send-option-modal .modal-content-outer .modal-content-inner .content-inner {
  padding: 15px 15px 30px;
  height: 100%;
  max-width: none;
}
.send-option-modal .content-inner {
  font-size: 14px;
}
.send-option-modal .content-inner > h3 {
  margin-top: 10px;
}
.send-option-modal .form-body {
  padding: 0 7px;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 0;
}
.send-option-modal form {
  margin-top: 15px !important;
}
.send-option-modal form .form-input-group {
  position: relative;
  padding-right: 45px;
}
.send-option-modal form .btn-add-input {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.send-option-modal form .btn-remove-input {
  position: absolute;
  bottom: 9px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  font-size: 14px;
  background-color: #de6161;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.send-option-modal form .input-group-text {
  background-color: #ebf0f2;
  border: 1px solid #ebf0f2;
}
.send-option-modal form hr {
  margin: 0;
  border-color: #ddd;
}
.send-option-modal .input-data-table {
  display: none;
}
.send-option-modal .input-data-table.active {
  display: block;
  margin-bottom: 10px;
}
.send-option-modal .input-data-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 6px 4px;
  padding-right: 25px;
  border-bottom: 1px solid #ddd;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.send-option-modal .input-data-item .input-data {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
.send-option-modal .form-buttons-wrap {
  max-width: 400px;
  width: 100%;
  margin: 30px 0 0;
}
.send-option-modal .optional-fields-group {
  margin-bottom: 0;
  padding: 15px;
  background-color: #f5f7fa;
}
@media (min-width: 576px) {
  .send-option-modal .content-inner {
    padding: 15px 30px;
  }
}
@media (min-width: 768px) {
  .send-option-modal .modal-content-outer {
    min-height: 700px;
  }
  .send-option-modal .modal-content-outer .modal-content-inner .content-inner {
    padding: 15px 30px 80px !important;
  }
  .send-option-modal .modal-dialog {
    margin: 30px auto;
  }
  .send-option-modal .form-buttons-wrap {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .send-option-modal {
    padding: 0 !important;
  }
  .send-option-modal .modal-content-outer .modal-content-inner .content-inner {
    padding: 15px 15px 0;
  }
  .send-option-modal .modal-content-outer .modal-content-inner .content-inner form {
    margin: 0 !important;
  }
  .send-option-modal .modal-content-outer .modal-content-inner .content-inner .form-body {
    min-height: 330px;
  }
  .send-option-modal .form-buttons-wrap {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    max-width: none;
    margin: 0 -15px;
    width: auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(128, 128, 128, 0.2);
  }
  .send-option-modal input[name=email_planify] {
    font-size: 10px !important;
  }
}

input[name=email_planify] {
  background-color: transparent !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.boncado-suggestions-filter {
  position: relative;
  font-size: 0.875rem;
}
.boncado-suggestions-filter .boncado-suggestions-categories select {
  height: 46px;
}
.boncado-suggestions-filter .boncado-suggestion-input-group .form-control {
  height: 46px;
  width: 100%;
}
.boncado-suggestions-filter .boncado-suggestion-input-group .btn {
  height: 36px;
  min-height: 0;
}
.boncado-suggestions-filter .price-range-wrapper {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 10px 10px 0 10px;
}
.boncado-suggestions-filter #boncado-suggestion-price-range {
  position: relative;
  width: 100%;
  height: 7px;
  box-shadow: none;
  border: 0;
  background-color: #f3f6f9;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-connect {
  background: #c0392b;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-handle {
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px; /* half the width */
  border-radius: 9px;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-connects {
  background-color: #dedeef;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-connect {
  background: var(--bc-primary-color);
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-handle {
  top: -8px;
  right: -9px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: var(--bc-primary-color);
  box-shadow: none;
  border: 3px solid #fff;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-handle:before {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-value);
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 12px;
  color: #555;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .noUi-handle:after {
  display: none;
}
.boncado-suggestions-filter #boncado-suggestion-price-range .fake-fill {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  background: var(--bc-primary-color);
  z-index: 0;
}
@media (min-width: 768px) {
  .boncado-suggestions-filter .boncado-suggestions-categories .radio-input-group .radio-button-theme {
    margin-right: 8px;
  }
  .boncado-suggestions-filter .price-range-wrapper {
    width: 200px;
    padding: 10px 15px 0;
  }
  .boncado-suggestions-filter .boncado-suggestion-input-group .form-control {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .boncado-suggestions-filter .price-range-wrapper {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .boncado-suggestions-filter .boncado-suggestions-categories {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .boncado-suggestions-filter .boncado-suggestion-input-group .input-km {
    margin-left: 0;
  }
}

.boncado-suggestions-list .suggestion-card.selected .db-card {
  position: relative;
}
.boncado-suggestions-list .suggestion-card.selected .db-card:before {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 9;
  font-size: 25px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  width: 35px;
  height: 35px;
  background-color: #43d4b2;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.boncado-suggestions-list .suggestion-card .card-title {
  margin-bottom: 4px;
  font-size: 1.125rem;
}
.boncado-suggestions-list .suggestion-card .card-subtitle {
  text-align: center;
  color: #bbb;
  font-size: 0.875rem;
  font-weight: normal;
}
.boncado-suggestions-list .suggestion-card .card-img {
  position: relative;
  padding-bottom: 55%;
}
.boncado-suggestions-list .suggestion-card .card-img img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.business-banner {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: none;
  /* allignment */
}
.business-banner:not(.fp-section) {
  height: 100dvh;
}
.business-banner:has(.banner-img-position-bottom) .bg-image {
  background-position: bottom !important;
}
.business-banner .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.business-banner .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.business-banner .section-bg .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-banner .section-bg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.business-banner .section-bg .bg-slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.business-banner .section-bg .slick-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.business-banner .banner-bg .bg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.business-banner .banner-bg .bg-color,
.business-banner .banner-bg .bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-banner .banner-caption,
.business-banner .overlay-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  margin: auto;
  width: 100%;
  max-width: 670px;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.business-banner .banner-caption .title,
.business-banner .overlay-content .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.business-banner .banner-caption .title h1,
.business-banner .overlay-content .title h1 {
  margin: 0;
  font-weight: bold;
}
.business-banner .banner-caption .lead,
.business-banner .overlay-content .lead {
  margin-bottom: 0;
  font-weight: 100;
}
.business-banner .banner-caption .overlay-buttons,
.business-banner .overlay-content .overlay-buttons {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.business-banner .banner-caption .overlay-buttons .button-settings,
.business-banner .overlay-content .overlay-buttons .button-settings {
  position: absolute;
  top: -22px;
  right: -25px;
  cursor: pointer;
}
.business-banner .banner-caption .overlay-buttons .button-settings i,
.business-banner .overlay-content .overlay-buttons .button-settings i {
  font-size: 24px;
}
.business-banner .banner-caption .btn,
.business-banner .overlay-content .btn {
  min-width: 130px;
  margin: 10px;
}
.business-banner .banner-caption .user-custom-btn,
.business-banner .overlay-content .user-custom-btn {
  border-color: #fff;
  background-color: transparent;
}
.business-banner .banner-caption .user-custom-btn.custom-btn-disabled,
.business-banner .overlay-content .user-custom-btn.custom-btn-disabled {
  display: none;
}
.business-banner .banner-caption .user-custom-btn:hover,
.business-banner .overlay-content .user-custom-btn:hover {
  color: inherit;
  border-color: inherit;
}
.business-banner .banner-caption .user-primary-btn,
.business-banner .overlay-content .user-primary-btn {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.business-banner .banner-caption .user-primary-btn:hover,
.business-banner .overlay-content .user-primary-btn:hover {
  color: inherit;
}
@media (max-width: 991px) {
  .business-banner .banner-caption .title h1,
  .business-banner .banner-caption .title h1 span,
  .business-banner .overlay-content .title h1,
  .business-banner .overlay-content .title h1 span {
    font-size: 56px !important;
  }
  .business-banner .banner-caption .lead span,
  .business-banner .overlay-content .lead span {
    font-size: 26px !important;
  }
}
@media (max-width: 575px) {
  .business-banner .banner-caption .title h1,
  .business-banner .banner-caption .title h1 span,
  .business-banner .overlay-content .title h1,
  .business-banner .overlay-content .title h1 span {
    font-size: 36px !important;
  }
  .business-banner .banner-caption .lead span,
  .business-banner .overlay-content .lead span {
    font-size: 18px !important;
  }
}
.business-banner .top-left {
  position: absolute;
  top: 5%;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner .top-center {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner .top-right {
  position: absolute;
  top: 5%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner .middle-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: auto;
}
.business-banner .middle-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.business-banner .middle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: auto;
}
.business-banner .bottom-left {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner .bottom-center {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner .bottom-right {
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner [data-pos=top-left] {
  position: absolute;
  top: 100px;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner [data-pos=top-center] {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner [data-pos=top-right] {
  position: absolute;
  top: 100px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner [data-pos=middle-left] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: auto;
}
.business-banner [data-pos=middle-center] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.business-banner [data-pos=middle-right] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: auto;
}
.business-banner [data-pos=bottom-left] {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner [data-pos=bottom-center] {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.business-banner [data-pos=bottom-right] {
  position: absolute;
  top: auto;
  bottom: 100px;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.boncado-custom-section {
  position: relative;
}
.boncado-custom-section .section-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.boncado-custom-section .section-bg .bg-element {
  position: absolute;
  inset: 0;
}
.boncado-custom-section .section-bg .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.boncado-custom-section .section-img-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .boncado-custom-section {
    height: auto !important;
  }
  .boncado-custom-section .fp-tableCell {
    height: auto !important;
  }
}

.boncado-custom-section:not(.custom-full-split-section) {
  height: auto !important;
}
.boncado-custom-section:not(.custom-full-split-section) .fp-tableCell {
  height: auto !important;
}
@media (min-width: 992px) {
  .boncado-custom-section.flip-section-col-order .img-col {
    order: 2;
  }
  .boncado-custom-section.flip-section-col-order .text-col {
    order: 1;
  }
}
.boncado-custom-section.flip-section-stack-order .img-col {
  order: 2;
}
.boncado-custom-section.flip-section-stack-order .text-col {
  order: 1;
}
.boncado-custom-section.custom-full-split-section .container {
  width: 100%;
  max-width: none;
}
.boncado-custom-section.custom-full-split-section .img-col {
  padding: 0;
}
.boncado-custom-section.custom-full-split-section .section-img {
  position: relative;
  height: 400px;
}
.boncado-custom-section.custom-full-split-section .section-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boncado-custom-section.custom-full-split-section .section-img-2,
.boncado-custom-section.custom-full-split-section .section-text-2 {
  display: none;
}
@media (min-width: 576px) {
  .boncado-custom-section.custom-full-split-section .section-img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .boncado-custom-section.custom-full-split-section .section-img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .boncado-custom-section.custom-full-split-section .text-col-inner {
    width: 83.33333333%;
  }
}
@media (min-width: 1400px) {
  .boncado-custom-section.custom-full-split-section .text-col-inner {
    width: 66.66666667%;
  }
}
@media (min-width: 1600px) {
  .boncado-custom-section.custom-full-split-section .text-col-inner {
    width: 58.33333333%;
  }
}
.boncado-custom-section.custom-contain-section .section-img-2,
.boncado-custom-section.custom-contain-section .section-text-2 {
  display: none;
}
.boncado-custom-section.custom-contain-section .img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boncado-custom-section.custom-contain-section .img-col img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .boncado-custom-section.column-1-3-section .text-col {
    width: 66.66666667%;
  }
  .boncado-custom-section.column-1-3-section .img-col {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .boncado-custom-section.column-2-3-section .img-col {
    width: 66.66666667%;
  }
  .boncado-custom-section.column-2-3-section .text-col {
    width: 33.33333%;
  }
}
.boncado-custom-section.custom-layout-section-1._flip-img-order .section-img:first-child {
  margin-left: 0;
}
.boncado-custom-section.custom-layout-section-1._flip-img-order .section-img:last-child {
  margin-left: auto;
}
.boncado-custom-section.custom-layout-section-1 .img-col-inner {
  padding: 40px 0 0;
  max-width: 450px;
  margin: auto;
}
.boncado-custom-section.custom-layout-section-1 .section-img {
  position: relative;
  width: 62%;
}
.boncado-custom-section.custom-layout-section-1 .section-img:first-child {
  margin-left: auto;
  margin-bottom: -50px;
}
.boncado-custom-section.custom-layout-section-1 .section-img .img-container {
  position: relative;
  padding-bottom: 130%;
}
.boncado-custom-section.custom-layout-section-1 .section-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .boncado-custom-section.custom-layout-section-1 .img-col-inner {
    padding: 40px 0;
  }
}
.boncado-custom-section.custom-text-only-section .img-col {
  display: none;
}
.boncado-custom-section.custom-text-only-section .text-col {
  width: 100%;
}
.boncado-custom-section.custom-stack-section .img-col,
.boncado-custom-section.custom-stack-section .text-col {
  width: 100%;
}
.boncado-custom-section.custom-stack-section .h-lg-100 {
  height: auto !important;
}
.boncado-custom-section.custom-stack-section .img-col-inner {
  min-height: 300px;
}
.boncado-custom-section.custom-stack-section .section-img img {
  display: block;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.boncado-custom-section.custom-stack-section .section-img-2 {
  display: none;
}

.boncado-custom-section img[src=""],
.boncado-custom-section img:not([src]) {
  visibility: hidden;
}

html.widget-mode-page::-webkit-scrollbar {
  width: 10px;
}
html.widget-mode-page::-webkit-scrollbar-track {
  background: #656c80;
}
html.widget-mode-page::-webkit-scrollbar-thumb {
  background: #2b374e;
}
html.widget-mode-page::-webkit-scrollbar-thumb:hover {
  background: #232d4b;
}
html.widget-mode-page .bc-steps-progress {
  display: none;
}
html.widget-mode-page #fullpage-wrapper .illustration-section {
  /*display: none !important;*/
}
html.widget-mode-page #fullpage-wrapper .section > .fp-tableCell {
  height: auto !important;
}

.innerpage-fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.innerpage-banner {
  position: relative;
  height: 500px;
}
.innerpage-banner .bg-img-fill img {
  object-position: left bottom;
}
.innerpage-banner .innerpage-banner-content {
  position: relative;
  z-index: 1;
}
.innerpage-banner #innerpage-banner-parallax {
  height: 500px;
}
.innerpage-banner .parallax-wrapper .parallax-object {
  bottom: -15px !important;
}
.innerpage-banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 100%;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.innerpage-banner .banner-caption h1 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .innerpage-banner {
    height: 600px;
  }
  .innerpage-banner .innerpage-banner-content {
    top: 5%;
  }
  .innerpage-banner #innerpage-banner-parallax {
    height: 600px;
  }
  .innerpage-banner .text-title {
    font-size: 40px;
  }
}

#innerpage-banner-parallax {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background: -webkit-gradient(linear, left top, left bottom, from(#273041), to(#1a2a4b));
  background: linear-gradient(#273041, #1a2a4b);
}
#innerpage-banner-parallax .parallax-object {
  background-position: center top;
  background-size: cover;
  left: 0;
  width: 100%;
  width: calc(100% + 50px);
  margin-left: -25px;
}
#innerpage-banner-parallax .parallax-town-shadow-4 {
  height: 45%;
  bottom: 10%;
  left: 10%;
}
#innerpage-banner-parallax .parallax-town-shadow-3 {
  height: 45%;
  bottom: 5%;
  left: -10%;
}
#innerpage-banner-parallax .parallax-town-shadow-2 {
  height: 45%;
  bottom: 0;
  left: 0;
}
#innerpage-banner-parallax .parallax-town-shadow-1 {
  height: 45%;
  bottom: 0;
  left: 22%;
}
#innerpage-banner-parallax .parallax-trees-shadow {
  height: 30%;
  bottom: 10%;
}
#innerpage-banner-parallax .parallax-trees {
  height: 35%;
  bottom: 10%;
}
#innerpage-banner-parallax .parallax-town {
  bottom: 14%;
  bottom: calc(15% - 15px);
  height: 60%;
  width: calc(100% + 100px);
  margin-left: -50px;
}
@media (max-width: 767px) {
  #innerpage-banner-parallax .parallax-town {
    height: 30%;
  }
}

.innerpage-body {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.innerpage-body .innerpage-inner {
  position: relative;
}

.innerpage-footer {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .innerpage-footer .img-container {
    height: 200px;
  }
  .innerpage-footer .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.innerpage-full-transparent {
  padding-top: 120px;
  padding-bottom: 1px;
  background-color: transparent;
  color: #fff;
}

.content-section-row {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
.content-section-row.pt-0 {
  padding-top: 0;
}
.content-section-row.pb-0 {
  padding-bottom: 0;
}
.content-section-row .section-title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  color: #000;
}
@media (max-width: 767px) {
  .content-section-row {
    padding: 80px 0 50px;
  }
}

.bq-theme {
  padding-right: 0;
  border-color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}

.register-btn-wrap {
  position: fixed;
  z-index: 1030;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(15, 30, 53, 0.8);
  text-align: center;
}
.register-btn-wrap .btn-group {
  display: block;
  max-width: 590px;
  margin: auto;
}

.btn-blue {
  background-color: #232e44;
}

.btn-green {
  background-color: #0adcb6;
}

.faq-section .faq-inner-section {
  padding: 15px;
  max-width: 970px;
  width: 100%;
  margin: auto;
  color: #333;
  border-radius: 6px;
}
.faq-section #keyword-search {
  max-width: 550px;
  width: 100%;
  margin: auto auto 40px;
}
.faq-section #keyword-search .form-group {
  position: relative;
  margin: auto auto 15px;
}
.faq-section #keyword-search .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 9px 16px;
}
@media (min-width: 576px) {
  .faq-section .faq-inner-section {
    padding: 45px 60px;
  }
}

#faq-accordion .panel {
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#faq-accordion .panel + .panel {
  margin: 0;
}
#faq-accordion .panel-heading {
  padding: 0;
}
#faq-accordion .panel-heading .panel-title {
  margin: 0;
}
#faq-accordion .panel-heading .panel-title > a {
  position: relative;
  padding: 15px 25px 15px 15px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#faq-accordion .panel-heading .panel-title > a:hover, #faq-accordion .panel-heading .panel-title > a:focus, #faq-accordion .panel-heading .panel-title > a:active {
  text-decoration: none;
}
#faq-accordion .panel-heading .panel-title > a .fa {
  position: absolute;
  right: 5px;
  top: 36%;
  font-size: 14px;
  color: var(--primary-color);
}
#faq-accordion .panel-heading .panel-title > a .fa:before {
  content: "\f068";
}
#faq-accordion .panel-heading .panel-title > a.collapsed .fa:before {
  content: "\f067";
}
#faq-accordion .panel-body {
  border-top: 0;
}
@media (max-width: 575px) {
  #faq-accordion .panel-heading .panel-title > a {
    padding-left: 0;
  }
  #faq-accordion .panel-body {
    padding: 0;
  }
}

.thumbnails-grid {
  position: relative;
}
.thumbnails-grid .feature-thumbnail {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 30px auto;
  padding: 15px;
  padding-right: 30px;
}
.thumbnails-grid .feature-thumbnail:after {
  display: table;
  clear: both;
  content: "";
}
.thumbnails-grid .feature-thumbnail .icon-container {
  float: left;
  width: 75px;
}
.thumbnails-grid .feature-thumbnail .icon-container img {
  max-width: 100%;
}
.thumbnails-grid .feature-thumbnail .feature-details {
  padding-left: 20px;
  float: left;
  width: calc(100% - 75px);
  text-align: justify;
}

@media (min-width: 576px) {
  .advantages-section .thumbnails-grid .row > div {
    border-bottom: 1px solid #ddd;
  }
  .advantages-section .thumbnails-grid .row > div:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .advantages-section .thumbnails-grid .row > div:nth-child(5), .advantages-section .thumbnails-grid .row > div:nth-child(6) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .advantages-section .thumbnails-grid .row > div {
    border-bottom: 1px solid #ddd;
  }
  .advantages-section .thumbnails-grid .row > div:last-child {
    border-bottom: 0;
  }
  .advantages-section .thumbnails-grid .feature-thumbnail {
    padding-right: 15px;
  }
  .advantages-section .thumbnails-grid .feature-thumbnail .icon-container {
    float: none;
    margin: auto auto 15px;
    text-align: center;
  }
  .advantages-section .thumbnails-grid .feature-thumbnail .feature-details {
    padding-left: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .advantages-section .thumbnails-grid .feature-thumbnail .feature-details ul {
    margin-left: 20px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .advantages-section .thumbnail-grid .feature-thumbnail {
    margin: auto;
    padding: 40px 0;
  }
}

.boncado-community-section .thumbnails-grid .feature-thumbnail {
  max-width: 350px;
}
.boncado-community-section .thumbnails-grid .feature-thumbnail .feature-details {
  font-weight: 300;
}
@media (min-width: 992px) {
  .boncado-community-section .thumbnails-grid .row > div {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .boncado-community-section .thumbnails-grid .row > div:nth-child(4), .boncado-community-section .thumbnails-grid .row > div:nth-child(5), .boncado-community-section .thumbnails-grid .row > div:nth-child(6) {
    border-bottom: 0;
  }
  .boncado-community-section .thumbnails-grid .row > div:nth-child(3), .boncado-community-section .thumbnails-grid .row > div:nth-child(6) {
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .boncado-community-section .thumbnails-grid .row > div {
    border-bottom: 1px solid #ddd;
  }
  .boncado-community-section .thumbnails-grid .row > div:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .boncado-community-section .thumbnails-grid .row > div:nth-last-child(2), .boncado-community-section .thumbnails-grid .row > div:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .boncado-community-section .thumbnails-grid .feature-thumbnail .icon-container {
    float: none;
    margin: auto auto 15px;
  }
  .boncado-community-section .thumbnails-grid .feature-thumbnail .feature-details {
    float: none;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .boncado-community-section .thumbnails-grid .row > div {
    border-right: 0 !important;
  }
  .boncado-community-section .thumbnails-grid .row > div:nth-last-child(2) {
    border-bottom: 1px solid #ddd !important;
  }
}

.call-to-action-section {
  padding: 80px 0 70px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #443749;
  color: #fff;
}
@media (max-width: 767px) {
  .call-to-action-section {
    padding: 50px 0;
    background-position: center center;
  }
}

.offer-section {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222e44;
  color: #fff;
}
@media (max-width: 991px) {
  .offer-section .img-container {
    margin-top: 100px;
  }
}

body {
  user-select: auto;
}

.split-section {
  position: relative;
  padding: 0;
}
.split-section .split-section-column {
  position: relative;
  height: 100%;
  padding: 100px 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.split-section .split-section-column .split-section-content {
  max-width: 700px;
  width: 100%;
  position: relative;
  padding: 15px 30px;
}
.split-section .split-section-column .full-width-content {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .split-section .container-fluid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .split-section .split-section-column {
    padding: 70px 0;
  }
  .split-section .split-section-column .split-section-content {
    padding: 15px;
  }
}

.steps-grid .steps-thumbnail {
  position: relative;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.steps-grid .steps-thumbnail:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.steps-grid .steps-thumbnail .img-container {
  height: 240px;
}
.steps-grid .steps-thumbnail .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.steps-grid .steps-thumbnail .thumb-num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.steps-grid .steps-thumbnail .thumb-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  min-width: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
  .steps-grid .steps-thumbnail {
    max-width: 320px;
    margin: 20px auto;
  }
}

.flowchart-section {
  padding-top: 50px !important;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  text-align: center;
}

.steps-list .step-list-item {
  position: relative;
  padding-top: 5px;
  padding-left: 50px;
  margin-bottom: 30px;
}
.steps-list .step-list-item:before {
  position: absolute;
  left: 14px;
  top: 30px;
  width: 7px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(43, 150, 125, 0.32);
  content: "";
}
.steps-list .step-list-item:last-child:before {
  display: none;
}
.steps-list .step-list-item .step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--primary-color);
  color: #fff;
}
.steps-list .step-list-item h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.steps-list .step-list-item p {
  font-size: 14px;
}

.graph-container {
  max-width: 850px;
  margin: auto;
}
.graph-container .graph-thumbnail {
  position: relative;
  text-align: center;
  border-radius: 3px;
  background-color: #3d2e42;
  padding: 30px 25px 40px;
  color: #fff;
}
.graph-container .graph-thumbnail img {
  margin-bottom: 15px;
}
.graph-container .graph-thumbnail h4 {
  margin-bottom: 15px;
}
.graph-container .graph-thumbnail p {
  min-height: 80px;
  font-size: 14px;
}
.graph-container .graph-thumbnail .thumbnail-tag {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 30px;
  background-color: #312236;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .graph-container .graph-thumbnail {
    margin-bottom: 30px;
  }
}

.innerpage-footer {
  background: -moz-linear-gradient(top, rgb(9, 24, 51) 0%, rgb(32, 48, 80) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(9, 24, 51)), color-stop(100%, rgb(32, 48, 80)));
  background: -webkit-linear-gradient(top, rgb(9, 24, 51) 0%, rgb(32, 48, 80) 100%);
  background: -o-linear-gradient(top, rgb(9, 24, 51) 0%, rgb(32, 48, 80) 100%);
  background: -ms-linear-gradient(top, rgb(9, 24, 51) 0%, rgb(32, 48, 80) 100%);
  background: linear-gradient(to bottom, rgb(9, 24, 51) 0%, rgb(32, 48, 80) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091833", endColorstr="#203050", GradientType=0);
}
.innerpage-footer .contact-block {
  margin: auto auto 30px;
  max-width: 850px;
  width: 100%;
}
.innerpage-footer .contact-block .footer-inner-block {
  display: table;
  margin: auto;
  text-align: left;
}
.innerpage-footer .contact-block .footer-inner-block:after {
  display: table;
  content: "";
  clear: both;
}
.innerpage-footer .contact-block .footer-inner-block .fa {
  margin-right: 10px;
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .innerpage-footer .contact-block > .row > div {
    border-right: 1px solid #bbb;
  }
  .innerpage-footer .contact-block > .row > div:last-child {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .innerpage-footer .contact-block .footer-inner-block {
    display: block;
    max-width: 250px;
    margin: 25px auto;
    text-align: center;
  }
  .innerpage-footer .contact-block .footer-inner-block .pull-left {
    float: none !important;
  }
  .innerpage-footer .contact-block .footer-inner-block .pull-left:first-child {
    margin-bottom: 15px;
  }
  .innerpage-footer .contact-block .footer-inner-block .fa {
    margin-right: 0;
    font-size: 36px;
  }
}

.tab-content-item .item-header {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: bold;
  color: #404040;
}
.tab-content-item .item-header:after {
  display: table;
  clear: both;
  content: "";
}
.tab-content-item .item-header h3 {
  margin: 0;
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
}
.tab-content-item .item-header img {
  display: inline-block;
  margin-right: 15px;
  max-width: 60px;
}
.tab-content-item .item-body {
  padding: 15px;
}

.split-section-nav-tabs .split-section-content {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.split-section-nav-tabs .section-title {
  position: relative;
  left: 10%;
}
.split-section-nav-tabs .nav-tabs {
  border: 0;
}
.split-section-nav-tabs .nav-tabs > li {
  display: block;
  float: none;
}
.split-section-nav-tabs .nav-tabs > li > a {
  position: relative;
  border: 0;
  margin: 0;
  /*text-transform: uppercase;*/
  padding: 12px 15px;
  color: #fff;
}
.split-section-nav-tabs .nav-tabs > li > a:before {
  position: absolute;
  left: -16px;
  top: 6px;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
  content: "";
  transition: all 0.1s ease-in-out;
}
.split-section-nav-tabs .nav-tabs > li > a i {
  margin-right: 15px;
  font-size: 12px;
}
.split-section-nav-tabs .nav-tabs > li > a img {
  display: none;
}
.split-section-nav-tabs .nav-tabs > li > a span {
  left: 15%;
  position: relative;
  padding-left: 30px;
}
.split-section-nav-tabs .nav-tabs > li > a span:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  content: "\f111";
}
.split-section-nav-tabs .nav-tabs > li.active > a:before {
  background-color: #332239;
  transition: all 0.2s ease-in-out;
}
.split-section-nav-tabs .nav-tabs > li.active > a,
.split-section-nav-tabs .nav-tabs > li.active > a:focus,
.split-section-nav-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: #332239;
  border-radius: 0;
  color: #fff;
}
.split-section-nav-tabs .adv-nav-tabs ~ .panel-group .panel-title > a {
  background-color: #332239;
}
.split-section-nav-tabs .adv-nav-tabs ~ .panel-group .panel-title > a.collapsed {
  background-color: transparent;
}
.split-section-nav-tabs .adv-nav-tabs ~ .panel-group .panel-collapse.show,
.split-section-nav-tabs .adv-nav-tabs ~ .panel-group .panel-collapse.collapsing {
  background-color: #332239;
}
.split-section-nav-tabs .com-nav-tabs > li > a:before {
  right: -16px;
  left: auto;
}
.split-section-nav-tabs .com-nav-tabs > li.active > a:before {
  background-color: #00102d;
}
.split-section-nav-tabs .com-nav-tabs > li.active > a,
.split-section-nav-tabs .com-nav-tabs > li.active > a:focus,
.split-section-nav-tabs .com-nav-tabs > li.active > a:hover {
  background-color: #00102d;
}
.split-section-nav-tabs .com-nav-tabs ~ .panel-group .panel-title > a {
  background-color: #00102d;
}
.split-section-nav-tabs .com-nav-tabs ~ .panel-group .panel-title > a.collapsed {
  background-color: transparent;
}
.split-section-nav-tabs .com-nav-tabs ~ .panel-group .panel-collapse.show,
.split-section-nav-tabs .com-nav-tabs ~ .panel-group .panel-collapse.collapsing {
  background-color: #00102d;
}
.split-section-nav-tabs .panel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.split-section-nav-tabs .panel .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
}
.split-section-nav-tabs .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.split-section-nav-tabs .panel .panel-heading .panel-title a img {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.split-section-nav-tabs .panel .panel-heading .panel-title a span {
  padding-left: 0;
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}
.split-section-nav-tabs .panel .panel-heading .panel-title a span:before {
  display: none;
}
.split-section-nav-tabs .panel .panel-heading .panel-title a:hover, .split-section-nav-tabs .panel .panel-heading .panel-title a:active, .split-section-nav-tabs .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.split-section-nav-tabs .panel .panel-collapse {
  background-color: transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.split-section-nav-tabs .panel .panel-body {
  border: 0 !important;
  padding-top: 0;
  padding-left: 70px;
}
.split-section-nav-tabs .panel .panel-body .item-header {
  display: none;
}
.split-section-nav-tabs .panel .panel-body .item-body {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .split-section-nav-tabs .section-title {
    margin-left: 15px;
    left: 0;
    font-size: 26px;
  }
  .split-section-nav-tabs .nav-tabs > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .split-section-nav-tabs .nav-tabs > li > a span {
    left: 0;
    font-size: 12px;
  }
}

.blue-bg {
  background-color: #0c1e3e;
  color: #fff;
}

.newsletter-card {
  position: fixed;
  z-index: 1030;
  left: 1px;
  bottom: 15px;
  max-width: 500px;
  width: 100%;
  min-height: 250px;
  padding: 50px 15px 15px;
  background-size: cover;
  background-position: left center;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsletter-card.hide-card {
  -webkit-transform: translate(calc(-100% - 30px), 0);
  -moz-transform: translate(calc(-100% - 30px), 0);
  -o-transform: translate(calc(-100% - 30px), 0);
  -ms-transform: translate(calc(-100% - 30px), 0);
  transform: translate(calc(-100% - 30px), 0);
}
.newsletter-card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(68, 55, 73)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(68, 55, 73) 100%);
  content: "";
  border-radius: 3px;
}
.newsletter-card:after {
  display: table;
  content: "";
  clear: both;
}
.newsletter-card .card-toggle {
  position: absolute;
}
.newsletter-card .card-close {
  right: -5px;
  top: -10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.newsletter-card .card-close i {
  font-size: 20px;
}
.newsletter-card .card-content {
  position: relative;
  width: 60%;
  float: right;
  color: #fff;
  font-size: 16px;
}
.newsletter-card .card-content p {
  margin-bottom: 30px;
}
.newsletter-card .card-content .btn {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 575px) {
  .newsletter-card {
    right: 15px;
    width: auto;
  }
}

.card-toggle.card-open {
  position: fixed;
  z-index: 1020;
  bottom: 15px;
  left: -90px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #0e1e35;
  text-align: center;
  line-height: 63px;
  cursor: pointer;
  -webkit-transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-toggle.card-open i {
  color: #fff;
  font-size: 28px;
}

.newsletter-card.hide-card ~ .card-toggle.card-open {
  left: 15px;
}

.steps-section .split-section-content {
  max-width: 800px !important;
}

#steps-slider .slide-item {
  padding: 10px;
}
#steps-slider .thumb-num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background-color: #43d4b2;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
#steps-slider .slide-content {
  position: relative;
  padding: 40px 30px 15px;
  -webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.18);
}
#steps-slider .slide-content:before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#steps-slider .slide-content .section-title {
  margin-bottom: 20px;
  font-size: 28px;
}
#steps-slider .slide-content-inner {
  overflow: hidden;
}
#steps-slider .slide-step1 .slide-content,
#steps-slider .slide-step2 .slide-content {
  position: relative;
  max-width: 500px;
  width: 100%;
  color: #fff;
  margin: auto;
}
#steps-slider .slide-step4 .slide-content {
  padding-bottom: 30px;
}
#steps-slider .slide-step5 .slide-content {
  padding-bottom: 30px;
}
#steps-slider .slick-arrow {
  z-index: 2;
}
#steps-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
  font-size: 46px;
}
#steps-slider .slick-prev:before {
  content: "\f104";
}
#steps-slider .slick-next:before {
  content: "\f105";
}
#steps-slider .slick-dots {
  bottom: -35px;
}
#steps-slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
#steps-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (max-width: 991px) {
  #steps-slider .slick-prev {
    left: 15px;
  }
  #steps-slider .slick-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  #steps-slider .slide-content .section-title {
    font-size: 16px;
  }
  #steps-slider .voucher-template-item .img-container {
    height: 150px !important;
  }
  #steps-slider .slide-step4 img {
    margin-bottom: 30px;
  }
}

.error-404-page {
  min-height: 100%;
  background-color: #070716;
  color: #606073;
  font-family: "Rubik", sans-serif;
}
.error-404-page .error-404-msg {
  max-width: 400px;
  width: 100%;
}
.error-404-page .error-404-msg .text-xl {
  line-height: 1.2;
  font-size: 56px;
}
@media (min-width: 576px) {
  .error-404-page .error-404-msg .text-xl {
    font-size: 110px;
  }
}
@media (min-width: 768px) {
  .error-404-page {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .error-404-page {
    text-align: center;
  }
  .error-404-page .error-404-img {
    text-align: center;
    max-width: 70%;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
}

.container-fluid.logos {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 60px 0;
}
.container-fluid.logos .logo-list {
  max-width: 1200px;
  margin: auto;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  list-style: none;
  padding: 0;
}
.container-fluid.logos .logo-list li {
  margin: 30px 0 40px;
  padding: 0 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
.container-fluid.logos .logo-list li img {
  margin: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container-fluid.logos .logo-list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.advantages-section .advantage-item {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: 300;
}
.advantages-section .advantage-item .item-icon {
  width: 50px;
}
.advantages-section .advantage-item .item-icon i {
  font-size: 18px;
}
.advantages-section .advantage-item .item-description {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.print-pricing-table {
  table-layout: fixed;
}
.print-pricing-table td {
  font-size: 14px;
}
.print-pricing-table td:last-child {
  text-align: right;
}
@media (min-width: 576px) {
  .print-pricing-table td {
    font-size: 16px;
  }
}

.b2b-footer .container {
  max-width: 600px;
  width: 100%;
}
.b2b-footer .business-card {
  margin: 25px 0;
  text-align: center;
}
.b2b-footer .business-card .card-icon {
  margin-bottom: 20px;
}
.b2b-footer .business-card .card-icon i {
  font-size: 24px;
  color: var(--primary-color);
}
.b2b-footer .business-card .card-details {
  line-height: 1.6;
}
@media (min-width: 576px) {
  .b2b-footer > .container > .row > div:first-child {
    border-right: 1px solid var(--primary-color);
  }
}

.steps-section .embed-responsive {
  padding-bottom: 56.25% !important;
}

.boncado-entity-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0;
}
.boncado-entity-list > li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  padding: 12px 15px;
  margin: 10px;
  border-radius: 6px;
  padding: 12px 15px;
  font-weight: 300;
}
.boncado-entity-list > li > a {
  font-weight: normal;
}
.boncado-entity-list > li > a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.boncado-entity-list > li > a:hover:before {
  border-color: var(--primary-color);
}
.boncado-entity-list > li > a:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
}

.service-category-grid .service-item {
  margin-bottom: 60px;
  max-width: 310px;
}
.service-category-grid .service-item .item-img {
  margin-bottom: 30px;
}
.service-category-grid .service-item .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 6px;
}
.service-category-grid .service-item ul {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .service-category-grid .service-item {
    margin: auto auto 60px;
  }
}

.business-split-banner .banner-img {
  height: 370px;
}

.business-split-banner .banner-content {
  min-height: 350px;
}

.business-split-banner .banner-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (min-width: 992px) {
  .business-split-banner .banner-img {
    height: 100%;
  }
}
.boncado-city-page .banner-content {
  padding: 100px 15px;
}
.boncado-city-page .banner-caption {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}
.boncado-city-page .illustration-section-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.boncado-city-page .banner-section .banner-content .banner-caption {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  color: #000;
}

.boncado-store-directory .store-grid-button-offset {
  margin-top: 15px;
  height: 62px;
  position: relative;
}
.boncado-store-directory .store-grid-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  text-align: center;
  padding: 10px 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.boncado-store-directory .store-grid-button.fixed {
  position: fixed;
  -webkit-transform: translate(0, -45px);
  -moz-transform: translate(0, -45px);
  -o-transform: translate(0, -45px);
  -ms-transform: translate(0, -45px);
  transform: translate(0, -45px);
}
@media (min-width: 992px) {
  .boncado-store-directory .store-grid-button.fixed {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.received-boncado-card {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 30px;
  border-radius: 4px;
}
.received-boncado-card.bg-secondary .card-btn:hover {
  background-color: var(--secondary-color-dark);
}
.received-boncado-card.bg-bc-dark .card-btn:hover {
  background-color: #103448;
}
.received-boncado-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
.received-boncado-card .card-icon img {
  max-width: 100%;
}
.received-boncado-card .card-btn {
  display: block;
  margin-top: auto;
  padding: 10px 8px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.received-boncado-card .card-btn:hover {
  text-decoration: none;
  color: #fff !important;
}
.received-boncado-card p {
  line-height: 1.2;
}

#myboncadoIntro {
  transition: all ease 0.35s;
  opacity: 0;
}
#myboncadoIntro.show {
  opacity: 1;
}
#myboncadoIntro.show img {
  -webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.landing-page-thumb-1 .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}

.parallax-landing-page {
  position: relative;
  height: auto;
}
.parallax-landing-page .base-layer {
  position: relative;
}
.parallax-landing-page .base-layer .parallax-object {
  position: relative;
}
.parallax-landing-page .parallax-object {
  position: absolute;
}
.parallax-landing-page .nested-object {
  position: absolute;
}

.parallax-landing-page-1a.aos-animate ._character {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-1a.aos-animate ._emote {
  -webkit-animation: emote-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
  animation: emote-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.parallax-landing-page-1a.aos-animate ._balloon {
  -webkit-animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
  animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}
.parallax-landing-page-1a ._character {
  width: 55%;
  bottom: 0;
  left: 19%;
}
.parallax-landing-page-1a ._balloon {
  top: 0;
  right: 0;
  width: 38%;
}
.parallax-landing-page-1a ._emote {
  width: 14%;
  left: 21%;
  top: 20%;
}

.parallax-landing-page-1c.aos-animate ._phone {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-1c.aos-animate ._voucher {
  -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
  animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}
.parallax-landing-page-1c.aos-animate ._notif {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
}
.parallax-landing-page-1c ._phone {
  width: 52%;
  left: 27%;
  top: 12%;
}
.parallax-landing-page-1c ._voucher {
  width: 45%;
  top: 27%;
  left: 31%;
}
.parallax-landing-page-1c ._notif {
  top: 4%;
  left: 31%;
  width: 16%;
}

.parallax-landing-page-1d.aos-animate ._paper-1 {
  -webkit-animation: slide-in-paper-top 0.5s linear 1s both;
  animation: slide-in-paper-top 0.5s linear 1s both;
}
.parallax-landing-page-1d.aos-animate ._paper-2 {
  -webkit-animation: paper-exit 0.5s linear 1.5s both;
  animation: paper-exit 0.5s linear 1.5s both;
}
.parallax-landing-page-1d ._printer {
  width: 100%;
  left: 0;
  top: 0%;
  right: 0;
  margin: auto;
}
.parallax-landing-page-1d ._paper-1 {
  top: 0;
  left: 0;
  right: 0;
  width: 29%;
  margin: auto;
}
.parallax-landing-page-1d ._paper-2 {
  top: 64%;
  left: 0;
  right: 0;
  width: 35%;
  margin: auto;
  display: flex;
  align-items: flex-start;
}

.parallax-landing-page-2a.aos-animate ._table {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-2a.aos-animate ._character {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.parallax-landing-page-2a.aos-animate ._stars {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s both;
}
.parallax-landing-page-2a ._table {
  width: 78%;
  bottom: 0;
  left: 10%;
}
.parallax-landing-page-2a ._character {
  width: 27%;
  left: 30%;
}
.parallax-landing-page-2a ._stars {
  width: 38%;
  left: 23%;
  top: 4%;
}

.parallax-landing-page-2b.aos-animate ._gifts {
  -webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-2b.aos-animate ._stars {
  -webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
  animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.parallax-landing-page-2b ._gifts {
  left: 14%;
  top: 6%;
  width: 69%;
}
.parallax-landing-page-2b ._stars {
  left: 9%;
  width: 85%;
}

.parallax-landing-page-3a.aos-animate ._character-1 {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-3a.aos-animate ._hearts {
  -webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s both;
  animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s both;
}
.parallax-landing-page-3a.aos-animate ._character-2 {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.25s both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.25s both;
}
.parallax-landing-page-3a ._character-1 {
  right: 7%;
  width: 48%;
}
.parallax-landing-page-3a ._hearts {
  right: 6%;
  top: 4%;
  width: 38%;
}
.parallax-landing-page-3a ._character-2 {
  bottom: 0;
  left: 10%;
  width: 49%;
}

.parallax-landing-page-3b.aos-animate ._stall {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-3b.aos-animate ._menu {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.parallax-landing-page-3b ._stall {
  width: 57%;
  left: 33%;
}
.parallax-landing-page-3b ._menu {
  width: 20%;
  bottom: 4%;
  left: 14%;
}

.parallax-landing-page-4a.aos-animate ._balloon-1 {
  -webkit-animation: scale-in-br 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: scale-in-br 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-4a.aos-animate ._balloon-2 {
  -webkit-animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.25s both;
  animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.25s both;
}
.parallax-landing-page-4a ._balloon-1 {
  width: 43%;
}
.parallax-landing-page-4a ._balloon-2 {
  right: 0;
  width: 44%;
}

.parallax-landing-page-4c.aos-animate ._character-1 {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-4c.aos-animate ._character-2 {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.parallax-landing-page-4c ._character-1 {
  width: 57%;
}
.parallax-landing-page-4c ._character-2 {
  width: 41%;
  right: 0;
}

.parallax-landing-page-4d.aos-animate ._dog {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.parallax-landing-page-4d.aos-animate ._balloon {
  -webkit-animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
  animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.parallax-landing-page-4d ._character {
  width: 71%;
  bottom: 0;
}
.parallax-landing-page-4d ._dog {
  width: 28%;
  bottom: 0;
  right: 0;
}
.parallax-landing-page-4d ._balloon {
  width: 26%;
  right: 16%;
}

.quote-container-1 .quote-balloon {
  position: relative;
  margin-left: 12%;
  border: 4px solid #515151;
  border-radius: 75px;
}
.quote-container-1 .quote-balloon ._angle {
  position: absolute;
  top: calc(100% - 1px);
  left: 35%;
  width: 125px;
  background: #fff;
}
.quote-container-1 .quote-character {
  position: relative;
  width: 40%;
}
.quote-container-1 .content {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .quote-container-1 .quote-balloon .angle {
    left: 20%;
  }
  .quote-container-1 .content {
    font-size: 2rem;
  }
  .quote-container-1 .quote-character {
    width: 30%;
    margin-top: -5%;
  }
}
@media (max-width: 330px) {
  .quote-container-1 .quote-balloon ._angle {
    left: 29%;
    width: 115px;
  }
}

.innerpage-banner .innerpage-banner-content .text-title {
  max-width: 930px;
  margin: auto;
  padding: 0 30px;
}

.lp-2024-text-balloon {
  position: absolute;
  z-index: 1;
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.lp-2024-text-balloon._balloon-1 {
  transform: rotate(4deg);
  right: 25px;
  top: 6px;
}
.lp-2024-text-balloon._balloon-2 {
  transform: rotate(-4deg);
  left: -45px;
  top: 4px;
}

.bc-benefit-card {
  position: relative;
  text-align: center;
  padding: 35px 40px;
  background-color: #fff;
  font-size: 0.9375rem;
  border-radius: 20px;
}
.bc-benefit-card .card-img {
  margin-top: -85px;
  margin-bottom: 1.5rem;
}
.bc-benefit-card .text-title {
  font-size: 1.125rem;
  color: #362f5c;
}

.bc-benefit-1-card {
  position: relative;
  background-color: #fff;
  padding: 40px 35px;
  border-radius: 2rem;
  font-weight: 500;
  color: #362f5c;
  transition: all ease 0.35s;
}
.bc-benefit-1-card ._bg-gradient {
  opacity: 0;
}
.bc-benefit-1-card:hover {
  transform: translateY(-2rem);
  box-shadow: 0 15px 26.1px rgba(229, 195, 212, 0.8);
}
.bc-benefit-1-card:hover ._bg-gradient {
  opacity: 1;
}
.bc-benefit-1-card:hover ._link {
  background-color: #fff !important;
  color: var(--bs-primary) !important;
}

.bc-offer-1-card {
  position: relative;
  font-size: 1.0625rem;
}
.bc-offer-1-card .img-container {
  width: 90px;
  height: 85px;
  text-align: center;
}
.bc-offer-1-card .img-container img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.pricing-2024-card {
  position: relative;
  padding: 60px 20px 50px;
  border: 1px solid #b8b8d7;
  border-radius: 1.5625rem;
}
@media (min-width: 576px) {
  .pricing-2024-card {
    padding: 70px 30px 60px;
  }
}
@media (min-width: 992px) {
  .pricing-2024-card {
    padding: 70px 40px 80px;
  }
}

.testimonials-slider-container {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.testimonials-slider-container .swiper-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #362f5c;
  border-radius: 50%;
  color: #fff;
}
.testimonials-slider-container .swiper-button:after {
  display: none;
}
.testimonials-slider-container .swiper-button-prev {
  left: -10px;
}
.testimonials-slider-container .swiper-button-next {
  right: -10px;
}

.testimonials-slider {
  max-width: 453px;
  width: 100%;
}
.testimonials-slider .swiper-slide .testimonial-card {
  background: #79e2b6;
}
.testimonials-slider .swiper-slide-next .testimonial-card,
.testimonials-slider .swiper-slide-prev .testimonial-card {
  background: #a6e9c6;
}
.testimonials-slider .swiper-slide-active .testimonial-card {
  background: linear-gradient(180deg, rgb(214, 240, 215) 30%, rgb(116, 225, 180) 100%);
}
.testimonials-slider .swiper-slide-shadow {
  background: none;
}
.testimonials-slider .testimonial-card {
  padding: 60px 30px 70px;
  border-radius: 1.5625rem;
  background: linear-gradient(180deg, rgb(214, 240, 215) 30%, rgb(116, 225, 180) 100%);
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.testimonials-slider .testimonial-card ._watermark {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (min-width: 576px) {
  .testimonials-slider .testimonial-card {
    padding: 60px 50px 70px;
  }
}

#faq-2024-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid #b5b5b5;
  border-radius: 0.625rem;
}
#faq-2024-accordion .accordion-item .accordion-header {
  border: 0;
  background-color: #f8f8f8;
}
#faq-2024-accordion .accordion-item .accordion-button {
  background: transparent;
}
#faq-2024-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  border: 0;
  box-shadow: none;
  border-color: transparent;
}
#faq-2024-accordion .accordion-item .accordion-body {
  border: 0;
}

.featured-blog-block .cover-img {
  position: relative;
  padding-bottom: 110%;
  overflow: hidden;
}
.featured-blog-block .cover-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.featured-blog-block .excerpt {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.featured-blog-block .excerpt:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: linear-gradient(transparent, #f0f9fc);
  z-index: 2;
}

.blog-nav-tabs {
  border: 0;
}
.blog-nav-tabs .btn {
  font-weight: normal;
  border-color: #d6d6d6;
  color: #7b8a98;
}
.blog-nav-tabs .btn.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.quick-blog-tab .post-list .post-list-item {
  border-bottom: 1px solid #d6d6d6;
}
.quick-blog-tab .post-list .post-list-item:last-child {
  border-bottom: 0;
}
.quick-blog-tab .post-list .post-list-item .excerpt {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.blog-filter-container .btn-search {
  position: absolute;
  right: 0;
  top: 0;
}

.blog-post-grid .blog-post-card .card-img {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.blog-post-grid .blog-post-card .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.blog-post-grid .post-tags .badge {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-post-grid .post-title {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  /*        -webkit-line-clamp: 3;
  line-clamp: 3;*/
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-family: var(--title-font);
}
.blog-post-grid .post-date {
  color: #7b8a98;
}

.blog-post-section .author-avatar {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog-post-section .author-avatar img {
  width: 100%;
  height: 100%;
}
.blog-post-section p {
  margin-bottom: 2rem;
}

.social-share-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #525252;
}

.share-this-article .img-container {
  width: 110px;
  height: 110px;
}
.share-this-article .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.articles-list .article-list-item {
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
}
.articles-list .article-list-item .img-container {
  width: 208px;
  height: 125px;
}
.articles-list .article-list-item .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-post-banner {
  position: relative;
  /*min-height: 500px;*/
}
.blog-post-banner .bg-img-fill:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171717;
  opacity: 0.35;
  content: "";
}
.blog-post-banner .author-avatar {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog-post-banner .author-avatar img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .blog-post-banner {
    /*min-height: 660px;*/
  }
}

.member-login-container {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  max-width: 565px;
  margin: auto;
  color: #1e1e2a;
}
.member-login-container form .form-control {
  border-radius: 10px;
  height: 55px !important;
}
.member-login-container form .btn {
  min-height: 47px !important;
}
@media (min-width: 992px) {
  .member-login-container {
    padding: 60px 55px !important;
  }
}

.pricing-2024-section .subscription-plans-2024 {
  position: relative;
  gap: 1rem;
}
.pricing-2024-section .subscription-plans-2024 .transition-arrow {
  position: absolute;
  right: calc(50% - 10px);
  bottom: 15px;
}
.pricing-2024-section .subscription-plans-2024 .plan-card {
  position: relative;
  background-color: #fff;
  width: 50%;
  border: 1px solid #bfd0e0;
  border-radius: 15px;
}
.pricing-2024-section .subscription-plans-2024 .plan-card .plan-price {
  font-size: 28px;
  line-height: 1.2;
}
.pricing-2024-section .subscription-plans-2024 .plan-card .inner {
  padding: 25px 40px 15px;
}
.pricing-2024-section .subscription-plans-2024 .plan-card .tag-2 {
  position: absolute;
  right: -15px;
  padding: 6px 20px 6px 6px;
  background-color: var(--secondary-color);
}
.pricing-2024-section .subscription-plans-2024 .plan-card .tag-2:before, .pricing-2024-section .subscription-plans-2024 .plan-card .tag-2:after {
  position: absolute;
  content: "";
}
.pricing-2024-section .subscription-plans-2024 .plan-card .tag-2:before {
  right: 100%;
  top: 0;
  border-top: 33px solid var(--secondary-color);
  border-left: 10px solid transparent;
}
.pricing-2024-section .subscription-plans-2024 .plan-card .tag-2:after {
  right: 0;
  top: 100%;
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  border-left: 15px solid var(--secondary-color-dark);
}
.pricing-2024-section .subscription-plans-2024 .premium-plan {
  background: linear-gradient(180deg, rgb(54, 47, 92) 0%, rgb(46, 81, 138) 100%);
  color: #fff;
}
.pricing-2024-section .subscription-plans-2024 .premium-plan .plan-tag {
  overflow: hidden;
  padding: 7px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: var(--primary-color);
  text-align: center;
  color: #fff;
}
@media (min-width: 480px) {
  .pricing-2024-section .subscription-plans-2024 {
    gap: 1.5rem;
  }
  .pricing-2024-section .subscription-plans-2024 .plan-card .plan-price {
    font-size: 42px;
  }
  .pricing-2024-section .subscription-plans-2024 .plan-card .inner {
    padding: 30px 40px 30px;
  }
}
@media (min-width: 576px) {
  .pricing-2024-section .subscription-plans-2024 .plan-card {
    height: 245px;
  }
  .pricing-2024-section .subscription-plans-2024 .premium-plan {
    height: 284px;
  }
}
@media (min-width: 1200px) {
  .pricing-2024-section .subscription-plans-2024 .plan-card {
    width: 223px;
  }
  .pricing-2024-section .subscription-plans-2024 .premium-plan {
    width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pricing-2024-section .subscription-plans-2024 {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .pricing-2024-section .subscription-plans-2024 .plan-card .inner {
    padding: 25px 15px 15px;
    height: 190px !important;
  }
}
@media (max-width: 479px) {
  .pricing-2024-section .subscription-plans-2024 {
    gap: 1rem;
  }
}

[data-aos-id=enterprise-lp-lottie-1] {
  position: relative;
  padding-bottom: 62%;
}
[data-aos-id=enterprise-lp-lottie-1] .lottie-player-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.charities-section .charity-section-item .left-border {
  position: relative;
  border-left: 2px solid #d6d6d6;
}
.charities-section .charity-section-item .left-border:before {
  position: absolute;
  top: 12px;
  left: -13px;
  width: 24px;
  height: 24px;
  background-color: #f61870;
  border-radius: 50%;
  content: "";
}
.charities-section .charity-section-item .brand-col {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .charities-section .charity-section-item .brand-img {
    max-width: 287px;
  }
}

.article-card-theme-1 {
  position: relative;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  border-radius: 5px;
}
.article-card-theme-1 .img-container-fill {
  position: absolute;
  width: 100%;
  height: 100%;
}
.article-card-theme-1 .img-container-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.generic-post-content-slider-container {
  position: relative;
}
.generic-post-content-slider-container .swiper {
  width: calc(100% + (100vw - 100%) / 2);
}
.generic-post-content-slider-container ._external-swiper-pagination {
  position: static;
  margin-top: 32px;
  background: #93d1c5;
  border-radius: 1rem;
  overflow: hidden;
}
.generic-post-content-slider-container ._external-swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 1rem;
  background: #fff;
}

.generic-post-content-slider {
  position: relative;
}
.generic-post-content-slider .swiper-slide {
  width: 300px;
}
.generic-post-content-slider .slide-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
}
.generic-post-content-slider .slide-item .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.generic-post-content-slider .slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 80px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  font-size: 0.8125rem;
}
@media (min-width: 576px) {
  .generic-post-content-slider .swiper-slide {
    width: 330px;
  }
  .generic-post-content-slider .slide-item {
    height: 370px;
  }
  .generic-post-content-slider .slide-caption {
    transition: all ease 0.35s;
  }
}

.newspaper-layout {
  column-count: 1;
  text-align: justify;
}
@media (min-width: 992px) {
  .newspaper-layout {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .newspaper-layout {
    column-count: 3;
    column-gap: 3rem;
  }
}

.section-slider-progress {
  --swiper-pagination-progressbar-bg-color: #7c7895;
  --swiper-theme-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.section-slider-progress .swiper-pagination-progressbar-fill {
  border-radius: 4px;
  overflow: hidden;
}

.section-slider-buttons {
  margin-bottom: -35px;
}
.section-slider-buttons .swiper-button {
  position: static;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: none;
  margin: 0;
}
.section-slider-buttons .swiper-button:after {
  display: none;
}
.section-slider-buttons .swiper-button:hover {
  background-color: #fff;
}
.section-slider-buttons .swiper-button:hover i {
  color: #362f5c;
}
.section-slider-buttons .swiper-button i {
  font-size: 14px;
  color: #fff;
}

.section-slider .swiper-slide {
  background-color: #362f5c;
}
.section-slider .img-container {
  position: relative;
  padding-bottom: 68%;
  border-radius: 1rem;
  overflow: hidden;
}
.section-slider .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-text-section {
  --transition-duration: 0.6s;
  --content-width: 800px;
}
.highlight-text-section .highlight-text {
  background-image: linear-gradient(to right, transparent 50%, var(--highlight-color) 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  display: inline;
  padding: 0.2em 0;
  transition: background-position var(--transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}
.highlight-text-section.visible {
  opacity: 1;
  transform: translateY(0);
}
.highlight-text-section.visible .highlight-text {
  background-position: -100% 0;
}

.pin-cta-container.active-pin-cta .pin-cta {
  position: fixed;
  transform: translateY(-25%);
}
.pin-cta-container .pin-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  transition: all ease 0.35s;
  transform: translateY(50%);
}
.pin-cta-container .pin-cta-leave-back {
  position: fixed;
  transform: translateY(100%);
}
.pin-cta-container .pin-cta-leave {
  transition: none !important;
}

.mayor-illustration-container .be-flag {
  position: absolute;
  top: 15%;
  right: 0%;
  width: 15%;
}

.status-404-section ._balloon {
  position: absolute;
  width: 26%;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.status-404-section ._balloon img {
  animation: float 5s ease-in-out infinite;
}

.airship-path {
  position: relative;
  height: 100px;
}
.airship-path .airship-element-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-60vw);
  animation: glide 5s linear infinite;
}
.airship-path .airship img {
  height: 50px;
}
@media (min-width: 576px) {
  .airship-path .airship-element-container {
    animation: glide 25s linear infinite;
  }
  .airship-path .airship img {
    height: 70px;
  }
}

.airship-flag {
  display: flex;
  width: 280px;
  height: 39px;
}
.airship-flag .flag-element {
  animation: oscill 1s ease-in-out infinite alternate-reverse;
  position: relative;
  height: 100%;
  width: 1px;
  display: inline-block;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-fill-mode: backwards;
}
@media (min-width: 576px) {
  .airship-flag {
    width: 380px;
    height: 53px;
  }
}

.registration-process-component .nav-tabs button {
  padding: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  border: 0;
}
@media (max-width: 575px) {
  .registration-process-component .nav-tabs .nav-item {
    width: 25%;
    padding: 0 4px;
  }
}
@media (min-width: 576px) {
  .registration-process-component .nav-tabs button {
    width: 90px;
  }
}

.registration-process-component .registration-process-tab-back {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 9;
}
.registration-process-component .nav-tabs .nav-link {
  background: linear-gradient(90deg, #362F5C 0%, #6B7CA4 100%) !important;
}
.registration-process-component .nav-tabs .nav-item:has(.nav-link.active) ~ .nav-item .nav-link {
  background: #e7ebef !important;
}
.registration-process-component .form-control:not(textarea):not(.form-control-lg):not(.form-control-sm) {
  height: 52px;
}

.process-info-swiper {
  position: relative;
}
.process-info-swiper .img-container img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .process-info-swiper .img-container {
    height: 245px;
    background-color: #f7f8ff;
  }
}

.process-info-swiper-thumbs .swiper-slide {
  height: auto;
}
.process-info-swiper-thumbs .swiper-slide .btn {
  height: 100%;
}
.process-info-swiper-thumbs .swiper-slide-thumb-active .btn {
  background-color: #362f5c !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .process-info-swiper-thumbs .swiper-slide {
    width: 240px !important;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .process-info-swiper-thumbs-container {
    position: absolute;
    left: 0;
    top: 275px;
    right: 0;
  }
  .process-info-swiper-thumbs-container .swiper-pagination {
    position: static;
    margin-top: 0.75rem;
  }
  .process-info-swiper-thumbs-container .swiper-slide .btn {
    font-size: 1rem;
  }
}
.process-info-swiper-thumbs-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #362f5c;
}

.table-head-fixed {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.table-head-fixed.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.table-head-fixed .container {
  width: 100%;
  max-width: 1680px;
}
.table-head-fixed .table-head-titles {
  position: relative;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #232e44;
}
@media (min-width: 768px) {
  .table-head-fixed .table-head-titles {
    float: left;
    width: 70%;
    left: 30%;
  }
}
@media (max-width: 991px) {
  .table-head-fixed .table-head-titles {
    font-size: 12px;
  }
}

.pricing-section {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
  color: #333;
  font-family: "Rubik", sans-serif;
}
.pricing-section > .container {
  width: 100%;
  max-width: 1400px;
}
.pricing-section .section-head {
  margin-bottom: 100px;
  text-align: center;
}
.pricing-section .section-title h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.pricing-section .section-description {
  font-weight: 100;
}

.pricing-table,
.additional-services-table {
  margin-bottom: 50px;
}
.pricing-table .table-section-title,
.additional-services-table .table-section-title {
  padding-left: 30px !important;
  border-top: 0;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.pricing-table .fa-check-circle,
.pricing-table span,
.additional-services-table .fa-check-circle,
.additional-services-table span {
  color: #51b520;
}
.pricing-table span,
.additional-services-table span {
  font-weight: 600;
  font-size: 14px;
}
.pricing-table span.hr,
.additional-services-table span.hr {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 25px;
  background-color: #ddd;
}
.pricing-table .subgroup-header,
.additional-services-table .subgroup-header {
  padding-left: 30px !important;
  font-weight: 500;
  color: #000;
}
.pricing-table thead > tr > th,
.additional-services-table thead > tr > th {
  border-bottom: 0;
  padding: 0;
}
.pricing-table tbody,
.additional-services-table tbody {
  border-top: 0 !important;
}
.pricing-table tbody > tr:first-child td,
.additional-services-table tbody > tr:first-child td {
  border-top: 1px solid #ddd;
}
.pricing-table tbody > tr:nth-child(even) > td,
.additional-services-table tbody > tr:nth-child(even) > td {
  background-color: #f4f5f9;
}
.pricing-table tbody > tr:nth-child(even) > td:nth-child(4),
.additional-services-table tbody > tr:nth-child(even) > td:nth-child(4) {
  background-color: #303b52;
}
.pricing-table tbody > tr > td,
.additional-services-table tbody > tr > td {
  position: relative;
  vertical-align: middle;
  text-align: center;
  min-height: 38px;
  padding: 12px;
  border: 0;
}
.pricing-table tbody > tr > td:first-child,
.additional-services-table tbody > tr > td:first-child {
  padding-left: 50px;
  text-align: left;
}
.pricing-table tbody > tr > td:nth-child(2), .pricing-table tbody > tr > td:nth-child(3),
.additional-services-table tbody > tr > td:nth-child(2),
.additional-services-table tbody > tr > td:nth-child(3) {
  border-left: 1px solid #ddd;
}
.pricing-table tbody > tr > td:nth-child(4),
.additional-services-table tbody > tr > td:nth-child(4) {
  background-color: #232e44;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(35, 46, 68, 0.7);
}
.pricing-table tbody > tr > td:nth-child(4) .fa-check-circle,
.pricing-table tbody > tr > td:nth-child(4) span,
.additional-services-table tbody > tr > td:nth-child(4) .fa-check-circle,
.additional-services-table tbody > tr > td:nth-child(4) span {
  color: #fff;
}
.pricing-table tbody > tr > td:nth-child(4).spacing,
.additional-services-table tbody > tr > td:nth-child(4).spacing {
  background-color: #232e44;
}
.pricing-table tbody > tr > td.spacing,
.additional-services-table tbody > tr > td.spacing {
  background-color: #fff;
}
@media (max-width: 991px) {
  .pricing-table .table-section-title,
  .additional-services-table .table-section-title {
    padding-left: 10px !important;
  }
  .pricing-table .subgroup-header,
  .additional-services-table .subgroup-header {
    padding-left: 15px !important;
  }
  .pricing-table tbody > tr > td,
  .additional-services-table tbody > tr > td {
    font-size: 14px;
  }
  .pricing-table tbody > tr > td:first-child,
  .additional-services-table tbody > tr > td:first-child {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-table span,
  .additional-services-table span {
    font-size: 12px;
  }
  .pricing-table .table-section-title,
  .additional-services-table .table-section-title {
    padding-left: 15px !important;
  }
  .pricing-table .subgroup-header,
  .additional-services-table .subgroup-header {
    padding-left: 15px !important;
  }
  .pricing-table tbody > tr > td,
  .additional-services-table tbody > tr > td {
    font-size: 14px;
  }
  .pricing-table tbody > tr > td:first-child,
  .additional-services-table tbody > tr > td:first-child {
    padding-left: 20px;
  }
}

.additional-services-table tbody > tr > td:nth-child(1) {
  padding-left: 30px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
@media (max-width: 991px) {
  .additional-services-table .subgroup-item {
    display: none;
  }
}

.pricing-plans-container .pricing-img {
  position: relative;
}
.pricing-plans-container .pricing-img .img-container {
  position: relative;
  height: 430px;
}
.pricing-plans-container .pricing-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pricing-plans-container .pricing-plans {
  position: relative;
}
.pricing-plans-container .pricing-plan {
  position: relative;
  padding: 30px 10px 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-left: -1px;
}
.pricing-plans-container .pricing-plan .plan-title {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.pricing-plans-container .pricing-plan .plan-price {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
}
.pricing-plans-container .pricing-plan .pricing-switcher {
  margin-bottom: 15px;
  text-align: center;
}
.pricing-plans-container .pricing-plan .pricing-switcher .fieldset {
  display: table;
  margin: auto;
  position: relative;
  padding: 7px;
  background-color: #e8ecf4;
  border-radius: 3px;
}
.pricing-plans-container .pricing-plan .pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pricing-plans-container .pricing-plan .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  transition-delay: 0.1s;
  transition: color 0.3s ease;
  color: #333;
}
.pricing-plans-container .pricing-plan .pricing-switcher input[type=radio]:checked + label {
  text-decoration: none;
  color: #232e44;
  font-weight: bold;
}
.pricing-plans-container .pricing-plan .pricing-switcher .switch {
  /* floating background */
  position: absolute;
  top: 7px;
  left: 7px;
  height: 30px;
  width: 100px;
  background-color: #fff;
  transition: transform 0.3s;
  border-radius: 3px;
}
.pricing-plans-container .pricing-plan .pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-plans-container .pricing-plan .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.pricing-plans-container .pricing-plan .btn {
  padding: 8px 10px;
  min-width: 160px;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  background-color: #232e44;
  color: #fff;
}
.pricing-plans-container .premium-plan {
  position: relative;
  margin-left: 0;
  border: 0;
  background-color: #232e44;
  color: #fff;
  border-bottom: 1px solid #232e44;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(35, 46, 68, 0.7);
}
.pricing-plans-container .premium-plan:after {
  position: absolute;
  top: 18px;
  right: -25px;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
  width: 100px;
  height: 20px;
  background-color: var(--primary-color);
  content: "";
}
.pricing-plans-container .premium-plan .pricing-switcher label {
  color: #838b9b;
}
.pricing-plans-container .premium-plan .pricing-switcher .fieldset {
  background-color: #18202f;
}
.pricing-plans-container .premium-plan .btn {
  background-color: var(--primary-color);
}
.pricing-plans-container .premium-plan ~ .plan-feature-group-container {
  box-shadow: 2px 2px 8px rgba(35, 46, 68, 0.7);
}
.pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group .group-title {
  background-color: #00102d;
  color: #fff;
}
.pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group .group-body {
  background-color: #232e44;
  color: #fff;
}
.pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group .feature-list > li {
  color: #ccc;
}
.pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group .feature-list > li strong {
  color: #fff;
}
.pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group .feature-list > li .item-value i {
  border-radius: 50%;
}
.pricing-plans-container .plan-feature-group-container .btn {
  margin-bottom: 30px;
  width: 100%;
  padding: 18px 15px;
  border: 0;
  font-family: Quicksand, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.pricing-plans-container .plan-feature-group-container .additional-services {
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.pricing-plans-container .plan-feature-group-container .additional-services ul > li {
  color: #000;
}
.pricing-plans-container .plan-feature-group {
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.pricing-plans-container .plan-feature-group .group-title {
  padding: 20px 30px;
  text-transform: uppercase;
  background-color: #f2f1f2;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.pricing-plans-container .plan-feature-group .group-body {
  padding: 30px 30px;
  background-color: #fff;
}
.pricing-plans-container .plan-feature-group .feature-list > li {
  margin-bottom: 18px;
  font-weight: 600;
  color: #676767;
}
.pricing-plans-container .plan-feature-group .feature-list > li:last-child {
  margin-bottom: 0;
}
.pricing-plans-container .plan-feature-group .feature-list > li:after {
  display: table;
  clear: both;
  content: "";
}
.pricing-plans-container .plan-feature-group .feature-list > li span {
  padding-left: 12px;
  float: left;
  width: calc(100% - 16px);
  line-height: 1.2;
}
.pricing-plans-container .plan-feature-group .feature-list > li span i {
  font-style: normal;
  color: #51b520;
}
.pricing-plans-container .plan-feature-group .feature-list > li .item-value {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-color: #51b520;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.pricing-plans-container .plan-feature-group .feature-list > li .item-value i {
  display: block;
  font-size: 16px;
  background-color: #fff;
  color: #51b520;
}
.pricing-plans-container .plan-feature-group .feature-list > li strong {
  font-weight: 600;
  color: #000;
}
@media (min-width: 768px) {
  .pricing-plans-container .pricing-plans {
    float: right;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .pricing-plans-container .pricing-plan-wrap {
    margin-bottom: 50px;
  }
  .pricing-plans-container .pricing-plan {
    padding-bottom: 50px;
    margin-left: 0;
  }
  .pricing-plans-container .plan-feature-group-container {
    border-bottom: 1px solid #ddd;
  }
  .pricing-plans-container .premium-plan ~ .plan-feature-group-container {
    border: 0;
  }
  .pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group {
    border: 0;
  }
  .pricing-plans-container .premium-plan ~ .plan-feature-group-container .plan-feature-group .feature-list > li .item-value i {
    background-color: #000;
    color: #fff;
  }
}

.pricing-buttons-container {
  position: relative;
  margin-bottom: 70px;
}
.pricing-buttons-container .pricing-buttons {
  position: relative;
}
.pricing-buttons-container .btn {
  width: 100%;
  padding: 18px 15px;
  border: 0;
  font-family: Quicksand, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 992px) {
  .pricing-buttons-container .pricing-buttons {
    float: left;
    left: 30%;
    width: 70%;
  }
}
@media (max-width: 575px) {
  .pricing-buttons-container .btn {
    padding: 15px 8px;
    font-size: 12px;
  }
}

.additional-services {
  padding: 15px;
  border-top: 1px solid #ddd;
  background-color: #f3f6f6;
  font-size: 14px;
}
.additional-services h4 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.additional-services h6 {
  line-height: 1.6;
}

html,
body {
  height: 100%;
}

.member-page {
  height: 100%;
  font-family: "Rubik", sans-serif;
}
.member-page .banner-section {
  height: 100%;
}

.member-section {
  position: relative;
  min-height: 100%;
}
.member-section .form-container {
  position: relative;
  margin: auto;
  top: auto;
  max-width: 800px;
  width: 100%;
  padding: 30px 15px 50px;
  color: #1d1d1d;
}
.member-section .form-container .title {
  margin-bottom: 30px;
}
.member-section .form-inner {
  margin: auto;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 576px) {
  .member-section .form-container {
    padding: 50px 30px 75px;
  }
}
.social-sign-in {
  margin-bottom: 50px;
}
.social-sign-in .sign-in-btn {
  display: block;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  border-color: transparent;
  text-transform: none;
}
.social-sign-in .sign-in-btn:hover, .social-sign-in .sign-in-btn:focus, .social-sign-in .sign-in-btn:active {
  text-decoration: none;
}
.social-sign-in .sign-in-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.social-sign-in .fb-btn {
  background-color: #3F5A93;
  color: #fff;
}
.social-sign-in .fb-btn .fab {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.social-sign-in .google-btn {
  background-color: #fff;
  color: #333;
}
.social-sign-in .google-btn img {
  width: 26px;
}
@media (max-width: 575px) {
  .social-sign-in {
    margin-bottom: 20px;
  }
  .social-sign-in .sign-in-btn {
    width: 220px;
    margin: auto auto 25px;
  }
}

.form-divider {
  margin: 15px 0 15px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  color: #a9abaf;
}
.form-divider span {
  position: relative;
}
.form-divider span:before, .form-divider span:after {
  position: absolute;
  top: 50%;
  width: 400px;
  height: 2px;
  background-color: #676d7a;
  content: "";
}
.form-divider span:before {
  right: 35px;
}
.form-divider span:after {
  left: 35px;
}

.sign-in-form .form-group {
  margin-bottom: 25px;
}
.sign-in-form .btn {
  /*width: 100%;*/
}
@media (max-width: 767px) {
  .sign-in-form {
    padding: 0 5px;
  }
}

/*.bc-ad-modal {*/
.bc-ad-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.bc-ad-img .img-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  filter: blur(6px);
  transform: scale(1.2);
}
.bc-ad-img img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*}*/
html,
body {
  height: 100%;
}

/* allignment */
.top-left {
  position: absolute;
  top: 100px;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.top-center {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.top-right {
  position: absolute;
  top: 100px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.middle-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: auto;
}

.middle-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.middle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: auto;
}

.bottom-left {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bottom-center {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bottom-right {
  position: absolute;
  top: auto;
  bottom: 100px;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.subdomain-page {
  min-height: 100%;
  height: 100%;
}
.subdomain-page .page-body {
  height: 100%;
}
.subdomain-page .banner-section {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: none;
  /* allignment */
}
.subdomain-page .banner-section .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.subdomain-page .banner-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.subdomain-page .banner-section .section-bg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.subdomain-page .banner-section .section-bg .bg-slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.subdomain-page .banner-section .section-bg .slick-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.subdomain-page .banner-section .banner-bg .bg-color,
.subdomain-page .banner-section .banner-bg .bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subdomain-page .banner-section .banner-caption,
.subdomain-page .banner-section .overlay-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  margin: auto;
  width: 100%;
  max-width: 670px;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.subdomain-page .banner-section .banner-caption .title,
.subdomain-page .banner-section .overlay-content .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.subdomain-page .banner-section .banner-caption .title h1,
.subdomain-page .banner-section .overlay-content .title h1 {
  margin: 0;
  font-weight: bold;
}
.subdomain-page .banner-section .banner-caption .lead,
.subdomain-page .banner-section .overlay-content .lead {
  margin-bottom: 30px;
  font-weight: 100;
}
.subdomain-page .banner-section .banner-caption .overlay-buttons,
.subdomain-page .banner-section .overlay-content .overlay-buttons {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.subdomain-page .banner-section .banner-caption .overlay-buttons .button-settings,
.subdomain-page .banner-section .overlay-content .overlay-buttons .button-settings {
  position: absolute;
  top: -22px;
  right: -25px;
  cursor: pointer;
}
.subdomain-page .banner-section .banner-caption .overlay-buttons .button-settings i,
.subdomain-page .banner-section .overlay-content .overlay-buttons .button-settings i {
  font-size: 24px;
}
.subdomain-page .banner-section .banner-caption .btn[data-enable=true],
.subdomain-page .banner-section .overlay-content .btn[data-enable=true] {
  display: inline-block;
}
.subdomain-page .banner-section .banner-caption .btn[data-enable=false],
.subdomain-page .banner-section .overlay-content .btn[data-enable=false] {
  display: none;
}
.subdomain-page .banner-section .banner-caption .btn,
.subdomain-page .banner-section .overlay-content .btn {
  min-width: 130px;
  margin: 10px;
}
.subdomain-page .banner-section .banner-caption .user-custom-btn,
.subdomain-page .banner-section .overlay-content .user-custom-btn {
  border-color: #fff;
  background-color: transparent;
}
.subdomain-page .banner-section .banner-caption .user-custom-btn:hover,
.subdomain-page .banner-section .overlay-content .user-custom-btn:hover {
  color: inherit;
  border-color: inherit;
}
.subdomain-page .banner-section .banner-caption .user-primary-btn,
.subdomain-page .banner-section .overlay-content .user-primary-btn {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.subdomain-page .banner-section .banner-caption .user-primary-btn:hover,
.subdomain-page .banner-section .overlay-content .user-primary-btn:hover {
  color: inherit;
}
@media (max-width: 991px) {
  .subdomain-page .banner-section .banner-caption .title h1,
  .subdomain-page .banner-section .banner-caption .title h1 span,
  .subdomain-page .banner-section .overlay-content .title h1,
  .subdomain-page .banner-section .overlay-content .title h1 span {
    font-size: 56px !important;
  }
  .subdomain-page .banner-section .banner-caption .lead span,
  .subdomain-page .banner-section .overlay-content .lead span {
    font-size: 26px !important;
  }
}
@media (max-width: 575px) {
  .subdomain-page .banner-section .banner-caption .title h1,
  .subdomain-page .banner-section .banner-caption .title h1 span,
  .subdomain-page .banner-section .overlay-content .title h1,
  .subdomain-page .banner-section .overlay-content .title h1 span {
    font-size: 36px !important;
  }
  .subdomain-page .banner-section .banner-caption .lead span,
  .subdomain-page .banner-section .overlay-content .lead span {
    font-size: 18px !important;
  }
}
.subdomain-page .banner-section .top-left {
  position: absolute;
  top: 5%;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section .top-center {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section .top-right {
  position: absolute;
  top: 5%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section .middle-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: auto;
}
.subdomain-page .banner-section .middle-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.subdomain-page .banner-section .middle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: auto;
}
.subdomain-page .banner-section .bottom-left {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section .bottom-center {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section .bottom-right {
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section [data-pos=top-left] {
  position: absolute;
  top: 100px;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section [data-pos=top-center] {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section [data-pos=top-right] {
  position: absolute;
  top: 100px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section [data-pos=middle-left] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: auto;
}
.subdomain-page .banner-section [data-pos=middle-center] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.subdomain-page .banner-section [data-pos=middle-right] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: auto;
}
.subdomain-page .banner-section [data-pos=bottom-left] {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section [data-pos=bottom-center] {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.subdomain-page .banner-section [data-pos=bottom-right] {
  position: absolute;
  top: auto;
  bottom: 100px;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fullscreen-banner {
  height: 100%;
}

.video-banner {
  height: 100%;
}

.splitscreen-banner {
  height: 100%;
}

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* set video aspect ratio and vertically center */
}
.responsive-video-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.responsive-video-container .responsive-video-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.responsive-video-container .responsive-video-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.responsive-video-container .responsive-video-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-video-container .responsive-video-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  opacity: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  pointer-events: none;
}
.responsive-video-container #vimeo-video-canvas iframe {
  width: 100%;
  height: 100%;
}

.split-section {
  position: relative;
  height: 100%;
}
.split-section .section-col {
  position: relative;
  height: 100%;
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .split-section .section-col {
    width: 100%;
  }
}

.btn-scroll-down {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  cursor: pointer;
  line-height: 48px;
  font-size: 24px;
}
.btn-scroll-down .fal {
  animation: scrollDown infinite 2s;
}

.slick-slider {
  position: relative !important;
}

.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}

.slide-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}

[data-overlay-title=false],
[data-overlay-text=false],
[data-overlay-buttons=false],
[data-overlay-arrow=false] {
  display: none !important;
}

[data-overlay-title=true],
[data-overlay-text=true],
[data-overlay-buttons=true],
[data-overlay-arrow=true] {
  display: block !important;
}

.bc-wall-grid {
  position: relative;
  overflow: hidden;
}
.bc-wall-grid > .row {
  margin-left: 0;
  margin-right: 0;
}
.bc-wall-grid > .row div[class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.bc-wall-grid > .row div[class*=col]:hover {
  z-index: 9;
}
.bc-wall-grid .item-thumbnail {
  position: relative;
}
.bc-wall-grid .item-thumbnail:hover {
  /*            .img-container {
                  @include scale3d(1.1,1.1,1);
              }*/
}
.bc-wall-grid .item-thumbnail .img-container {
  position: relative;
  padding-bottom: 66.66%;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bc-wall-grid .item-thumbnail .img-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bc-wall-grid .item-thumbnail .thumb-content {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex-box;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bc-wall-grid .item-thumbnail .inner-content {
  color: #fff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  padding: 10px;
}
.bc-wall-grid .item-thumbnail .inner-content h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
.bc-wall-grid .item-thumbnail .inner-content p {
  margin-bottom: 0;
  font-weight: 300;
}
.bc-wall-grid .item-thumbnail .inner-content .btn {
  padding: 5px 25px;
  text-shadow: none;
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 575px) {
  .bc-wall-grid .item-thumbnail .img-container {
    padding-bottom: 75%;
  }
}

.innerpage-fullbanner {
  position: relative;
  height: 500px;
}
.innerpage-fullbanner .container {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.innerpage-fullbanner .banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.innerpage-fullbanner .banner-title {
  margin-bottom: 50px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .innerpage-fullbanner {
    height: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .innerpage-fullbanner {
    padding: 0 130px;
  }
}

.split-section-img {
  max-width: 500px;
}
@media (min-width: 992px) {
  .split-section-img {
    max-width: none;
  }
}

.bg-img-section {
  position: relative;
}
.bg-img-section .container {
  position: relative;
  z-index: 2;
}

.list-item-indicator {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-align: center;
  margin-right: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 700;
  border: 3px solid #fff;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
}

.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.blockquote-container {
  border-radius: 6px;
  background-color: #fff;
  padding: 20px;
}

blockquote.primary {
  border-color: var(--primary-color);
}
blockquote.secondary {
  border-color: var(--secondary-color);
}

[v-cloak] {
  display: none;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.25s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.v-fade-enter-active,
.v-fade-leave-active {
  transition: all ease 0.25s;
}

.v-fade-enter,
.v-fade-leave-to {
  opacity: 0;
}

.unsupported-device-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  display: none;
}

#app-boncado-admin .admin-2024-main-content {
  margin: 0;
}

.boncado-voucher-builder-page {
  height: auto !important;
  background-color: #f1f1f1;
}
.boncado-voucher-builder-page .admin-navbar,
.boncado-voucher-builder-page .admin-sidebar {
  display: none;
}
.boncado-voucher-builder-page .admin-page-body {
  padding-top: 0;
}
.boncado-voucher-builder-page .admin-main-content {
  margin-left: 0;
  padding: 0;
}
.boncado-voucher-builder-page .mce-tinymce-inline {
  display: inline-flex;
  order: 1;
  align-items: center;
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
  padding: 0;
  box-shadow: none;
  border: 0;
  border-width: 1px;
}
.boncado-voucher-builder-page .mce-tinymce-inline .mce-container-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
  height: auto !important;
}
.boncado-voucher-builder-page .mce-tinymce-inline .mce-toolbar-grp {
  position: static;
  width: 100% !important;
  height: auto !important;
}

.croppie-container .cr-boundary .cr-viewport {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

#boncado-voucher-builder {
  position: relative;
  padding-top: 90px;
  background-color: #f1f1f1;
  color: #1e1e2a;
}
#boncado-voucher-builder .styled-typography-list {
  overflow: hidden;
}
#boncado-voucher-builder .styled-typography-list .styled-typography-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  padding: 5px;
  cursor: pointer;
}
#boncado-voucher-builder .styled-typography-list .typography {
  padding: 5px;
  font-size: 28px;
  line-height: 1;
}
#boncado-voucher-builder .styled-typography-list .typography p {
  margin-bottom: 0;
}
#boncado-voucher-builder .styled-typography-list .typography span {
  font-size: inherit !important;
}
#boncado-voucher-builder .voucher-builder-colorpicker {
  position: relative;
}
#boncado-voucher-builder .voucher-builder-colorpicker .color-radio {
  position: relative;
  margin: 4px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.15em;
}
#boncado-voucher-builder .voucher-builder-colorpicker .color-radio input {
  display: none;
  position: absolute;
}
#boncado-voucher-builder .voucher-builder-colorpicker .color-radio label {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0;
}
#boncado-voucher-builder .voucher-builder-colorpicker .pickr {
  background-color: #fff;
}
#boncado-voucher-builder .voucher-builder-colorpicker .pickr-button {
  font-size: 14px;
  padding: 6px 8px;
  background-color: #11192d;
  border-color: #11192d;
}
#boncado-voucher-builder .voucher-builder-colorpicker .pickr-button:hover {
  color: var(--primary-color);
}
#boncado-voucher-builder .voucher-builder-colorpicker .pcr-app {
  position: absolute !important;
  top: calc(100% + 5px);
  width: 250px;
}
#boncado-voucher-builder .bc-radio span {
  font-weight: 400;
}
#boncado-voucher-builder .bc-toggle .toggle-label {
  font-size: 13px;
}
#boncado-voucher-builder .btn-active-library-category {
  margin-bottom: 10px;
  padding: 4px 8px;
  /*text-transform: capitalize;*/
  border-width: 1px;
}
#boncado-voucher-builder .assets-library-items {
  margin-left: -4px;
  margin-right: -4px;
}
#boncado-voucher-builder .assets-library-items.background-library .library-col, #boncado-voucher-builder .assets-library-items.mask-library .library-col {
  width: 50%;
}
#boncado-voucher-builder .assets-library-items.background-library .library-col img, #boncado-voucher-builder .assets-library-items.mask-library .library-col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  height: 68px;
  background-color: #fff;
}
#boncado-voucher-builder .assets-library-items .library-col {
  width: 33.3333%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#boncado-voucher-builder .assets-library-items .asset-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  cursor: pointer;
}
#boncado-voucher-builder .assets-library-items .asset-item img {
  max-height: 100%;
  max-width: 100%;
}
#boncado-voucher-builder .user-library-items {
  margin-left: -4px;
  margin-right: -4px;
}
#boncado-voucher-builder .user-library-items .library-col {
  width: 33.3333%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#boncado-voucher-builder .user-library-items .asset-item:hover .delete-item {
  display: flex;
}
#boncado-voucher-builder .user-library-items .asset-item .delete-item {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #fff;
}
#boncado-voucher-builder .text-effects-panel .voucher-builder-colorpicker .pickr-button {
  width: 32px;
  height: 27px;
  border: 0;
}
#boncado-voucher-builder .text-effects-panel .voucher-builder-colorpicker .pcr-app {
  right: 0;
  left: auto;
  width: 200px;
}
#boncado-voucher-builder .text-effects {
  margin-left: -4px;
  margin-right: -4px;
}
#boncado-voucher-builder .text-effects .style-col {
  width: 33.3333%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#boncado-voucher-builder .text-effects .style-item {
  cursor: pointer;
  user-select: none;
}
#boncado-voucher-builder .text-effects .style-item.active .style-preview {
  border: 2px solid var(--bc-primary-color);
}
#boncado-voucher-builder .text-effects .style-item .style-preview {
  width: 100%;
  height: 88px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 30px;
  font-weight: 700;
}
#boncado-voucher-builder .text-effects .style-item .style-label {
  /*text-transform: capitalize;*/
  font-size: 13px;
}
#boncado-voucher-builder .text-effects .style-shadow span {
  text-shadow: rgba(0, 0, 0, 0.4) 2.7px 2.7px 0px;
}
#boncado-voucher-builder .text-effects .style-lift span {
  text-shadow: rgba(0, 0, 0, 0.33) 0px 2.3px 9.7px;
}
#boncado-voucher-builder .text-effects .style-hollow span {
  -webkit-text-stroke: 2.07px rgb(0, 0, 0);
  -webkit-text-fill-color: transparent;
}
#boncado-voucher-builder .text-effects .style-splice span {
  -webkit-text-stroke: 2.3px rgb(0, 0, 0);
  -webkit-text-fill-color: transparent;
  text-shadow: #808080 2.71057px 2.71057px 0px;
}
#boncado-voucher-builder .voucher-page-layers {
  margin: 0 -16px;
}
#boncado-voucher-builder .voucher-page-layers .layer-item {
  position: relative;
  margin: 0 0 2px;
}
#boncado-voucher-builder .voucher-page-layers .layer-item.active {
  background-color: #50585c;
  color: #fff;
}
#boncado-voucher-builder .voucher-page-layers .layer-item.active .layer-action {
  opacity: 0.35;
}
#boncado-voucher-builder .voucher-page-layers .layer-item.active .layer-action:hover {
  opacity: 1;
}
#boncado-voucher-builder .voucher-page-layers .layer-item:before {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  width: 1.25em;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-item-handle {
  padding: 8px 15px 8px 41px;
  width: calc(100% - 100px);
  cursor: pointer;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-label {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-label > * {
  overflow: hidden;
  text-overflow: ellipsis;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-label * {
  white-space: nowrap;
  margin: 0;
  font-weight: normal !important;
  color: #fff;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-actions {
  padding: 0 10px;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-action {
  cursor: pointer;
  font-size: 12px;
  opacity: 0.5;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-action.active {
  opacity: 1;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .layer-action.active i {
  font-weight: 400;
}
#boncado-voucher-builder .voucher-page-layers .layer-item .item-divider {
  align-self: stretch;
  opacity: 0.2;
  border-left: 1px solid #fff;
}
#boncado-voucher-builder .voucher-page-layers .layer-item p {
  margin-bottom: 0;
}
#boncado-voucher-builder .voucher-page-layers .layer-item span {
  font-weight: normal;
  font-size: 14px !important;
  color: #fff !important;
}
#boncado-voucher-builder .voucher-page-layers .layer-text:before {
  content: "\f893";
}
#boncado-voucher-builder .voucher-page-layers .layer-image:before {
  content: "\f03e";
}
#boncado-voucher-builder .voucher-page-layers .layer-mask:before,
#boncado-voucher-builder .voucher-page-layers .layer-frame:before {
  content: "\f0db";
}
#boncado-voucher-builder .voucher-page-layers .layer-background:before {
  content: "\f03e";
  font-weight: 900;
}
#boncado-voucher-builder .voucher-builder-range-slider {
  position: relative;
}
#boncado-voucher-builder .voucher-builder-range-slider .slider-element {
  height: 4px;
  box-shadow: none;
  border: 0;
  background-color: #f3f6f9;
}
#boncado-voucher-builder .voucher-builder-range-slider .slider-element .noUi-connect {
  background: var(--bc-primary-color);
}
#boncado-voucher-builder .voucher-builder-range-slider .slider-element .noUi-handle {
  height: 18px;
  width: 18px;
  top: -8px;
  right: -9px;
  border-radius: 9px;
}
#boncado-voucher-builder .voucher-builder-range-slider .slider-element .noUi-handle:before, #boncado-voucher-builder .voucher-builder-range-slider .slider-element .noUi-handle:after {
  display: none;
}
#boncado-voucher-builder .voucher-builder-range-slider .slider-element .fake-fill {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  background: var(--bc-primary-color);
  z-index: 0;
}
#boncado-voucher-builder .voucher-builder-gradientpicker {
  margin-bottom: 20px;
}
#boncado-voucher-builder .voucher-builder-gradientpicker .gradientPicker-preview {
  height: 40px;
  pointer-events: none;
}
#boncado-voucher-builder .voucher-builder-gradientpicker .gradientPicker-ptConfig {
  margin-top: 5px;
  width: auto;
  height: 38px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0;
  height: auto;
}
#boncado-voucher-builder .voucher-builder-gradientpicker .gradientPicker-ctrlPt {
  width: 12px;
  height: 12px;
  border: 0;
  cursor: pointer;
}
#boncado-voucher-builder .voucher-builder-gradientpicker .color-chooser {
  margin-top: 1px;
}
#boncado-voucher-builder .voucher-builder-gradientpicker .gradientPicker-close {
  display: none;
}
#boncado-voucher-builder #gradient-orientation-select {
  padding: 6px;
  height: 38px;
  background-color: transparent;
  border-radius: 0;
}
#boncado-voucher-builder #gradient-orientation-select option {
  color: #000;
}
#boncado-voucher-builder .assets-library-nav {
  margin-bottom: 10px;
}
#boncado-voucher-builder .assets-library-nav .nav-item {
  margin-right: 6px;
}
#boncado-voucher-builder .assets-library-nav .btn {
  border: 1px solid #323b52;
  border-radius: 4px;
  box-shadow: none;
  white-space: nowrap;
}
#boncado-voucher-builder .assets-library-nav .btn.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
#boncado-voucher-builder .nav-slider-mini {
  position: relative;
  display: flex;
  overflow: hidden;
}
#boncado-voucher-builder .nav-slider-mini .slick-arrow {
  width: auto;
  padding: 0 6px;
  background-color: rgba(24, 33, 55, 0.8);
}
#boncado-voucher-builder .nav-slider-mini .slick-arrow:before {
  font-size: 24px;
  opacity: 1;
}
#boncado-voucher-builder .nav-slider-mini .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
#boncado-voucher-builder .nav-slider-mini .slick-prev {
  left: 0;
}
#boncado-voucher-builder .nav-slider-mini .slick-next {
  right: 0;
}

.voucher-builder-header {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(45deg, #6fc2b1, #c1e3d0);
  color: #fff;
}
.voucher-builder-header .brand {
  width: 80px;
}
.voucher-builder-header .brand img {
  width: 50px;
}
.voucher-builder-header .dropdown .btn {
  min-width: 0;
}
.voucher-builder-header .main-actions {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.54);
}
.voucher-builder-header .dropdown-menu {
  border-radius: 0;
  margin-top: 10px;
  min-width: 250px;
}
.voucher-builder-header .dropdown-menu .divider {
  margin: 5px 0;
}
.voucher-builder-header .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.voucher-builder-header .dropdown-menu .dropdown-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.voucher-builder-header .btn {
  margin-right: 12px;
  min-width: 120px;
}
.voucher-builder-header .builder-header-actions {
  border-left: 1px solid rgba(243, 246, 249, 0.15);
}
.voucher-builder-header .btn-undo-redo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  padding: 4px;
  cursor: pointer;
}
.voucher-builder-header .btn-undo-redo.disabled {
  opacity: 0.25;
}

.voucher-builder-sidebar {
  position: fixed;
  top: 90px;
  left: 0;
  bottom: 0;
  width: 90px;
  z-index: 999;
  background-color: #393e41;
  color: #fff;
}
.voucher-builder-sidebar hr {
  border-color: #394567;
}
.voucher-builder-sidebar .builder-menu .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 4px;
  font-size: 11px;
  opacity: 0.65;
  transition: all ease 0.35s;
  text-align: center;
}
.voucher-builder-sidebar .builder-menu .menu-item.active {
  background-color: #50585c;
  color: #fff;
  opacity: 1;
}
.voucher-builder-sidebar .builder-menu .menu-item:hover, .voucher-builder-sidebar .builder-menu .menu-item:focus, .voucher-builder-sidebar .builder-menu .menu-item:active {
  opacity: 1;
  text-decoration: none;
}
.voucher-builder-sidebar .builder-menu .menu-item i {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

.voucher-builder-menu-panel-container {
  position: fixed;
  z-index: 998;
  top: 90px;
  left: 90px;
  bottom: 0;
  width: 320px;
  background-color: #fff;
  color: #1e1e2a;
}
.voucher-builder-menu-panel-container .menu-item-panel.light-theme {
  background-color: #fff;
  color: #18213a;
}
.voucher-builder-menu-panel-container .menu-item-panel.light-theme::-webkit-scrollbar-track {
  background-color: #ddd;
}
.voucher-builder-menu-panel-container .menu-item-panel.light-theme .group-title ._title {
  background-color: #fff;
}
.voucher-builder-menu-panel-container .menu-item-panel {
  position: relative;
  height: 100%;
  padding: 20px 16px;
  font-size: 14px;
  overflow: auto;
}
.voucher-builder-menu-panel-container .menu-item-panel .elements-group {
  padding-bottom: 15px;
}
.voucher-builder-menu-panel-container .menu-item-panel .group-title {
  position: relative;
}
.voucher-builder-menu-panel-container .menu-item-panel .group-title ._title {
  position: relative;
  display: table;
  padding-right: 15px;
}
.voucher-builder-menu-panel-container .menu-item-panel .group-body {
  position: relative;
  padding: 6px 0 10px;
}
.voucher-builder-menu-panel-container .graphics-panel {
  overflow: hidden;
}
.voucher-builder-menu-panel-container .graphics-panel .elements-group {
  height: 100%;
}
.voucher-builder-menu-panel-container .graphics-panel .assets-library {
  height: calc(100% - 26px);
}
.voucher-builder-menu-panel-container .graphics-panel .library-scroll-body {
  padding: 0 16px;
  margin: 0 -16px;
  overflow: auto;
  height: calc(100% - 70px);
}
.voucher-builder-menu-panel-container .secondary-panel-tab {
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #18213a;
}

.voucher-builder-menu-panel-container hr {
  border-color: #394567;
}
.voucher-builder-menu-panel-container .btn-add-text {
  padding: 8px 10px;
  width: 100%;
  border-radius: 4px;
  text-align: left;
  background-color: #e7f0f4;
}
.voucher-builder-menu-panel-container .btn-add-text:hover, .voucher-builder-menu-panel-container .btn-add-text:focus {
  box-shadow: none;
}

.user-upload-prompt-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  padding: 15px 25px;
  background-color: #ffffff;
}
.user-upload-prompt-overlay .upload-item-preview {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 2px dashed #f3f6f9;
  overflow: hidden;
}
.user-upload-prompt-overlay .as-element img {
  margin-left: 20px;
  margin-top: 20px;
  width: 40%;
}
.user-upload-prompt-overlay .as-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.user-upload-prompt-overlay .bc-radio input ~ span {
  padding-left: 0;
  padding-bottom: 25px;
}
.user-upload-prompt-overlay .bc-radio input ~ span:before {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.voucher-builder-image-uploader-container .voucher-builder-imageuploader {
  padding: 0;
}
.voucher-builder-image-uploader-container .vb-fileuploader-el {
  border: 2px dotted #a5a5c7;
  width: 65px;
  height: 60px;
}
.voucher-builder-image-uploader-container .vb-fileuploader-el.active {
  border-color: var(--bc-primary-color);
}
.voucher-builder-image-uploader-container .vb-fileuploader-el.active i[class*=fa] {
  color: var(--bc-primary-color);
}
.voucher-builder-image-uploader-container .vb-fileuploader-el i {
  font-size: 22px;
  color: #333;
}
.voucher-builder-image-uploader-container .ajax-upload-dragdrop {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  border: 0;
}
.voucher-builder-image-uploader-container .ajax-file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  cursor: pointer !important;
  background-color: transparent;
  font-size: 22px;
  line-height: 1.4;
  border-radius: 0;
}
.voucher-builder-image-uploader-container .ajax-file-upload ~ span {
  font-size: 12px;
}
.voucher-builder-image-uploader-container .ajax-file-upload-container {
  display: none;
}

.voucher-builder-container {
  position: relative;
  margin-left: 410px;
  padding: 100px 15px;
}
.voucher-builder-container .voucher-builder-stage-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.voucher-builder-container .btn-add-voucher-page {
  display: block;
  max-width: 756px;
  margin: auto;
  background-color: rgb(224, 229, 233);
}
.voucher-builder-container .btn-add-voucher-page:hover, .voucher-builder-container .btn-add-voucher-page:focus {
  box-shadow: none;
  background-color: rgb(210, 215, 220);
}

.voucher-builder-top-toolbar {
  position: fixed;
  z-index: 1030;
  top: 90px;
  left: 410px;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 0;
  padding: 5px 8px;
  height: 45px;
  border-left: 1px solid #f3f6f9;
  border-bottom: 1px solid #ddd;
}
.voucher-builder-top-toolbar .color-picker-toggle {
  width: 24px;
  height: 24px;
  border-radius: 0.15em;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 1px rgba(57, 76, 96, 0.15), 0 0 0 1px rgba(57, 76, 96, 0.15);
}
.voucher-builder-top-toolbar .toolbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
}
.voucher-builder-top-toolbar .toolbar-item:hover, .voucher-builder-top-toolbar .toolbar-item.active {
  background-color: rgba(64, 87, 109, 0.07);
}
.voucher-builder-top-toolbar .dropdown-menu {
  margin: 4px 0 0;
}
.voucher-builder-top-toolbar .item-divider {
  margin: 0 4px;
  height: 100%;
  border-left: 1px solid #d9d9d9;
}
.voucher-builder-top-toolbar .element-toolbar .element-toolbar-item {
  height: 100%;
  font-size: 18px;
}
.voucher-builder-top-toolbar .flip-image-option {
  cursor: pointer;
}
.voucher-builder-top-toolbar .text-effects-item {
  font-size: 15px;
}
.voucher-builder-top-toolbar .mask-color-item {
  position: absolute;
  top: 0;
  left: 5px;
}
.voucher-builder-top-toolbar .element-transparency .voucher-builder-range-slider {
  width: 100px;
}

#voucher-builder-stage-clone {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  max-width: 756px;
  width: 100%;
  margin: auto;
}
#voucher-builder-stage-clone .voucher-template {
  margin-bottom: 60px !important;
}

#voucher-builder-stage {
  position: relative;
  z-index: 9;
  max-width: 756px;
  min-height: 370px;
  margin: auto auto 60px;
}
#voucher-builder-stage.show-print-bleed .voucher-page-print-bleed {
  display: block;
}
#voucher-builder-stage.show-gridlines .voucher-page-gridlines {
  display: block;
}
#voucher-builder-stage .voucher-page-print-bleed {
  position: absolute;
  z-index: 6;
  top: 5.5px;
  right: 5.5px;
  bottom: 5.5px;
  left: 5.5px;
  display: none;
  border: 2px dashed gray;
  pointer-events: none;
}
#voucher-builder-stage .voucher-page-gridlines {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  display: none;
  pointer-events: none;
  opacity: 0.2;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#voucher-builder-stage .voucher-page {
  position: relative;
  margin: auto auto 60px;
  transition: all ease 0.35s;
}
#voucher-builder-stage .voucher-page:not(.active) {
  display: none;
}
#voucher-builder-stage .voucher-page:last-child {
  margin-bottom: 0;
}
#voucher-builder-stage .voucher-page .voucher-page-overlay {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.65);
}
#voucher-builder-stage .voucher-page .to-unwrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#voucher-builder-stage .voucher-page.active {
  z-index: 99;
  -webkit-box-shadow: 0 0 11px 0 rgba(53, 68, 76, 0.5), 0 4px 15px 0 rgba(53, 68, 76, 0.5);
  box-shadow: 0 0 11px 0 rgba(53, 68, 76, 0.5), 0 4px 15px 0 rgba(53, 68, 76, 0.5);
}
#voucher-builder-stage .voucher-page.active .voucher-page-overlay {
  display: none;
  pointer-events: none;
}
#voucher-builder-stage .voucher-page.active .voucher-page-num {
  font-weight: 700;
  color: var(--primary-color);
}
#voucher-builder-stage .voucher-page:not(.active) .voucher-template {
  pointer-events: none;
}
#voucher-builder-stage .voucher-page .ds-selected {
  outline: 2px solid var(--primary-color) !important;
}
#voucher-builder-stage .voucher-page:first-child .move-page-up {
  opacity: 0.35;
  pointer-events: none;
}
#voucher-builder-stage .voucher-page:last-child .move-page-down {
  opacity: 0.35;
  pointer-events: none;
}
#voucher-builder-stage .voucher-page-toolbar {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 4;
  transform: translateX(calc(100% + 10px));
  display: none;
}
#voucher-builder-stage .voucher-page-toolbar li {
  text-align: center;
}
#voucher-builder-stage .voucher-page-toolbar a {
  display: block;
  padding: 6px 8px;
}
#voucher-builder-stage .voucher-page-toolbar a:hover {
  color: var(--primary-color);
}
#voucher-builder-stage .voucher-page-toolbar i {
  font-size: 18px;
}
#voucher-builder-stage .voucher-page-toolbar i[class*=fa-angle] {
  font-size: 26px;
}
#voucher-builder-stage .voucher-page-toolbar .voucher-page-num {
  font-size: 18px;
}
#voucher-builder-stage .voucher-page-toolbar .voucher-page-delete:hover {
  color: var(--secondary-color);
}
#voucher-builder-stage .voucher-page-toolbar .list-separator {
  width: 28px;
  margin: 8px auto;
  border-bottom: 1px solid #ddd;
}
#voucher-builder-stage .voucher-page .voucher-content-element.element-active-focus {
  z-index: 99;
}

#voucher-builder-stage.has-active-tinymce .voucher-template-content {
  overflow: visible;
}
#voucher-builder-stage .hide {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
#voucher-builder-stage .lock {
  pointer-events: none !important;
}
#voucher-builder-stage .free-transform-tool {
  position: absolute;
  z-index: 9;
}
#voucher-builder-stage .free-transform-tool.active:not(.lock) {
  z-index: 10;
}
#voucher-builder-stage .free-transform-tool.active:not(.lock) .rotatable {
  outline: 2px solid var(--bc-primary-color);
}
#voucher-builder-stage .free-transform-tool.active:not(.lock) .rotatable:before, #voucher-builder-stage .free-transform-tool.active:not(.lock) .rotatable:after {
  border: 1px dashed var(--bc-primary-color);
}
#voucher-builder-stage .free-transform-tool.active:not(.lock) .rotatable .rotate-handle,
#voucher-builder-stage .free-transform-tool.active:not(.lock) .rotatable .ui-resizable-handle {
  opacity: 1;
}
#voucher-builder-stage .free-transform-tool.lock .rotatable {
  outline: none;
}
#voucher-builder-stage .free-transform-tool.lock .rotatable .rotate-handle,
#voucher-builder-stage .free-transform-tool.lock .rotatable .ui-resizable-handle {
  opacity: 0;
}
#voucher-builder-stage .free-transform-tool:hover .rotatable {
  outline: 2px solid var(--bc-primary-color);
}
#voucher-builder-stage .free-transform-tool .ui-resizable-handle {
  position: absolute;
  z-index: 90;
  top: 0;
  bottom: 0;
  display: block;
  height: 16px;
  width: 6px;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(57, 76, 96, 0.15), 0 0 0 1px rgba(57, 76, 96, 0.15);
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 2px;
  cursor: ew-resize;
  opacity: 0;
}
#voucher-builder-stage .free-transform-tool .ui-resizable-e {
  right: -4px;
}
#voucher-builder-stage .free-transform-tool .ui-resizable-w {
  left: -4px;
}
#voucher-builder-stage .free-transform-tool .drag-handle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  border-radius: 50%;
}
#voucher-builder-stage .free-transform-tool .rotatable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#voucher-builder-stage .free-transform-tool .rotatable:before, #voucher-builder-stage .free-transform-tool .rotatable:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  pointer-events: none;
}
#voucher-builder-stage .free-transform-tool .rotatable:before {
  width: 50%;
}
#voucher-builder-stage .free-transform-tool .rotatable:after {
  height: calc(50% + 15px);
}
#voucher-builder-stage .free-transform-tool .rotate-handle {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  transform: translateX(1px);
  box-shadow: 0 0 5px 1px rgba(57, 76, 96, 0.15), 0 0 0 1px rgba(57, 76, 96, 0.15);
}
#voucher-builder-stage .free-transform-tool .rotate-handle:before {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  content: "\f2f1";
}
#voucher-builder-stage .voucher-template:hover .widget-element-options {
  opacity: 1;
}
#voucher-builder-stage .voucher-template.active {
  -webkit-box-shadow: 0 0 11px 0 rgba(53, 68, 76, 0.5), 0 4px 15px 0 rgba(53, 68, 76, 0.5);
  box-shadow: 0 0 11px 0 rgba(53, 68, 76, 0.5), 0 4px 15px 0 rgba(53, 68, 76, 0.5);
}
#voucher-builder-stage .voucher-template.active .page-number {
  color: var(--primary-color);
}
#voucher-builder-stage .voucher-template.active .voucher-template-toolbar .toolbar-item {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(53, 68, 76, 0.22);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(53, 68, 76, 0.22);
}
#voucher-builder-stage .voucher-template.active .voucher-template-content {
  opacity: 1;
  pointer-events: all;
}
#voucher-builder-stage .voucher-template .content-text:hover, #voucher-builder-stage .voucher-template .content-text:focus, #voucher-builder-stage .voucher-template .content-text:active {
  overflow: visible;
}
#voucher-builder-stage .voucher-template .content-text.tinymce-edit-focus {
  z-index: 9;
  overflow: visible;
}
#voucher-builder-stage .voucher-template .content-text.tinymce-edit-focus:after {
  opacity: 1;
  visibility: visible;
}
#voucher-builder-stage .voucher-template .content-text.tinymce-edit-focus .ui-rotatable-handle {
  opacity: 1;
  visibility: visible;
}
#voucher-builder-stage .voucher-template .content-editable.mce-edit-focus {
  outline: none;
}
#voucher-builder-stage .voucher-template .mce-edit-focus {
  cursor: text !important;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar {
  position: absolute;
  right: -80px;
  top: 0;
  font-weight: bold;
  color: #696969;
  text-align: center;
  background-color: #f3f6f9;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .list-separator {
  margin: 25px 0;
  border-bottom: 1px solid #ddd;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .toolbar-item {
  width: 50px;
  height: 50px;
  padding: 9.5px 5px;
  background-color: #fff;
  font-size: 22px;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .toolbar-item + .toolbar-item {
  margin-top: 18px;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .sort-page {
  cursor: pointer;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .sort-page i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .page-number {
  background-color: transparent !important;
  box-shadow: none !important;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .delete-page {
  cursor: pointer;
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .delete-page:hover {
  color: var(--secondary-color);
}
#voucher-builder-stage .voucher-template .voucher-template-toolbar .voucher-status {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
#voucher-builder-stage .voucher-template .entrance-animate {
  -webkit-animation: add-text-animate 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: add-text-animate 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.component-fade-enter-active,
.component-fade-leave-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter,
.component-fade-leave-to {
  opacity: 0;
}

.builder-preview-mode-container {
  position: fixed;
  z-index: 3333;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: auto;
}
.builder-preview-mode-container + .mce-tinymce {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  width: 90% !important;
  opacity: 0;
}
.builder-preview-mode-container .voucher-template {
  margin: auto auto 30px !important;
}
.builder-preview-mode-container .voucher-template .voucher-template-content {
  opacity: 1 !important;
}
@media (min-width: 1600px) {
  .builder-preview-mode-container {
    overflow: hidden;
  }
  .builder-preview-mode-container .container {
    height: 100%;
  }
  .builder-preview-mode-container .preview-scroll-container {
    height: calc(100% - 75px);
    overflow: auto;
  }
  .builder-preview-mode-container .preview-scroll-container::-webkit-scrollbar {
    width: 10px;
  }
  .builder-preview-mode-container .preview-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .builder-preview-mode-container .preview-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
  }
  .builder-preview-mode-container .preview-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

#add-voucher-page-modal .modal-body {
  padding: 15px 25px 25px;
}
#add-voucher-page-modal .voucher-builder-image-uploader-container .vb-fileuploader-el {
  width: 100px;
  height: 70px;
}
#add-voucher-page-modal .voucher-builder-image-uploader-container .vb-fileuploader-el:hover {
  border-color: var(--primary-color);
}
#add-voucher-page-modal .voucher-builder-image-uploader-container .vb-fileuploader-el:hover .fal.fa-plus {
  color: var(--primary-color);
}
#add-voucher-page-modal .voucher-builder-image-uploader-container .vb-fileuploader-el .fal.fa-plus {
  color: #333;
}
#add-voucher-page-modal .voucher-builder-image-uploader-container .vb-fileuploader-el .fal.fa-plus:before {
  content: "\f0ee";
}
#add-voucher-page-modal .add-voucher-option {
  position: relative;
  height: 160px;
  border: 1px solid #808080;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  cursor: pointer;
  transition: all ease 0.35s;
}
#add-voucher-page-modal .add-voucher-option:hover {
  color: #fff;
}
#add-voucher-page-modal .option-create:hover {
  background-color: var(--secondary-color);
}
#add-voucher-page-modal .option-upload:hover {
  background-color: var(--primary-color);
}
#add-voucher-page-modal .option-separator {
  position: relative;
  width: 50px;
}
#add-voucher-page-modal .option-label {
  margin-top: 10px;
}

.batch-order-header ._brand img {
  height: 90px;
}
@media (min-width: 576px) {
  .batch-order-header ._brand img {
    height: 70px;
  }
}

.voucher-ordering-section .table-head {
  margin-bottom: 30px;
}
.voucher-ordering-section .btn {
  box-shadow: none;
  font-size: 14px;
  text-transform: none;
}
.voucher-ordering-section .shortlist {
  position: fixed;
  z-index: 500;
  bottom: 15px;
  right: 20px;
  min-width: 170px;
  background-color: #fff;
}
.voucher-ordering-section .shortlist:before {
  display: block;
  content: "Shortlist";
  padding: 8px;
  background-color: var(--primary-color);
  text-align: right;
  color: #fff;
}
.voucher-ordering-section .shortlist span {
  display: block;
  padding: 8px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1200px) {
  .voucher-ordering-section .container {
    width: 100%;
    max-width: 1700px;
  }
}
@media (max-width: 767px) {
  .voucher-ordering-section .table-head .buttons-wrap {
    margin-top: 15px;
    width: 100%;
  }
}

.voucher-orders-table-actions {
  padding: 10px 5px;
  position: relative;
}
.voucher-orders-table-actions:not(.active) .btn-ta {
  pointer-events: none;
  opacity: 0.25;
}
.voucher-orders-table-actions .table-action.form-primary {
  position: relative;
  z-index: 1;
  margin: 0;
}
.voucher-orders-table-actions .form-check {
  padding: 10px !important;
  margin: 0;
  background-color: #fff;
}
.voucher-orders-table-actions .form-check label {
  display: block;
}
.voucher-orders-table-actions .form-check input ~ span {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
}
.voucher-orders-table-actions .form-check input ~ span:before {
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.voucher-orders-table-actions .table-action {
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.voucher-orders-table-actions .table-action > div[data-bs-toggle=tooltip] {
  padding: 6px;
}
.voucher-orders-table-actions .table-action .tooltip {
  white-space: nowrap;
}
.voucher-orders-table-actions .table-action:hover i {
  color: var(--primary-color);
}
.voucher-orders-table-actions .table-action i {
  font-size: 20px;
}
.voucher-orders-table-actions .btn-delete:hover i {
  color: #FE4F4F;
}

.voucher-orders-table {
  table-layout: fixed;
}
.voucher-orders-table .form-check {
  margin: 0;
}
.voucher-orders-table .form-check input:checked ~ span:before {
  color: #fff;
  background-color: var(--primary-color);
}
.voucher-orders-table .form-check span:before {
  border: 1px solid var(--primary-color);
  background-color: #fff;
}
.voucher-orders-table .shop-td {
  display: flex;
  align-items: center;
}
.voucher-orders-table .shop-td .shop-img {
  margin-right: 10px;
}
.voucher-orders-table .shop-td .shop-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.voucher-orders-table .shop-td .shop-name {
  font-weight: 500;
  font-size: 12px;
}
.voucher-orders-table th {
  padding: 12px 15px !important;
  /*padding-top: 0px !important;*/
  background-color: #EDF5F7;
  font-size: 14px;
  border: 0 !important;
  font-weight: 500;
}
.voucher-orders-table th:last-child {
  text-align: right;
}
.voucher-orders-table thead small, .voucher-orders-table tfoot small {
  display: block;
  font-weight: normal;
  font-size: 0.7rem;
  font-style: italic;
}
.voucher-orders-table .voucher-orders-bulk-options tr:first-child th {
  background-color: #ffffff;
}
.voucher-orders-table tbody tr:nth-child(even) {
  background-color: #F8FBFC;
}
.voucher-orders-table tbody tr td {
  vertical-align: middle;
  padding: 12px 15px;
  font-size: 14px;
  color: #818181;
}
.voucher-orders-table tbody tr td:first-child {
  font-weight: 500;
  color: #000;
}
.voucher-orders-table tbody tr td:last-child {
  text-align: right;
  font-weight: 500;
  color: #000;
}
.voucher-orders-table tbody tr td[contenteditable] {
  position: relative;
  padding-right: 30px;
}
.voucher-orders-table tbody tr td[contenteditable]:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #000;
  content: "\f040";
}
.voucher-orders-table tbody tr td[contenteditable]:focus {
  outline-color: var(--primary-color);
}
.voucher-orders-table tfoot tr {
  background-color: #C9F8EE;
}
.voucher-orders-table tfoot tr td {
  vertical-align: middle;
  border: 0;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.voucher-orders-table tfoot tr td:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .voucher-orders-table {
    border: 0;
  }
  .voucher-orders-table tbody tr td:last-child {
    text-align: left;
  }
  .voucher-orders-table tfoot tr {
    display: flex;
    display: -ms-flexbox;
  }
  .voucher-orders-table tfoot tr td {
    width: 40%;
  }
  .voucher-orders-table tfoot tr td:last-child {
    padding-left: 0;
    text-align: left;
  }
}

.voucher-order-modal {
  font-size: 14px;
}
.voucher-order-modal .modal-title {
  font-weight: 600;
  font-size: 16px;
}
.voucher-order-modal .modal-footer {
  border-top: 0;
}
.voucher-order-modal .modal-nav-tabs {
  margin-bottom: 20px;
  pointer-events: none;
  align-items: flex-end;
  -ms-flex-align: end;
}
.voucher-order-modal .modal-nav-tabs > li.active > a {
  border-bottom: 2px solid var(--primary-color);
}
.voucher-order-modal .modal-nav-tabs > li.active > a:before {
  display: none;
}
.voucher-order-modal .modal-nav-tabs > li.active ~ li > a {
  border-bottom: 2px solid #F2F6F7;
}
.voucher-order-modal .modal-nav-tabs > li.active ~ li > a:before {
  display: none;
}
.voucher-order-modal .modal-nav-tabs > li > a {
  padding: 10px;
  font-weight: 500;
  border-bottom: 2px solid var(--primary-color);
  font-size: 12px;
}
.voucher-order-modal .modal-nav-tabs > li > a:before {
  margin-left: -8px;
  margin-right: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .voucher-order-modal .modal-nav-tabs > li:last-child {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .voucher-order-modal .modal-nav-tabs > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .voucher-order-modal .modal-nav-tabs > li {
    width: 50%;
  }
}
.voucher-order-modal .voucher-tab-nav-tabs {
  margin-bottom: 20px;
}
.voucher-order-modal .voucher-tab-nav-tabs > li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  background-color: #F1F6F5;
}
.voucher-order-modal .voucher-tab-nav-tabs > li.active {
  background-color: var(--primary-color);
}
.voucher-order-modal .voucher-tab-nav-tabs > li.active > a {
  color: #fff;
}
.voucher-order-modal .voucher-tab-nav-tabs > li > a {
  padding: 15px 6px;
  font-size: 14px;
}
.voucher-order-modal .nested-form-group .btn-search {
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 6.5px 10px;
  min-width: 0;
  background-color: #ebf0f2;
  color: #000;
}
.voucher-order-modal .nested-form-group .btn-search i {
  font-size: 18px;
}
.voucher-order-modal .modal-content-scrollable {
  padding-top: 15px;
  margin-top: -10px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: calc(100vh - 260px);
  margin-right: -15px;
  margin-bottom: 15px;
}
.voucher-order-modal .modal-content-scrollable::-webkit-scrollbar {
  width: 10px;
}
.voucher-order-modal .modal-content-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.voucher-order-modal .modal-content-scrollable::-webkit-scrollbar-thumb {
  background: #888;
}
.voucher-order-modal .modal-content-scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.voucher-order-modal #shop-tab label.error {
  top: -20px;
}
.voucher-order-modal #shop-tab .form-group {
  position: relative;
}
.voucher-order-modal #voucher-template-tab .vouchers-grid .voucher-template-item {
  margin-bottom: 30px;
}
.voucher-order-modal #voucher-template-tab .vouchers-grid .voucher-template-item img {
  display: block;
  height: auto;
  max-width: 100%;
}
.voucher-order-modal .voucher-templates-grid .voucher-template-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.voucher-order-modal .img-upload-wrap {
  padding: 10px;
  border: 2px dotted #A5A5C7;
}
.voucher-order-modal .img-upload-wrap .ajax-upload-dragdrop {
  width: 100% !important;
  padding: 10px;
  border: 0;
}
.voucher-order-modal .img-upload-wrap .ajax-upload-dragdrop .ajax-file-upload {
  margin: 0;
  padding: 4px 8px;
  height: auto;
  font-size: 14px;
  margin-right: 10px;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer !important;
}
.voucher-order-modal .img-upload-wrap .ajax-upload-dragdrop .ajax-file-upload ~ span {
  font-size: 12px;
}
.voucher-order-modal .img-upload-wrap .ajax-file-upload-container {
  margin: 0;
}
.voucher-order-modal .img-upload-wrap .ajax-file-upload-statusbar {
  position: relative;
  width: 100% !important;
  padding: 0;
  margin: 8px 0 0;
  border: 0;
  border-radius: 0;
}
.voucher-order-modal .img-upload-wrap .ajax-file-upload-progress {
  width: 100% !important;
  padding: 0;
  border-radius: 4px;
}
.voucher-order-modal .img-upload-wrap .ajax-file-upload-progress .ajax-file-upload-bar {
  height: 10px;
  font-size: 8px;
  border-radius: 4px;
}
.voucher-order-modal .img-upload-wrap .ajax-file-upload-filename {
  display: none;
}
.voucher-order-modal .img-upload-wrap .ajax-file-upload-red {
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.voucher-order-modal .img-upload-wrap.success .fileuploader {
  display: none;
}
.voucher-order-modal .img-upload-wrap.success .ajax-file-upload-statusbar {
  margin: 0;
}
.voucher-order-modal .img-upload-wrap.success .ajax-file-upload-progress {
  display: none;
}
.voucher-order-modal .btn {
  min-width: 100px;
  box-shadow: none;
  font-size: 14px;
  /*text-transform: capitalize;*/
}
@media (min-width: 768px) {
  .voucher-order-modal .modal-body {
    padding: 20px 35px;
  }
}

#add-voucher-modal .modal-dialog {
  max-height: calc(100% - 60px);
}

#voucher-order-info-modal .info-item {
  margin-bottom: 15px;
}
#voucher-order-info-modal .info-item a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
#voucher-order-info-modal .info-item i {
  color: var(--primary-color);
  margin-right: 5px;
}

#voucher-order-edit-modal .voucher-orders-table thead tr th {
  text-align: left;
}
#voucher-order-edit-modal .voucher-orders-table tbody tr td {
  text-align: left;
}

.voucher-order-modal .selected-stores-container {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.voucher-order-modal .selected-stores-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.voucher-order-modal .selected-store-item {
  position: relative;
  display: flex;
  padding: 10px 12px;
  margin-bottom: 5px;
  background-color: #EBF0F2;
}
.voucher-order-modal .selected-store-item .store-img {
  margin-right: 15px;
  height: 50px;
  width: 50px;
}
.voucher-order-modal .selected-store-item .store-img img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.voucher-order-modal .selected-store-item .store-details {
  padding-top: 5px;
  font-size: 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.voucher-order-modal .selected-store-item .store-name {
  font-size: 14px;
  font-weight: 600;
}
.voucher-order-modal .selected-store-item .btn-remove-store {
  position: absolute;
  top: 4px;
  right: 5px;
  display: flex;
  display: -ms-flexbox;
  padding: 4px 7px;
  cursor: pointer;
}
.voucher-order-modal .selected-store-item .btn-remove-store i {
  font-size: 16px;
}
@media (min-width: 576px) {
  .voucher-order-modal .selected-store-item {
    margin-bottom: 6px;
    width: calc(50% - 6px);
    margin-left: 3px;
    margin-right: 3px;
  }
}
.voucher-order-modal .stores-list .store-item {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #343434;
}
.voucher-order-modal .stores-list .store-item .item-icon {
  position: absolute;
  top: 0;
  right: 10px;
}
.voucher-order-modal .stores-list .store-item .item-icon i {
  font-size: 26px;
  color: #A7C3CE;
}
.voucher-order-modal .stores-list .store-item .store-head-img {
  width: 80px;
  height: 80px;
}
.voucher-order-modal .stores-list .store-item .store-head-img img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.voucher-order-modal .stores-list .store-item .store-item-head {
  position: relative;
  padding-bottom: 35px;
  display: flex;
  margin-bottom: 20px;
}
.voucher-order-modal .stores-list .store-item .store-head-details {
  padding: 0 15px 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.voucher-order-modal .stores-list .store-item .store-name {
  font-size: 16px;
  font-weight: 600;
}
.voucher-order-modal .stores-list .store-item .store-hours {
  margin-bottom: 15px;
}
.voucher-order-modal .stores-list .store-item .store-action {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
  overflow: hidden;
}
.voucher-order-modal .stores-list .store-item .store-action .btn {
  padding: 6px 8px;
  min-width: 100px;
  font-size: 12px;
  font-weight: 700;
}
.voucher-order-modal .stores-list .store-item .btn-close-details {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.voucher-order-modal .stores-list .store-item .btn-close-details.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.voucher-order-modal .stores-list .store-item .btn-open-details {
  position: relative;
  margin-right: 10px;
}
.voucher-order-modal .stores-list .store-item .store-gallery {
  margin-bottom: 15px;
  max-width: 350px;
  height: 225px;
  overflow: hidden;
}
.voucher-order-modal .stores-list .store-item .store-gallery-slider {
  margin-bottom: 15px;
}
.voucher-order-modal .stores-list .store-item .store-gallery-slider .store-img {
  height: 150px;
}
.voucher-order-modal .stores-list .store-item .store-gallery-slider .store-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav {
  margin-left: -4px;
  margin-right: -4px;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .store-img {
  margin: 0 4px;
  height: 60px;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .store-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .slick-arrow:before {
  opacity: 1;
  font-size: 24px;
  color: #fff;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .slick-prev {
  left: 10px;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .slick-prev:before {
  content: "\f104";
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .slick-next {
  right: 10px;
}
.voucher-order-modal .stores-list .store-item .store-gallery-nav .slick-next:before {
  content: "\f105";
}
.voucher-order-modal .stores-list .store-item .store-working-hours {
  max-width: 350px;
}
.voucher-order-modal .stores-list .store-item .store-working-hours tr:nth-child(even) {
  background-color: #EDF5F7;
}
.voucher-order-modal .stores-list .store-item .store-working-hours td {
  border-top: 0;
  padding: 6px 15px;
}
.voucher-order-modal .stores-list .store-item .store-working-hours td:first-child {
  font-weight: bold;
}
@media (min-width: 768px) {
  .voucher-order-modal .stores-list .store-item .store-gallery {
    max-width: none;
  }
  .voucher-order-modal .stores-list .store-item .store-item-head {
    padding-bottom: 0;
  }
  .voucher-order-modal .stores-list .store-item .store-action {
    position: relative;
    text-align: left;
  }
}

#voucher-order-success-modal .success-icon i {
  font-size: 42px;
  color: var(--primary-color);
}
#voucher-order-success-modal .buttons-container {
  margin-top: 30px;
}
#voucher-order-success-modal .buttons-container .btn {
  min-width: 115px;
}

#voucher-checkout-modal .voucher-order-summary-table {
  table-layout: fixed;
}
#voucher-checkout-modal .voucher-order-summary-table th {
  padding: 15px;
  border: 0;
  background-color: #EDF5F7;
  font-weight: 600;
}
#voucher-checkout-modal .voucher-order-summary-table td {
  position: relative;
  padding: 15px;
  border-top: 0;
}
#voucher-checkout-modal .voucher-order-summary-table td span {
  display: block;
}
#voucher-checkout-modal .voucher-order-summary-table td:first-child .remove-order {
  display: block;
}
#voucher-checkout-modal .voucher-order-summary-table td:last-child .remove-order {
  display: none;
}
#voucher-checkout-modal .voucher-order-summary-table td:last-child, #voucher-checkout-modal .voucher-order-summary-table td:first-child {
  font-weight: 600;
}
#voucher-checkout-modal .voucher-order-summary-table .payment-td {
  padding-right: 10px;
}
#voucher-checkout-modal .voucher-order-summary-table .remove-order {
  position: absolute;
  right: 8px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  display: -ms-flexbox;
  color: #F89B9C;
}
#voucher-checkout-modal .voucher-order-summary-table .remove-order i {
  font-size: 16px;
}
#voucher-checkout-modal .voucher-order-summary-table .add-tr td {
  padding: 0;
}
#voucher-checkout-modal .voucher-order-summary-table .total-tr {
  background-color: #c9f8ee;
}
#voucher-checkout-modal .voucher-order-summary-table .total-tr td {
  padding: 15px;
}
@media (min-width: 768px) {
  #voucher-checkout-modal .voucher-order-summary-table td:first-child .remove-order {
    display: none;
  }
  #voucher-checkout-modal .voucher-order-summary-table td:last-child .remove-order {
    display: block;
  }
}
@media (max-width: 767px) {
  #voucher-checkout-modal .voucher-order-summary-table .total-tr {
    display: flex;
  }
  #voucher-checkout-modal .voucher-order-summary-table .total-tr td {
    width: 40%;
  }
  #voucher-checkout-modal .voucher-order-summary-table .total-tr td:last-child {
    width: 60%;
    padding-left: 0;
  }
}
#voucher-checkout-modal .btn-add-voucher {
  padding: 15px 12px;
  text-align: center;
  background-color: #F8FBFC;
  color: #5A737B;
}
#voucher-checkout-modal .summary-total {
  padding: 15px 12px;
  background-color: #c9f8ee;
}
@media (min-width: 992px) {
  #voucher-checkout-modal .modal-dialog {
    display: table;
    max-width: 1000px;
    width: auto;
    min-width: 600px;
  }
}

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