#faq-sections{
  overflow: clip;
  position: relative;
  background-color: transparent;
  top: 0;
  background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255) 15%, rgb(235 243 249) 100%);
  z-index: 11;
}
#faq-sections .tittle{
  grid-column: span 2;
  margin: calc(var(--default-items-margin) * 4) 0 calc(var(--default-items-margin) * 2) 0;
  text-align: left;
  z-index: 12;
}
#faq-sections .tittle h2{
  max-width: 650px;
  text-align: left;
  margin: 0 auto calc(var(--default-items-margin) / 2) 0;
}
#faq-sections .tittle h4{
  font-size: 1.35em;
  margin-block-start: 0;
  margin-block-end: 0;
}
#faq-sections .tittle h5{
  text-align: left;
}
.bg-top-faq-section{
  position: absolute;
  width: auto;
  right: 0;
  height: 70%;
  top: 0;
}
.bg-top-faq-section svg{
  width: auto;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 0;
}
#faq-sections .faq-ul-container{
  grid-column: span 3;
  grid-column-start: 3;
  grid-column-end: 7;
  padding: calc(var(--default-items-padding) * 0) 0 calc(var(--default-items-padding) * 2) calc(var(--default-items-padding) * 2);
  z-index: 7;
}
#faq-sections .faq-ul-container ul{
  list-style: none;
  padding: 0;
  margin: calc(var(--default-items-margin) * 2) 0 calc(var(--default-items-margin) * 4);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--default-items-margin) * 2);
}
#faq-sections .faq-ul-container ul li{
  position: relative;
  flex-shrink: 0;
  width: calc(50% - var(--default-items-margin));
}
#faq-sections .faq-ul-container ul li .img-container{
  width: 100%;
  aspect-ratio: 21 / 9;
}
#faq-sections .faq-ul-container ul li .img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#uuid-b99cb7e0-bb82-4abd-a458-e850aed40102{
  fill: rgb(24 10 111);
}
.faq-container{
  grid-column-start: 1;
  grid-column-end: 7;
  z-index: 12;
}
/*
.faq-container ul{
  list-style: none;
  padding: 0 0;
  border-radius: 22px;
  border-width: 0px;
  border-color: #ebebeb;
  border-style: solid;
  box-sizing: border-box;
  margin: 48px 0;
}
.faq-container ul li{
  background-color: rgb(255 255 255);
  border-radius: 0;
  margin: 0 0;
  border-bottom-width: 1px;
  border-bottom-color: #e3e6e7;
  border-bottom-style: solid;
}
.faq-container ul li.expanded{
  background-color: #F7FAFC;
}
.faq-container ul li:first-child{
  margin-top: 0;
  border-radius: 22px 22px 0 0;
}
.faq-container ul li:last-child{
  border-bottom-width: 0;
  border-radius: 0 0 22px 22px;
}
.faq-container ul li button{
  width: 100%;
  padding: 20px 32px;
  background: transparent;
  border:none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: unset;
  fill: var(--fontDarkColorLighter);
}
.faq-container ul li button:hover{
  fill: var(--primaryLighter);
}
.faq-container ul li button h4{
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--color-shade-dark-600);
  color: var(--primary-brand-color);
  font-weight: 400;
}
.faq-container ul li button svg{
  width: 28px;
  height: 28px;
  fill: inherit;
}
.faq-container ul li div{
  display: none;
  padding: 0px 24px 24px 24px;
}
.faq-container ul li.expanded div{
  display: block;
}
.faq-container ul li div p{
  margin-block-start: 0;
}
*/
.faq-container ul{
  list-style: none;
  padding: 0;
  margin: calc(var(--default-items-margin) * 2) 0 calc(var(--default-items-margin) * 4);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--default-items-margin) * 2);
}
.faq-container ul li{
  width: calc(50% - var(--default-items-margin));
  flex-shrink: 0;
  aspect-ratio: 5 / 3;
  height: auto;
  overflow: hidden;
  gap: var(--default-items-margin);
  box-sizing: border-box;
  border-width: 5px;
  border-color: #fff;
  border-style: solid;
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 3%);
  position: relative;
  cursor: pointer;
}
.faq-container ul li:hover{
  box-shadow: 0 0 30px rgb(0 0 0 / 23%);
}
.faq-container ul li>.container{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.faq-container ul li .img-container{
  width: 100%;
  height: 100%;
  position: absolute;
}
.faq-container ul li .img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
.faq-container ul li .description{
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: calc(var(--default-items-padding) * 2);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: wrap;
  z-index: 1;
}
.faq-container ul li .img-container::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 60%) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.faq-container ul li>.container:hover .img-container::after{
  background: linear-gradient(to top, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 50%) 40%, rgba(0, 0, 0, 0) 100%);
}
.faq-container ul li .description h5{
  width: 100%;
  margin-block-end: 0.1em;
  margin-block-start: 0;
  color: rgb(255 255 255 / 85%);
  z-index: 1;
  display: inline-block;
}
.faq-container ul li .description h3{
  color: rgb(255 255 255 / 100%);
  max-width: 750px;
  font-size: 1.85em;
  margin-block-start: 0;
  margin-block-end: 0;
  width: fit-content;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 1;
  text-shadow: 0 0 20px #000000cc;
  text-align: left;
  position: relative;
}
.faq-container ul li>.container:hover .description h3 .go-icon-cont svg{
    animation-name: fade-in-from-left-animation;
    fill: #fff;
}
.faq-container ul li .description p{
  max-width: 800px;
  width: 90%;
  line-height: 1.6em;
  text-align: center;
  margin: 0.2em 0 0 0;
  color: var(--color-shade-dark-800);
  color: rgb(255 255 255 / 100%);
  text-align: left;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.faq-container ul li>.container:hover .description p{
  height: 4.8em;
}

.shop #uuid-2e625dbf-0e5d-4ce5-b80a-9b364f72fe3c,
.product #uuid-2e625dbf-0e5d-4ce5-b80a-9b364f72fe3c{
fill: rgb(255 255 255);
}
.shop #uuid-43d0de6f-db29-4ee0-9fc3-f2def2d5344f,
.product #uuid-43d0de6f-db29-4ee0-9fc3-f2def2d5344f{
    fill: rgb(255 255 255);
}
.shop #uuid-b99cb7e0-bb82-4abd-a458-e850aed40102,
.product #uuid-b99cb7e0-bb82-4abd-a458-e850aed40102{
    fill: rgb(255 255 255);
}
@media screen and (min-width:0px) and (max-width:1019px) {
  #faq-sections .tittle{
    grid-column: span 6;
    margin: calc(var(--default-items-margin) * 8) 0 calc(var(--default-items-margin) * 2) 0;
  }
  #faq-sections .tittle h2{
    font-size: 2.2em;
  }
  #faq-sections .tittle h4{
    max-width: 90%;
  }
  .faq-container ul{
    flex-wrap: wrap;
    margin: calc(var(--default-items-margin) * 2) 0 calc(var(--default-items-margin) * 2);
  }
  .faq-container ul li{
    width: 100%;
    aspect-ratio: 5 / 5;
  }
  .faq-container ul li .description h3{
    font-size: 1.45em;
  }
  .bg-top-faq-section{
    height: 30%;
  }
}