/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --stravito-font: Poppins;
  --stravito-dark: #111927;
  --stravito-black: #000;
  --stravito-grey: #2F2F2F;
  --stravito-white: #FFF;
  --stravito-pink: #F04682;
  --stravito-tertiary: #640042;

  --stravito-fw-light: 300;
  --stravito-fw-regular: 400;
  --stravito-fw-medium: 500;
  --stravito-fw-semibold: 600;

  --stravito-h1-size: 48px;
  --stravito-h1-line: 58px;

  --stravito-h2-size: 48px;
  --stravito-h2-line: 122%;

  --stravito-text-size: 20px;
  --stravito-text-line: 30px;

  --stravito-letter-tight: -1px;
  --stravito-radius-pill: 76px;
  --stravito-radius-mobile: 37.047px;
}

/* =========
 * Typography
 * ====================== */
/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  word-break: normal;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.9250000000000003rem;
  }
  h2, .h2 {
    font-size: 2.4375rem;
  }
  h3, .h3 {
    font-size: 1.4625000000000001rem;
  }
  h4, .h4 {
    font-size: 0.89375rem;
  }
  h5, .h5 {
    font-size: 0.7312500000000001rem;
  }
}

@media (max-width: 475px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 1.125rem;
  }
  h4, .h4 {
    font-size: 0.6875rem;
  }
  h5, .h5 {
    font-size: 0.5625rem;
  }
}
*/

header .top-header { 
  transition: height .2s ease, padding .2s ease, opacity .2s ease;
}

header:has(#sticky-wrapper.is-sticky) .top-header {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden;
}

/* =========
 * Blog Post
 * ====================== */

.blog-template-01 .blog-01-content {
  max-width: 900px;
}

.blog-01-featured-img {
  padding-bottom: 45%;
}

.blog-01-social-sharing > span > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem!important;
  height: 2rem;
  margin-bottom: 1rem;
  color: var(--base);
  border-radius: 4px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  transition: all .3s ease-in-out;
}

.blog-01-social-sharing > span > a:before {
  display: block;
  font-family: 'Font Awesome 5 Brands';
}

.blog-01-social-sharing > span > a[href^="http://www.facebook.com"]:before {
  content: '\f39e';
}

.blog-01-social-sharing > span > a[href^="http://www.linkedin.com"]:before {
  content: '\f0e1';
}

.blog-01-social-sharing > span > a[href^="https://twitter.com"]:before {
  content: '\f099';
}

.blog-01-social-sharing > span > a[href^="http://pinterest.com"] {
  display: none;
}

.blog-01-social-sharing > span > a[href^="mailto:"]:before {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
}

.blog-01-social-sharing > span > a > img {
  display: none;
}

/* =========
 * Stravito
 * ====================== */

.btn.btn-solid.btn-tertiary,
.btn-cta.btn-solid.btn-tertiary a {
  background-color: var(--stravito-tertiary)!important;
}

.button-wrapper > div > * {
  margin: 9px;
}

.stravito-h1-type-banner,
.stravito-h1-type-banner * {
  color: var(--stravito-dark);
  font-family: var(--stravito-font);
  font-size: var(--stravito-h1-size);
  font-style: normal;
  font-weight: var(--stravito-fw-regular);
  line-height: var(--stravito-h1-line);
  letter-spacing: -0.48px;
  max-width: 545px;
  /*max-width: 480px;*/
}

.stravito-description-banner,
.stravito-description-banner * {
  color: var(--stravito-dark)!important;
  font-family: var(--stravito-font);
  font-size: var(--stravito-text-size);
  font-style: normal;
  font-weight: var(--stravito-fw-light);
  line-height: 31.128px;
  letter-spacing: -0.2px;
  max-width: 485px;
}

.stravito-home-h4 h4,
.stravito-font-size-h3 h3,
.stravito-font-size-h3 h3 span,
.stravito-assistant-text h2,
.stravito-assistant-text h2 span,
.stravito-personas-content h2,
.stravito-personas-content h2 span {
  font-family: var(--stravito-font);
  font-style: normal;
  font-weight: var(--stravito-fw-regular);
  line-height: var(--stravito-h2-line);
  letter-spacing: var(--stravito-letter-tight);
}

.stravito-home-h4 h4 {
  color: var(--stravito-black);
  text-align: center;
  font-size: 40px;
  max-width: 900px;
  margin: auto;
}

.stravito-col-content-text-home {
  max-width: 590px;
  margin: auto;
}

.stravito-font-size-h3 h3,
.stravito-font-size-h3 h3 span {
  color: var(--stravito-dark);
  text-align: center;
  font-size: var(--stravito-h2-size);
  margin-bottom: 0;
}

.description-small-text * {
  color: var(--stravito-dark);
  font-family: var(--stravito-font);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--stravito-fw-light);
  line-height: 22px;
}

.stravito-assistant-text p,
.stravito-assistant-text p span {
  font-size: var(--stravito-text-size);
  font-style: normal;
  font-weight: var(--stravito-fw-medium);
  line-height: var(--stravito-text-line);
  letter-spacing: -0.4px;
}

.stravito-assistant-text h2,
.stravito-assistant-text h2 span {
  text-align: center;
  font-size: var(--stravito-h2-size);
}

.main-button-md .btn,
.main-button-sm .btn,
.main-button .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.main-button-md .btn {
  height: 64px!important;
  padding: 16.705px 45px 16.705px 42px!important;
}

.main-button-sm .btn {
  height: 72px!important;
  padding: 16.705px 30.373px 16.705px 26.576px!important;
}

.main-button .btn {
  height: 64px!important;
  padding: 16px 32px!important;
}

.stravito-banner-content .btn-icon svg,
.stravito-banner-content .btn-icon-back svg {
  margin-left: 14px!important;
}

.stravito-personas-content {
  max-width: 510px;
  margin: auto;
}

.stravito-personas-content p:first-child span {
  color: var(--stravito-pink);
  text-align: center;
  font-family: var(--stravito-font);
  font-size: var(--stravito-text-size);
  font-style: normal;
  font-weight: var(--stravito-fw-medium);
  line-height: var(--stravito-text-line);
  letter-spacing: -0.4px;
}

.stravito-personas-content h2,
.stravito-personas-content h2 span {
  color: var(--stravito-white);
  font-size: var(--stravito-h2-size);
}

.stravito-personas-content p:last-child,
.stravito-personas-content p:last-child span {
  color: var(--stravito-white);
  text-align: center;
  font-family: var(--stravito-font);
  font-size: var(--stravito-text-size);
  font-style: normal;
  font-weight: var(--stravito-fw-regular);
  line-height: 26px;
  margin: 30px 0 20px 0;
}

/* =========
 * Desktop
 * ====================== */

@media (min-width: 991px) 
{
  .row-fluid:has(.stravito-col-brands-2) {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
  }

  .row-fluid:has(.stravito-col-brands-2) > .span4 {
    float: none !important;
    width: auto !important;
    flex: 1 1 0 !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
  }

  .row-fluid:has(.stravito-col-brands-2) > .span4 > .row-fluid-wrapper,
  .row-fluid:has(.stravito-col-brands-2) > .span4 > .row-fluid-wrapper > .row-fluid,
  .row-fluid:has(.stravito-col-brands-2) > .span4 > .row-fluid-wrapper > .row-fluid > .span12,
  .row-fluid:has(.stravito-col-brands-2) > .span4 > .row-fluid-wrapper > .row-fluid > .span12 > .hs_cos_wrapper,
  .row-fluid:has(.stravito-col-brands-2) .stravito-col-brands-2,
  .row-fluid:has(.stravito-col-brands-2) .stravito-col-brands-2 .content-module {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  .row-fluid:has(.stravito-col-brands-2) .stravito-col-brands-2 .content-wrapper {
    flex: 1 1 auto !important;
  }

  .stravito-col-brands-2 img {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .stravito-col-brands-2 .content-module {
    position: relative !important;
    min-height: 100% !important;
    height: 100% !important;
    padding-bottom: 120px !important;
  }

  .stravito-col-brands-2 .content-module .content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .stravito-col-brands-2 .content-wrapper p:has(img) {
    position: absolute !important;
    left: 32px !important;
    bottom: 40px !important;
    margin: 0 !important;
  }

  .stravito-col-brands-2 .content-wrapper img {
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .stravito-col-brands-2 .content-module .content-wrapper p:nth-of-type(1) {
    color: var(--stravito-grey);
    font-family: var(--stravito-font);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--stravito-fw-light);
    line-height: 32px;
  }

  .stravito-col-brands-2 .content-module .content-wrapper p:nth-of-type(2),
  .stravito-col-brands-2 .content-module .content-wrapper p:nth-of-type(2) span {
    color: var(--stravito-grey);
    font-family: var(--stravito-font);
    font-size: 18px;
    font-weight: var(--stravito-fw-light);
    line-height: 1.22;
  }

  .stravito-col-brands-2 strong {
    font-weight: var(--stravito-fw-semibold);
  }

  .stravito-col-btn-v2 .btn,
  .stravito-col-btn-v2 .btn-cta a,
  .stravito-col-btn-v2 .hs-button {
    padding: 16.705px 30.373px 16.705px 26.576px;
    border-radius: var(--stravito-radius-pill);
    color: var(--stravito-white);
    text-align: center;
    font-family: var(--stravito-font);
    font-size: 16px;
    font-style: normal;
    line-height: 15.186px;
    box-shadow: none;
  }
}

/* =========
 * Responsive Blog
 * ====================== */

@media (max-width: 1024px) {
  .blog-template-01 .blog-01-content {
    max-width: 840px;
  }
}

@media (max-width: 991px) {
  .blog-template-01 .blog-01-header {
    max-width: 768px;
  }

  .blog-template-01 .blog-01-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-template-01 .blog-01-header {
    width: 100%;
  }
}

/* =========
 * Tablet
 * ====================== */

@media (max-width: 991px) {
  .dnd-section .widget-type-cell:has(.stravito-col-brands-2) {
      padding-bottom: 0 !important;
  }
  
  .row-fluid:has(.stravito-col-brands-2) {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    flex-direction: collumn!important;
  }
  .stravito-font-size-h3 h3,
  .stravito-font-size-h3 h3 span {
    font-size: 40px;
  }

  .stravito-assistant-text p,
  .stravito-assistant-text p span {
    text-align: center;
  }
  
 /* .stravito-col-btn-v2  {
    text-align: center!important;
  }*/

  .stravito-col-btn-v2 .btn,
  .stravito-col-btn-v2 .btn-cta a,
  .stravito-col-btn-v2 .hs-button {
    padding: 16px 32px;
    border-radius: var(--stravito-radius-mobile);
    text-align: center;
    font-family: var(--stravito-font);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--stravito-fw-semibold);
    line-height: 15.186px;
    box-shadow: none;
  }
  
  /*
  .stravito-h1-type-banner,
  .stravito-h1-type-banner * {
    text-align: center;
    font-size: 56px!important;
    line-height: 67px;
    letter-spacing: -0.56px;
    margin: auto;
    padding: 0 20px;
  }*/
  
 /* .stravito-description-banner,
  .stravito-description-banner * {
    text-align: center;
    font-size: 20px!important;
    font-weight: var(--stravito-fw-light);
    line-height: 31.128px;
    letter-spacing: -0.2px;
    margin: auto;
  }*/

  /*.stravito-description-banner,
  .stravito-description-banner *,
  .stravito-h1-type-banner,
  .stravito-h1-type-banner * {
    max-width: 100%!important;
  }*/

  .stravito-home-h4 h4 {
    font-size: 24px;
    line-height: 130%;
    max-width: 610px;
  }

  .row-fluid:has(.stravito-col-brands-2) {
    display: block !important;
  }

  .row-fluid:has(.stravito-col-brands-2) > .span4 {
    width: 100% !important;
  }

  .stravito-col-brands-2 .content-module .content-wrapper p:nth-of-type(2) {
    min-height: 0;
  }
   .stravito-h1-type-banner,
  .stravito-h1-type-banner *,.stravito-description-banner, .stravito-description-banner * {
    margin: auto;
    max-width: 545px;
    /*max-width: 480px;*/
  }
}



@media (max-width: 768px)  {
  .stravito-h1-type-banner,
  .stravito-h1-type-banner * {
    text-align: center;
    font-size: 56px!important;
    line-height: 67px;
    letter-spacing: -0.56px;
    margin: auto;
    padding: 0 20px;
  }
    .stravito-description-banner,
  .stravito-description-banner * {
    text-align: center;
    font-size: 20px!important;
    font-weight: var(--stravito-fw-light);
    line-height: 31.128px;
    letter-spacing: -0.2px;
    margin: auto;
  }
  .stravito-description-banner,
  .stravito-description-banner *,
  .stravito-h1-type-banner,
  .stravito-h1-type-banner * {
    max-width: 100%!important;
  }
 
  .stravito-col-btn-v2  {
    text-align: center!important;
  }
}


/* =========
 * Mobile
 * ====================== */

@media (max-width: 520px) {
  .stravito-font-size-h3 h3,
  .stravito-font-size-h3 h3 span {
    font-size: 24px;
    line-height: 130%;
  }

  .stravito-personas-content {
    padding: 0 20px;
  }

  .stravito-personas-content p:last-child,
  .stravito-personas-content p:last-child span {
    font-size: 16px;
    font-weight: var(--stravito-fw-light);
    line-height: normal;
    letter-spacing: -0.16px;
  }

  .stravito-personas-content p:first-child span {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
  }

  .stravito-personas-content h2,
  .stravito-personas-content h2 span {
    font-size: 32px;
  }

  .main-button .btn,
  .main-button-md .btn,
  .main-button-sm .btn {
    height: 52px!important;
    padding: 21px 23px!important;
  }

  .main-button-md .btn,
  .main-button-sm .btn {
    padding: 16.705px 32px!important;
  }

  .stravito-assistant-text p,
  .stravito-assistant-text p span {
    font-size: 16px;
    font-weight: var(--stravito-fw-regular);
    line-height: normal;
    letter-spacing: -0.32px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .stravito-assistant-text h2,
  .stravito-assistant-text h2 span {
    font-size: 32px;
  }

  .stravito-col-btn-v2 .btn,
  .stravito-col-btn-v2 .btn-cta a,
  .stravito-col-btn-v2 .hs-button {
    padding: 20px 24px;
    border-radius: var(--stravito-radius-mobile);
    text-align: center;
    font-size: 12px;
    font-weight: var(--stravito-fw-medium)!important;
    line-height: 9.87px;
    box-shadow: none;
  }

  .stravito-h1-type-banner,
  .stravito-h1-type-banner * {
    font-size: 32px!important;
    line-height: 38px;
    letter-spacing: -0.32px;
    padding: 0 10px;
  }

  .stravito-description-banner,
  .stravito-description-banner * {
    font-size: 14px!important;
    line-height: normal;
    padding: 0 10px;
  }

  .p-mobile .button-wrapper > div > *, .p-mobile > div > * {
    padding: 0 5px;
    margin: auto 0;
  }

  h1, .h1 {
    font-size: 2.25rem;
  }

  h2, .h2 {
    font-size: 1.875rem;
  }

  h3, .h3 {
    font-size: 1.8rem!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-fluid [class*="span"] {
        margin-left: 0!important;
    }
}


@media (min-width: 991px) and (min-height:950px)  {
    .stravito-h1-type-banner {
      padding-top: 32px !important;
      padding-bottom: 16px !important;
      /*padding-top: 2rem !important;
      padding-bottom: 1rem !important;*/
      max-width: 560px !important;
    }
}

@media (max-width: 1872px) and (min-width: 992px) {
  .stravito-h1-type-banner {
    padding-bottom: 1rem !important;
  }
}


.mobile-image-banner img {
    height: 300px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}