/** Shopify CDN: Minification failed

Line 719:249 Expected ":"
Line 719:250 Expected identifier but found "100%"

**/
.image-with-text__wrapper{
  padding:0;
}
.image-with-text__image-wrapper{
  margin:0!important;
  width:50% !important;
}
.image-with-text__image-wrapper>img{
  border-radius:10px;
}
.image-with-text__text-wrapper-link{
    border-radius: 50px !important;
    padding: 2px  !important;
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
}
.image-with-text__text-wrapper-link>span:nth-child(1){
    background: #fff;
    border-radius: 50px;
    line-height: inherit;
    display: inline-block;
    font-size: 12px;
    width: 200px;
    transition: width 0.3s ease-in-out;
    text-align: center;
}
.image-with-text__text-wrapper-link>span:nth-child(2){
      width: 60px;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
}
.image-with-text__text-wrapper-link>span:nth-child(2)>svg{
    transform: rotate(90deg);
}
.image-with-text__text-wrapper-link>span:nth-child(2)>svg>polyline{
    transition: width 0.8s ease;
}
.image-with-text__text-wrapper-link:hover>span:nth-child(1){
    width: 250px;
    transition: width 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-with-text__text-wrapper-link:hover>span:nth-child(2)>svg>polyline{
stroke: #313fba;
}
.image-with-text__navigation{
      position: absolute;
    top: 15px;
    margin: 0px;
    width: 100%;
    grid-template-columns: 8.8% 8.8% 8.8% 8.8% 8.8%;
    right: 1%;
    column-gap: 1%;justify-content:end;
}
[dir=ltr] .image-with-text__content-wrapper{
  margin:5%;
}
.image-with-text__navigation-item:after{
  background:#fff;
}
.section__footer>a{
    padding: 0px 40px;
    border-radius: 40px;
line-height:48px;
}
.timeline__item{
    border-radius: 10px;
    overflow: hidden;   
}

.timeline__content>p{
  font-size:20px;
}
.timeline__content-subheading{
    color: #7b8292;
    font-size: 12px !important;
    margin-top: -10px !Important;
}
.timeline__image{
border-radius:10px;
}
.timeline-link{
    padding: 0 40px;
    border-radius: 40px;
    color: #000;
    display: table;
    margin: 40px auto 0;
    background: #f8be39;
}
.promotion-block__content-wrapper>a{
  color: #313FBA;
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 10px 5px 0 0;
letter-spacing:1px;
}   
.promotion-block__content-wrapper-flex{
  display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    max-width: 75%;
}
.promotion-block_button-wrapper{
      width: 170px;
    border-radius: 50px;
    padding: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.promotion-block_button-wrapper>span:nth-child(1){
      height: 100%;
    background: #FFCC30;
    color: #313FBA;
    border-radius: 50px;
    width: 120px;
    padding: 0px;
    text-align: center;transition:width 0.3s ease-in-out;
}
.promotion-block_button-wrapper>span:nth-child(2){
      width: 55px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px #313FBA;
    text-stroke: 2px blue;
    padding: 0px;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0px;
    align-items: center;
    justify-content: center;
}
.promotion-block_button-wrapper:hover>span:nth-child(1){
  width:170px;
}
#trustpilot-widget-trustbox-0-wrapper{
margin:50px 0 -50px !important;
}
.kate-ins{
  text-align:center;
}
.kate-ins-grid{
 display: grid;
    grid-template-columns: repeat(5, 1fr);      grid-gap: 5px;
}
.kate-ins-item:nth-child(1){   
grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.kate-ins-item>a{   
    display: block;
    position: relative;    overflow: hidden;
}
.kate-ins-item>a>img{   
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;    transition: transform 0.5s ease-in-out;
}
.kate-ins-item>a:hover>img{
    transform: scale(1.1);
  
}
.jdgm-medal__image>img{
  margin:0 !important;
}
.custom-review-item{
    margin-right: 20px;
border-radius: 10px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
  width:300px;
}
.custom-review{
 margin-top:0px;
}
.custom-review-image{
  position: relative;
    padding-bottom: 120%;
}
.custom-review-image>img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.review-content-start{
  display: flex;
    justify-content: center;
    padding: 20px 10px 10px;
}
.review-content-start>img{
  width:18px;height:18px;margin:0 3px;
}
.custom-review-item h2{
 margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px !important;  
}
.custom-review-link{
    background: #f8be39;
    text-align: center;
    display: table;
    margin: 50px auto 0;border-radius:50px;
}
.review-content-content{
    text-align: center;
    font-size: 13px;
    padding: 0 10px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
}
.custom-review-txt{
text-align: center;
    opacity: .8;
    margin: 7px 0 15px;  
}
.custom-review:before{
content:'';
position:absolute;
height:100%;
  width:200px;
  left:0p;
}
.custom-review:after{
content:'';
  position:absolute;
height:100%;
  width:200px;
  right:0px;
}

.kates-inspiration-image-with-reviews {
  --ki-review-brand-ink: #071027;
  --ki-review-brand-muted: #625b52;
  --ki-review-brand-green: #235a5d;
  --ki-review-brand-gold: #f8be39;
  --ki-review-brand-cream: #f6efe4;
  --ki-review-brand-cream-light: #fbf7ef;
  margin: 0;
  padding: clamp(38px, 5vw, 64px) 0 clamp(54px, 6vw, 84px);
  background:
    radial-gradient(circle at 8% 16%, rgba(248, 190, 57, 0.13), transparent 26%),
    var(--ki-review-brand-cream-light);
  overflow: hidden;
}

.kates-inspiration-image-with-reviews .section__header {
  margin-bottom: 34px;
  width: min(100%, 1760px);
  max-width: none;
  position: relative;
  text-align: left;
  padding: 0 clamp(18px, 3vw, 42px);
}

.kates-inspiration-image-with-reviews .section__header h2 {
  font-family: inherit;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--ki-review-brand-ink);
  margin: 0;
}

.kates-inspiration-image-with-reviews .custom-review-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-right: 148px;
}

.kates-inspiration-image-with-reviews .review-liquid-row {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.kates-inspiration-image-with-reviews .review-liquid {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.kates-inspiration-image-with-reviews .custom-review {
  padding: 20px clamp(18px, 3vw, 42px) 10px;
  width: min(100%, 1920px);
  margin: 0 auto;
}

.kates-inspiration-image-with-reviews .custom-review--flip {
  perspective: 1200px;
}

.kates-inspiration-image-with-reviews .custom-review--flip:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.kates-inspiration-image-with-reviews .custom-review--flip:not(.flickity-enabled) .custom-review-flip-card {
  flex: 0 0 auto;
}

.kates-inspiration-image-with-reviews .custom-review--flip .flickity-viewport {
  overflow: visible;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card {
  width: calc((100vw - clamp(36px, 6vw, 84px) - 68px) / 3);
  max-width: 560px;
  min-width: 360px;
  min-height: 540px;
  margin-right: 34px;
  border: 0;
  border-radius: 22px;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  color: var(--ki-review-brand-ink);
  outline: none;
  scroll-snap-align: center;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__inner {
  position: relative;
  min-height: 540px;
  transition: filter 0.35s ease;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card:hover .custom-review-flip-card__inner,
.kates-inspiration-image-with-reviews .custom-review-flip-card.is-flipped .custom-review-flip-card__inner {
  transform: none;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card:hover .custom-review-flip-card__inner {
  filter: drop-shadow(0 18px 34px rgba(16, 63, 66, 0.16));
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  border-radius: 12px;
  box-shadow: none;
  transition: opacity .28s ease, transform .56s cubic-bezier(.2, .75, .2, 1);
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__front {
  padding: clamp(34px, 2.6vw, 48px) clamp(30px, 2.5vw, 46px) 34px;
  border: 0;
  border: 1px solid rgba(35, 90, 93, 0.08);
  background: var(--ki-review-card-bg, var(--ki-review-brand-cream));
  overflow: hidden;
  opacity: 1;
  transform: rotateY(0deg);
  z-index: 2;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__back {
  overflow: hidden;
  background: var(--ki-review-brand-green);
  opacity: 0;
  transform: rotateY(14deg) scale(.985);
  z-index: 1;
  pointer-events: none;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card:hover .custom-review-flip-card__front,
.kates-inspiration-image-with-reviews .custom-review-flip-card.is-flipped .custom-review-flip-card__front {
  opacity: 0;
  transform: rotateY(-14deg) scale(.985);
  pointer-events: none;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card:hover .custom-review-flip-card__back,
.kates-inspiration-image-with-reviews .custom-review-flip-card.is-flipped .custom-review-flip-card__back {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
  pointer-events: auto;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__back img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  transform: scale(1.02);
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 540px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #103f42, #f8be39);
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__back-overlay {
  position: absolute;
  inset: auto 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(16, 63, 66, 0.78);
  backdrop-filter: blur(8px);
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__link {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: #103f42;
  background: #f8be39;
  text-decoration: none;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card .review-content-start {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 0 28px;
  color: var(--ki-review-brand-gold);
  font-size: 22px;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(248, 190, 57, 0.25);
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: clamp(10px, 1vw, 16px);
  color: #16877f;
  font-size: clamp(10px, .72vw, 13px);
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: middle;
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__verified {
  font-weight: 500;
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__mark {
  width: 1.55em;
  height: 1.12em;
  flex: 0 0 auto;
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__brand {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  padding-right: 1.6em;
  font-size: 1.12em;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__judge,
.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__dot {
  color: #46b8ad;
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__me {
  color: #154a67;
}

.kates-inspiration-image-with-reviews .custom-review-judgeme-badge__reviews {
  position: absolute;
  right: 0;
  bottom: -0.5em;
  color: #154a67;
  font-size: .36em;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card .review-content-content {
  display: -webkit-box;
  height: auto;
  max-height: 310px;
  padding: 0;
  overflow: hidden;
  color: var(--ki-review-brand-ink);
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.64;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card .custom-review-txt {
  margin: auto 0 0;
  padding-top: 20px;
  color: var(--ki-review-brand-ink);
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  opacity: 1;
}

.kates-inspiration-image-with-reviews .custom-review-flip-card__hint {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 10px;
  color: color-mix(in srgb, var(--ki-review-brand-muted) 78%, transparent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kates-inspiration-image-with-reviews .custom-review-link {
  min-width: 160px;
  padding-right: 26px;
  padding-left: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.kates-inspiration-image-with-reviews .custom-review-link--header {
  display: none;
}

.kates-inspiration-image-with-reviews .custom-review-link--header:hover {
  display: none;
}

.kates-inspiration-image-with-reviews .custom-review--flip .flickity-button {
  top: -82px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(35, 90, 93, 0.08);
  color: var(--ki-review-brand-green);
  opacity: 1;
  box-shadow: none;
  transform: none;
}

.kates-inspiration-image-with-reviews .custom-review--flip .flickity-button:hover {
  background: var(--ki-review-brand-green);
  color: #fff;
}

.kates-inspiration-image-with-reviews .custom-review--flip .flickity-button.previous {
  left: auto;
  right: 122px;
}

.kates-inspiration-image-with-reviews .custom-review--flip .flickity-button.next {
  right: 50px;
}

.kates-inspiration-image-with-reviews .custom-review-mobile-dots {
  display: none;
}

@media (min-width: 1921px) {
  .kates-inspiration-image-with-reviews .custom-review-flip-card {
    width: 560px;
  }
}

@media (max-width: 1180px) {
  .kates-inspiration-image-with-reviews .custom-review-flip-card {
    width: calc((100vw - 70px) / 2);
    min-width: 320px;
  }
}

@media (max-width: 740px) {
  .kates-inspiration-image-with-reviews {
    padding-top: 34px;
  }

  .kates-inspiration-image-with-reviews .section__header {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .kates-inspiration-image-with-reviews .section__header h2 {
    font-size: clamp(24px, 7.4vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .kates-inspiration-image-with-reviews .review-liquid-row {
    margin-top: 18px;
  }

  .kates-inspiration-image-with-reviews .review-liquid {
    width: 100%;
  }

  .kates-inspiration-image-with-reviews .custom-review-header-row {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0;
  }

  .kates-inspiration-image-with-reviews .custom-review-link--header {
    align-self: flex-start;
  }

  .kates-inspiration-image-with-reviews .custom-review--flip .flickity-button {
    display: none;
  }

  .kates-inspiration-image-with-reviews .custom-review-mobile-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 18px auto 0;
    padding: 0 16px;
  }

  .kates-inspiration-image-with-reviews .custom-review-mobile-dot {
    display: block;
    width: 28px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: var(--ki-review-dot-inactive, #d1d1d1);
    opacity: 1;
    cursor: pointer;
    transition: width .24s ease, background-color .24s ease, transform .24s ease;
  }

  .kates-inspiration-image-with-reviews .custom-review-mobile-dot.is-active {
    width: 40px;
    background: var(--ki-review-dot-active, #6f3e5f);
  }

  .kates-inspiration-image-with-reviews .custom-review-flip-card,
  .kates-inspiration-image-with-reviews .custom-review-flip-card__inner,
  .kates-inspiration-image-with-reviews .custom-review-flip-card__face,
  .kates-inspiration-image-with-reviews .custom-review-flip-card__back img,
  .kates-inspiration-image-with-reviews .custom-review-flip-card__placeholder {
    min-height: 460px;
  }

  .kates-inspiration-image-with-reviews .custom-review-flip-card {
    width: 84vw;
    min-width: 0;
    margin-right: 18px;
  }

  .kates-inspiration-image-with-reviews .custom-review-flip-card__front {
    padding: 28px 24px 24px;
  }

  .kates-inspiration-image-with-reviews .custom-review-flip-card .review-content-content {
    max-height: 260px;
    -webkit-line-clamp: 11;
  }
}
/* collection list product */
.collection-product-flex{display:flex;justify-content:space-between;flex-wrap:wrap;}.collection-product{width:32%;margin-bottom:25px;}.collection-product-item{display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:15px;overflow:hidden;}.collection-product-item>a{width:32.5%;position:relative;padding-bottom:25%;display:block;overflow:hidden;}.collection-product-item>a:hover>img{transform:scale(1.1);}.collection-product-item>a:nth-child(1){width:100%;padding-bottom:75%;margin-bottom:1.2%;}.collection-product-item>a>img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.5s ease-in-out;}.collection-product-item>a>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;z-index:2;font-size:18px;}.collection-product-item > a:last-child::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background-color:#0006;z-index:1;}.collection-product>h2{font-size:18px;margin-top:10px;}.collection-list-product header>p{color:#53556b;margin-top:-10px;}.collection-product-link{display: table;background-color: #f8be39;margin: 10px auto 0;border-radius:40px;}
@media(max-width:990px){.collection-product{width:49%;}#trustpilot-widget-trustbox-0-wrapper{margin:30px 0 -30px !important;}}
@media(max-width:740px){.collection-product-item>a:nth-child(3){display:none;}.collection-product-item>a{width:49.5%;padding-bottom:39%;}.collection-product-item>a:nth-child(1){padding-bottom:58%;}.collection-product-item>a>span{font-size:15px;width;100%;text-align:center;}.collection-product>h2{font-size:14px;}}

/* image with txt pro */
.image-pro-flex{
    display: flex;
  flex-wrap:wrap;
    align-items: center;
}
.image-pro-txt{
  width:50%;padding-right:10%;
}
.image-pro-img{
  width:50%;
}
.image-pro-img>img{
  width:100%;
}
  .image-pro-txt>p{
    font-size: 16px;
    margin: -10px 0 30px;
  }
.image-pro-link{
    background: #fff;
    border-radius: 50px;
    padding: 2px;
    display: inline-flex;
    position: relative;
    width: 150px;
    height: 50px;
}
.image-pro-link>span:nth-child(1){
    background: #f8be39;font-weight:600;
    border-radius: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;  
    transition: width 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-pro-link>span:nth-child(2){
    font-size: 20px;
    transform: rotate(180deg);
    color: #313FBA;
    width: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 50px;    transition: width 0.5s ease;
}
.image-pro-link:hover>span:nth-child(1){
    width: 150px;
}
.image-pro-link:hover>span:nth-child(2){
    color: #000;
}
  .image-with-txt-pro{
    position:relative;
        background-color: #f9cb61;
    padding: 50px;
    margin: var(--vertical-breather) 0 0;
  }

  @media(max-width:740px){
    .image-pro-txt{
          width: 100%;
    padding-right: 0;
    text-align: center;
    }
.image-pro-img{
      width: 100%;
    margin-top: 30px;
}

   
  }

  @media(max-width:550px){
    .custom-review-item{
      width:260px;
    }
  }


/* image with txt */
@media(max-width:1400px){
.image-with-text__content-wrapper{
  width:35%;margin:0 auto !important;
}
  
}
@media(max-width:999px){
.image-with-text__content-wrapper{
  width:35%;margin:0 auto !important;
}
.image-with-text__image-wrapper{
  width:100% !important;
}
  .image-with-text{
    padding:0px;
  }
.image-with-text__navigation{
  grid-template-columns:19% 19% 19% 19% 19%;right:0.5%;
}
.image-with-text__content-wrapper{
      width: 90%;
    margin: 0 auto 5% !important;
}

  
}


/* timeline__list */
@media(max-width:999px){
.timeline__list{
padding-left:2%;grid-template-columns:75% 75%;
}
.timeline__item{
  display:flex;flex-wrap:wrap;overflow:inherit;padding-right:20px !important;
}
.timeline__content-wrapper{
  width:100%;max-width:100%;
}
.timeline__image-wrapper{
  width:100%;
}
.timeline__content{
  margin-right:0 !important;
}
}
@media(max-width:740px){
.timeline__item{
  min-width:300px;
}
.timeline__list{
  grid-template-columns:auto;
}
.timeline__content{
  padding:20px;
}
  .timeline__content>p{
    font-size:14px;
  }
}

/* Keep the Judge.me medals injected on production within the mobile viewport. */
@media (max-width: 740px) {
  .orientation-2026-image-with-reviews .jdgm-medals-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .orientation-2026-image-with-reviews .jdgm-medals {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .orientation-2026-image-with-reviews .jdgm-medals__container {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
