.wire-hero {
  padding: 80px 20px;
}
.wire-hero__container {
  margin: auto;
  max-width: 1055px;
}
.wire-hero__logo {
  margin: auto;
}
.wire-hero__h1 {
  font-size: 48px;
  font-weight: 600;
  color: #121212;
  line-height: 60px;
  text-align: center;
  margin: 24px auto;
}
.wire-hero__text {
  font-weight: 300;
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
}
.wire-slider {
  padding: 80px 20px;
}
.wire-slider__heading {
  font-weight: 800;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
  max-width: 650px;
  margin: auto;
}
.wire-slider__slider-container {
  max-width: 1740px;
  margin: 50px auto;
  display: flex;
  gap: 24px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.wire-slider__slider-link {
  flex: 0 0 270px;
}
.wire-slider__slider-preview {
  display: block;
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.wire-slider__slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.wire-slider__slider-arrows__back,
.wire-slider__slider-arrows__next {
  cursor: pointer;
}
.wire-slider__slider-arrows__back {
  transform: scaleX(-1);
}
.wire-gap {
  padding: 80px 20px;
}
.wire-gap__container {
  border-radius: 8px;
  background: #121212;
  max-width: 1170px;
  margin: auto;
}
.wire-gap__heading {
  font-weight: 800;
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 0px;
}
.wire-gap__text {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  max-width: 761px;
  margin: 24px auto;
}
.wire-gap__text-bold {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: block;
}
.wire-gap__image {
  width: 100%;
  border: 2px solid #000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wire-grid {
  padding: 80px 20px;
}
.wire-grid__container {
  display: grid;
  grid-template-columns: 342px 342px 342px;
  grid-gap: 72px;
  margin: auto;
  justify-content: space-between;
  max-width: 1168px;
}
.wire-grid__block {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  height: 342px;
}
.wire-grid__block.first {
  background: linear-gradient(0deg, rgba(211, 172, 255, 0.3) 0%, rgba(0, 175, 123, 0.3) 100%);
}
.wire-grid__block .first-text {
  font-size: 36px;
  font-weight: 600;
  color: #121212;
  line-height: 46px;
}
.wire-grid__block__heading {
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 16px;
  max-width: 294px;
}
.wire-grid__block__text {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}
.wire-flow {
  padding: 80px 20px;
}
.wire-flow__heading {
  max-width: 525px;
  margin: auto;
  font-weight: 800;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
}
.wire-mid-cta {
  background: linear-gradient(0deg, #d3acff 0%, #00af7b 100%);
  padding: 40px;
  display: flex;
  justify-content: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
.wire-mid-cta__container {
  max-width: 780px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 70px;
}
.wire-mid-cta__heading {
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
  max-width: 635px;
  margin-bottom: 32px;
}
.wire-mid-cta__heading span {
  font-weight: 800;
}
.wire-mid-cta__button {
  width: 214px;
  height: 48px;
  padding: 14px 0px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  margin: auto;
}
.wire-mid-cta__button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #121212;
}
.wire-output {
  padding: 80px 20px;
}
.wire-output__heading {
  max-width: 550px;
  font-weight: 800;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
  margin: 80px auto;
}
.wire-output__block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  touch-action: pan-y;
}
.wire-output__left {
  flex: 1 1;
}
.wire-output__left__item {
  cursor: pointer;
  padding: 20px 0;
  border-top: 2px solid #121212;
}
.wire-output__left__item:first-child {
  border-top: none;
}
.wire-output__left__item:last-child {
  border-bottom: 2px solid #121212;
}
.wire-output__left__item.active .wire-output__left__hidden-text {
  display: block;
}
.wire-output__left__text {
  font-size: 18px;
  color: #2e2e2e;
  line-height: 16px;
  letter-spacing: 0.1px;
  font-weight: 600;
  margin-bottom: 0px;
}
.wire-output__left__hidden-text {
  display: none;
  font-size: 16px;
  color: #2e2e2e;
  margin-top: 20px;
}
.wire-output__right {
  flex: 1 1;
  margin: auto;
}
.wire-output__right__animation {
  border-radius: 24px;
  width: 100%;
  height: 300px;
}
.wire-output__mobile-steps {
  display: none;
  gap: 8px;
  margin-top: 24px;
}
.wire-output__mobile-steps__step {
  flex: 1 1;
  height: 4px;
  border-radius: 6px;
  background-color: #121212;
}
.wire-output__mobile-steps__step.not-active {
  background-color: #f3f3f3;
}
.wire-table {
  padding: 80px 20px;
}
.wire-table__container {
  padding: 20px 80px;
}
.wire-table__heading {
  font-weight: 800;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0px;
}
.wire-table__text {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
  margin: 24px auto;
}
.wire-table__table--mobile {
  display: none;
}
.wire-table__table table {
  max-width: 1160px;
  margin: 70px auto;
  width: 100%;
  border-collapse: collapse;
}
.wire-table__table thead {
  border-bottom: 2px solid #121212;
}
.wire-table__table th,
.wire-table__table td {
  border: none;
  text-align: left;
  padding: 12px;
  width: 261px;
}
.wire-table__table__header {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  line-height: 32px;
  text-transform: uppercase;
}
.wire-table__table .with-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.wire-table__table .with-icon::after {
  content: '';
  background: url('/images/purple-i-icon.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  display: flex;
  margin-left: 8px;
  justify-content: center;
}
.wire-table__table .with-icon::before {
  content: attr(data-tooltip);
  position: absolute;
  margin-bottom: 8px;
  top: 45px;
  background: #3b3b3b;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  pointer-events: none;
  z-index: 10;
}
.wire-table__table .with-icon:hover::before {
  opacity: 1;
  visibility: visible;
}
.wire-table__table__feature {
  font-weight: 600;
  font-size: 16px;
  color: #121212;
  line-height: 24px;
}
.wire-table__table__cell {
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
}
.wire-bottom-cta {
  background: linear-gradient(0deg, #d3acff 0%, #00af7b 100%);
  width: 100%;
  padding: 80px 20px;
}
.wire-bottom-cta__container {
  max-width: 780px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 60px 70px;
}
.wire-bottom-cta__heading {
  font-weight: 800;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0px;
}
.wire-bottom-cta__text {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
  margin: 24px auto;
}
.wire-bottom-cta__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.wire-bottom-cta__button-left {
  padding: 14px 0px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  width: 214px;
  height: 47px;
}
.wire-bottom-cta__button-left:hover {
  text-decoration: none;
  background-color: #fff;
  color: #121212;
}
.wire-bottom-cta__button-right {
  padding: 14px 0px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  width: 214px;
  height: 47px;
}
.wire-bottom-cta__button-right:hover {
  text-decoration: none;
  background-color: #121212;
  color: #fff;
}
.wire-hero__block {
  background: linear-gradient(0deg, #d3acff 0%, #00af7b 100%);
  border-radius: 8px;
  padding: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto;
  position: relative;
}
.wire-hero__block::before {
  content: '';
  background: url('/images/wire-hero-left.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 115px;
  height: 50px;
  left: -130px;
  top: 110px;
  display: flex;
  position: absolute;
}
.wire-hero__block::after {
  content: '';
  background: url('/images/wire-hero-right.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 100px;
  display: flex;
  position: absolute;
  right: -220px;
  bottom: 45px;
}
.wire-hero__block__container {
  border-radius: 8px;
  background: #ffffff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 780px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
}
.wire-hero__block__top {
  display: flex;
  justify-content: space-between;
}
.wire-hero__block__top__left {
  font-weight: 600;
  font-size: 18px;
  color: #121212;
  line-height: 28px;
}
.wire-hero__block__top__right {
  font-size: 12px;
  font-weight: 300;
  color: #121212;
  line-height: 28px;
}
.wire-hero__block__top__right a {
  text-decoration: underline;
  color: #121212;
}
.wire-hero__block-components {
  display: flex;
  justify-content: space-around;
  gap: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.wire-hero__block-components-cell {
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  width: 121px;
  margin: auto;
  text-align: center;
}
.wire-hero__block-components-cell.selected {
  background: #f0f0f0;
}
.wire-hero__block-components-cell:hover {
  background: #f0f0f0;
}
.wire-hero__block-components-cell:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.wire-hero__block-components-cell:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #e0e0e0;
}
.wire-hero__block-components-cell-img {
  height: 21px;
  width: auto;
  margin-right: 5px;
  filter: grayscale(100%);
}
.wire-hero__block-components-text {
  font-weight: 600;
  font-size: 12px;
  color: #121212;
  line-height: 28px;
  text-align: right;
  margin: auto 0px auto 7px;
}
.wire-hero-loader {
  display: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #121212;
}
.wire-hero-loader svg {
  height: 35px;
}
.wire-hero-mail-form {
  display: none;
  margin-top: 16px;
  font-size: 16px;
  color: #121212;
  position: relative;
  text-align: center;
}
.wire-hero-mail-form .input-wrapper {
  display: inline-block;
  vertical-align: top;
}
.wire-hero-mail-form .form__input {
  margin-bottom: 0;
}
.wire-hero-mail-form .form__button {
  width: 150px;
}
.wire-hero-mail-form > span {
  display: block;
  margin-bottom: 16px;
}
.wire-hero-logged-in-container {
  display: none;
  color: #121212;
}
.wire-hero-logged-in-container > span {
  display: inline-block;
  margin-bottom: 16px;
}
.wire-hero-logged-in-container .wire-hero__button-spinner {
  margin-bottom: 0;
}
.wire-hero-logged-in-container .wire-hero__block-link {
  background-color: #fcc820;
}
.wire-hero-logged-in-container .wire-hero__block-link:disabled {
  opacity: 0.8;
  cursor: default;
}
.wire-hero__button-spinner {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(18, 18, 18, 0.25);
  border-top-color: #121212;
  border-radius: 50%;
  animation: wire-button-spin 0.8s linear infinite;
}
@keyframes wire-button-spin {
  to {
    transform: rotate(360deg);
  }
}
.wire-hero__block-components-cell-text {
  font-size: 14px;
  color: #515151;
  margin: 0px;
  line-height: 21px;
}
.wire-hero__block-input {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 18px;
  font-family: soleil, Arial, sans-serif;
  color: #000000;
  line-height: 25px;
  max-width: 700px;
  margin: 20px auto 40px;
  width: 100%;
  height: 96px;
  vertical-align: top;
  padding: 15px;
}
.wire-hero__block-input::-moz-placeholder {
  font-size: 18px;
}
.wire-hero__block-input::placeholder {
  font-size: 18px;
}
.wire-hero__block-link {
  padding: 14px 0px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  max-width: 700px;
  margin: auto;
  width: 100%;
  font-weight: 700;
}
.wire-hero__block-link:disabled {
  opacity: 0.7;
}
.wire-hero__block-link:disabled:hover {
  background-color: #ccccff;
}
.wire-hero__block-link:hover {
  text-decoration: none !important;
  background: #f3f3f3 !important;
  color: #000;
}
@media (max-width: 1300px) {
  .wire-hero__block::before {
    background-size: 100%;
    width: 57px;
    height: 25px;
    left: -60px;
    top: 125px;
  }
  .wire-hero__block::after {
    background-size: 100%;
    width: 100px;
    height: 50px;
    right: -100px;
    bottom: 75px;
  }
  .wire-grid__container {
    grid-gap: 20px;
  }
}
@media (max-width: 1150px) {
  .wire-grid__container {
    grid-template-columns: 342px 342px;
    justify-content: center;
  }
  .wire-table th,
  .wire-table td {
    width: 200px;
  }
}
@media (max-width: 1050px) {
  .wire-hero__block::before {
    display: none;
  }
  .wire-hero__block::after {
    display: none;
  }
}
@media (max-width: 850px) {
  .wire-hero__block {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .wire-hero__block__container {
    box-sizing: border-box;
  }
  .wire-hero__block-components {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 0 auto;
  }
  .wire-hero__block-components-cell {
    flex: 0 0 auto;
  }
  .wire-hero__block-components-text {
    flex: 0 0 auto;
    white-space: nowrap;
    line-height: 14px;
  }
}
@media (max-width: 750px) {
  .wire-hero__block__top {
    flex-direction: column;
    gap: 8px;
  }
  .wire-hero__block__top__left,
  .wire-hero__block__top__right {
    margin-bottom: 0px;
  }
  .wire-output__block {
    flex-direction: column;
  }
  .wire-output__left__item {
    display: none;
    border-top: none;
    padding: 0;
  }
  .wire-output__left__item.active {
    display: block;
  }
  .wire-output__left__item:last-child {
    border-bottom: none;
  }
  .wire-output__mobile-steps {
    display: flex;
  }
  .wire-grid {
    padding: 80px 0px;
  }
  .wire-grid__container {
    display: block;
  }
  .wire-grid__block {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .wire-grid__block__heading {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .wire-table__container {
    padding: 20px;
  }
  .wire-table__table--desktop {
    display: none;
  }
  .wire-table__table--mobile {
    display: block;
  }
  .wire-table__table--mobile .wire-table__table__header {
    font-size: 16px;
    text-transform: capitalize;
  }
  .wire-table__table--mobile .wire-table__table__feature {
    text-align: center;
    margin-bottom: 12px;
  }
  .wire-table__table--mobile .wire-table__table__cell {
    text-align: center;
    margin: auto;
  }
  .wire-table__mobile-feature {
    padding: 24px 0;
    border-top: 2px solid #121212;
  }
  .wire-table__mobile-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    gap: 10px;
  }
  .wire-bottom-cta__container {
    padding: 20px;
  }
  .wire-bottom-cta__buttons {
    flex-direction: column;
    margin: auto;
  }
}
.page-wire .interactive_buttons__container-bottom-media {
  height: 374px;
}
.page-wire .interactive_buttons__container-bottom-media img {
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer a {
  color: #c6c6c6;
}
/*# sourceMappingURL=wire.css.css.map */
