@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300&family=Roboto+Slab:wght@300;400&display=swap");
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url("../fonts//GothamRounded-Book.woff2") format("woff2"), url("../fonts//GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url("../fonts//GothamRounded-BookItalic.woff2") format("woff2"), url("../fonts//GothamRounded-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts//GothamRounded-Light.woff2") format("woff2"), url("../fonts//GothamRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts//GothamRounded-Bold.woff2") format("woff2"), url("../fonts//GothamRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts//GothamRounded-LightItalic.woff2") format("woff2"), url("../fonts//GothamRounded-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts//GothamRounded-BoldItalic.woff2") format("woff2"), url("../fonts//GothamRounded-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts//GothamRounded-MediumItalic.woff2") format("woff2"), url("../fonts//GothamRounded-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts//GothamRounded-Medium.woff2") format("woff2"), url("../fonts//GothamRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
.header {
  background: #fff;
  height: 95px;
  left: 0;
  padding: 20px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .header .brand {
    width: 240px; }
    @media (min-width: 768px) {
      .header .brand {
        width: 300px; } }
  .header .icon-menu {
    bottom: 40px;
    height: 18px;
    position: absolute;
    right: 15px;
    width: 24px;
    z-index: 5; }
    @media (min-width: 1200px) {
      .header .icon-menu {
        display: none; } }
    .header .icon-menu span {
      background: #000;
      display: block;
      height: 3px;
      width: 100%; }
      .header .icon-menu span + span {
        margin-top: 4px; }
  @media (max-width: 1200px) {
    .header .link-site {
      display: none; } }
  @media (max-width: 1200px) {
    .header .link-site .nav {
      padding: 15px 0; } }
  .header .link-site .nav li {
    color: #000;
    font: 14px/1 'Gotham Rounded Book';
    letter-spacing: 0.1em;
    padding: 10px 15px; }
    @media (min-width: 1200px) {
      .header .link-site .nav li {
        padding: 40px 12.5px; }
        .header .link-site .nav li:hover .drop-nav {
          transform: translateY(0);
          transition: all 0.1s ease 0.1s; }
        .header .link-site .nav li.active {
          font-family: 'Gotham Rounded';
          font-weight: bold; } }
    @media (max-width: 1200px) {
      .header .link-site .nav li.hasnav {
        position: relative; }
        .header .link-site .nav li.hasnav.open .drop-nav {
          display: block;
          margin-left: -15px;
          margin-right: -15px; }
        .header .link-site .nav li.hasnav.open .arrow .arrow-icon {
          transform: rotate(180deg); } }
    .header .link-site .nav li.hasnav .arrow {
      align-content: center;
      height: 100%;
      justify-content: center;
      padding: 10px 15px;
      padding-top: 12px;
      position: absolute;
      right: 0;
      top: 0; }
      @media (min-width: 1200px) {
        .header .link-site .nav li.hasnav .arrow {
          display: none; } }
      .header .link-site .nav li.hasnav .arrow .arrow-icon {
        border-width: 8px 5px 0 5px;
        border-color: #25D3EF transparent transparent transparent;
        border-style: solid;
        display: flex;
        height: 8px;
        width: 10px; }
    .header .link-site .nav li a {
      color: inherit;
      text-decoration: none; }
  @media (min-width: 1200px) {
    .header .link-site .nav.cta-nav {
      margin-left: 12.5px;
      align-items: center; } }
  @media (max-width: 1200px) {
    .header .link-site .nav.cta-nav {
      border-top: 2px solid #1cbeca; } }
  .header .link-site .nav.cta-nav li {
    margin-bottom: 15px;
    padding: 0; }
    @media (min-width: 1200px) {
      .header .link-site .nav.cta-nav li {
        margin-bottom: 0;
        margin-right: 15px; } }
    .header .link-site .nav.cta-nav li a {
      background: #1cbeca;
      border-radius: 10px;
      color: #fff;
      display: inline-flex;
      font: 13px 'Gotham Rounded';
      letter-spacing: 0.1em;
      padding: 10px 20px; }
    .header .link-site .nav.cta-nav li:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    .header .link-site .nav.cta-nav li.login-drop {
      position: relative; }
      @media (min-width: 1200px) {
        .header .link-site .nav.cta-nav li.login-drop {
          padding: 30px 0; } }
      .header .link-site .nav.cta-nav li.login-drop .arrow-login {
        align-content: center;
        height: 100%;
        justify-content: center;
        padding: 10px 15px;
        padding-top: 12px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5; }
        @media (min-width: 1200px) {
          .header .link-site .nav.cta-nav li.login-drop .arrow-login {
            display: none; } }
        .header .link-site .nav.cta-nav li.login-drop .arrow-login .arrow-icon {
          border-width: 8px 5px 0 5px;
          border-color: #25D3EF transparent transparent transparent;
          border-style: solid;
          display: flex;
          height: 8px;
          width: 10px; }
      .header .link-site .nav.cta-nav li.login-drop .nav {
        padding: 15px 15px 0;
        display: none; }
        @media (min-width: 1200px) {
          .header .link-site .nav.cta-nav li.login-drop .nav {
            background: #fff;
            position: absolute;
            top: 100%; } }
        .header .link-site .nav.cta-nav li.login-drop .nav li {
          margin: 0 0 15px;
          white-space: nowrap; }
          @media (min-width: 1200px) {
            .header .link-site .nav.cta-nav li.login-drop .nav li {
              text-align: left; } }
          .header .link-site .nav.cta-nav li.login-drop .nav li a {
            color: #000;
            background: none;
            font: 14px/1 'Gotham Rounded Book';
            padding: 0; }
      @media (min-width: 1200px) {
        .header .link-site .nav.cta-nav li.login-drop:hover .nav {
          display: block; } }
      @media (max-width: 1200px) {
        .header .link-site .nav.cta-nav li.login-drop.clicked .arrow-login .arrow-icon {
          transform: rotate(180deg); }
        .header .link-site .nav.cta-nav li.login-drop.clicked .nav {
          display: block; } }
  .header .link-site.clicked {
    background: #fff;
    border-bottom: 2px solid #1cbeca;
    border-top: 2px solid #1cbeca;
    display: block;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%; }
  .header:before {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.drop-nav {
  background: rgba(57, 22, 61, 0.9); }
  @media (max-width: 1200px) {
    .drop-nav {
      margin-top: 15px;
      display: none; } }
  @media (min-width: 1200px) {
    .drop-nav {
      border-bottom: 5px solid #fff;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 100%;
      transform: translateY(-100%);
      width: 100%;
      z-index: -10; } }
  .drop-nav .drop-img {
    padding-top: 35px;
    position: relative;
    z-index: -1;
    opacity: 0; }
  .drop-nav .drop-link {
    padding: 10px 0; }
    @media (max-width: 1200px) {
      .drop-nav .drop-link {
        width: 100%; } }
    @media (min-width: 1200px) {
      .drop-nav .drop-link {
        padding: 35px 12.5px 35px; } }
    .drop-nav .drop-link .nav {
      padding: 0; }
      .drop-nav .drop-link .nav li {
        color: #fff;
        padding: 10px; }
        @media (min-width: 1200px) {
          .drop-nav .drop-link .nav li {
            font-size: 16px;
            margin-bottom: 20px;
            margin-right: 0;
            padding: 0; } }
        .drop-nav .drop-link .nav li:last-child {
          margin-bottom: 0; }
  @media (min-width: 1200px) {
    .drop-nav .wrap-nav {
      position: relative; } }
  .drop-nav .wrap-nav .slidenavwrap {
    background: rgba(57, 22, 61, 0.2);
    margin-top: 10px; }
    @media (max-width: 1200px) {
      .drop-nav .wrap-nav .slidenavwrap {
        display: none; }
        .drop-nav .wrap-nav .slidenavwrap.clickedsub {
          display: block; } }
    @media (min-width: 1200px) {
      .drop-nav .wrap-nav .slidenavwrap {
        height: 100%;
        left: 0.75rem;
        margin-top: 0;
        padding-top: 35px;
        padding-left: 50px;
        position: absolute;
        top: 0;
        transform: translateX(calc(100% + 50px));
        transition: transform 0.3s ease-in;
        z-index: -1;
        visibility: hidden; }
        .drop-nav .wrap-nav .slidenavwrap:before {
          content: '';
          bottom: 100%;
          width: 100%;
          height: 35px;
          position: absolute;
          left: 0; }
        .drop-nav .wrap-nav .slidenavwrap.comein {
          transform: translateX(0);
          visibility: visible; } }
  @media (min-width: 1200px) {
    .drop-nav .wrap-nav.clicked .slidenavwrap.comein {
      z-index: 1; } }
  .drop-nav .wrap-nav .slidenav .haschildarrow {
    position: relative; }
    .drop-nav .wrap-nav .slidenav .haschildarrow .arrow-inner {
      align-content: center;
      justify-content: center;
      padding: 3px;
      position: absolute;
      top: 0;
      right: 0; }
      @media (min-width: 1200px) {
        .drop-nav .wrap-nav .slidenav .haschildarrow .arrow-inner {
          left: -30px;
          right: auto; } }
      .drop-nav .wrap-nav .slidenav .haschildarrow .arrow-inner .arrow-icon {
        border-width: 8px 5px 0 5px;
        border-color: #25D3EF transparent transparent transparent;
        border-style: solid;
        display: flex;
        height: 8px;
        width: 10px; }
        @media (min-width: 1200px) {
          .drop-nav .wrap-nav .slidenav .haschildarrow .arrow-inner .arrow-icon {
            border-width: 5px 8px 5px 0;
            border-color: transparent #25D3EF transparent transparent; } }
  @media (max-width: 1200px) {
    .drop-nav .wrap-nav .slidenav.clickedsub .haschildarrow .arrow-inner .arrow-icon {
      transform: rotate(180deg); }
    .drop-nav .wrap-nav .slidenav.clickedsub .slidenavwrap {
      display: block;
      margin-left: -22px;
      margin-right: -22px;
      padding: 0 20px; } }

.result_hover .drop-nav {
  transition: all 0.4s ease 0.8s; }

.hero.slider .container-xxl.carousel-indicators {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  bottom: auto;
  top: 0;
  margin: 15px 0 0;
  padding: 0 0 0 15px; }
  @media (min-width: 1320px) {
    .hero.slider .container-xxl.carousel-indicators {
      width: 1320px; } }
  .hero.slider .container-xxl.carousel-indicators button {
    height: 10px;
    margin: 0 10px 0 0;
    opacity: 0.3;
    width: 42px; }
    .hero.slider .container-xxl.carousel-indicators button.active {
      opacity: 1; }
.hero.slider .video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .hero.slider .video video {
    height: 100%;
    object-fit: cover;
    width: 100%; }
.hero .caption {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1320px; }
  @media (min-width: 1660px) {
    .hero .caption {
      max-width: 1320px;
      width: 1320px; } }
  .hero .caption h2 {
    color: #fff;
    font: 4vw 'Gotham Rounded Book';
    letter-spacing: 0.08em; }
    @media (min-width: 1660px) {
      .hero .caption h2 {
        font-size: 66px; } }
  .hero .caption p, .hero .caption li:not(.header li),
  .hero .caption li:not(.footer li) {
    color: #fff;
    font: 2.2vw 'Gotham Rounded Book';
    letter-spacing: 0.08em; }
    @media (min-width: 1660px) {
      .hero .caption p, .hero .caption li:not(.header li),
      .hero .caption li:not(.footer li) {
        font-size: 36px; } }
  @media (max-width: 767px) {
    .hero .caption .cta-block a {
      margin-top: 1rem !important; }
      .hero .caption .cta-block a:last-child {
        margin-top: 0.5rem !important; } }
.hero.lightgrey {
  background: #f4f4f4; }
.hero.purple {
  background: #39163d; }
  .hero.purple h1,
  .hero.purple h2,
  .hero.purple p,
  .hero.purple li:not(.header li),
  .hero.purple li:not(.footer li) {
    color: #fff; }
.hero.pink {
  background: #9c27b0; }
  .hero.pink h1,
  .hero.pink h2,
  .hero.pink p,
  .hero.pink li:not(.header li),
  .hero.pink li:not(.footer li) {
    color: #fff; }

.hero-pad {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .hero-pad {
      padding-bottom: 75px;
      padding-top: 75px; } }

.sec {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .sec {
      padding: 75px 0; } }
  .sec.lightgrey {
    background: #f4f4f4; }
  .sec.purple {
    background: #39163d; }
    .sec.purple h2,
    .sec.purple p,
    .sec.purple li:not(.header li),
    .sec.purple li:not(.footer li) {
      color: #fff; }
  .sec.pink {
    background: #9c27b0; }
    .sec.pink h2,
    .sec.pink p,
    .sec.pink li:not(.header li),
    .sec.pink li:not(.footer li) {
      color: #fff; }
  .sec.title {
    padding: 40px 0; }

.meta-service .icon {
  height: 75px;
  margin-bottom: 30px; }
.meta-service h2 {
  margin-bottom: 0; }
.meta-service .upper {
  padding-bottom: 25px; }

.servicing-meta .box .icon, .servicing-join .box .icon {
  height: 120px;
  margin-bottom: 20px;
  width: 120px; }
  .servicing-meta .box .icon img, .servicing-join .box .icon img {
    max-height: 100%;
    max-width: 100%; }
.servicing-meta .box h2, .servicing-join .box h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px; }
.servicing-meta .box a, .servicing-join .box a {
  color: #1cbeca;
  font: bold 14px 'Gotham Rounded';
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase; }

.servicing-join .box {
  background: #f4f4f4;
  border-radius: 10px;
  height: 100%;
  padding: 30px 20px 20px; }
  .servicing-join .box .icon i {
    color: #444;
    font-size: 80px; }
  .servicing-join .box.hover-check .check-icon {
    margin-bottom: 20px;
    position: relative; }
    .servicing-join .box.hover-check .check-icon:before {
      border-left: 2px solid #17BCC9;
      border-bottom: 2px solid #17BCC9;
      content: '';
      height: 15px;
      left: -15px;
      position: absolute;
      top: -15px;
      transform: rotate(-45deg);
      width: 30px; }
  .servicing-join .box.hover-check:hover .check-icon {
    transform: scale(1.4); }

.interview-slider {
  overflow: hidden; }
  .interview-slider h2 {
    color: #000; }
    @media (min-width: 768px) {
      .interview-slider h2 {
        font-size: 46px; } }
    @media (min-width: 1024px) {
      .interview-slider h2 {
        font-size: 75px; } }
  @media (min-width: 768px) {
    .interview-slider .carousel {
      padding: 0 60px; } }
  .interview-slider .carousel .carousel-inner {
    border: 5px solid #f4f4f4;
    padding: 30px 40px;
    overflow: initial; }
    @media (min-width: 768px) {
      .interview-slider .carousel .carousel-inner {
        border-width: 10px;
        padding: 40px 50px; } }
    .interview-slider .carousel .carousel-inner .owl-carousel .owl-stage-outer .owl-item .slide-item .logo-testimonial img {
      margin: 0 auto;
      width: auto; }
    .interview-slider .carousel .carousel-inner .owl-carousel button.owl-prev span {
      position: absolute;
      top: 45%;
      font-size: 0px;
      z-index: 1;
      width: 6%;
      text-align: center;
      opacity: 1;
      left: -30px;
      background: url(../images/prev-arrow.jpg) no-repeat;
      bottom: 0;
      height: 30px;
      background-size: 100% 100%; }
      @media (min-width: 768px) {
        .interview-slider .carousel .carousel-inner .owl-carousel button.owl-prev span {
          left: -100px; } }
    .interview-slider .carousel .carousel-inner .owl-carousel button.owl-next span {
      position: absolute;
      top: 45%;
      bottom: 0;
      z-index: 1;
      font-size: 0px;
      width: 6%;
      right: -30px;
      background: url(../images/next-arrow.jpg) no-repeat;
      height: 30px;
      background-size: 100% 100%; }
      @media (min-width: 768px) {
        .interview-slider .carousel .carousel-inner .owl-carousel button.owl-next span {
          right: -100px; } }
  @media (min-width: 768px) {
    .interview-slider .carousel .carousel-control-next,
    .interview-slider .carousel .carousel-control-prev {
      opacity: 1;
      width: 60px; } }

.number-meta h2 {
  color: #fff;
  font-family: 'Gotham Rounded';
  font-weight: bold; }
.number-meta .box h2 {
  color: #1cbeca;
  font: bold 28px 'Gotham Rounded';
  letter-spacing: 00.08em;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .number-meta .box h2 {
      font-size: 36px; } }
  @media (min-width: 1425px) {
    .number-meta .box h2 {
      font-size: 50px; } }
.number-meta .box h3 {
  color: #fff;
  font: 20px 'Gotham Rounded Book';
  letter-spacing: 00.08em; }
  @media (min-width: 1025px) {
    .number-meta .box h3 {
      font-size: 24px; } }

.request-demo {
  overflow: hidden; }
  @media (min-width: 768px) {
    .request-demo h2 {
      font-size: 46px; } }
  @media (min-width: 1024px) {
    .request-demo h2 {
      font-size: 66px; } }

@media (min-width: 1025px) {
  .people-meta {
    --bs-gutter-x: 2rem; }
    .people-meta .row {
      --bs-gutter-x: 2rem; } }
.people-meta .people-list .box {
  width: calc(140px + 2rem); }
  .people-meta .people-list .box .img {
    background: #1cbeca;
    border-radius: 50%;
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 140px; }
    .people-meta .people-list .box .img img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%; }
  .people-meta .people-list .box .name {
    color: #000;
    font: bold 16px 'Gotham Rounded'; }
  .people-meta .people-list .box .post {
    color: #000;
    font: 16px 'Gotham Rounded Book';
    margin: 0; }

.medium-copy h2 {
  font-size: 40px; }
  @media (min-width: 768px) {
    .medium-copy h2 {
      font-size: 60px; } }
@media (min-width: 768px) {
  .medium-copy p, .medium-copy li:not(.header li),
  .medium-copy li:not(.footer li) {
    font-size: 30px; } }

.around-globe .box {
  background: #1cbeca;
  position: relative;
  overflow: hidden; }
  .around-globe .box .imgmodal-target {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%; }
  .around-globe .box:before {
    content: "";
    display: block;
    padding-top: 100%; }

.contact-card a {
  color: #fff;
  text-decoration: none; }
@media (max-width: 767px) {
  .contact-card .bod {
    border-top: 5px solid #fff; }
    .contact-card .bod:first-child {
      border-top: 0 none; } }
@media (min-width: 768px) {
  .contact-card {
    position: relative; }
    .contact-card:before {
      background: #fff;
      content: '';
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 5px; } }

@media (min-width: 1025px) {
  .content-brand {
    --bs-gutter-x: 3rem; }
    .content-brand .row {
      --bs-gutter-x: 3rem; } }
.content-brand h2 {
  font: 500 28px 'Gotham Rounded';
  margin-bottom: 30px; }
.content-brand p, .content-brand li:not(.header li),
.content-brand li:not(.footer li) {
  margin-bottom: 20px; }
.content-brand .dot {
  margin-top: 20px; }
@media (min-width: 992px) {
  .content-brand .hovergrow img {
    transition: transform .2s ease-out;
    transform-origin: 100% 100%; }
  .content-brand .hovergrow:hover img {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.5); }
  .content-brand .flex-md-row-reverse .hovergrow img {
    transform-origin: 0 100%; } }

.partners {
  position: relative; }
  @media (min-width: 768px) {
    .partners {
      padding: 75px 0px 40px; } }
  .partners .container-xxl {
    position: relative; }
  .partners .crossfade {
    animation: cyclefade 4s ease-in 2s forwards infinite; }
  .partners .partner-logo {
    background-color: #f4f4f4;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*opacity: 0;
     animation: cyclesfade 8s ease-in forwards infinite;*/
    padding: 0px 15px;
    /* &:nth-child(1){
         animation-delay: 0s;
     }
     &:nth-child(2) {
         animation-delay: 4s;
     }
     &:nth-child(3) {
         animation-delay: 6s;
     }
     &:nth-child(4) {
         animation-delay:9s;
     }
     */ }
    .partners .partner-logo:first-child {
      position: relative;
      left: -12px;
      right: 0;
      width: calc(100% + 24px); }
    .partners .partner-logo .col-md-2 {
      background-color: #f4f4f4; }
      @media (max-width: 765px) {
        .partners .partner-logo .col-md-2 {
          width: 50%; } }
      .partners .partner-logo .col-md-2 img {
        opacity: 1;
        position: relative;
        background-color: #f4f4f4;
        max-width: 65%; }
        @media (max-width: 765px) {
          .partners .partner-logo .col-md-2 img {
            max-width: 70%; } }

@keyframes cyclesfade {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: 1; }
  49% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes cyclefade {
  0% {
    opacity: 1; }
  35% {
    opacity: 1; }
  50% {
    opacity: 0; }
  65% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@media (min-width: 992px) {
  .image-set {
    flex: 0 0 540px;
    max-width: 540px;
    padding-top: 60px; } }
@media (max-width: 767px) {
  .image-set {
    max-width: none;
    padding: 5%;
    overflow: hidden; } }
.image-set .collage {
  position: relative;
  display: inline-block;
  width: 77%;
  height: auto;
  max-width: 340px;
  margin: 2% 0 50px; }
  @media (max-width: 767px) {
    .image-set .collage {
      margin: auto; } }
  .image-set .collage .collage-img {
    display: block;
    max-width: none;
    outline: none;
    cursor: zoom-in;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    margin: 0 -1000px -1000px 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    transition: left .2s ease-out, top .2s ease-out, width .2s ease-out, height .2s ease-out;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transform-origin: 0 0; }
    .image-set .collage .collage-img.img-page-large {
      height: 100%; }
    .image-set .collage .collage-img.img-page-medium {
      height: 80%; }
    .image-set .collage .collage-img.img-page-small {
      height: 60%; }
    .image-set .collage .collage-img.img-content-xlarge {
      width: 90%; }
    .image-set .collage .collage-img.img-content-large {
      width: 70%; }
    .image-set .collage .collage-img.img-content-medium {
      width: 55%; }
    .image-set .collage .collage-img.img-content-small {
      width: 40%; }
    .image-set .collage .collage-img:focus {
      cursor: zoom-out;
      left: 50% !important;
      top: 50% !important;
      z-index: 100 !important;
      box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
      border: solid 1px rgba(0, 0, 0, 0.1); }
    .image-set .collage .collage-img[class*="img-content-"]:focus {
      width: 120%; }
    .image-set .collage .collage-img[class*="img-page-"]:focus {
      height: 200%; }
  .image-set .collage:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    background: transparent; }

@media (max-width: 767px) {
  .form-sec .mob-height {
    height: 445px; } }
.form-sec form h2 {
  color: #39163d; }
.form-sec form .form-label {
  color: #39163d;
  font: 15px 'Gotham Rounded Book'; }
.form-sec form .form-control {
  border: 0 none;
  height: 44px; }
  @media (min-width: 992px) {
    .form-sec form .form-control {
      height: 66px; } }
.form-sec form .cta {
  min-width: 175px; }

.input-grey .form-control {
  background: #f4f4f4; }

.video-frame {
  position: relative;
  height: 100%; }
  .video-frame .video-size {
    cursor: pointer;
    height: 100%; }
    .video-frame .video-size img {
      height: auto; }
  .video-frame .video-holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .video-frame .video-holder iframe {
      height: 100%;
      width: 100%; }

.pagination .page-numbers {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 24px;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  border: solid 1px;
  text-align: center;
  word-spacing: -0.1em;
  font: 300 16px/1 'Montserrat', sans-serif;
  padding: 4px;
  margin: 0 4px 0 0;
  color: #17bcc9;
  text-decoration: none; }
  .pagination .page-numbers.current {
    background: rgba(255, 255, 255, 0);
    position: relative;
    color: #aaa;
    border: solid 1px;
    cursor: text; }
  .pagination .page-numbers.dots {
    color: #aaa;
    border-color: transparent;
    cursor: text; }
  .pagination .page-numbers.next {
    border: 0 none;
    margin-right: 0; }

.text-icon {
  border-bottom: 1px dashed #19BDC9; }
  .text-icon i {
    border-bottom: 1px dashed #19BDC9;
    font-size: 1.1em;
    color: #19BDC9;
    line-height: 1.65; }
  .text-icon big {
    font-size: 2.1em;
    line-height: 0.95;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
    font-family: roboto;
    padding-top: 4px; }
  .text-icon small {
    padding: 0 0 0.2em;
    text-transform: uppercase;
    font: 300 0.9em/1 'Roboto Slab', serif; }

.recognition .box .img-size {
  position: relative; }
  .recognition .box .img-size img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%); }
  .recognition .box .img-size:before {
    content: '';
    display: block;
    padding-top: 60%; }

.img-top {
  max-width: 400px; }

form textarea {
  resize: auto; }

.pbxx-twitter-sidebar a {
  color: #666;
  transition: all 100ms linear;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
  text-decoration: none; }
  .pbxx-twitter-sidebar a:hover {
    color: #17bcc9; }

@media (min-width: 768px) {
  .sign-up-temp .sec.partners {
    height: 275px;
    padding: 0px 0px 75px; } }

body.modal-open {
  padding-right: 0px !important; }

@media (min-width: 576px) {
  .video-popup .modal-dialog {
    max-width: 680px; } }
.video-popup .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent; }
  .video-popup .modal-dialog .modal-content .video_frame .video-size img.thumb_back {
    opacity: 0; }
  .video-popup .modal-dialog .modal-content .video_frame .video-holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .video-popup .modal-dialog .modal-content .video_frame .video-holder iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.modal-backdrop.show {
  opacity: .8; }

.imgmodal-target {
  cursor: pointer;
  transition: 0.3s; }

/* The Modal (background) */
.imgmodal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-bottom: 50px;
  padding-top: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500; }

.imgmodal-caption {
  margin: auto;
  display: none;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px; }

.imgmodal-content {
  margin: auto;
  display: block;
  max-height: 100%; }
  @media (max-width: 767px) {
    .imgmodal-content {
      max-width: 85%; } }

.imgmodal-content {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.imgmodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
  line-height: 1; }
  .imgmodal-close:hover, .imgmodal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }

@media (max-width: 880px) {
  .post-archive {
    margin-top: 10px; } }
.post-archive .post-box {
  padding: 0px 10px 20px; }
  @media (min-width: 768px) {
    .post-archive .post-box:nth-child(4n+1), .post-archive .post-box:nth-child(4n+4) {
      width: 66%; }
      .post-archive .post-box:nth-child(4n+1) figure img, .post-archive .post-box:nth-child(4n+4) figure img {
        margin: -10% auto; }
    .post-archive .post-box:nth-child(4n+2), .post-archive .post-box:nth-child(4n+3) {
      width: 33%; } }
.post-archive .post-excerpt {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
  width: 100%; }
  .post-archive .post-excerpt figure {
    background: #333;
    margin: 0;
    overflow: hidden;
    text-align: center; }
    .post-archive .post-excerpt figure img {
      transform: scale(1);
      transition: transform 250ms ease-out;
      width: 100%; }
  .post-archive .post-excerpt .meta {
    position: relative;
    margin-bottom: 8px; }
    .post-archive .post-excerpt .meta .entry_author_image {
      border: 3px solid #fff;
      border-radius: 50%;
      height: 70px;
      left: 50%;
      overflow: hidden;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 70px; }
      .post-archive .post-excerpt .meta .entry_author_image img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%; }
  .post-archive .post-excerpt .excerpt-content {
    padding: 30px 15px 40px 20px; }
    @media (max-width: 640px) {
      .post-archive .post-excerpt .excerpt-content {
        padding: 24px 10px 30px 15px; } }
    .post-archive .post-excerpt .excerpt-content .excerpt-author {
      display: table;
      margin: 0 auto 10px;
      font-weight: 500;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.5); }
    .post-archive .post-excerpt .excerpt-content .excerpt-title {
      color: #444;
      font-size: 1.875em;
      transition: color 100ms linear;
      line-height: 1.0625;
      margin: 10px 0 20px; }
      @media (max-width: 640px) {
        .post-archive .post-excerpt .excerpt-content .excerpt-title {
          font-size: 1.875em; } }
      @media (max-width: 960px) {
        .post-archive .post-excerpt .excerpt-content .excerpt-title {
          font-size: 1.375em; } }
      @media (max-width: 1100px) {
        .post-archive .post-excerpt .excerpt-content .excerpt-title {
          font-size: 1.75em; } }
      .post-archive .post-excerpt .excerpt-content .excerpt-title:after {
        color: transparent;
        content: '\2192';
        font-size: 0.75em;
        margin-top: 0.25em;
        position: relative;
        width: 2em;
        margin-right: -2em;
        transition: color 100ms linear;
        content: '\27F6';
        font-size: 0.5em;
        margin: 0 0 0 4px;
        top: -4px; }
    .post-archive .post-excerpt .excerpt-content .excerpt-text {
      color: rgba(0, 0, 0, 0.5);
      font-size: 15px;
      line-height: 1.25;
      max-width: 36em;
      margin-bottom: 15px; }
  .post-archive .post-excerpt footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.125;
    display: flex;
    align-items: flex-end; }
    .post-archive .post-excerpt footer .excerpt-category {
      padding: 0 0 15px 20px;
      font-size: 14px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      color: #000;
      flex-grow: 1; }
      .post-archive .post-excerpt footer .excerpt-category:after {
        content: '\A0\f02b';
        display: inline;
        font-family: fontawesome;
        color: rgba(0, 0, 0, 0.3);
        top: 2px;
        position: relative;
        margin-left: 2px; }
      .post-archive .post-excerpt footer .excerpt-category:hover {
        color: #17bcc9; }
    .post-archive .post-excerpt footer .excerpt-posttype {
      padding: 0 15px 14px 0;
      position: relative;
      background: none;
      color: rgba(0, 0, 0, 0.3);
      font-size: 11px;
      font-weight: 400;
      text-transform: uppercase;
      flex-grow: 1;
      text-align: right; }
  .post-archive .post-excerpt:hover {
    text-decoration: none;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
    z-index: 10; }
    .post-archive .post-excerpt:hover figure img {
      transform: scale(1.02); }
    .post-archive .post-excerpt:hover .excerpt-title {
      color: #000; }
      .post-archive .post-excerpt:hover .excerpt-title:after {
        color: inherit; }
  .post-archive .post-excerpt.post-retailer .excerpt-title {
    --color: #fff;
    --webkit-font-smoothing: antialiased;
    --font-weight: 400; }
  .post-archive .post-excerpt.post-retailer:hover .excerpt-title {
    --color: #fff; }

@media (max-width: 640px) {
  .post-excerpt .excerpt-title {
    font-size: 1.875em; }

  .post-excerpt .excerpt-content {
    padding: 24px 10px 30px 15px; }

  .post-archive > *:nth-child(n) {
    width: auto;
    float: none; } }
h1 {
  color: #39163d;
  font: 46px 'Gotham Rounded Book';
  letter-spacing: 0.08em; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 66px; } }

h2 {
  color: #9c27b0;
  font: 30px 'Gotham Rounded Book';
  letter-spacing: 0.08em; }

p, li:not(.header li),
li:not(.footer li) {
  color: #000;
  font: 20px 'Gotham Rounded Book';
  letter-spacing: 0.08em; }
  p:last-of-type, li:last-of-type:not(.header li),
  li:last-of-type:not(.footer li) {
    margin-bottom: 0; }
  p.pink, li.pink:not(.header li),
  li.pink:not(.footer li) {
    color: #9c27b0; }
  p + h2, li:not(.header li) + h2,
  li:not(.footer li) + h2 {
    margin-top: 50px; }

.cta {
  background: #1cbeca;
  border: 1px solid #1cbeca;
  border-radius: 6px;
  color: #fff;
  font: 12px 'Gotham Rounded Book';
  padding: 10px 15px; }
  @media (min-width: 768px) {
    .cta {
      border-radius: 10px;
      font: bold 16px 'Gotham Rounded';
      letter-spacing: 0.1em;
      min-width: 220px;
      padding: 15px 20px; } }
  .cta.purple {
    background: #39163d;
    border-color: #39163d;
    color: #fff; }
  .cta.pink {
    background: #9c27b0;
    border-color: #9c27b0;
    color: #fff; }
  .cta:hover {
    color: #fff; }

.textblue {
  color: #1cbeca !important; }

.textpurple {
  color: #39163d !important; }

.textpink {
  color: #9c27b0 !important; }

ul + p, ul + li:not(.header li),
ul + li:not(.footer li) {
  margin-top: 30px; }

ul.dot {
  list-style: none;
  padding: 0 0 0 20px; }
  ul.dot li:before {
    color: #1cbeca;
    content: "\2022";
    display: inline-block;
    font-weight: bold;
    margin-left: -20px;
    width: 20px; }
  ul.dot.pink li:before {
    color: #9c27b0; }

.footer {
  background: #1cbeca;
  padding: 60px 0 0; }
  .footer p, .footer li:not(.header li),
  .footer li:not(.footer li) {
    color: #fff;
    font: 20px/1.4 'Gotham Rounded Book';
    letter-spacing: 0.08em;
    margin-bottom: 25px; }
  .footer .medium {
    font-family: 'Gotham Rounded';
    font-weight: 500; }
  .footer li {
    color: #fff;
    font: 20px/1.4 'Gotham Rounded Book';
    letter-spacing: 0.08em;
    white-space: nowrap; }
  .footer h2 {
    color: #fff;
    font: 500 20px/1.4 'Gotham Rounded';
    letter-spacing: 0.08em;
    margin-bottom: 0; }
  .footer a {
    color: inherit;
    text-decoration: none; }
  .footer .copyright p, .footer .copyright li:not(.header li),
  .footer .copyright li:not(.footer li) {
    font-size: 12px; }
  .footer .copyright .nav {
    margin-top: 5px; }
    .footer .copyright .nav li {
      font-size: 12px;
      border-right: 1px solid #fff;
      line-height: 1;
      margin-right: 8px;
      padding-right: 8px; }
      .footer .copyright .nav li:last-child {
        border-right: 0 none;
        margin-right: 0;
        padding-right: 0; }
  .footer .whitebar {
    background: #fff;
    height: 3px;
    margin: 30px 0;
    opacity: 1; }
  .footer .bottom-footer .meta-logos li {
    margin-bottom: 0; }
  .footer .bottom-footer .social li {
    margin-left: 15px;
    margin-bottom: 0; }
    .footer .bottom-footer .social li:first-child {
      margin-left: 0; }

body.halt, body.haltscroll {
  overflow: hidden; }

/*# sourceMappingURL=css.css.map */
