.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  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: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.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: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "SangBleu Sunrise";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("SangBleu Sunrise"),
    url(../../../themes/astra/dp-assets/font/SangBleu-Sunrise.ttf)
      format("truetype");
}
@font-face {
  font-family: "Product Sans Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Product Sans Regular"),
    url(../../../themes/astra/dp-assets/font/Product-Sans-Regular.ttf)
      format("truetype");
}
@font-face {
  font-family: "Product Sans Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Product Sans Bold"),
    url(../../../themes/astra/dp-assets/font/Product-Sans-Bold.ttf)
      format("truetype");
}
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: unset;
}
html::-webkit-scrollbar {
  width: 2px;
  background-color: #99289056;
}
html::-webkit-scrollbar-thumb {
  background: #992890;
  border-radius: 50rem;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body {
  font-size: 14px;
  font-family: "Product Sans Regular";
  font-weight: 400;
  color: #000;
  scroll-padding: 500px;
}
a,
a:hover,
a:focus {
  color: currentColor;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-family: "Roboto Bold";
}
main {
  overflow: clip;
}
img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
}
.text-center {
  text-align: center;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.popup.show {
  opacity: 1;
  transform: translateY(0);
  z-index: 999999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
}
.popup .popup__content {
  width: 70%;
  padding: 0;
  border-radius: 23px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  background: url(../../../themes/astra/dp-assets/img/grystal-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  overflow: clip;
  z-index: 99999;
}
form,
footer {
  .primary-btn {
    background: #992890;
    color: #fff;
    mix-blend-mode: unset;
    border-color: #992890;
    padding-inline: 40px;
    &:hover {
      background: #000;
      color: #fff;
    }
  }
}
.popup .popup__content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50% 10px 50% 50%;
  flex-direction: column;
  gap: 5px;
  background: linear-gradient(45deg, #ae7922, #e4bc5d);
  transition: all 0.5s;
  z-index: 9;
}
.popup .popup__content .close:hover {
  background-color: #fff;
}
.popup .popup__content .close:hover span {
  background-color: #15222b;
}
.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #fff;
  transition: all 0.5s;
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}
.left {
  padding: 16px;
  .img-box {
    border-radius: 23px;
    background: linear-gradient(45deg, #992890, #992890);
    background: radial-gradient(#992890, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.popup {
  .title {
    color: #121212;
    font-family: "SangBleu Sunrise";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
  }
  .form-group {
    margin: 0;
  }
  .primary-btn {
    margin-top: 10px;
  }
}
label {
  background: linear-gradient(180deg, #695f0e 0%, #992890 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  display: block;
}
.right {
  padding: 30px;
  padding-left: 10px;
  text-align: left;
}
.form-control {
  border-radius: 150px;
  border: 1px solid #b3b3b3;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 24px;
  width: 100%;
  &:focus,
  &:focus-visible {
    outline: 1px solid #f29537;
    box-shadow: none;
  }
}
textarea.form-control {
  border-radius: 27px;
  font-family: "Product Sans Regular";
}
.form-group {
  position: relative;
}
.form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
::view-transition-group(*) {
  animation-duration: 2s;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}
.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}
.slideInUp {
  animation-name: slideInUp;
}
.slideInDown {
  animation-name: slideInDown;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.slideInRight {
  animation-name: slideInRight;
}
.fadeIn {
  animation-name: fadeIn;
}
.zoomIn {
  animation-name: zoomIn;
}
.zoomReverseIn {
  animation-name: zoomReverseIn;
}
.flipInY {
  animation-name: flipInY;
}
.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}
.effectOver {
  transition: all 2s transform 3s;
  &:hover {
    img {
      transform: rotate(0) scale(1.2);
      animation-delay: 0.5s;
    }
  }
}
img {
  transition: all 0.5s;
}
.header {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 13px 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background-color: #fff0;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
.logo img {
  transition: height 0.5s;
}
header {
  position: relative;
  transition: all 0.4s;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #992890;
  padding: 8px 0;
}
header.sticky .logo img {
  transform: scale(1);
  height: 60px;
}
.navTrigger {
  position: relative;
  z-index: 999999;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Product Sans Regular";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.hamburger-menu,
.menu-wrapper {
  height: 100%;
}
.hamburger-init {
  width: 42.759px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.bar {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
  left: 0;
}
.bar.middle-bar {
  top: 50%;
  margin-top: -2px;
}
.bar.bottom-bar {
  bottom: 0;
}
.hamburger-init.active {
  z-index: 2;
  animation: rotateHamburger 0.5s linear 0s forwards;
}
.hamburger-init.active .bar {
  background: #fff;
}
.hamburger-init.active .bar.top-bar {
  transform: translateY(12px) rotate(45deg);
}
.hamburger-init.active .bar.middle-bar {
  width: 0;
}
.hamburger-init.active .bar.bottom-bar {
  transform: translateY(-13px) rotate(-45deg);
}
.menu-wrapper {
  transition: all 0.3s;
  transform: scale(0);
  border-radius: 50%;
  animation: slideInUp 0.31s;
  background: linear-gradient(to top, #695f0e 0%, #992890 100%);
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoomIn 0.31s;
  opacity: 0.3;
}
.menu-wrapper.visible {
  transform: scale(1);
  border-radius: 0;
  z-index: 999;
  height: 100%;
  position: fixed;
  inset: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.menu {
  text-align: center;
  padding: 0;
  margin: 0;
}
.menu-wrapper li {
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
  list-style-type: none;
  margin: 0;
  margin: 0;
}
.menu-wrapper li a {
  color: #fff;
  font-family: "Product Sans Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-block: 10px;
  display: inline-block;
  text-transform: uppercase;
  &:hover {
    color: #d3ae5c;
  }
}
.menu-wrapper li ul ul li a {
  text-transform: unset;
}
.menu.menu-active li:nth-child(1) {
  animation: moveItems 1s linear 0s forwards;
}
.menu.menu-active li:nth-child(2) {
  animation: moveItems 1s linear 0.2s forwards;
}
.menu.menu-active li:nth-child(3) {
  animation: moveItems 1s linear 0.4s forwards;
}
.menu.menu-active li:nth-child(4) {
  animation: moveItems 1s linear 0.6s forwards;
}
.menu.menu-active li:nth-child(5) {
  animation: moveItems 1s linear 0.8s forwards;
}
.menu.menu-active li:nth-child(6) {
  animation: moveItems 1s linear 1s forwards;
}
.menu.menu-active li:nth-child(7) {
  animation: moveItems 1s linear 1.2s forwards;
}
.menu.menu-active li:nth-child(8) {
  animation: moveItems 1s linear 1.4s forwards;
}
.menu.menu-active li:nth-child(9) {
  animation: moveItems 1s linear 1.6s forwards;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  top: 11px;
  right: -24px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.menu-item-has-children.sub-menu-active::after {
  transform: rotate(224deg);
  top: 19px;
}
.menu-item-has-children > .menu {
  display: none;
  position: static;
  transform: initial;
}
.hamburger-menu.hamburger-guide .guide-text {
  animation: showClickGuide 1s linear infinite;
}
.hamburger-menu.hamburger-guide {
  display: none;
}
@keyframes rotateHamburger {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes moveItems {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-15px);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.3;
  }
  80% {
    transform: translateY(-5px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showClickGuide {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  a:hover {
    transform: scale(1.2);
  }
}
.call {
  background-color: #992890;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-gap {
  padding: 60px 0;
}
.primary-btn {
  border: 0;
  color: #676060;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 50%;
  border: 1px solid #424242;
  padding: 20px 80px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
  z-index: 1;
}
.primary-btn:after,
.secondary-btn::after {
  content: "";
  background: linear-gradient(45deg, #992890, #fd9ef8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  scale: 1 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.primary-btn:hover:after,
.secondary-btn:hover:after {
  scale: 1 1;
}
.primary-btn:hover {
  border-color: #ae7922;
  animation: shake 0.6s cubic-bezier(0.4, 0, 0.6, 1) both;
  color: #fff;
}
@keyframes shake {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
.container {
  max-width: 80%;
}
.fixed-btn {
  position: fixed;
  top: 55%;
  right: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.call-btn {
  position: relative;
  padding-left: 35px;
}
.call-btn span {
  position: absolute;
  left: 0;
  bottom: 6px;
}
.call-btn p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 158.9%;
  margin: 0;
}
.call-btn h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 158.9%;
}
.call-btn:hover h4 {
  color: #f58220;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-btn {
  display: flex;
  align-items: center;
  gap: 40px;
}
.sub-title {
  background: linear-gradient(180deg, #695f0e 0%, #992890 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 11.2px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.section-title {
  color: #121212;
  font-family: "SangBleu Sunrise";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
.sec-gap {
  padding: 70px 0;
}
.heading-area {
  position: relative;
  .hl {
    position: absolute;
    left: -73px;
    top: 32px;
  }
}
.small-line {
  width: 135px;
  height: 4px;
  background: #992890;
  display: block;
  margin-bottom: 18px;
}
p {
  color: #424242;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.hero {
  position: relative;
  &::after {
    content: "";
    opacity: 0.7;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 42.71%,
      rgba(3, 6, 8, 0.87) 84.98%
    );
    position: absolute;
    inset: 0;
  }
  .banner-img {
    width: 100%;
  }
  .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  h5 {
    margin-bottom: 17px;
  }
  h1 {
    color: #fff;
    font-family: "SangBleu Sunrise";
    font-size: 83px;
    font-style: normal;
    font-weight: 400;
    line-height: 86px;
    margin-bottom: 18px;
  }
  p {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .primary-btn {
    color: #fff;
    border-color: #fff;
    &:hover {
      border-color: #ae7922;
    }
  }
  .leaf-big {
    position: absolute;
    left: -113px;
    top: 93px;
  }
}
.banner-content {
  width: 39%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: 92px;
}
.btn-group img,
.fc,
.fw {
  transition: all 0.5s;
  margin-inline: 5px;
}
.btn-group a:nth-child(2):hover img,
.btn-group a:nth-child(3):hover img,
.call:hover,
.fw:hover {
  transform: scale(1.2);
}
.video-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
}
.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about {
  background-image: url(../../../themes/astra/dp-assets/img/about-line.webp);
  background-repeat: no-repeat;
  overflow: clip;
  position: relative;
}
.about-small {
  text-align: right;
  img {
    transform: rotate(-10.531deg);
    border: 17px solid #fff;
    background: #c4c4c4;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: 50px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% entry 90%;
  }
}
.about-vector {
  position: relative;
  left: 0;
  bottom: -190px;
  margin-top: -400px;
  z-index: -1;
}
.about-big {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 380px;
  overflow: clip;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    translate: 0 -50% 0;
    clip-path: inset(100% 100% 0% 0%);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
.hand {
  background: #f3f4f6 url(../../../themes/astra/dp-assets/img/hand-vector.webp)
    no-repeat center center;
  position: relative;
  overflow: clip;
  .hand-img {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(42%);
    bottom: 0;
    animation: move-up forwards;
    animation-timeline: view();
    animation-range: entry 0% 60%;
    z-index: 1;
  }
  h3 {
    color: #fff;
    font-family: "Product Sans Bold";
    font-size: 19.6vw;
    font-size: 348px;
    font-style: normal;
    font-weight: 500;
    line-height: 77%;
    text-transform: uppercase;
    text-align: center;
    margin-left: -140px;
    background: linear-gradient(to left, #ffffff, #ffffff, #992890);
    background-size: 300% 300%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradientAnimation 5s ease infinite;
    transform: scale(1.1) translateX(60px);
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes move-up {
  0% {
    transform: translateX(-50%) translateY(42%);
  }
  100% {
    transform: translateX(-50%) translateY(0%);
  }
}
.up-down {
  animation: moveUpDown 7s ease-in-out infinite;
}
.up-down2 {
  animation: moveUpDown 5s ease-in-out infinite;
}
@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.counter {
  .counter-item {
    margin-bottom: 37px;
    h4 {
      color: #000;
      font-family: "SangBleu Sunrise";
      font-size: 69px;
      font-style: normal;
      font-weight: 400;
      line-height: 76px;
      span:last-child {
        color: #992890;
      }
    }
    .small-line {
      width: 36px;
      height: 6px;
      background-color: #000;
      margin-bottom: 12px;
    }
  }
}
.services {
  overflow: clip;
  position: relative;
  padding: 20px 0;
  .small-line {
    margin-inline: auto;
    margin-top: 6px;
  }
  .scroll-service {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
  }
  .all-services {
    display: flex;
    position: relative;
    padding-bottom: 50px;
    transform: translateX(0);
    will-change: transform;
  }
  .service-item {
    border-radius: 39px;
    background: #f3eee9;
    padding: 37px;
    min-width: 75vw;
    height: 100%;
    margin-inline: 14px;
  }
  .title {
    margin-bottom: 10px;
  }
  ul {
    li {
      color: #272727;
      font-family: "Product Sans Bold";
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 31px;
      margin-bottom: 23px;
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
      &:nth-child(1) {
        transform: translateX(-200px);
      }
      &:nth-child(2) {
        transform: translateX(-180px);
        span {
          width: 323px;
        }
      }
      &:nth-child(3) {
        transform: translateX(-140px);
        span {
          width: 223px;
        }
      }
      &:nth-child(4) {
        transform: translateX(-130px);
        span {
          width: 274px;
        }
      }
      &:nth-child(5) {
        transform: translateX(-120px);
        span {
          width: 323px;
        }
      }
      &:nth-child(6) {
        transform: translateX(-126px);
        span {
          width: 289px;
        }
      }
      &:nth-child(7) {
        transform: translateX(-135px);
        span {
          width: 294px;
        }
      }
      span {
        width: 330px;
        height: 1px;
        background: #992890;
        display: inline-block;
        position: relative;
        &::before {
          content: "";
          background: #992890;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          box-shadow: 0 0 0 3px rgba(211, 174, 93, 0.205);
          display: inline-block;
          position: absolute;
          top: -4px;
          left: -16px;
        }
      }
    }
  }
}
.title {
  color: #373737;
  font-family: "Product Sans Bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
}
.tarot-card {
  position: relative;
  background-image: url(../../../themes/astra/dp-assets/img/tarot-card-bg.webp);
  background-repeat: no-repeat;
  padding-top: 100px;
  background-position: left;
  .col-lg-6 {
    position: relative;
  }
  .card-small {
    position: absolute;
    right: 13%;
    top: -11%;
  }
  .heading-area {
    .hl {
      position: absolute;
      left: -79px;
      top: -13px;
    }
  }
}
.card-big {
  text-align: right;
  margin-bottom: -4px;
  padding-right: 20%;
  margin-top: 22px;
}
.card-hand {
  position: absolute;
  right: 0;
  bottom: 20px;
  .vector {
    position: absolute;
    right: 33%;
    bottom: 13%;
  }
}
.move-left {
  animation: moveLeft 1s forwards;
  animation-timeline: view();
  animation-range: entry 0 entry 110%;
}
@keyframes moveLeft {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}
.crystal {
  position: relative;
  .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    .vector {
      position: absolute;
      top: -137px;
      right: 0;
    }
  }
  .vectors {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    img:nth-child(1) {
      position: absolute;
      bottom: -55px;
      left: -88px;
      z-index: 2;
    }
    img:nth-child(2) {
      position: absolute;
      bottom: -55px;
      left: 145px;
      z-index: 1;
    }
  }
  .heading-area {
    .hl {
      position: absolute;
      left: -90px;
      top: -30px;
    }
  }
}
.teaching {
  position: relative;
  background-image: url(../../../themes/astra/dp-assets/img/teaching-bg.webp);
  background-repeat: no-repeat;
  overflow: clip;
  padding-top: 100px;
  z-index: 1;
  .bottom-vector {
    margin-bottom: -130px;
    margin-top: -200px;
    z-index: -1;
    position: relative;
  }
  .heading-area {
    .hl {
      position: absolute;
      left: -86px;
      top: -35px;
    }
  }
  .about-small {
    img:first-child {
      transform: rotate(-10.531deg);
      &:hover {
        transform: rotate(0) scale(1.1);
        animation-delay: 0.5s;
      }
    }
    img:last-child {
      transform: rotate(25.728deg);
      margin-left: -60px;
      margin-bottom: -46px;
      margin-right: 80px;
      box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
      &:hover {
        transform: rotate(0) scale(1.1);
        animation-delay: 0.5s;
      }
    }
  }
}
.image-box {
  position: relative;
  text-align: right;
  img {
    border-radius: 39px;
  }
  .small-img {
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  span {
    width: 134px;
    height: 134px;
    background: #992890;
    filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 9px rgb(211 174 93 / 20%);
    position: absolute;
    left: 60px;
    top: 150px;
    transition: all 0.5s;
    &:hover {
      box-shadow: 0 0 0 14px rgba(211, 174, 93, 0.336);
      img {
        transform: rotate(360deg);
      }
    }
  }
}
.video {
  position: relative;
  .bg {
    width: 100%;
  }
  .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .content {
    span {
      width: 106px;
      height: 106px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-inline: auto;
      border-radius: 50%;
      margin-bottom: 13px;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      animation: pulse-shadow 2s infinite 0.5s ease-in-out;
      &:hover {
        background-color: #992890;
      }
    }
    h2 {
      color: #fff;
      text-align: center;
      font-family: "SangBleu Sunrise";
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: 40px;
    }
  }
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.308);
  }
  50% {
    box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.45);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.benefits {
  background-image: url(../../../themes/astra/dp-assets/img/benefits-bg.webp);
  background-repeat: no-repeat;
  .img-box {
    text-align: center;
    img {
      width: 528px;
      height: 610px;
      border-radius: 50%;
      border: 1px solid #d9d9d9;
      padding: 28px;
      object-fit: cover;
    }
  }
  .heading-area {
    .hl {
      position: absolute;
      left: -84px;
      top: 0;
    }
  }
}
.review {
  position: relative;
  background-image: url(../../../themes/astra/dp-assets/img/review-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 60px;
  .small-line {
    margin-inline: auto;
  }
  .section-title {
    color: #fff;
  }
  .rhand {
    position: absolute;
    right: 0;
    top: -170px;
  }
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-60 {
  margin-bottom: 60px;
}
.testimonials {
  .small-line {
    margin-inline: auto;
  }
}
.testi-box {
  border-radius: 39px;
  border: 1px solid #992890;
  background: #fff;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.07);
  padding: 25px;
  position: relative;
  margin-top: 36px;
  margin-bottom: 40px;
  transition: all 0.5s;
  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #9928902a;
  }
  .qut-icon {
    position: absolute;
    top: -39px;
  }
}
.author {
  position: relative;
  height: 75px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    left: 0;
  }
  h3 {
    color: #992890;
    font-family: "SangBleu Sunrise";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
  }
}
.testimonials {
  position: relative;
  overflow: hidden;
  .container-fluid {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
  }
  .mb-60 {
    margin-bottom: 20px;
  }
}
.testimonial-slider {
  display: flex;
  align-items: center;
  .item {
    min-width: 90vw;
    height: 100%;
    margin-inline: 14px;
  }
  .more-text {
    p {
      color: #121212;
      font-family: "SangBleu Sunrise";
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px;
    }
  }
}
.slick-dots {
  li {
    width: auto;
    button {
      background: #d9d9d9;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      transition: all 0.5s;
      &:hover {
        background: #992890;
      }
      &::before {
        display: none;
      }
    }
    &.slick-active {
      button {
        background: #992890;
        width: 61px;
        border-radius: 50rem;
      }
    }
  }
}
.text-center {
  .small-line {
    margin-inline: auto;
  }
}
.faq {
  background-image: url(../../../themes/astra/dp-assets/img/faq-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
.accordion__item {
  margin: 12px auto;
  transition: 0.5s;
}
.accordion__item:hover {
  transform: translateY(-5px);
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 13px 30px 15px 0;
  margin-bottom: 2px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  color: #373737;
  font-family: "Product Sans Bold";
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  border-bottom: 1px solid #bababa;
  font-weight: 500;
}
.accordion__title-text::before {
  content: "Q. ";
  color: #992890;
  font-family: "Product Sans Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.accordion__title::after {
  content: "+";
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.accordion__title.accordion-active::after {
  transform: rotate(180deg);
  content: "-";
}
.accordion__item .accordion-active {
  border-color: #fff;
}
.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  background-color: #c9c9c9;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.accordion__item .accordion__content {
  padding: 10px 12px;
  font-size: 20px;
  color: #424242;
  line-height: 150%;
  margin-bottom: 0;
  font-weight: 400;
  display: none;
  border-bottom: 1px solid #959595;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.get-in-touch {
  padding-block: 40px;
  position: relative;
  .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  .col-lg-6 {
    padding-right: 4%;
  }
  .get-in-touch-img {
    position: relative;
    &::after {
      content: "";
      width: 45%;
      border-radius: 28px;
      background: #f3eee9;
      position: absolute;
      height: 70%;
      left: 0;
      bottom: 10%;
      z-index: -1;
    }
  }
  .move-right {
    animation: moveLeft 1s forwards;
    animation-timeline: view();
    animation-range: entry 0 entry 110%;
  }
  @keyframes moveLeft {
    0% {
      transform: translateX(-60%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .vector {
    position: absolute;
    right: 0;
    bottom: 20%;
  }
}
.blog {
  background-color: #9928902a;
}
.blog-box {
  background-color: #fff;
  border-radius: 0;
  overflow: clip;
  transition: all 0.5s;
  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.1);
  }
  .blog-img {
    border-radius: 0;
    overflow: clip;
  }
  .blog-body {
    padding: 15px;
    p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: clip;
    }
  }
  .blog-title {
    color: #121212;
    font-family: "SangBleu Sunrise";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: clip;
    transition: all 0.5s;
    &:hover {
      color: #992890;
    }
  }
}
.date {
  color: #992890;
  margin-bottom: 10px;
}
.read-more {
  color: #992890;
  font-size: 22px;
}
footer {
  background: #2b2b2f;
  padding-top: 33px;
}
.footer-box {
  padding-right: 4%;
}
.footer-logo {
  margin-bottom: 25px;
}
footer p {
  color: #d4d4d4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.footer-title {
  color: #fff;
  font-family: "Product Sans Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  font-weight: 600;
  position: relative;
  margin-bottom: 18px;
}
.footer-title:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #992890;
  display: inherit;
  margin-top: -8px;
}
footer ul li a,
footer p a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
footer p a:hover {
  color: #992890;
}
footer ul li a {
  display: block;
}
footer ul li a:hover {
  color: #992890;
  transform: translateX(5px);
}
.copyright {
  border-top: 1px solid #43554c;
  text-align: center;
}
.copyright-section {
  background: #313e59;
}
.copyright {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyright a {
  color: #ff8a36;
  text-decoration: underline;
}
.copyright p {
  margin: 0;
}
.footer-contact p {
  position: relative;
  padding-left: 40px;
}
.footer-contact p span {
  position: absolute;
  left: 0;
  top: 3px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item {
  .col-lg-5 {
    text-align: center;
  }
  img {
    height: 540px;
    width: auto;
    margin-inline: auto;
    object-fit: contain;
  }
  .align-items-center {
    align-items: center !important;
    justify-content: space-between;
  }
}
@media (max-width: 1600px), (max-width: 1536px) {
  .hero {
    h1 {
      font-size: 73px;
      line-height: 76px;
    }
    p {
      font-size: 20px;
    }
  }
  .section-title {
    font-size: 55px;
    line-height: 58px;
  }
  .about-big {
    width: 50%;
  }
  .sub-title {
    font-size: 25px;
  }
  .title {
    font-size: 42px;
  }
  .hand {
    h3 {
      font-size: 284px;
    }
    .hand-img {
      width: 62%;
    }
  }
  p {
    font-size: 18px;
  }
  .card-hand {
    width: 50%;
  }
  .crystal {
    .vectors {
      width: 35%;
    }
  }
  .accordion__item .accordion__title {
    font-size: 16px;
  }
  .accordion__item .accordion__content {
    font-size: 16px;
  }
  .primary-btn {
    padding: 20px 70px;
  }
  .image-box {
    padding-left: 20%;
    .small-img {
      width: 50%;
    }
  }
  .about-small {
    img {
      width: 40%;
    }
  }
  .teaching {
    .about-small {
      img {
        width: 26%;
      }
    }
  }
}
@media (max-width: 1440px), (max-width: 1366px) {
  .about-small {
    img {
      width: 40%;
      margin-right: 0;
    }
  }
  .hero {
    h5 {
      margin-bottom: 15px;
      font-size: 20px;
    }
    p {
      font-size: 18px;
    }
  }
  .service-item {
    img {
      height: 380px;
    }
  }
  .hand {
    h3 {
      font-size: 250px;
    }
  }
  .primary-btn {
    padding: 20px 60px;
  }
  .hero h1 {
    font-size: 62px;
    line-height: 67px;
    margin-bottom: 4px;
  }
  .section-title {
    font-size: 45px;
    line-height: 48px;
  }
  .banner-content {
    padding-block: 10%;
  }
  .hero h6,
  p {
    font-size: 17px;
  }
  .our-success-story::after {
    inset: 0 32px;
  }
  .about p {
    margin-bottom: 10px;
  }
  .think-about ul li {
    font-size: 18px;
  }
  .interest h2 {
    font-size: 32px;
    font-weight: 400;
  }
  .who-we-are {
    padding-block: 3%;
  }
  .faq-item h4 {
    font-size: 18px;
  }
  footer ul li a {
    font-size: 16px;
  }
  .content-box::after {
    right: -34px;
  }
  .direction-r .content-box::after {
    right: auto;
    left: -40px;
  }
  .about p {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .about-big {
    width: 100%;
    position: relative;
    display: none;
  }
  .banner-content {
    padding-block: 7%;
    width: 52%;
  }
  .video-banner {
    height: 40vh;
  }
  .hero {
    .banner-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .hand {
    h3 {
      font-size: 198px;
    }
  }
  .counter {
    & .counter-item {
      h4 {
        font-size: 60px;
        line-height: 60px;
      }
    }
  }
  .title {
    font-size: 34px;
  }
  .crystal-bg {
    height: 62vh;
    width: 100%;
    object-fit: cover;
  }
  .crystal {
    & .vectors {
      img:nth-child(1),
      img:nth-child(2) {
        height: 180px;
        width: auto;
      }
      img:nth-child(2) {
        left: 100px;
      }
    }
  }
  .image-box {
    img {
      border-radius: 20px;
    }
  }
  .image-box {
    span {
      left: 6px;
      top: 60px;
    }
  }
  .benefits {
    & .img-box {
      img {
        width: 376px;
        height: 490px;
        padding: 15px;
      }
    }
  }
  .faq {
    background-position: 14%;
  }
  .get-in-touch-img {
    width: 68%;
  }
  .vector {
    width: 22%;
  }
  .pin-spacer {
    overflow: hidden;
    height: auto;
    padding: 0;
  }
  .container {
    max-width: 90%;
  }
  .services {
    .all-services {
      display: block;
    }
    .service-item {
      margin-bottom: 20px;
    }
  }
  .testimonial-slider {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding-inline: 30px;
  }
  .testimonial-slider {
    flex-wrap: wrap;
    p {
      height: auto !important;
    }
    & .more-text {
      p {
        font-size: 26px;
      }
    }
  }
  .call-btn :is(p, h4) {
    display: none;
  }
  .call-btn span {
    position: relative;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: #f58220;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .action-btn {
    gap: 20px;
  }
  .hero h1,
  h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .hero {
    h5 {
      margin-bottom: 15px;
      font-size: 14px;
    }
  }
  .banner-content {
    padding-block: 7%;
    width: 56%;
  }
  .counter {
    .counter-item {
      margin-bottom: 15px;
      h4 {
        font-size: 40px;
        line-height: 40px;
      }
    }
  }
  .hand {
    h3 {
      font-size: 146px;
    }
  }
  .section-title {
    font-size: 35px;
    line-height: 43px;
  }
  .all-services {
    img {
      width: auto;
      margin-inline: auto;
      height: 320px;
    }
  }
  .services {
    .service-item {
      text-align: center;
      .row {
        .col-lg-5 {
          order: -1;
        }
      }
    }
  }
  .tarot-card {
    padding-top: 60px;
    background-position: 12%;
    .card-small {
      top: -4%;
      width: 18%;
    }
    .card-big {
      text-align: center;
      padding-right: 32%;
    }
    .card-hand {
      width: 46%;
    }
  }
  .crystal {
    & .container {
      .vector {
        position: absolute;
        top: -70px;
        right: 0;
      }
    }
  }
  .crystal-bg {
    object-position: 232%;
    height: 53vh;
  }
  .crystal {
    & .vectors {
      img:nth-child(1),
      img:nth-child(2) {
        height: 116px;
        width: auto;
      }
      img:nth-child(2) {
        left: 30px;
      }
    }
  }
  .teaching .row,
  .about-author .row {
    .col-lg-6:last-child {
      order: -1;
    }
  }
  .image-box {
    margin-bottom: 12%;
    span {
      left: 60px;
      top: 60px;
    }
  }
  .review {
    .rhand {
      top: -80px;
      width: 50%;
    }
  }
  .benefits {
    & .img-box {
      img {
        height: 408px;
      }
    }
  }
  .faq {
    background-position: 30%;
  }
  .get-in-touch {
    padding-block: 70px;
    position: relative;
  }
  .our-success-story::after {
    inset: 0 10px;
  }
  .about-image {
    position: relative;
    text-align: center;
  }
  .roi-list {
    text-align: center;
  }
  .roi .container .roi-list:nth-child(2n) .col-lg-3 {
    order: 1;
  }
  .roi .container .roi-list:nth-child(2n) .col-lg-9 {
    order: 2;
  }
  .roi-content {
    padding: 22px;
    padding-top: 0;
  }
  .think-about ul li {
    font-size: 18px;
  }
  .think-about-img {
    width: 100%;
  }
  .interest {
    margin-bottom: 60px;
    flex-direction: column;
    text-align: center;
  }
  .who-we-are {
    background-position: right;
  }
  .direction-l,
  .direction-r {
    position: relative;
    width: 100%;
    float: unset;
    text-align: center;
  }
  .direction-l .content-box,
  .direction-r .content-box {
    padding-right: 0;
    padding-inline: 10%;
  }
  .icon-box {
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    z-index: 1;
  }
  .timeline:before {
    margin-left: 0;
    z-index: 0;
  }
  .content-box::after,
  .direction-r .content-box::after {
    right: 48.6%;
    top: -24px;
    z-index: 9;
    left: auto;
  }
  .timeline li {
    padding: 15px 0;
  }
  .process.section-gap {
    padding-bottom: 0;
  }
  .faq-item h4 {
    font-size: 16px;
  }
  .form-control {
    padding: 10px 10px;
    font-size: 15px;
  }
  .footer-logo {
    text-align: center;
  }
  footer p {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .hero {
    text-align: center;
  }
  .container {
    padding-inline: 10px;
  }
  .action-btn {
    gap: 10px;
  }
  .all-services {
    img {
      width: auto;
      margin-inline: auto;
      height: 220px;
    }
  }
  .testimonials {
    .container-fluid {
      padding: 0;
    }
  }
  .call-btn {
    position: relative;
    padding-left: 10px;
  }
  .navTrigger,
  .navTrigger svg {
    width: 106px;
    height: 36px;
  }
  .call-btn span {
    width: 35px;
    height: 35px;
    padding: 11px;
  }
  .logo {
    width: 130px;
  }
  .header .primary-btn {
    font-size: 13px;
    padding: 9px 9px;
  }
  .banner-content {
    padding-block: 10%;
    margin-top: 60px;
    width: 100%;
  }
  .video-banner {
    height: 240px;
  }
  .hero {
    h5 {
      margin-bottom: 10px;
      font-size: 14px;
      letter-spacing: 6px;
      line-height: normal;
    }
    .leaf-big {
      left: -38px;
      top: 80px;
      width: 100px;
    }
  }
  .about {
    .small-line {
      margin-inline: auto;
    }
  }
  .heading-area {
    .hl {
      position: absolute;
      left: -28px;
      top: -26px;
      width: 70px;
    }
  }
  .menu-wrapper li a {
    font-size: 15px;
    line-height: 12px;
    padding-block: 10px;
  }
  .counter {
    & .counter-item {
      h4 {
        font-size: 30px;
        line-height: 30px;
      }
      .small-line {
        height: 2px;
        margin: 0;
        margin-bottom: 5px;
      }
    }
  }
  .hand {
    h3 {
      font-size: 73px;
      margin-top: 13%;
    }
    .section-title {
      text-align: left;
    }
    .small-line {
      margin-inline: unset;
    }
  }
  .call {
    width: 34px;
    height: 34px;
    padding: 8px;
  }
  .primary-btn {
    padding: 14px 50px;
  }
  .sub-title {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .section-title {
    font-size: 26px;
    line-height: 34px;
  }
  .about-small {
    img {
      width: 40%;
      margin-right: 0;
      margin-top: 26px;
    }
  }
  .container {
    max-width: 98%;
  }
  .header,
  header.sticky {
    padding: 0 0;
  }
  .header {
    .social-icon {
      display: none;
    }
  }
  .hero h1,
  h2 {
    font-size: 40px;
    text-align: center;
    line-height: 40px;
  }
  .hero h6 {
    text-align: center;
  }
  .hero h6,
  p {
    font-size: 14px;
  }
  .btn-group {
    text-align: center;
  }
  .btn-group img {
    height: 40px;
  }
  .primary-btn {
    font-size: 14px;
  }
  .client-logo {
    padding-inline: 10px;
  }
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-next {
    right: -10px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-arrow::before {
    height: 10px;
    width: 10px;
  }
  .clients h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-gap {
    padding: 25px 0;
  }
  .heading-arrow {
    width: 100px;
  }
  .mb-35 {
    margin-bottom: 15px;
  }
  h2 {
    margin-bottom: 4px;
  }
  .slick-dots li,
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots {
    bottom: -30px;
  }
  .about-content {
    text-align: center;
  }
  .about {
    position: relative;
    padding-block: 25px;
  }
  .about p {
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
    text-align-last: center;
  }
  .clients {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .roi-content h3 {
    font-size: 18px;
  }
  .roi-content {
    padding: 10px;
    padding-top: 0;
  }
  .roi-content .primary-btn {
    font-size: 14px;
    padding: 8px 10px;
    line-height: inherit;
  }
  .client-speak-slider .slick-slide,
  .case-studies-slider .slick-slide {
    margin: 0 5px;
  }
  .client-speak-slider .slick-list,
  .case-studies-slider .slick-list {
    margin: 0 -5px;
  }
  .box {
    padding: 0 15px;
    padding-bottom: 40px;
  }
  .case-studies-slider .item .primary-btn {
    transform: translateY(-30px);
    mix-blend-mode: normal;
  }
  .box .case-studues-img {
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box h3 {
    font-size: 16px;
  }
  .think-about {
    text-align: center;
    padding-bottom: 100px;
  }
  .think-about .small-line {
    margin: auto;
  }
  .think-about ul li {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }
  .think-about ul li::after {
    top: 10px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .think-about .think-about-img {
    margin-top: 25px;
  }
  .interest h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .flex-box {
    gap: 6px;
  }
  .flex-box h5 {
    font-size: 14px;
  }
  .interest {
    margin-bottom: 25px;
  }
  .who-we-are {
    text-align: center;
  }
  .who-we-are .small-line {
    margin: auto;
    margin-bottom: 10px;
  }
  .content-box h3 {
    font-size: 20px;
  }
  .icon-box {
    width: 80px;
    height: 80px;
    padding: 13px;
  }
  .content-box::after,
  .direction-r .content-box::after {
    right: 46.9%;
  }
  .faq-item h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .faq-item {
    border-radius: 4px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .faq-item:after {
    height: 10px;
    width: 10px;
    right: 10px;
    top: 12px;
  }
  .blog-big .blog-content h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .date {
    font-size: 12px;
    padding-inline: 6px;
    padding-block: 2px;
    margin-bottom: 4px;
  }
  .blog-big .blog-content {
    padding: 10px;
  }
  .blog-list .date {
    font-size: 12px;
    margin: 0;
  }
  .blog-list h4 {
    font-size: 14px;
  }
  .blog-content {
    padding-bottom: 8px;
  }
  .blog-list {
    margin-bottom: 12px;
  }
  label {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    font-size: 20px;
  }
  .copyright p {
    font-size: 14px;
  }
  .copyright {
    justify-content: center;
  }
  .enq-btn {
    top: 20%;
    right: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    box-shadow: -3px -3px 0 #9fc9ff;
  }
  .enq-btn a {
    font-size: 14px;
    padding: 0 13px;
  }
  .enq-btn a img {
    transform: rotate(90deg) translateX(4px) translateY(4px);
    width: 18px;
  }
  .fixed-btn {
    position: fixed;
    top: auto;
    right: 0;
    width: 41px;
    gap: 8px;
    bottom: 20px;
  }
  .title {
    font-size: 22px;
  }
  .small-line {
    margin-inline: auto;
  }
  .tarot-card {
    text-align: center;
  }
  .crystal-bg {
    object-position: 134%;
    height: 500px;
  }
  .crystal {
    text-align: center;
    & .vectors {
      img:nth-child(1),
      img:nth-child(2) {
        height: 60px;
        width: auto;
        left: 0;
        bottom: -40px;
      }
      img:nth-child(2) {
        left: 58px;
      }
    }
  }
  .image-box {
    span {
      left: 16px;
      top: 32px;
      width: 90px;
      height: 90px;
      padding: 22px;
    }
    .small-img {
      width: 50%;
      bottom: -45px;
    }
  }
  .tarot-card {
    .card-big {
      text-align: center;
      padding-right: 45%;
    }
  }
  .teaching {
    text-align: center;
  }
  .teaching {
    & .about-small {
      margin-bottom: 36%;
      img {
        width: 30%;
        border-width: 10px;
      }
    }
  }
  .video {
    & .content {
      span {
        width: 70px;
        height: 70px;
      }
      h2 {
        font-size: 18px;
        line-height: 28px;
      }
    }
  }
  .benefits {
    text-align: center;
    & .img-box {
      img {
        height: 290px;
        width: 280px;
      }
    }
  }
  .review {
    .rhand {
      top: -18px;
      width: 50%;
    }
  }
  .author {
    h3 {
      font-size: 16px;
      line-height: 22px;
    }
    p {
      font-size: 12px;
      line-height: 20px;
    }
  }
  .author {
    padding-left: 82px;
  }
  .slick-dots {
    & li {
      &.slick-active {
        button {
          width: auto;
        }
      }
    }
  }
  .accordion__item .accordion__title {
    font-size: 14px;
  }
  .accordion__item .accordion__content {
    font-size: 14px;
    padding-top: 0;
  }
  .get-in-touch {
    .section-title img {
      width: 42px;
      margin-bottom: -11px;
    }
  }
  .faq {
    padding-bottom: 20px;
    background-position: 23%;
    .text-center {
      img {
        width: 62px;
      }
    }
  }
  .blog {
    .text-center {
      img {
        width: 62px;
      }
    }
  }
  .form-control {
    padding: 10px 18px;
    font-size: 14px;
  }
  .footer-title:after {
    margin-inline: auto;
  }
  .social-icon {
    justify-content: center;
  }
  .get-in-touch {
    padding-block: 30px;
    .container {
      position: relative;
    }
    .get-in-touch-img {
      display: none;
    }
  }
  .blog-box {
    .blog-title {
      font-size: 18px;
    }
  }
  .read-more {
    font-size: 16px;
  }
  .hamburger-init {
    width: 30.759px;
    height: 20px;
  }
  .bar.middle-bar {
    top: 50%;
    margin-top: 0;
  }
  navTrigger {
    font-size: 15px;
  }
  .testi-box {
    border-radius: 20px;
    padding: 19px;
    padding-inline: 8px;
  }
  .testimonials .text-center {
    img {
      width: 62px;
    }
  }
  .mb-60 {
    margin-bottom: 20px;
  }
  .sec-gap {
    padding: 30px 0;
  }
  .fixed-btn .fw {
    margin: 0;
  }
  .call {
    width: 34px;
    height: 34px;
    padding: 8px;
  }
  .navMenu {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .navMenu .logo {
    padding: 7px 15px;
    height: 50px;
  }
  .offcanvas-header.form-box {
    height: 50px;
  }
  .offcanvas .heading-section h2 {
    font-size: 22px;
  }
  button.btn-close {
    width: 35px;
    height: 35px;
  }
  .form-input {
    font-size: 14px;
    padding: 14px 14px;
    border-radius: 6px;
  }
  .logo-slider-item {
    justify-content: center;
  }
  .highlight {
    left: 0;
    top: -15px;
    padding: 7px;
    font-size: 13px;
    right: 0;
    position: relative;
  }
  .revealed .roi-list {
    margin-top: 15px;
  }
  ul li {
    font-size: 14px;
  }
  .why-hire h3 {
    font-size: 18px;
  }
  .why-hire .roi-list .row .col-lg-3 {
    order: 1;
  }
  .why-hire .roi-list .row .col-lg-9 {
    order: 2;
  }
  .hand {
    .col-5 {
      padding-left: 5%;
    }
    .heading-area {
      .hl {
        display: none;
      }
    }
  }
  .services {
    .hl {
      width: 60px;
    }
  }
}
