.creative-tabs .tab-link {
  cursor:pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.creative-tabs .creative-tabs__tab-info h6 {
  text-transform: uppercase;
}
@keyframes show {
  0% {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
.creative-tabs .creative-tabs__tab-info {
  display:none;
}
.creative-tabs .creative-tabs__tab-info.active {
  display:block;
  animation: show .3s ease-in-out;
}
.creative-tabs .creative-tabs__dots-container {
  gap:8px;
}
.creative-tabs .creative-tabs__dots {
  width:8px;
  height:8px;
  border-radius: 50%;
  cursor:pointer;
}
.creative-tabs .creative-tabs__info-container {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
}

.creative-tabs__card-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.creative-tabs__card-title span {
  width: 24px;
}

.creative-tabs__card-title svg {
  height: 32px;
  color: #F4592F;
  fill: #F4592F;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0.3em;
}

.tab-link svg {
  max-width: 36px;
  max-height: 36px;
  color: #126996;
  fill:#126996;
}

.tab-link .active {
  background-color: #F2F2F2;
  border-radius: 20px;
}

.tab-link {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 0;
  max-width: 356px;
}

.tab-link > *{
  display: inline-block;
  vertical-align: middle;
}

.tab-link h5{
  max-width: calc(100% - 72px);
}

@media (min-width: 1080px) {
  .tab-link__icon {
    width: 36px;
    text-align: center;
    margin-right: 30px;
  }
}


.tab-link h3 {

}

.creative-tabs {
  justify-content: center;
  margin-left: 0;
}

.creative-tabs .tab-link.active {
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 40px 30px;
}

.creative-tabs__info-container {
  border-radius: 20px;
  max-width: 548px;
  min-height: 464px;
  border-radius: 20px;
}

.creative-tabs__info-container img {
  border-radius: 20px 20px 0px 0px;
}

.creative-tabs__image-container {
  max-width: 548px;
  text-align: center;
}

.creative-tabs__tab-info {
  max-width: 548px;
}

@media (min-width: 900px) {
  .creative-tabs__tabs-container {
    padding-right: 28px;
  }
}

@media (max-width: 900px) {
  .creative-tabs__tabs-container {
    padding-bottom: 28px;
  }
}

.creative-tabs__title-description {
  padding: 40px;
}

.tab-link h5 {
  color: #063340;
}

@media (max-width: 600px) {
  .tab-link {
    max-width: 330px;
  }
}

.tab-link h5 {
  margin-bottom: 0;
}

.creative-tabs__anchor:focus,
.creative-tabs__anchor:active,
.creative-tabs__anchor:hover {
  text-decoration: none;
}

@media (min-width: 765px) and (max-width: 900px) {
  .creative-tabs__tabs-container {
    align-items: center;
  }
  .flex-column-reverse {
    flex-direction: row-reverse !important;
    margin-left: -15px;
  }
  .tab-link {
    max-height: auto;
    max-width: 95%;
  }
}


{# Setup of the new design from overscroll in X axis #}
@media (max-width: 764px) {
  .creative-tabs__tabs-container {
    display: flex;
    height: auto;
    overflow-x: scroll;
    max-width: 100vw;
    {# Compatibility Equivalents With Other Browsers  #}
    overscroll-behavior-x: contain;
    -ms-scroll-chaining: none; 
    scroll-chaining: none;

    scroll-snap-type: block;
    -ms-scroll-snap-type: mandatory; 
    -webkit-scroll-snap-type: mandatory; 
    scroll-snap-type: mandatory;

    -webkit-touch-action: auto;
    -ms-touch-action: auto;
    touch-action: auto;  
  }

  .tab-link {
    min-width: 225px;
    min-height: auto;
    flex-direction: column; 
    gap: 8px;
    grid-gap 8px;
  }

  .tab-link h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #063340;
  }

  .tab-link svg {
    max-width: 24px;
    max-height: 24px;
  }

  .creative-tabs {
    display: flex;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: nowrap;
  }

  .creative-tabs__tabs-container::-webkit-scrollbar,
  .creative-tabs__tabs-container::-webkit-scrollbar-thumb {
    height: 0;
    width: 0;
    background: transparent;
  }


  .creative-tabs .tab-link.active,
  .creative-tabs .tab-link {
    padding: 20px;
    align-items: initial;
  }
}
