section.product-talent {
  background: url(/assets/product/talent-community/2484482-1-f61477c8b5528942f24d66c43f9c33f1553eec532ba8a19d5ca152cdea19f277.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh; }

.row.interview-display-flex {
  display: flex;
  flex-wrap: wrap; }
  .row.interview-display-flex::before {
    display: block; }

.row.talent-display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }

.row.talent-display-flex {
  display: flex;
  flex-wrap: wrap; }
  .row.talent-display-flex::before {
    display: block; }

.row.interview-display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }

.benefits_item_container {
  box-shadow: 0 2px 10px rgba(216, 216, 216, 0.35);
  -webkit-box-shadow: 0 2px 10px rgba(216, 216, 216, 0.35);
  border-top: 10px solid #f2ae1c;
  height: 100%;
  margin-top: 1rem; }

.benefits_item {
  padding: 1.5rem 2rem 1rem 2rem; }

.row.talent-display-flex {
  display: flex;
  flex-wrap: wrap; }

.row.talent-display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }

.feature-icon-talent {
  width: 63px;
  height: 63px; }

.benefits-icon-talent {
  width: 100px;
  height: 100px; }

.feature_item_container {
  padding: 1.5rem 2rem 1rem 2rem; }

@media (min-width: 992px) {
  .talent-benefits-container {
    margin-bottom: 3em; }

  .talent-community-header {
    display: flex;
    flex-direction: row;
    align-items: center; }

  .header-banner-spacing {
    margin-bottom: 5rem; } }
@media (min-width: 768px) and (orientation: portrait) {
  .talent-community-rows {
    margin-top: 10vh; } }
@media (min-width: 992px) and (orientation: landscape) {
  .talent-community-rows {
    margin-top: 5vh; } }
.img-responsive-diversity {
  height: 50px;
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

.key-logo-diversity {
  display: flex;
  flex-direction: column;
  align-items: center; }

.icon-diversity {
  width: 63px;
  height: 63px;
  margin: auto; }

.img-diversity-solution {
  border: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.diversity-solution-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 88px; }

.diversity-integration-background {
  background: url(/assets/product/diversity_recruitment/integration_background-4f7153ec06086f30b8d707eeb1a4d8a0c3ecb8c6078e497ac96def53067734fc.png);
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: top;
  height: 80vh; }

.c-tab {
  border: 2px solid white;
  color: white;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0.375em;
  margin-bottom: 10px;
  padding: 3px 5px;
  font-size: 1em;
  overflow: hidden;
  height: calc(55px + 1rem);
  transition-duration: 0.1s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 600; }

.c-tab:hover {
  cursor: pointer;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1); }

.c-tab.tabActive {
  cursor: pointer;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
  color: #f16567; }

.c-tab > .col-md-4 {
  padding-left: 20px; }

.card_diversity {
  color: black; }

.card_diversity:hover {
  color: white;
  border-radius: 12px;
  border: 1px solid #ddd;
  background-color: #f16567; }
