/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/************************************************

Stylesheet: Variables

*************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.hero-posts-single {
  background-color: #eff4fb;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts-single {
    padding-top: 7.8125rem;
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-posts-single {
    padding-top: 11.875rem;
    padding-bottom: 15.625rem;
  }
}
.hero-posts-single h1 {
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts-single h1 {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-posts-single h1 {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts-single h1 + p {
    margin-top: 1.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-posts-single h1 + p {
    margin-top: 1.5625rem;
  }
}
.hero-posts-single p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts-single .cats {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-posts-single .cats {
    margin-top: 1.875rem;
  }
}
.hero-posts-single .cats li {
  margin-bottom: 0.625rem;
}
.hero-posts-single .cats li:not(:last-child) {
  margin-right: 0.625rem;
}
.hero-posts-single__meta p {
  margin-bottom: 0;
  font-size: 0.8125rem;
}
.hero-posts-single__meta li {
  font-size: 1.25rem;
}
.hero-posts-single__meta li a {
  padding-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts-single__content {
    margin-top: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-posts-single__content {
    margin-top: 0.0625rem;
  }
}

.posts-listing .card {
  box-shadow: 3px 3px 4px 0 rgba(59, 61, 139, 0.15);
  border: solid 0.03125rem #d1e1f8;
  position: relative;
  padding: 0;
  background-color: #fff;
}
.posts-listing .card > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.posts-listing .card-section {
  background-color: #fff;
  border-radius: 0.625rem;
}
.posts-listing .card img {
  margin-bottom: 0;
}
.posts-listing img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.posts-listing__standard img {
  max-height: 12.1875rem;
}
.posts-listing__standard p.title {
  margin-bottom: 0;
}
.posts-listing__standard p.title + p {
  margin-top: 0.75rem;
}
.posts-listing__standard p {
  margin-bottom: 0;
}
.posts-listing__standard span.button {
  margin-top: 1.0625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__standard span.button svg path:last-of-type {
    opacity: 0 !important;
  }
  .posts-listing__standard span.button svg path:first-of-type {
    opacity: 1 !important;
  }
}
.posts-listing__standard .card {
  position: relative;
}
.posts-listing__standard .card-section {
  margin-top: -1.25rem;
  padding: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .posts-listing__standard .card-backface {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  .posts-listing__standard .card-backface p {
    color: #fff;
  }
  .posts-listing__standard .card-backface p:not(.title) {
    margin-bottom: auto;
  }
  .posts-listing__standard .card-backface .card-section {
    background-image: linear-gradient(103deg, #101524 8%, #3b3d8b 104%);
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.posts-listing__standard .tags li {
  margin-bottom: 0.1875rem;
  font-size: 0.75rem;
}
.posts-listing__standard .tags li:not(:last-child) {
  margin-right: 0.3125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__featured img {
    max-height: 12.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing__featured img {
    max-height: 17.1875rem;
  }
}
.posts-listing__featured h4 {
  margin-bottom: 0;
}
.posts-listing__featured h4 + p {
  margin-top: 0.75rem;
}
.posts-listing__featured p {
  margin-bottom: 0;
}
.posts-listing__featured span.button {
  margin-top: 1.0625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__featured .card-section {
    padding: 1.25rem;
    margin-top: -1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing__featured .card-section {
    padding: 2.1875rem 2.1875rem 2.1875rem 2.1875rem;
  }
}
.posts-listing__featured .tags {
  margin-bottom: 0.4375rem;
}
.posts-listing__featured .tags li {
  margin-bottom: 0.3125rem;
}
.posts-listing__featured .tags li:not(:last-child) {
  margin-right: 0.625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__featured .posts-listing__image {
    order: -1;
  }
}

@media print, screen and (min-width: 64em) {
  .posts-listing .card:hover svg path:last-of-type {
    opacity: 0 !important;
  }
  .posts-listing .card:hover svg path:first-of-type {
    opacity: 1 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing__standard .card:hover .card-backface {
    opacity: 1;
  }
}

.posts-related h3 {
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-related h3 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .posts-related .slick-slide {
    margin: 0 10px;
  }
  .posts-related .slick-track {
    padding-bottom: 0.3125rem;
  }
}

body:not(.single.single-success-stories) article.article h5 {
  font-weight: 500 !important;
}
@media print, screen and (min-width: 64em) {
  body:not(.single.single-success-stories) article.article h1 {
    font-size: 2.5rem;
  }
  body:not(.single.single-success-stories) article.article h2 {
    font-size: 1.875rem;
  }
  body:not(.single.single-success-stories) article.article h3 {
    font-size: 1.375rem;
  }
  body:not(.single.single-success-stories) article.article h4 {
    font-size: 1.25rem;
  }
  body:not(.single.single-success-stories) article.article h5 {
    font-size: 1.125rem;
  }
  body:not(.single.single-success-stories) article.article h6 {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body:not(.single.single-success-stories) article.article h1 {
    font-size: 1.875rem;
  }
  body:not(.single.single-success-stories) article.article h2 {
    font-size: 1.5625rem;
  }
  body:not(.single.single-success-stories) article.article h3 {
    font-size: 1.25rem;
  }
  body:not(.single.single-success-stories) article.article h4 {
    font-size: 1.125rem;
  }
  body:not(.single.single-success-stories) article.article h5 {
    font-size: 1.125rem;
  }
  body:not(.single.single-success-stories) article.article h6 {
    font-size: 1rem;
  }
}

article.article .grid-x {
  padding-top: 3.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  article.article .grid-x {
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  article.article .grid-x {
    padding-bottom: 6.875rem;
  }
}
article.article h2,
article.article img {
  margin: 2.1875rem 0 !important;
}
article.article footer,
article.article header {
  margin: 0;
  padding: 0;
}
article.article header img,
article.article header h1 {
  margin-bottom: 1.5625rem;
}
article.article h1,
article.article h2,
article.article h3,
article.article h4,
article.article h5,
article.article h6,
article.article p {
  color: #101524;
  margin-bottom: 1rem;
}
article.article ol,
article.article ul {
  list-style: none;
}
article.article ol li::before,
article.article ul li::before {
  display: inline-block;
  color: #f58706;
  position: absolute;
}
article.article ol li ul li::before,
article.article ul li ul li::before {
  color: #7577be;
}
article.article ul li::before {
  content: "•";
  width: 1rem;
  margin-left: -1rem;
}
article.article ol {
  counter-reset: ott;
}
article.article ol li {
  counter-increment: ott;
}
article.article ol li::before {
  content: counter(ott) ". ";
  font-weight: 600;
  width: 1rem;
  margin-left: -1rem;
}
article.article ol li ol {
  counter-reset: abc;
}
article.article ol li ol li {
  counter-increment: abc;
}
article.article ol li ol li::before {
  content: counter(abc, lower-alpha) ". ";
  color: #7577be;
}
article.article blockquote {
  margin: 1.875rem 0;
  border-left: 1px solid #7577be;
  padding: 0.75rem 0 1.25rem 1.5625rem;
}
article.article blockquote p:last-of-type {
  margin-bottom: 0;
}
article.article blockquote footer {
  padding-top: 0.625rem;
}
article.article blockquote footer p {
  margin-bottom: 0;
}
article.article blockquote footer p:first-of-type {
  font-size: 0.75rem;
  margin-bottom: -0.1875rem;
  color: #7577be;
}
article.article blockquote footer p:last-of-type {
  font-weight: 600;
}
article.article img {
  width: 100%;
  border-radius: 0.625rem;
}

.single.single-success-stories article.article h1,
.single.single-success-stories article.article h2,
.single.single-success-stories article.article h3,
.single.single-success-stories article.article h4,
.single.single-success-stories article.article h5,
.single.single-success-stories article.article h6,
.single.single-success-stories article.article p {
  color: #fff;
}

.cta__subheading {
  font-size: 1.25rem;
  color: #7577be;
  margin-bottom: 0;
}
.cta .grid-x {
  position: relative;
  z-index: 2;
}
.cta h3 {
  margin-bottom: 0;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .cta a svg {
    max-width: 5rem;
    height: auto;
  }
  .cta a svg path#mask {
    opacity: 0;
  }
  .cta a svg path#gradient {
    opacity: 1;
  }
}
.cta a svg path {
  transition: opacity 0.2s ease-out;
}
@media print, screen and (min-width: 64em) {
  .cta a svg path#mask {
    fill: #7577be;
  }
  .cta a svg path#gradient {
    opacity: 0;
  }
}
.cta--gradient {
  position: relative;
}
.cta--gradient .grid-container:before {
  content: "";
  position: absolute;
  background: #eff4fb;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 25rem;
  width: 25rem;
  border-radius: 100%;
  filter: blur(50px);
}
@media print, screen and (max-width: 63.99875em) {
  .cta--gradient .grid-container:before {
    height: 12.5rem;
    width: 12.5rem;
  }
}
.cta--gradient h3 {
  color: #101524;
}
.cta--gradient a svg path#mask {
  fill: #d6e3f6;
}

.cta a:hover svg path#mask {
  opacity: 0;
}
.cta a:hover svg path#gradient {
  opacity: 1;
}

.author p {
  margin: 0;
  font-size: 1.25rem;
  color: #7577be;
}
.author p.author {
  margin-bottom: 0.4375rem;
}
.author p.date {
  font-size: 0.8125rem;
  color: #101524;
  font-weight: 500;
}
.author p span {
  font-weight: 600;
  color: #101524;
}

.social {
  margin-left: 1.875rem;
}
.social.alt {
  margin-left: 0;
}
.social p {
  font-size: 1.25rem;
  margin: 0.3125rem 0 0.625rem 0;
}
.social .grid-x {
  gap: 0.9375rem;
}
.social .grid-x .cell {
  margin: 0;
}
.social .grid-x .cell a {
  display: flex;
  align-items: center;
}
.social svg {
  height: 22px;
  width: auto;
}
.social svg path {
  transition: fill 0.25s ease;
}
.social .instagram svg #rg,
.social .instagram svg #mask {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.social .instagram svg #rg {
  fill: url(#rg);
  opacity: 0;
}
.social.alt .a2a_kit {
  margin-left: 0.0625rem;
}
.social.alt svg path {
  fill: #7577be;
}

.social .facebook a svg:hover path {
  fill: #f58706;
}
.social .instagram a svg:hover #rg {
  opacity: 1 !important;
}
.social .instagram a svg:hover #mask {
  opacity: 0 !important;
}
.social .linkedin a svg:hover path {
  fill: #f58706;
}
.social .x a svg:hover path {
  fill: #f58706;
}
.social .youtube a svg:hover path {
  fill: #f58706;
}
.social .tiktok a svg:hover path {
  fill: #f58706;
}

.single-full .grid-x {
  padding: 3.125rem 0 2.5rem 0;
}

@media print, screen and (min-width: 64em) {
  .hero-posts-single + .single-full {
    margin-top: -12.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-posts-single + .single-full {
    border-radius: 1.625rem 1.625rem 0 0;
    margin-top: -1.625rem;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-posts-single + .single-full .grid-container {
    border-radius: 3.9375rem 3.9375rem 0 0;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 64em) {
  .cta {
    margin: 7.5rem 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .cta {
    margin: 5rem 0;
  }
}

.social.alt {
  margin-bottom: 4.375rem;
}

.posts-related {
  z-index: 1;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-related {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-related {
    margin-bottom: 5.625rem;
  }
}

/*# sourceMappingURL=page-blog-single.css.map*/