#bundle-landing-page-orange {
  margin-bottom: 6rem;
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange {
  position: relative;
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .background-image {
  position: relative;
  overflow: hidden;
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .background-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .background-image img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .background-image img {
    width: 2560px;
    height: 440px;
  }
}
@media (min-width: 2560px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .background-image img {
    width: 100%;
    height: auto;
  }
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay {
  position: absolute;
  height: 100%;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .row {
  height: 100%;
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .col-12 {
  height: 100%;
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  height: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
    width: 282px;
    margin: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
    width: 345px;
  }
}
@media (min-width: 1025px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
    max-width: 560px;
    width: 560px;
  }
}
#bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .icon {
  width: 75px;
  height: 75px;
  margin-left: 0.25rem;
  animation: icon-rotation 4000ms ease-in-out infinite;
  transform-origin: 51% 100%; /* Adjust transform-origin to make it rotate like a metronome */
}
@media (min-width: 1200px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .icon {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 1768px) {
  #bundle-landing-page-orange .bundle-landing-page-hero-orange .content-overlay .icon {
    width: 100px;
    height: 100px;
  }
}
@keyframes icon-rotation {
  0% {
    transform: rotateZ(-12deg); /* Start from -25 degrees */
  }
  50% {
    transform: rotateZ(12deg); /* Swing to 25 degrees at halfway point */
  }
  100% {
    transform: rotateZ(-12deg); /* Swing back to -25 degrees at the end */
  }
}
#bundle-landing-page-orange .bundle-landing-page-hero {
  position: relative;
}
#bundle-landing-page-orange .bundle-landing-page-hero .background-image {
  position: relative;
  overflow: hidden;
}
#bundle-landing-page-orange .bundle-landing-page-hero .background-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .background-image img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .background-image img {
    width: 1200px;
    height: 440px;
  }
}
@media (min-width: 1200px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .background-image img {
    width: 1728px;
  }
}
@media (min-width: 1400px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .background-image img {
    width: 2560px;
  }
}
@media (min-width: 2560px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .background-image img {
    width: 100%;
    height: auto;
  }
}
#bundle-landing-page-orange .bundle-landing-page-hero .content-overlay {
  position: absolute;
  height: 100%;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
#bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .row {
  height: 100%;
}
#bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .col-12 {
  height: 100%;
}
#bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  height: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .content-wrapper {
    width: 282px;
    margin: unset;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .content-wrapper {
    width: 345px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .content-wrapper {
    justify-content: flex-end;
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .content-wrapper {
    max-width: 260px;
  }
}
#bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .icon {
  width: 75px;
  height: 75px;
  margin-left: 0.25rem;
  animation: icon-rotation 4000ms ease-in-out infinite;
  transform-origin: 51% 100%; /* Adjust transform-origin to make it rotate like a metronome */
}
@media (min-width: 1200px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .icon {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 1768px) {
  #bundle-landing-page-orange .bundle-landing-page-hero .content-overlay .icon {
    width: 100px;
    height: 100px;
  }
}
@keyframes icon-rotation {
  0% {
    transform: rotateZ(-12deg); /* Start from -25 degrees */
  }
  50% {
    transform: rotateZ(12deg); /* Swing to 25 degrees at halfway point */
  }
  100% {
    transform: rotateZ(-12deg); /* Swing back to -25 degrees at the end */
  }
}
#bundle-landing-page-orange .bundles-cards-orange .card {
  border: none;
  margin-top: 4rem;
  margin-bottom: 0;
}
#bundle-landing-page-orange .bundles-cards-orange .card .card-image {
  position: relative;
  border-radius: 0.25rem;
}
#bundle-landing-page-orange .bundles-cards-orange .card .card-image img {
  border-radius: 0.25rem;
}
#bundle-landing-page-orange .bundles-cards-orange .card .card-image .image-default {
  display: block;
}
#bundle-landing-page-orange .bundles-cards-orange .card .card-image .image-hover {
  display: none;
}
#bundle-landing-page-orange .bundles-cards-orange .card .card-title {
  margin-bottom: 0.25rem;
}
#bundle-landing-page-orange .bundles-cards-orange .card .card-title-price {
  margin-bottom: 0.5rem;
}
#bundle-landing-page-orange .bundles-cards-orange .card .caption-1 {
  margin-bottom: 0.5rem;
}
#bundle-landing-page-orange .bundles-cards-orange .card:hover .card-image.card-image-hover .image-default {
  display: none;
}
#bundle-landing-page-orange .bundles-cards-orange .card:hover .card-image.card-image-hover .image-hover {
  display: block;
}
#bundle-landing-page-orange .bundles-cards .card {
  border: none;
  margin-top: 4rem;
  margin-bottom: 0;
}
#bundle-landing-page-orange .bundles-cards .card .card-image {
  position: relative;
  border-radius: 0.25rem;
}
#bundle-landing-page-orange .bundles-cards .card .card-image img {
  border-radius: 0.25rem;
}
#bundle-landing-page-orange .bundles-cards .card .card-image .image-default {
  display: block;
}
#bundle-landing-page-orange .bundles-cards .card .card-image .image-hover {
  display: none;
}
#bundle-landing-page-orange .bundles-cards .card .card-title {
  margin-bottom: 0;
}
#bundle-landing-page-orange .bundles-cards .card .card-title-price {
  margin-bottom: 0.5rem;
}
#bundle-landing-page-orange .bundles-cards .card .caption-1 {
  margin-bottom: 0.5rem;
}
#bundle-landing-page-orange .bundles-cards .card:hover .card-image .image-default {
  display: none;
}
#bundle-landing-page-orange .bundles-cards .card:hover .card-image .image-hover {
  display: block;
}
#bundle-landing-page-orange .wrapper-link {
  position: absolute;
  height: 100%;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#bundle-landing-page .bundle-landing-page-hero-orange {
  position: relative;
}
#bundle-landing-page .bundle-landing-page-hero-orange .background-image {
  position: relative;
  overflow: hidden;
}
#bundle-landing-page .bundle-landing-page-hero-orange .background-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .background-image img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .background-image img {
    width: 2560px;
    height: 440px;
  }
}
@media (min-width: 2560px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .background-image img {
    width: 100%;
    height: auto;
  }
}
#bundle-landing-page .bundle-landing-page-hero-orange .content-overlay {
  position: absolute;
  height: 100%;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
#bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .row {
  height: 100%;
}
#bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .col-12 {
  height: 100%;
}
#bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  height: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
    width: 282px;
    margin: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
    width: 345px;
  }
}
@media (min-width: 1025px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .content-wrapper {
    max-width: 560px;
    width: 560px;
  }
}
#bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .icon {
  width: 75px;
  height: 75px;
  margin-left: 0.25rem;
  animation: icon-rotation 4000ms ease-in-out infinite;
  transform-origin: 51% 100%; /* Adjust transform-origin to make it rotate like a metronome */
}
@media (min-width: 1200px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .icon {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 1768px) {
  #bundle-landing-page .bundle-landing-page-hero-orange .content-overlay .icon {
    width: 100px;
    height: 100px;
  }
}
@keyframes icon-rotation {
  0% {
    transform: rotateZ(-12deg); /* Start from -25 degrees */
  }
  50% {
    transform: rotateZ(12deg); /* Swing to 25 degrees at halfway point */
  }
  100% {
    transform: rotateZ(-12deg); /* Swing back to -25 degrees at the end */
  }
}
#bundle-landing-page .bundle-landing-page-hero {
  position: relative;
}
#bundle-landing-page .bundle-landing-page-hero .background-image {
  position: relative;
  overflow: hidden;
}
#bundle-landing-page .bundle-landing-page-hero .background-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #bundle-landing-page .bundle-landing-page-hero .background-image img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #bundle-landing-page .bundle-landing-page-hero .background-image img {
    width: 1200px;
    height: 440px;
  }
}
@media (min-width: 1200px) {
  #bundle-landing-page .bundle-landing-page-hero .background-image img {
    width: 1728px;
  }
}
@media (min-width: 1400px) {
  #bundle-landing-page .bundle-landing-page-hero .background-image img {
    width: 2560px;
  }
}
@media (min-width: 2560px) {
  #bundle-landing-page .bundle-landing-page-hero .background-image img {
    width: 100%;
    height: auto;
  }
}
#bundle-landing-page .bundle-landing-page-hero .content-overlay {
  position: absolute;
  height: 100%;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
#bundle-landing-page .bundle-landing-page-hero .content-overlay .row {
  height: 100%;
}
#bundle-landing-page .bundle-landing-page-hero .content-overlay .col-12 {
  height: 100%;
}
#bundle-landing-page .bundle-landing-page-hero .content-overlay .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  height: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #bundle-landing-page .bundle-landing-page-hero .content-overlay .content-wrapper {
    width: 282px;
    margin: unset;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  #bundle-landing-page .bundle-landing-page-hero .content-overlay .content-wrapper {
    width: 345px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #bundle-landing-page .bundle-landing-page-hero .content-overlay .content-wrapper {
    justify-content: flex-end;
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  #bundle-landing-page .bundle-landing-page-hero .content-overlay .content-wrapper {
    max-width: 260px;
  }
}
#bundle-landing-page .bundle-landing-page-hero .content-overlay .icon {
  width: 75px;
  height: 75px;
  margin-left: 0.25rem;
  animation: icon-rotation 4000ms ease-in-out infinite;
  transform-origin: 51% 100%; /* Adjust transform-origin to make it rotate like a metronome */
}
@media (min-width: 1200px) {
  #bundle-landing-page .bundle-landing-page-hero .content-overlay .icon {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 1768px) {
  #bundle-landing-page .bundle-landing-page-hero .content-overlay .icon {
    width: 100px;
    height: 100px;
  }
}
@keyframes icon-rotation {
  0% {
    transform: rotateZ(-12deg); /* Start from -25 degrees */
  }
  50% {
    transform: rotateZ(12deg); /* Swing to 25 degrees at halfway point */
  }
  100% {
    transform: rotateZ(-12deg); /* Swing back to -25 degrees at the end */
  }
}
#bundle-landing-page .bundles-cards-orange .card {
  border: none;
  margin-top: 4rem;
  margin-bottom: 0;
}
#bundle-landing-page .bundles-cards-orange .card .card-image {
  position: relative;
  border-radius: 0.25rem;
}
#bundle-landing-page .bundles-cards-orange .card .card-image img {
  border-radius: 0.25rem;
}
#bundle-landing-page .bundles-cards-orange .card .card-image .image-default {
  display: block;
}
#bundle-landing-page .bundles-cards-orange .card .card-image .image-hover {
  display: none;
}
#bundle-landing-page .bundles-cards-orange .card .card-title {
  margin-bottom: 0.25rem;
}
#bundle-landing-page .bundles-cards-orange .card .card-title-price {
  margin-bottom: 0.5rem;
}
#bundle-landing-page .bundles-cards-orange .card .caption-1 {
  margin-bottom: 0.5rem;
}
#bundle-landing-page .bundles-cards-orange .card:hover .card-image.card-image-hover .image-default {
  display: none;
}
#bundle-landing-page .bundles-cards-orange .card:hover .card-image.card-image-hover .image-hover {
  display: block;
}
#bundle-landing-page .bundles-cards .card {
  border: none;
  margin-top: 4rem;
  margin-bottom: 0;
}
#bundle-landing-page .bundles-cards .card .card-image {
  position: relative;
  border-radius: 0.25rem;
}
#bundle-landing-page .bundles-cards .card .card-image img {
  border-radius: 0.25rem;
}
#bundle-landing-page .bundles-cards .card .card-image .image-default {
  display: block;
}
#bundle-landing-page .bundles-cards .card .card-image .image-hover {
  display: none;
}
#bundle-landing-page .bundles-cards .card .card-title {
  margin-bottom: 0;
}
#bundle-landing-page .bundles-cards .card .card-title-price {
  margin-bottom: 0.5rem;
}
#bundle-landing-page .bundles-cards .card .caption-1 {
  margin-bottom: 0.5rem;
}
#bundle-landing-page .bundles-cards .card:hover .card-image .image-default {
  display: none;
}
#bundle-landing-page .bundles-cards .card:hover .card-image .image-hover {
  display: block;
}
#bundle-landing-page .wrapper-link {
  position: absolute;
  height: 100%;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
