/* @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    */
/*****************************************/

      /* Standard library styles */
 :root {
         --clr-bg-light: #fff;
         --clr-bg-second: #F5F5F8;
         --clr-text-dark: #000;
         --clr-text-gray: #6A6A6A;
         --clr-highlight: #991BB0;
         --clr-brand-blue: #00FFFF;
         --clr-black-faded: rgba(0, 0, 0, 0.1);
         --font-family: 'FFMarkRegular';
         --fw-main: 400;
         --fs-small: 0.8rem;
         --padding-desktop-first: 96px 120px;
         --padding-desktop: 96px 120px;
         --padding-tablet-first: 40px 48px 80px 48px;
         --padding-tablet: 80px 48px;
         --padding-mobile-first: 32px;
         --padding-mobile: 64px 32px;
         }

   /* Block wrappers */
  .block-wrapper {
    padding: 96px 120px;
  }
  .block-wrapper-logos {
    padding: 24px 120px 96px;
}
.large-wrapper-top {
  padding: 120px 120px 0px;
}
  /* Colors */
  .color-000 {
    color: #000;
  }
  .color-fff {
    color: #FFF;
  }
 .color-bg-fff {
    background-color: #FFF;
}
  .bg-midnight {
    background-color: #150056;
  }
 .bg-light {
    background-color: #F5F5F8;
}
.bg-light-gradient {
  background: linear-gradient(0deg, #F5F5F8 0%, #FFF 100%);
}
  /* Text sizes Desktop */
  .heading-50-58 {
    font-size: 50px;
    line-height: 58px;
  }
  .heading-36-45 {
    font-size: 36px;
    line-height: 45px;
  }
  .heading-24-30, 
  .p-24-30 {
    font-size: 21px;
    line-height: 30px;
  }
.p-14 {
    font-size: 14px;
    line-height: 18px;
}
  .p-16 {
    font-size: 16px;
    line-height: 24px;
}
  .p-18-27 {
    font-size: 18px;
    line-height: 27px;
}
.p-16, .p-14, .p-12 {
    font-weight: unset;
    font-family: 'FFMarkBook';
}
  /* Font Weight */
  .bold {
    font-family: 'FFMarkBold'!important;
  }
  .heavy {
    font-family: 'FFMarkHeavy'!important;
  }
  .medium {
    font-family: 'FFMarkMedium';
  }
  .book {
    font-family: 'FFMarkBook';
  }
  /* Button */
  button {
    background-color: #5EE3B9;
    padding: 12px 16px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    max-width: max-content;
    font-family: 'FFMarkBold';
    min-width: max-content;
    position: relative;
    cursor: pointer;
    z-index: 5;
    height: 48px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 0px;
  }
  button:hover {
    background-color: #4BB694;
  }
  button a {
    font-family: 'FFMarkHeavy';
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: inherit;
  }
/* Alignment */
.left-center {
    text-align: left;
    justify-content: flex-start;
}

  /* Formatting */
   strong {
     font-family: 'FFMarkBold';
  }
  .center {
    text-align: center;
    width: 100%;
    margin: auto;
    justify-content: center;
  } 
  .fixed-16 {
    font-size: 16px;
  }
  .heading-21-28, .p-21-28  {
      font-size: 21px!important;
      line-height: 28px!important;
  }

  .heading-32-40 {
    font-size: 32px;
    line-height: 40px;
}

  .margin-auto {
    margin: auto!important;
  }
.margin-0-40 {
    margin: 0px auto 40px !important;
}
  .margin-64-auto-0 {
    margin: 64px auto 0px;
  }
  .margin-64-to-32 {
    margin: 64px auto 0px;
  }
  .margin-46-auto-0 {
    margin: 46px auto 0px;
  }
  /* Flex basis sizes */
  .flex {
    display: flex;
  }
  .flex-col {
    display: flex;
    flex-direction: column;
  }
  /* Flex */
  .flex-row-to-col {
      display: flex;
      position: relative;     
  }

/* Logo */

   .logo {
      width: 100%;
      max-width: 1440px;
      padding: 32px 120px 32px;
      margin: 0px auto;
   }

   .logo img {
      width: 122px;
   }

.logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 32px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel-container {
    overflow: visible;
    position: relative;
    width: 1000px;
    max-width: 100%;
    height: 64px;
}

/* Testimonial Block */

.testimonial-section {
    display:flex;
    flex-direction:column;
    width:100%;
    background:#750063;
}

/* top: just the white curve */

.testimonial-curve {
  width:100%;
  height: 20px;
  background:#fff;
  border-bottom-left-radius: 35% 92%;
  border-bottom-right-radius: 35% 92%;
}

/* bottom: row with max-width 1440 */
.testimonial-row {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  gap:32px;
  max-width:1440px;
  margin:0 auto;
  padding:64px 24px;
}

.testimonial-card {
  flex:1;
  border-radius: 24px;
  background:rgba(255,255,255,0.06);
  padding:40px;
}


.wrapper-padding {
    padding: var(--padding-desktop);
    max-width: 1440px;
    justify-content: center;
    margin: auto;
}

.testimonial-wurl {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial-wurl-wrapper {
    display: flex;
    justify-content: center;
    padding: 0px;
    /* background: var(--Gradient-Plum, linear-gradient(272deg, #790067 1.64%, #150056 98.36%)); */
    color: #fff;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #000 0%, #64178A 140.1%);
}

.testimonial-adpool-wrapper {
  background: linear-gradient(134deg, #E034FF -46.33%, #1087FF 147.72%)!important;
}

.testimonial-wurl-leftcol {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    max-width: 560px;
}

.testimonial-wurl-rightcol {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-wurl-rightcol img {
    max-width: 560px;
}

.testimonial-wurl-leftcol p {
    font-size: 24px;
    font-style: normal;
    font-weight: unset;
    line-height: 30px;
}

.testimonial-wurl-leftcol p.author {
    font-family: "FFMarkHeavy";
    font-weight: unset;
    font-size: 18px;
    line-height: 32px;
}

.testimonial-wurl-leftcol p.author-title {
    font-family: "FFMarkBook";
    font-weight: unset;
    font-size: 18px !important;
    line-height: 27px !important;
}

.author-title-wrapper {
  display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Lists */

.header-list li {
    list-style-type: none;
    list-style-position: inside;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
  text-align: left;
}

ul.header-list {
  margin: 40px 0px!important;
}

/* How module */

.how {
    display: flex;
    gap: 64px;
    flex-direction: column;
}

.how .label, p.label {
    font-family: 'FFMarkHeavy';
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--clr-highlight);
}

.how h2 {
    margin: 16px 0px;
}

.how .number-gradient {
    background: linear-gradient(154deg, #A700B6 27.93%, rgba(167, 0, 182, 0.00) 106.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.88px;
    display: inline-block;
    font-family: 'FFMarkHeavy';
}

.how .number-solid {
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.88px;
    display: inline-block;
    font-family: 'FFMarkHeavy';
}

.how .card-title {
    padding-top: 16px;
}

.how .card-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding-top: 8px;
    font-family: "FFMarkBook";
}

.how .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 48px;
    row-gap: 32px;
}

  /* Flex gap */
  .gap-18 {
    gap: 18px;
  }
  .gap-24 {
    gap: 24px;
  }
  .gap-32 {
    gap: 32px;
  }
  .gap-64 {
    gap: 64px;
  }
  .gap-24-64 {
       gap: 24px 64px;
}
  /* Max Wdiths */
  .max-1440 {
    max-width: 1440px!important;
  }  
  .max-1440-to-834 {
    max-width: 1440px;
  }
  .max-1200 {
    max-width: 1200px;
  }  
  .max-960 {
    max-width: 960px;
  }
  .max-800 {
    max-width: 800px;
  }
  .max-700 {
    max-width: 700px;
  }
  .max-600 {
    max-width: 600px;
  }
  .max-500 {
    max-width: 500px;
  }
  /* Columns */
  .col-img img {
    width: 100%;
  }
  /* Padding */ 
  .padding-32 {
    padding: 32px;
  }
  /* Border */
  .border-16 {
    border-radius: 16px;
  }
/* Get in touch module */
.get-in-touch {
    border-radius: 20px;
    padding: 96px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    max-width: 1200px;
    box-sizing: border-box;
    width: 100%;
    background-image: url(https://21396886.fs1.hubspotusercontent-na1.net/hubfs/21396886/Wurl%20Landing%20Page/img_home_cta.png);
    background-color: var(--Blue-blue-500, #150056);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.form-outter {
  max-width: 488px;
}
/* Newsletter Subscription Form */
.nl-subs-form .hs-richtext>p,
.nl-subs-form .legal-consent-container .hs-richtext a {
  color: rgba(255, 255, 255, 0.70)!important;
  font-size: 12px;
}

.nl-subs-form .hs-richtext>p {
    position: absolute;
    top: 64px;
}
.nl-subs-form input[type="email"] {
    background: rgba(255, 255, 255, 0.20);
    -webkit-border-radius: 0;
    color: rgba(255, 255, 255, 0.60);
    display: block;
    font-size: 16px;
    height: 48px;
    margin: 10px 0;
    padding: 13px 20px;
    font-family: 'FFMarkHeavy';
    position: absolute;
    width: 383px !important;
    border-radius: 4px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
}

.newsletter-right {
  max-width: 524px;
}

.nl-subs-form input[type=submit] {
    border: 0px;
    padding: 16px 12px;
    background: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 12px;
    display: inline-block;
    box-sizing: border-box;
    min-width: max-content;
    cursor: pointer;
    margin-top: 0px;
    -webkit-border-radius: 0;
    font-family: 'FFMarkHeavy';
    -webkit-appearance: none;
    height: 48px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 117px;
}

.nl-subs-form label:not(.hs-error-msg) {
  display: none!important;
}

.nl-subs-form input::placeholder {
  color: rgba(255, 255, 255, 0.60);
}

.nl-subs-form .actions {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 117px;
}

/* Tablet */
    @media only screen and (max-width: 1100px) {
      
      .wrapper-padding {
    padding: var(--padding-tablet);
    }

      /* Text sizes Tablet */
      .heading-50-58 {
        font-size: 40px !important;
        line-height: 46px !important;
      }
      .heading-36-45 {
        font-size: 30px !important;
        line-height: 37px !important;
      }
      .form-outter {
        max-width: 100%;
      }
        .max-1440-to-834 {
        max-width: 834px;
      }
      .block-wrapper {
        padding: 80px 48px;
      }
        .block-wrapper-logos {
          padding: 24px 48px 80px;
      }
      .flex-row-to-col {
        flex-direction: column;
      }
          .get-in-touch {
        padding: 80px 48px;
    }
      /* Alignment */
    .left-center {
    text-align: center;
    justify-content: center;
}
    .cards-flex {
         max-width: 45%;
         width: 45%;
      }
      .how .flex {
        flex-wrap: wrap;
    }
        .margin-64-to-32 {
    margin: 32px auto 0px;
  }
   /* Mobile */
      @media only screen and (max-width: 780px) {
        
              .wrapper-padding {
    padding: var(--padding-mobile);
    }

      .heading-50-58 {
        font-size: 40px!important;
        line-height: 46px!important;
      }
      .heading-36-45 {
        font-size: 24px!important;
        line-height: 32px!important;
      }
          .heading-32-40 {
    font-size: 21px;
    line-height: 28px;
}
      .block-wrapper {
        padding: 64px 32px;
      }
      .block-wrapper-logos {
          padding: 24px 32px 64px;
      }
            .get-in-touch {
        padding: 64px 32px;
    }
        /* Cards */
            .cards-flex {
         width: 100%;
         max-width: 100%;
      }
      }     


      /* End Standard Library styles */