.language-switcher-wrapper {
  display:none;
}

.talents-inner-module {
  position: relative;
  z-index:1;
}

.bg-image-container {
  z-index:0;
}

.column-content {
  position:relative;
  z-index:1;
}

.talents-inner-module .bg-image-container {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .talents-inner-module .mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .talents-inner-module .desktop {
    display: none;
  }
  .
}

.contact-layout .dnd-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.talents-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 8fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .talents-inner-wrapper {
    display: grid;
    grid-template-columns: 0fr 0fr 1fr 0fr 0fr;
  }
}

.talents-inner-wrapper .column-squares {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

@media screen and (max-width: 767px) {
  .talents-inner-wrapper .column-squares img {
    display: none;
  }
}

.talents-inner-wrapper .column-squares .square {
  display: grid;
  grid-template-columns: 1fr;
}

.talents-inner-wrapper .column-squares .square .image {
  width: 100%;
  aspect-ratio: 1/1;
}

.talents-inner-wrapper .column-squares .square .image > img {
  width: 100%;
  height: 100%;
}

.talents-inner-wrapper,
.talents-inner-wrapper * {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .talents-inner-wrapper .content-container {
    padding: 0px 16px;
  }
}

.talents-inner-wrapper .talent-header-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .talents-inner-wrapper .talent-header-container {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}

.talents-inner-wrapper .talent-header-container .backbutton {
  color: #20429C;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  font-weight: 700;
  left: -9%;
}

@media only screen and (max-width: 767px) {
  .talents-inner-wrapper .talent-header-container .backbutton {
    margin: 32px 0;
    position: relative;
    left: 0;
  }
}

.talents-inner-wrapper .talent-header-container .backbutton img {
  margin-right: 8px;
}

.talents-inner-wrapper .talent-header-container .talent-image {
  width: 100%;
}

.talents-inner-wrapper .talent-header-container .talent-name {
  font-weight: 800;
  font-size: 80px;
  line-height: 0.9em;
}

.talents-inner-wrapper .talent-header-container .galing-text-1 {
  font-weight: 300;
  font-size: 20px;
  line-height: 0.9em;
}

.talents-inner-wrapper .talent-header-container .galing-text-2 {
  font-size: 30px;
  line-height: 0.9em;
}

@media screen and (max-width: 1600px) {
  .talents-inner-wrapper .talent-header-container .talent-name {
    font-size: 58px;
  }

  .talents-inner-wrapper .talent-header-container .galing-text-1 {
    font-size: 18px;
  }

  .talents-inner-wrapper .talent-header-container .galing-text-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .talents-inner-wrapper .talent-header-container .talent-name {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .talents-inner-wrapper .talent-header-container .talent-name {
    font-size: 42px;
    order: 2;
  }

  .talents-inner-wrapper .talent-header-container .galing-text-1 {
    order: 1;
    line-height: 0.1em;
  }

  .talents-inner-wrapper .talent-header-container .galing-text-2 {
    order: 3;
  }

  .talents-inner-wrapper .talent-header-container .talent-socials {
    order: 4;
  }
}

.talent-socials {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.talents-inner-wrapper .talent-header-container .talent-info-container {
  margin-left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .talents-inner-wrapper .talent-header-container .talent-info-container {
    max-width: 75%;
    margin-top: 24px;
    margin-left: 0;
    gap: 8px;
  }
}

.talents-inner-wrapper .talent-header-container .talent-info-container > p,
.talents-inner-wrapper .talent-header-container .talent-info-container > h1,
.talents-inner-wrapper .talent-header-container .talent-info-container > div {
  margin: 0;
  padding: 0;
  color: black;
}

.talents-inner-wrapper .talent-description-container {
  margin-bottom: 60px;
}

.talents-inner-wrapper .talent-description-container p {
  font-weight:500;
  margin-bottom: 1em;
  font-size: 24px;
}

@media screen and (max-width: 1600px) {
  .talents-inner-wrapper .talent-description-container p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .talents-inner-wrapper .talent-description-container p {
    font-size: 18px;
  }
}

.galing-text-2 {
 display: flex;
 flex-direction:column;
 font-weight:700;
 gap: 8px;
}
@media screen and (max-width:767px) {
  .galing-text-2 {
   flex-direction: column;
  }
}
