.block_3 {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  background: var(--Primary-Rich-black, #121212);
}
.block_3 .title {
  margin-bottom: 1.5rem;
  color: var(--Secondary-Platinum, #EAEAEA);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 3rem */
}
.block_3 .subtitle {
  color: var(--Grey-scale-500, #B5B5B5);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  width: 42.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block_3 .tabs_block {
  margin-top: 4.5rem;
}
.block_3 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.block_3 .tabs .tab_title {
  color: var(--Base-White, #FFF);
  font-family: "Switzer Variable";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.875rem */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6875rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--Grey-800, #222);
  cursor: pointer;
}
.block_3 .tabs .tab_title.active {
  color: var(--Base-Black, #000);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.875rem */
  background: var(--Base-White, #FFF);
  border-radius: 0.5rem;
  border: 1px solid var(--Base-Black, #000);
  background: var(--Base-White, #FFF);
}
.block_3 .tab_content {
  display: -ms-grid;
  display: grid;
}
.block_3 .tab_content .tab {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0s 0.35s;
  transition: opacity 0.35s ease, visibility 0s 0.35s;
}
.block_3 .tab_content .tab.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.block_3 .tab_line {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  border: 1px solid var(--Grey-scale-800, #3C3C3C);
  background: var(--card_business_v2, linear-gradient(180deg, #101010 0%, #111 6.67%, #111 13.33%, #111 20%, #121212 26.67%, #131313 33.33%, #131313 40%, #151515 46.67%, #161616 53.33%, #171717 60%, #171717 66.67%, #181818 73.33%, #191919 80%, #191919 86.67%, #1A1A1A 93.33%, #1A1A1A 100%));
}
.block_3 .tab_line .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3rem;
}
.block_3 .tab_line .left_side .pretitle_left_side {
  color: var(--Grey-scale-700, #747474);
  font-family: "Switzer Variable";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.block_3 .tab_line .left_side .title_left_side {
  color: var(--Secondary-Platinum, #EAEAEA);
  font-family: "Switzer Variable";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 2.7rem */
  margin-bottom: 1rem;
}
.block_3 .tab_line .left_side .text_left_side {
  color: var(--Grey-scale-600, #919191);
  font-family: "Switzer Variable";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  width: 24.43rem;
}
.block_3 .tab_line .right_side {
  width: 37.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.block_3 .tab_line .right_side .img_block {
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--Grey-750, #404044);
  border-bottom: 1px solid var(--Grey-750, #404044);
  border-left: 1px solid var(--Grey-750, #404044);
  height: calc(100% + 2px);
  position: relative;
  top: -1px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .block_3 .title {
    font-size: 2rem;
  }
  .block_3 .tab_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_3 .tab_line .left_side {
    padding: 2rem;
  }
  .block_3 .tab_line .left_side .text_left_side {
    width: 100%;
  }
  .block_3 .tab_line .left_side .title_left_side {
    font-size: 1.75rem;
  }
  .block_3 .tab_line .right_side {
    width: 100%;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .block_3 .tab_line .right_side .img_block {
    height: auto;
    min-height: 16rem;
    top: 0;
    border-radius: 0 0 1rem 1rem;
    border-right: 1px solid var(--Grey-750, #404044);
  }
}
@media (max-width: 767px) {
  .block_3 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .block_3 .title {
    font-size: 1.75rem;
  }
  .block_3 .subtitle {
    font-size: 1.125rem;
  }
  .block_3 .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_3 .tabs_block {
    margin-top: 3rem;
  }
}