body:not(.elementor-editor-active) .scs_widget--animatedText {
  display: flex;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .static__start {
  margin-right: 0.5em;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .static__end {
  margin-left: 0.5em;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text {
  display: inline-block;
  position: relative;
  height: 1em;
  top: 0;
  transition: width 0.3s ease;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  position: static;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text ul li {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  opacity: 0;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text.animate_down ul li.active {
  opacity: 1;
  animation: active-down 0.35s;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text.animate_down ul li.inactive {
  animation: inactive-down 0.35s;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text.animate_up ul li.active {
  opacity: 1;
  animation: active-up 0.35s;
}
body:not(.elementor-editor-active) .scs_widget--animatedText .animated__text.animate_up ul li.inactive {
  animation: inactive-up 0.35s;
}

@keyframes active-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes inactive-down {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes active-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes inactive-up {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes scsSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.scs__spinner {
  border: 2px solid #68737D;
  border-radius: 10000px;
  border-right-color: transparent;
  border-top-color: transparent;
  display: block;
  position: relative;
  width: 5em;
  height: 5em;
  margin: 3em auto;
  animation: scsSpin 500ms infinite linear;
}

.scs_widget--switch {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.scs_widget--switch .tabs__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.scs_widget--switch .tabs__wrapper.align_left {
  justify-content: flex-start;
}
.scs_widget--switch .tabs__wrapper.align_right {
  justify-content: flex-end;
}
.scs_widget--switch .tabs__wrapper .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.08);
  border-radius: 200px;
  margin-bottom: 10px;
}
.scs_widget--switch .tabs__wrapper .tabs .tab {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  outline: none !important;
  color: #68737D;
  padding: 10px 20px;
  margin: 5px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 200px;
}
.scs_widget--switch .tabs__wrapper .tabs .tab.active__tab {
  background: #000;
  color: #fff;
}
.scs_widget--switch.dark .tabs__wrapper .tabs {
  background: rgba(0,0,0,.08);

}
.scs_widget--switch.dark .tabs__wrapper .tabs .tab {
  color: #fff;
}
.scs_widget--switch.pills .tabs__wrapper .tabs {
  background: transparent;
}
.scs_widget--switch.pills .tabs__wrapper .tabs .tab {
  background: rgba(0,0,0,.08);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 8px;
  margin: 3px;
}
.scs_widget--switch.pills .tabs__wrapper .tabs .tab:not(.active__tab):hover {
  background: #181B1F;
}
.scs_widget--switch.pills .tabs__wrapper .tabs .tab.active__tab {
  background: #000;
}

body:not(.elementor-editor-active) .content-switcher:not(.active__content) {
  display: none;
}

.scs_widget--filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scs_widget--filters button {
  -webkit-appearance: none;
  appearance: none;
  color: #68737D;
  outline: none !important;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.scs_widget--filters button.active {
  color: #fff;
}
.scs_widget--filters:not(.tabs):not(.pills) button {
  background: transparent !important;
  border: none !important;
}
.scs_widget--filters.tabs ul li {
  text-align: right;
}
.scs_widget--filters.tabs button {
  padding: 20px;
  border-radius: 12px 0 0 12px;
  border-width: 1px 0 1px 1px;
  margin: 5px auto;
  margin-right: -1px;
}
.scs_widget--filters.tabs button.active {
  color: #fff;
  font-weight: 700;
  text-align: right;
  display: block;
}
.scs_widget--filters.tabs button:not(.active) {
  background: transparent;
}
.scs_widget--filters.pills ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.scs_widget--filters.pills button.filter,
.scs_widget--filters.pills button.filter__all {
  background: #68737D;
  color: #fff;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 8px;
  margin: 3px;
}
.scs_widget--filters.pills button.filter:not(.active):hover,
.scs_widget--filters.pills button.filter__all:not(.active):hover {
  background: #181B1F;
}
.scs_widget--filters.pills button.filter.active,
.scs_widget--filters.pills button.filter__all.active {
  background: #000;
}

@media screen and (max-width: 600px) {
  .scs_widget--link {
    max-height: 60px;
  }
  .scs_widget--link .link__thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.scs_widget--link {
  display: flex;
  border-radius: 12px;
  border: 1px solid #CCCCCC;
  max-height: 80px;
  padding: 0 15px 0 0;
  overflow: hidden;
  transition: 0.3s all ease-out;
}
.scs_widget--link:hover {
  padding: 0 3px 0 0;
  border-color: #509BE0;
}
.scs_widget--link:hover .link__icon {
  background-color: #509BE0;
  margin: 6px 0 6px 22px;
}
.scs_widget--link .link__thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.scs_widget--link .link__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 0 10px;
}
.scs_widget--link .link__text h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1.5em;
  color: #000;
  min-width: 100%;
}
.scs_widget--link .link__text p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2em;
  color: #616161;
  min-width: 100%;
  margin: 0 0 2px;
}
.scs_widget--link .link__icon {
  max-width: 90px;
  width: 90px;
  margin: 6px 0 6px 10px;
  background-color: #181B1F;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: 0.3s all ease-out;
}

.scs_widget--materials__table.material__details table th {
  background: #000;
  color: #fff;
}
.scs_widget--materials__table.material__details table td {
  width: 50%;
}

/*# sourceMappingURL=widget-styles.css.map */
