/*breaks*/
.hero {
  height: 336px;
  padding: 164px 0 84px 0;
  background: linear-gradient(229.31deg, #2832A6 0%, #7324A1 100%);
  overflow: hidden;
  position: relative;
  position: relative; }
  @media (max-width: 1184px) {
    .hero:not(.large):nth-of-type(1) .wave {
      left: -64px;
      top: 46px; } }
  @media (max-width: 704px) {
    .hero {
      padding-top: 120px; }
      .hero .garnish .donut,
      .hero .garnish .wave {
        display: none; } }
  .hero .container-grid {
    height: 100%;
    z-index: 12; }
  .hero.large {
    min-height: 512px; }
    @media (max-width: 960px) {
      .hero.large {
        min-height: unset; } }
    .hero.large .hero--content {
      padding: 0;
      text-align: center;
      grid-column: 2/12; }
      @media (max-width: 1184px) {
        .hero.large .hero--content {
          padding: 0;
          grid-column: 1/10; } }
      @media (max-width: 960px) {
        .hero.large .hero--content {
          padding: 0;
          grid-column: 1/7; } }
      @media (max-width: 704px) {
        .hero.large .hero--content {
          padding: 0;
          grid-column: 1/3; } }
  .hero--content {
    display: flex;
    flex-flow: column wrap;
    grid-column: 1 / 13;
    align-self: center; }
    @media (max-width: 1184px) {
      .hero--content {
        grid-column: 1/13; } }
    @media (max-width: 960px) {
      .hero--content {
        grid-column: 1/7; } }
    @media (max-width: 704px) {
      .hero--content {
        grid-column: 1/3; } }
  .hero--title {
    color: #FFFFFF;
    font-family: Recoleta;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    text-align: left;
    max-width: 90%; }
    @media (max-width: 704px) {
      .hero--title {
        font-size: 40px;
        line-height: 48px;
        text-align: center; } }
    .hero--title span {
      font-weight: inherit;
      color: #5ec6c9;
      font-family: inherit; }
  .hero--button {
    border: 2px solid #54D4DA;
    border-radius: 100px;
    padding: 16px 40px;
    color: #54D4DA;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    max-width: 220px;
    align-self: center;
    text-decoration: none;
    margin-top: 40px;
    z-index: 9;
    position: relative;
    transition: all 0.3s ease-in; }
    .hero--button:hover {
      border-color: #fff;
      color: #fff; }
  .hero--subtitle {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0 !important;
    margin-top: 16px;
    text-align: left; }
    @media (max-width: 704px) {
      .hero--subtitle {
        text-align: center; } }
  .hero .garnish {
    width: 100%; }
    .hero .garnish div {
      position: absolute; }
    .hero .garnish .circle {
      top: 93px;
      left: auto;
      bottom: auto;
      right: -449px;
      opacity: 0.6; }
      .hero .garnish .circle div {
        background: linear-gradient(140deg, #7732b4 0%, #3741b8 100%) !important;
        width: 697px !important;
        height: 697px !important; }
    .hero .garnish .donut {
      right: auto;
      left: -207px;
      top: auto;
      bottom: 177px;
      animation: zoomInDown 0.73s forwards; }
      .hero .garnish .donut div {
        background: #8040c8 !important;
        width: 354px !important;
        height: 354px !important; }
    .hero .garnish .wave {
      top: 136px;
      right: 100px; }
    .hero .garnish.var2 .circle {
      right: -56px;
      overflow: unset;
      top: -487px;
      z-index: -1; }
      .hero .garnish.var2 .circle div {
        background: #3346bd !important; }
    .hero .garnish.var2 .semicircle {
      right: 112px;
      bottom: 85px; }
    .hero .garnish.var3 .open_donut {
      top: 61px;
      right: 93px;
      z-index: 1; }
    .hero .garnish.var3 .triangle {
      top: 142px;
      right: -387px;
      opacity: 0.9; }
    .hero .garnish.var4 .circle {
      bottom: -605px;
      right: -260px;
      top: auto; }
      .hero .garnish.var4 .circle div {
        background: #4122d8 !important; }
    .hero .garnish.var4 .wave {
      bottom: 120px;
      right: 158px; }
    .hero .garnish.var5 .triangle {
      bottom: 87px;
      right: -197px; }
    .hero .garnish.var5 .wave {
      bottom: 114px;
      right: 104px;
      z-index: 1;
      top: auto; }
    .hero .garnish.var5 .circle {
      right: auto;
      left: -156px;
      top: 126px; }
      .hero .garnish.var5 .circle div {
        background: #831ec1 !important; }

/*breaks*/
.logos .container-grid {
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  justify-content: center; }
  @media (max-width: 1184px) {
    .logos .container-grid {
      grid-template-columns: repeat(auto-fill, minmax(24%, 1fr)); } }
  @media (max-width: 704px) {
    .logos .container-grid {
      grid-template-columns: repeat(auto-fill, minmax(44%, 1fr)); } }
.logos--title {
  color: #57585A;
  font-family: Recoleta;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold; }
  @media (max-width: 704px) {
    .logos--title {
      margin-bottom: 16px; } }
.logos--image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .logos--image img {
    opacity: 0.91;
    filter: invert(1); }
  @media (max-width: 704px) {
    .logos--image {
      margin-bottom: 16px; }
      .logos--image img {
        max-width: 100%; } }

.teams-callout .button {
  height: 56px;
  min-width: 193px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #fff;
  padding: 16px 24px 16px 64px;
  color: #57585A;
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.3s ease; }
  .teams-callout .button svg {
    position: absolute;
    left: 24px;
    display: block !important; }
  @media (max-width: 960px) {
    .teams-callout .button {
      width: 100%;
      max-width: 210px;
      margin-left: 0;
      margin-right: auto; }
      .teams-callout .button svg {
        position: relative;
        margin: 0 8px 0 -36px;
        left: 0; } }
  .teams-callout .button:hover {
    background-color: #fff;
    box-shadow: 0 16px 56px -10px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px); }
  .teams-callout .button:focus {
    transform: translateY(0px);
    box-shadow: none; }

.hero-stories {
  height: auto !important;
  padding: 80px 0 !important; }
  .hero-stories.no-margin {
    margin-bottom: 0; }
    .hero-stories.no-margin .arrow-btn::after {
      display: none; }
  .hero-stories .btn svg {
    display: none; }
  .hero-stories .garnish .circle {
    top: auto;
    right: -98px;
    bottom: 110px;
    z-index: 2; }
    .hero-stories .garnish .circle div {
      height: 100% !important;
      width: 100% !important; }
  .hero-stories .garnish .semicircle {
    right: 105px;
    bottom: 75px;
    z-index: 3; }
  .hero-stories .garnish.var2 .triangle {
    right: -265px;
    bottom: -747px; }
  .hero-stories .garnish.var2 .open_donut {
    right: 78px;
    top: 53px; }
  .hero-stories .garnish.var3 .triangle {
    right: -421px;
    bottom: 100px; }
  .hero-stories .garnish.var3 .wave {
    z-index: 1;
    bottom: 100px;
    right: 122px;
    top: auto; }
  .hero-stories .garnish.var4 .semicircle {
    right: 100px;
    bottom: auto;
    top: 100px; }
  .hero-stories .garnish.var4 .triangle {
    z-index: 1;
    top: 180px;
    right: -330px; }
  .hero-stories .garnish.var5 .circle {
    right: -278px;
    bottom: -590px;
    opacity: 0.8; }
    .hero-stories .garnish.var5 .circle div {
      background: linear-gradient(140deg, #4523cd 0%, #3741b8 100%) !important; }
  .hero-stories .garnish.var5 .wave {
    z-index: 1;
    top: 150px;
    z-index: 3;
    right: 142px; }
  .hero-stories .garnish.var5 .donut {
    opacity: 0.8;
    left: -200px;
    top: -400px; }
  .hero-stories .hero--content {
    grid-column: 1 / 9; }
    @media (max-width: 704px) {
      .hero-stories .hero--content {
        grid-column: 1 / 3; } }
.hero--cta {
  grid-column: 1/13;
  display: flex; }
  @media (max-width: 704px) {
    .hero--cta {
      grid-column: 1 / 3; } }
  .hero--cta .btn {
    border-radius: 100px;
    background-color: #FFA900;
    color: #fff;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    max-width: 360px;
    transition: all 0.3s ease;
    margin-top: 40px; }
    .hero--cta .btn:hover {
      background: #E29601; }
@media (max-width: 704px) {
  .hero .hero--title {
    text-align: left; } }
.hero .logos {
  display: flex;
  grid-column: 1/10;
  margin-top: 32px; }
  .hero .logos--image {
    margin-right: 32px; }
    @media (max-width: 704px) {
      .hero .logos--image {
        margin-right: 0;
        padding: 0 4px;
        max-width: 32%;
        flex: 0 0 32%; } }
    .hero .logos--image img {
      filter: brightness(4); }
  @media (max-width: 704px) {
    .hero .logos {
      flex-flow: wrap;
      grid-column: 1 / 3; } }
.hero .arrow-btn::after {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath d='M9.33407572%2C1.37109375 L10.4218263%2C0.33046875 C10.8824053%2C-0.11015625 11.6271715%2C-0.11015625 12.0828508%2C0.33046875 L21.6080178%2C9.43828125 C22.0685969%2C9.87890625 22.0685969%2C10.5914063 21.6080178%2C11.0273438 L12.0828508%2C20.1398438 C11.6222717%2C20.5804688 10.8775056%2C20.5804688 10.4218263%2C20.1398438 L9.33407572%2C19.0992188 C8.86859688%2C18.6539063 8.87839644%2C17.9273438 9.35367483%2C17.4914063 L15.2579065%2C12.1101563 L1.17594655%2C12.1101563 C0.524276169%2C12.1101563 0%2C11.6085938 0%2C10.9851562 L0%2C9.48515625 C0%2C8.86171875 0.524276169%2C8.36015625 1.17594655%2C8.36015625 L15.2579065%2C8.36015625 L9.35367483%2C2.97890625 C8.87349666%2C2.54296875 8.8636971%2C1.81640625 9.33407572%2C1.37109375 Z' id='path-1'%3E%3C/path%3E %3C/defs%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Icons' transform='translate(-694.000000%2C -432.000000)'%3E %3Cg transform='translate(78.000000%2C 432.000000)' id='Row-1'%3E %3Cg id='Icons/24px/arrow-right' transform='translate(617.000000%2C 1.764844)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cuse fill='%23ffffff' xlink:href='%23path-1'%3E%3C/use%3E %3C/g%3E %3C/g%3E %3Cg id='Row-1' transform='translate(78.000000%2C 432.000000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }

/*# sourceMappingURL=stories-hero.css.map */
