#setup-page .parallax-item:first-child {
  min-height: 100dvh
}
#setup-page .parallax-item:nth-child(2) {
  min-height: 300px
}
#setup-page .parallax-item:nth-child(3) {
  min-height: 500px
}
#setup-page .parallax-item:nth-child(4) {
  min-height: 500px
}
#setup-page .setup-articles-shell {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem
}
.parallax__fade {
  --color-dark-rgb: var(--my-white-bg-rgba);
  background: linear-gradient(to top,rgba(var(--color-dark-rgb),1) 0,rgba(var(--color-dark-rgb),.738) 19%,rgba(var(--color-dark-rgb),.541) 34%,rgba(var(--color-dark-rgb),.382) 47%,rgba(var(--color-dark-rgb),.278) 56.5%,rgba(var(--color-dark-rgb),.194) 65%,rgba(var(--color-dark-rgb),.126) 73%,rgba(var(--color-dark-rgb),.075) 80.2%,rgba(var(--color-dark-rgb),.042) 86.1%,rgba(var(--color-dark-rgb),.021) 91%,rgba(var(--color-dark-rgb),.008) 93.2%,rgba(var(--color-dark-rgb),.002) 95.2%,transparent 100%)
}
[data-bs-theme=dark] .parallax__fade {
  --color-dark-rgb: var(--my-dark-bg-rgba)
}
.parallax__header {
  z-index: 2;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  position: relative
}
.parallax {
  width: 100%;
  position: relative
}
.parallax__visuals {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0
}
.parallax__layers {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}
.parallax__fade {
  z-index: 30;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0
}
.parallax__title {
  pointer-events: auto;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .9em;
  margin-right: 0;
  font-size: 18vw;
  font-weight: 800;
  line-height: 1;
  position: relative
}
@media (max-width:768px) and (orientation:portrait) {
  .parallax__title {
    margin-bottom: 2em;
    font-size: 21vw
  }
}
.parallax__layer-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0
}
.parallax__layer-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 117.5%;
  position: absolute;
  top: -15.5%;
  left: 0
}
#SetupCardsItems {
  --setup-grid-gap: 1rem;
  --setup-grid-max-cols: 5
}
#SetupCardsItems .cards-grid-container {
  display: grid;
  width: 100%;
  gap: var(--setup-grid-gap);
  justify-content: start;
  grid-template-columns: repeat(6,minmax(0,1fr))
}
#SetupCardsItems .card-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0
}
#SetupCardsItems .card-box {
  aspect-ratio: 1/1;
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
  overflow: hidden
}
#SetupCardsItems .card-box img {
  height: 100%;
  width: 100%;
  min-height: 0;
  padding: 18px 18px 8px;
  object-fit: contain
}
#SetupCardsItems .card-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 64px 16px 16px;
  gap: .15rem;
  overflow: hidden
}
.card-text p {
  margin: 0
}
.card-text p:first-of-type {
  font-family: Outfit;
  font-weight: 700;
  font-size: var(--responsive);
  line-height: 1.1
}
#SetupCardsItems .card-text p:nth-of-type(2) {
  font-family: Outfit;
  font-size: clamp(.92rem, .85rem + .25vw, 1rem);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word
}
@media (max-width:767.98px) {
  #SetupCardsItems > article.row {
    width: 100%;
    max-width: none
  }
  #SetupCardsItems .cards-grid-container {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  #SetupCardsItems .card-item {
    max-width: none;
    width: 100%
  }
  #SetupCardsItems .card-box {
    aspect-ratio: 1/1
  }
  #SetupCardsItems .card-box img {
    height: 100%;
    padding: 10px 10px 4px;
    object-fit: contain
  }
  #SetupCardsItems .card-text {
    justify-content: flex-end;
    padding: 0 46px 14px 14px;
    gap: .2rem
  }
  .card-text p:first-of-type {
    font-size: clamp(1rem, 3.7vw, 1.15rem);
    line-height: 1.1
  }
  #SetupCardsItems .card-text p:nth-of-type(2) {
    font-size: clamp(.82rem, 3vw, .98rem);
    line-height: 1.15
  }
}
@media (min-width:768px) and (max-width:1199.98px) {
  #SetupCardsItems .cards-grid-container {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
}
.card-box .btn-amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
  background-color: var(--cmdsTags-bg-all);
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
  transform: translateY(150%);
  transition: transform .3s ease-in-out,background-color .2s ease,box-shadow .2s ease;
  z-index: 2
}
.card-box .btn-amazon .badge {
  background: 0 0;
  padding: 0;
  min-width: 0
}
.card-box .btn-amazon svg {
  width: 20px;
  height: 20px
}
.btn-amazon.active,
.btn-amazon.show,
.btn-amazon:first-child:active,
.btn-amazon:focus,
.btn-check:checked + .btn-amazon,
:not(.btn-check) + .btn-amazon:active {
  background-color: var(--cmdsTags-bg-all)!important;
  border-color: transparent!important;
  box-shadow: none;
  color: #fff
}
.card-box:hover .btn-amazon {
  transform: translateY(-.5rem);
  background-color: var(--cmdsTags-bg-all)
}
@media (max-width:767.98px) {
  .card-box .btn-amazon {
    top: auto;
    right: 10px!important;
    bottom: 10px!important;
    transform: none;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    margin: 0!important;
    box-shadow: 0 6px 12px rgba(15,23,42,.1)
  }
  .card-box:hover .btn-amazon {
    transform: none
  }
  .card-text {
    padding-right: 46px
  }
  .card-box .btn-amazon svg {
    width: 17px;
    height: 17px
  }
}
.setup-photos-layer-title {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  position: relative
}
.setup-photos-title {
  pointer-events: auto;
  display: inline-block;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: -.43em;
  margin-right: 0;
  font-size: 18.5vw;
  font-weight: 800;
  position: relative
}
.setup-photos-title-second-part {
  display: inline
}
.photos-floating-subtitle {
  position: static;
  display: block;
  font-family: Outfit;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  opacity: .92
}
.setup-photos-img {
  object-fit: cover;
  width: 100%;
  position: relative
}
@media (max-width:767.98px) {
  .setup-photos-title {
    font-size: 40vw
  }
  .setup-photos-layer-title {
    align-items: flex-start;
    gap: .5rem;
    padding-top: 6vh
  }
  .setup-photos-title-second-part {
    display: block;
    top: -60px;
    position: relative
  }
}
.setup-photos-grid-container {
  display: grid;
  gap: 1rem;
  grid-auto-flow: dense;
  justify-content: center;
  grid-template-columns: repeat(3,1fr)
}
@media (min-width:768px) {
  .setup-photos-grid-container {
    gap: 1.5rem;
    grid-template-columns: repeat(6,1fr)
  }
}
.setup-photos-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-width: 350px;
  aspect-ratio: 1/1;
  margin: auto
}
.setup-photos-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 350px;
  aspect-ratio: 1/1;
  transition: transform .3s ease
}
.photos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.photos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  opacity: 0;
  transition: opacity .3s ease,background-color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center
}
.photos-overlay .icon-photo {
  transition: transform .5s ease;
  transform: scale(.5)
}
.photos-overlay:hover .icon-photo {
  transform: scale(3.5);
  transition: transform .5s ease
}
.setup-photos-item:hover .photos-overlay {
  opacity: 1;
  background-color: rgba(0,0,0,.7);
  transition: all .3s ease
}
#SetupModal .modal-dialog {
  justify-content: center;
  min-width: 70%
}
@media (max-width:991.98px) {
  #SetupModal .modal-dialog {
    min-width: 90%
  }
}
#SetupModal .modal-content {
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  border: none;
  border-radius: var(--border-radius-20)
}
#SetupModal .modal-body {
  display: flex;
  padding: 0
}
#SetupModal .modal-image {
  flex: 0 0 75%;
  display: flex;
  align-items: center;
  justify-content: center
}
#SetupModal .modal-image img {
  max-width: 100%
}
#SetupModal .modal-info {
  flex: 0 0 25%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between
}
#SetupModal .modal-title {
  font-weight: 700;
  margin-bottom: 15px
}
#SetupModal .modal-desc {
  line-height: 1.6
}
#SetupModal .modal-icons i {
  font-size: 1.5rem;
  letter-spacing: 5px;
  transition: transform .2s ease
}
#SetupModal .modal-icons i:hover {
  color: #007bff;
  cursor: pointer;
  transform: scale(1.2);
  transition: transform .2s ease
}
@media (max-width:768px) {
  #SetupModal .modal-body {
    flex-direction: column
  }
  #SetupModal .modal-image,
  #SetupModal .modal-info {
    flex: 0 0 100%
  }
}
