.lets-talk {
  color: white;
  padding: 0 16px 0 16px; }
  @media (max-width: 1440px) {
    .lets-talk {
      padding: 0 40px; } }
  @media (max-width: 460px) {
    .lets-talk {
      padding: 0 16px; } }
  .lets-talk-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 975px;
    overflow: hidden;
    z-index: 0;
    justify-content: center;
    align-items: center;
    gap: 40px;
    mix-blend-mode: lighten; }
    @media (max-width: 768px) {
      .lets-talk-content {
        height: 500px; } }
    @media (max-width: 460px) {
      .lets-talk-content {
        height: 400px; } }
  .lets-talk-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 892px;
    height: 451px;
    transform: translate(-50%, -50%);
    object-fit: cover;
    mix-blend-mode: lighten; }
    .lets-talk-video::before {
      content: "";
      height: auto;
      width: 100%;
      height: 100%;
      position: absolute; }
  .lets-talk-text {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    transition: all 0.3s; }
  .lets-talk-title {
    color: #fff;
    text-align: center;
    font-family: "Publico Banner";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 70.4px */
    letter-spacing: 0.64px;
    margin-bottom: 40px;
    width: 100%; }
    @media (max-width: 768px) {
      .lets-talk-title {
        font-size: 56px;
        letter-spacing: 0.56px;
        margin-bottom: 29px; } }
    @media (max-width: 460px) {
      .lets-talk-title {
        font-size: 32px;
        letter-spacing: 0.32px;
        word-break: break-word; } }
  .lets-talk-cta {
    display: flex;
    width: 210px;
    height: 45px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    gap: 10px;
    border-radius: 4px;
    background: #ffda2a;
    color: #171717;
    text-align: center;
    font-family: "Artlist Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 118.75% */ }
    @media (max-width: 768px) {
      .lets-talk-cta {
        padding: 10px 16px; } }
    @media (max-width: 460px) {
      .lets-talk-cta {
        width: 100%; } }
    .lets-talk-cta:hover {
      background-color: white;
      color: #171717; }

/*# sourceMappingURL=lets-talk.css.map */
