/*breaks*/
.hero.hero-stories {
  margin-bottom: 0; }

.tmpls {
  margin-top: 80px; }
  .tmpls-close {
    display: none; }
  .tmpls .garnish {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .tmpls .garnish .donut {
      max-width: 1456px;
      opacity: 0.14;
      top: -494px;
      right: -521px;
      left: auto;
      position: absolute; }
      @media (max-width: 960px) {
        .tmpls .garnish .donut {
          top: -794px;
          right: -791px; } }
      @media (max-width: 704px) {
        .tmpls .garnish .donut {
          top: -394px;
          right: -591px; } }
  .tmpls-foot {
    margin-top: 124px; }
    @media (max-width: 704px) {
      .tmpls-foot {
        margin-top: 90px; } }
    @media (max-width: 704px) {
      .tmpls-foot {
        margin-top: 64px; } }
  .tmpls-head {
    grid-column: 2/12;
    margin-top: 20px; }
    @media (max-width: 1184px) {
      .tmpls-head {
        grid-column: 1/10; } }
    @media (max-width: 960px) {
      .tmpls-head {
        grid-column: 1/7; } }
    @media (max-width: 704px) {
      .tmpls-head {
        grid-column: 1/3; } }
    .tmpls-head.small {
      grid-column: 1/13; }
      @media (max-width: 704px) {
        .tmpls-head.small {
          grid-column: 1/3; } }
  .tmpls-sidebar {
    grid-column: 1/4; }
    .tmpls-sidebar.open {
      display: flex; }
    @media (max-width: 1184px) {
      .tmpls-sidebar {
        grid-column: 1/4; } }
    @media (max-width: 960px) {
      .tmpls-sidebar {
        display: none; } }
    @media (max-width: 960px) {
      .tmpls-sidebar {
        grid-column: 1/3;
        position: fixed;
        background: #fff;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 122199;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 32px 24px; } }
  .tmpls-content {
    grid-column: 4/13; }
    @media (max-width: 1184px) {
      .tmpls-content {
        grid-column: 4/10; } }
    @media (max-width: 960px) {
      .tmpls-content {
        grid-column: 1/7; } }
    @media (max-width: 704px) {
      .tmpls-content {
        grid-column: 1/3; } }
  .tmpls--list {
    width: 100%;
    list-style: none;
    position: sticky;
    top: 80px; }
    .tmpls--list > .cat-item {
      margin-bottom: 36px; }
    @media (max-width: 960px) {
      .tmpls--list {
        top: 0;
        padding-top: 32px;
        position: relative;
        border-top: 1px solid #eee;
        margin-top: 24px; } }
    .tmpls--list > li {
      font-size: 0; }
      .tmpls--list > li > a {
        pointer-events: none;
        color: #57585A;
        font-family: Lato;
        font-size: 18px;
        font-weight: 900;
        line-height: 32px;
        margin-bottom: 12px;
        display: block;
        padding: 0px 8px; }
      .tmpls--list > li .children li {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        border-radius: 4px;
        padding: 4px 8px; }
        .tmpls--list > li .children li.current-cat {
          background-color: #F6EBFB; }
          .tmpls--list > li .children li.current-cat a {
            color: #C374E5; }
          .tmpls--list > li .children li.current-cat a + span {
            color: #C374E5;
            background-color: transparent; }
        .tmpls--list > li .children li:hover {
          background-color: #F6EBFB; }
          .tmpls--list > li .children li:hover a + span {
            background-color: #F6EBFB; }
      .tmpls--list > li .children a {
        color: #57585A;
        font-family: Lato;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        display: flex;
        width: 85%; }
        .tmpls--list > li .children a + span {
          border-radius: 4px;
          background-color: #EEEEEE;
          padding: 2px 8px;
          color: #57585A;
          font-family: Lato;
          font-size: 11px;
          font-weight: bold;
          line-height: 16px;
          text-align: center;
          display: inline-block; }
  .tmpls-title {
    color: #57585A;
    font-family: Recoleta;
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    text-align: center;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 960px) {
      .tmpls-title {
        font-size: 42px;
        line-height: 48px; } }
    .tmpls-title.medium {
      color: #57585A;
      font-family: Recoleta;
      font-size: 60px;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 72px;
      text-align: left;
      margin-left: 0; }
    .tmpls-title.small {
      color: #57585A;
      font-family: Lato;
      font-size: 24px;
      font-weight: 900;
      line-height: 32px;
      text-align: left;
      margin-left: 0; }
  .tmpls-back {
    color: #57585A;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    display: inline-block; }
    .tmpls-back span {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12px' height='12px' 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='M12.6193764%2C19.0992188 L11.5316258%2C20.1398438 C11.0710468%2C20.5804688 10.3262806%2C20.5804688 9.87060134%2C20.1398438 L0.345434298%2C11.0320312 C-0.115144766%2C10.5914063 -0.115144766%2C9.87890625 0.345434298%2C9.44296875 L9.87060134%2C0.33046875 C10.3311804%2C-0.11015625 11.0759465%2C-0.11015625 11.5316258%2C0.33046875 L12.6193764%2C1.37109375 C13.0848552%2C1.81640625 13.0750557%2C2.54296875 12.5997773%2C2.97890625 L6.69554566%2C8.36015625 L20.7775056%2C8.36015625 C21.4291759%2C8.36015625 21.9534521%2C8.86171875 21.9534521%2C9.48515625 L21.9534521%2C10.9851562 C21.9534521%2C11.6085938 21.4291759%2C12.1101563 20.7775056%2C12.1101563 L6.69554566%2C12.1101563 L12.5997773%2C17.4914063 C13.0799555%2C17.9273438 13.089755%2C18.6539063 12.6193764%2C19.0992188 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(-606.000000%2C -432.000000)'%3E %3Cg transform='translate(78.000000%2C 432.000000)' id='Row-1'%3E %3Cg id='Icons/24px/arrow-left' transform='translate(529.046548%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='%2357585A' 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");
      background-repeat: no-repeat;
      margin-right: 6px;
      display: inline-block;
      width: 13px;
      height: 12px; }
  .tmpls-subtitle {
    color: #57585A;
    font-family: Lato;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-top: 24px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto; }
    .tmpls-subtitle.medium {
      color: #57585A;
      font-family: Lato;
      margin: 8px 0 0 0;
      text-align: left; }
    .tmpls-subtitle.small {
      color: #898A8B;
      font-family: Lato;
      font-size: 16px;
      margin-top: 8px;
      line-height: 24px;
      text-align: left;
      margin-left: 0; }

/**/
.card-list {
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
  justify-content: flex-start;
  padding: 40px 0 48px 0; }
  @media (max-width: 1184px) {
    .card-list {
      flex-flow: row nowrap;
      overflow: auto; }
      .card-list.smaller {
        flex-flow: row wrap;
        overflow: unset; } }
  @media (max-width: 960px) {
    .card-list {
      margin-right: calc(50% - 50vw);
      padding-right: 24px;
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none;
      /* Firefox */ }
      .card-list::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ }
      .card-list.smaller {
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0; } }

.card-lg {
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #D4D4D4, 0 0 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 16px;
  background-color: #FFFFFF;
  flex: 0 0 256px;
  max-width: 256px;
  display: flex;
  flex-flow: column; }
  .card-lg:hover {
    box-shadow: inset 0 0 0 1px #FFF, 0 16px 96px -16px rgba(0, 0, 0, 0.14);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  @media (max-width: 960px) and (min-width: 704px) {
    .card-lg {
      flex: 0 0 calc(33% - 32px);
      max-width: calc(33% - 32px); } }
  .card-lg.small {
    flex: 0 0 50%;
    max-width: calc(50% - 16px);
    display: flex;
    flex-flow: row;
    border-radius: 12px; }
    .card-lg.small img + img {
      opacity: 0;
      position: absolute;
      transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
    .card-lg.small:hover img {
      opacity: 1; }
    .card-lg.small:hover img + img {
      opacity: 1 !important;
      z-index: 1; }
    @media (max-width: 1184px) {
      .card-lg.small {
        max-width: 100%;
        flex: 0 0 100%; } }
    .card-lg.small .card-lg--figure {
      border-radius: 12px 0 0 12px;
      position: relative;
      display: flex;
      flex: 0 0 112px;
      height: 112px; }
    .card-lg.small .card-lg--content {
      padding: 16px 16px;
      position: relative;
      flex-grow: 1; }
    .card-lg.small .card-lg--tag {
      top: 16px;
      right: 16px; }
      @media (max-width: 704px) {
        .card-lg.small .card-lg--tag {
          display: none; } }
  .card-lg--figure {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    height: 160px;
    display: flex; }
    .card-lg--figure img {
      max-width: 100%;
      height: auto;
      object-fit: cover; }
  .card-lg--tag {
    color: #54D4DA;
    font-family: Lato;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #E4F8F8;
    top: 8px;
    position: absolute; }
  .card-lg--title {
    color: #57585A;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 8px; }
    @media (max-width: 704px) {
      .card-lg--title {
        font-size: 16px; } }
  .card-lg--excerpt {
    color: #57585A;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 704px) {
      .card-lg--excerpt {
        font-size: 14px; } }
    @media (max-width: 420px) {
      .card-lg--excerpt {
        font-size: 12px;
        line-height: 19px; } }
  .card-lg--content {
    padding: 32px 16px;
    position: relative; }

@media (max-width: 960px) {
  .tmpls-all .tmpls-title.small {
    position: relative;
    cursor: pointer; }

  .tmpls-close {
    right: 27px;
    top: 12px;
    padding: 12px;
    cursor: pointer;
    position: absolute;
    display: block;
    width: auto;
    height: 20px;
    color: #898A8B;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    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='M11.7222727%2C8.25 L16.5551989%2C3.55921875 C17.148267%2C2.98359375 17.148267%2C2.0503125 16.5551989%2C1.47421875 L15.481108%2C0.43171875 C14.8880398%2C-0.14390625 13.9264773%2C-0.14390625 13.3329261%2C0.43171875 L8.5%2C5.1225 L3.66707386%2C0.43171875 C3.07400568%2C-0.14390625 2.11244318%2C-0.14390625 1.51889205%2C0.43171875 L0.444801136%2C1.47421875 C-0.148267045%2C2.04984375 -0.148267045%2C2.983125 0.444801136%2C3.55921875 L5.27772727%2C8.25 L0.444801136%2C12.9407812 C-0.148267045%2C13.5164062 -0.148267045%2C14.4496875 0.444801136%2C15.0257812 L1.51889205%2C16.0682812 C2.11196023%2C16.6439062 3.07400568%2C16.6439062 3.66707386%2C16.0682812 L8.5%2C11.3775 L13.3329261%2C16.0682812 C13.9259943%2C16.6439062 14.8880398%2C16.6439062 15.481108%2C16.0682812 L16.5551989%2C15.0257812 C17.148267%2C14.4501562 17.148267%2C13.516875 16.5551989%2C12.9407812 L11.7222727%2C8.25 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(-254.000000%2C -720.000000)'%3E %3Cg transform='translate(78.000000%2C 432.000000)' id='Row-4'%3E %3Cg transform='translate(0.000000%2C 287.995000)'%3E %3Cg id='Icons/24px/times' transform='translate(179.500000%2C 3.755000)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cuse fill='%2357585A' xlink:href='%23path-1'%3E%3C/use%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Slices' transform='translate(78.000000%2C 432.000000)'%3E %3Cg id='Row-4' transform='translate(0.000000%2C 288.000000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }

  .tmpls-all .tmpls-title.small:after {
    content: 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='M7.13021807%2C9.35390625 L0.351401869%2C2.97890625 C-0.117133956%2C2.53828125 -0.117133956%2C1.82578125 0.351401869%2C1.38984375 L1.47788162%2C0.33046875 C1.94641745%2C-0.11015625 2.70404984%2C-0.11015625 3.16760125%2C0.33046875 L7.97258567%2C4.84921875 L12.7775701%2C0.33046875 C13.2461059%2C-0.11015625 14.0037383%2C-0.11015625 14.4672897%2C0.33046875 L15.5937695%2C1.38984375 C16.0623053%2C1.83046875 16.0623053%2C2.54296875 15.5937695%2C2.97890625 L8.81495327%2C9.35390625 C8.35638629%2C9.79453125 7.59875389%2C9.79453125 7.13021807%2C9.35390625 L7.13021807%2C9.35390625 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(-166.000000%2C -432.000000)'%3E %3Cg transform='translate(78.000000%2C 432.000000)' id='Row-1'%3E %3Cg id='Icons/24px/angle-down' transform='translate(92.047352%2C 7.160156)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cuse fill='%2357585A' 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");
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px; } }

/*# sourceMappingURL=tmpls.css.map */
