/*#region ------ Variables --- */
/*#region ------ Arrays --- */
/*#endregion*/
/*#endregion*/
/*#region ------ Mixins --- */
/*#endregion*/
/*#region ------ Functions --- */
/*#endregion*/
/* ------ Parts ------ */
/* ------ Components ------ */
/* ------ Widgets ------ */
/* ------ Elements ------ */
/* ------ Templates ------ */
.component_list_1 {
  overflow: hidden;
  display: flex;
  position: relative;
}
.component_list_1:before {
	content: '';
    background-image: url(./backline-1.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.05;
/*     background-size: 130%; */
/* 	background-size: calc( (100vw - 320px) / (1200 - 320) * (16 - 14) + 14px ); */
	background-size: 3300px;
}
@media (max-width: 1200px) {
	.component_list_1:before  {
		display:none;
	}
}
.component_list_1 .component__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  grid-gap: 90px;
}
.component_list_1 .list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.component_list_1 .list__head {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-column: auto/span 3;
}
.component_list_1 .list__title {
  text-transform: uppercase;
  text-decoration: underline;
}
.component_list_1 .list__link {
  display: flex;
  align-items: center;
  line-height: 100%;
  font-family: "FiraSans-Medium";
}
.component_list_1 .list__link .figure {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-main-1);
  transition: background-color ease-in-out 400ms;
}
.component_list_1 .list__link .figure:hover {
  background-color: var(--color-dark);
}
.component_list_1 .list__link .figure:hover:before {
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
}
.component_list_1 .list__link .figure:before {
  content: "";
  display: flex;
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.66668 4.66663L11.3333 11.3333M11.3333 11.3333V5.99996M11.3333 11.3333H6.00001" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
  background-size: 60%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.component_list_1 .card {
  height: fit-content;
}
.component_list_1 .card:not(.component_list_1 .card.cup) {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 25px;
  position: relative;
  background-color: var(--color-light);
  transition: border-color ease-in-out 300ms, transform ease-in-out 300ms, background-color ease-in-out 300ms;
  height: 100%;
  border: 1px solid var(--color-shade-4);
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__image {
  display: none;
  filter: invert(17%) sepia(0%) saturate(928%) hue-rotate(255deg) brightness(100%) contrast(79%);
  height: 100%;
  max-width: 100px;
  flex-shrink: 0;
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__image img {
  object-fit: cover;
}
.component_list_1 .card:not(.component_list_1 .card.cup):hover {
  border-color: var(--color-main-1);
}
.component_list_1 .card:not(.component_list_1 .card.cup):hover .card__link .figure {
  background-color: var(--color-dark);
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__link {
  display: none;
  align-items: center;
  line-height: 100%;
  font-family: "FiraSans-Medium";
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__link .figure {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-main-1);
  transition: background-color ease-in-out 400ms;
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__link .figure:hover {
  background-color: var(--color-dark);
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__link .figure:hover:before {
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
}
.component_list_1 .card:not(.component_list_1 .card.cup) .card__link .figure:before {
  content: "";
  display: flex;
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.66668 4.66663L11.3333 11.3333M11.3333 11.3333V5.99996M11.3333 11.3333H6.00001" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
  background-size: 60%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.component_list_1 .card:not(.component_list_1 .card.cup):hover {
  transform: scale(1.02);
}
.component_list_1 .card.cup {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 25px;
  position: relative;
  background-color: var(--color-light);
  transition: border-color ease-in-out 300ms, transform ease-in-out 300ms, background-color ease-in-out 300ms;
  height: 100%;
  align-items: center;
  background-color: var(--color-main-1);
}
.component_list_1 .card.cup .card__image {
  display: none;
  filter: invert(17%) sepia(0%) saturate(928%) hue-rotate(255deg) brightness(100%) contrast(79%);
  height: 100%;
  max-width: 100px;
  flex-shrink: 0;
}
.component_list_1 .card.cup .card__image img {
  object-fit: cover;
}
.component_list_1 .card.cup:hover {
  background-color: var(--color-dark);
}
.component_list_1 .card.cup .card__title {
  z-index: 1;
  color: var(--color-light);
}
.component_list_1 .card.cup:hover {
  transform: scale(1.02);
}
.component_list_1 .background {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.component_list_1 .background svg {
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.component_list_1 .background svg path {
  fill: var(--color-main-1) !important;
}
@media (min-width: 1920px) {
  .component_list_1 .background svg {
    transform: scale(1.2);
  }
}
.component_list_1 .container {
  z-index: 1;
}
@media (max-width: 991px) {
  .component_list_1 .component__inner {
    grid-gap: calc(0.0340909091 * 100vw + 19.0909090909px);
  }
  .component_list_1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .component_list_1 .list__head {
    grid-column: auto/span 2;
  }
  .component_list_1 .card {
    padding: 15px !important;
  }
}
@media (max-width: 575px) {
  .component_list_1 .list {
    grid-template-columns: 1fr;
  }
  .component_list_1 .list__head {
    grid-column: auto/span 1;
  }
}