/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@media (max-width: 980px) {
  .section-colleague-content-cta {
    padding-top: 90px; }
    .section-colleague-content-cta .offset-left {
      padding-left: 0; } }

@media (min-width: 981px) {
  .section-colleague-content-cta .container-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; } }

.section-colleague-content-cta .container-wrapper .content-wrapper {
  padding: 45px 22.5px;
  background: linear-gradient(180deg, rgba(44, 67, 94, 0.33) -28.28%, rgba(44, 67, 94, 0.099) 127.35%); }
  @media (min-width: 981px) {
    .section-colleague-content-cta .container-wrapper .content-wrapper {
      display: flex;
      gap: 90px;
      flex-wrap: wrap;
      padding: 45px; } }
  .section-colleague-content-cta .container-wrapper .content-wrapper .top {
    background: linear-gradient(180deg, #00FFA0 0%, rgba(1, 255, 161, 0) 100%);
    max-width: 300px;
    margin: -135px auto 0; }
    .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile {
      background: linear-gradient(180deg, #00FFA0 0%, rgba(1, 255, 161, 0) 100%);
      position: relative;
      padding: 45px;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 30px;
      height: 100%; }
      .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image {
        position: relative;
        z-index: 1; }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image .image-container {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end;
          height: 100%; }
          .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image .image-container img {
            margin-top: auto; }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image svg {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          z-index: -1;
          width: auto; }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.triangle .image-container {
          -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
                  clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.circle .image-container {
          -webkit-clip-path: circle(50% at 50% 50%);
                  clip-path: circle(50% at 50% 50%); }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.square .image-container {
          -webkit-clip-path: inset(0 0 0 0);
                  clip-path: inset(0 0 0 0); }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container {
          -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
                  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
      .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image {
        display: flex;
        justify-content: center; }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image .image-container {
          width: 150px;
          height: 150px; }
          @media (min-width: 768px) {
            .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image .image-container {
              width: 190px;
              height: 190px; } }
          .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image .image-container img {
            height: 110px;
            width: auto; }
            @media (min-width: 768px) {
              .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image .image-container img {
                height: 140px; } }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image svg {
          height: 150px; }
          @media (min-width: 768px) {
            .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image svg {
              height: 190px; } }
        @media (min-width: 768px) {
          .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.hexagon {
            margin-right: -15px; } }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container {
          width: 170px; }
          @media (min-width: 768px) {
            .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container {
              width: 220px; } }
          .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container img {
            height: 120px;
            width: auto; }
            @media (min-width: 768px) {
              .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container img {
                height: 150px; } }
      .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .content {
        padding-bottom: 30px; }
        @media (min-width: 981px) {
          .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .content {
            padding-bottom: 90px; } }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .content .h4 {
          text-transform: uppercase;
          margin: 0; }
          .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .content .h4 a:hover {
            text-decoration: none; }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .content p {
          margin: 0; }
        .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile .content .icon-arrow-medium-next {
          position: absolute;
          bottom: 1.5em;
          right: 1em;
          font-size: 27px;
          transition: transform .3s ease-in-out; }
      .section-colleague-content-cta .container-wrapper .content-wrapper .top .tile:hover .content span {
        transform: translateX(10px); }
    @media (min-width: 981px) {
      .section-colleague-content-cta .container-wrapper .content-wrapper .top {
        margin: 0;
        flex: 1; } }
    .section-colleague-content-cta .container-wrapper .content-wrapper .top h3, .section-colleague-content-cta .container-wrapper .content-wrapper .top h4 {
      margin: 0;
      padding: 0; }
  @media (max-width: 980px) {
    .section-colleague-content-cta .container-wrapper .content-wrapper .bottom {
      padding-top: 45px; } }
  @media (min-width: 981px) {
    .section-colleague-content-cta .container-wrapper .content-wrapper .bottom {
      flex: 2;
      font-size: 20px; } }
  .section-colleague-content-cta .container-wrapper .content-wrapper .bottom h1, .section-colleague-content-cta .container-wrapper .content-wrapper .bottom h2, .section-colleague-content-cta .container-wrapper .content-wrapper .bottom h3 {
    margin: 0;
    padding-bottom: 18px; }
  .section-colleague-content-cta .container-wrapper .content-wrapper .bottom p {
    margin: 0; }
  .section-colleague-content-cta .container-wrapper .content-wrapper .bottom .links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px; }
    @media (min-width: 981px) {
      .section-colleague-content-cta .container-wrapper .content-wrapper .bottom .links {
        gap: 30px; } }

/*# sourceMappingURL=colleague-content-cta.css.map */
