.hs-page {
    margin: 0;
}
body {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.container {
    padding: 0 10% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
.section {
    padding: 80px 0;
}
@media(max-width: 500px) {
  .section {
    padding: 40px 0;
  }
}

.section > .row-fluid-wrapper > .row-fluid,
.header > .row-fluid-wrapper > .row-fluid,
.footer > .row-fluid-wrapper > .row-fluid{
  display: flex;
}

.header {
    background-color: #231F20;
    padding: 40px 0;
}
.header__logo, .header-menu__logo {
    max-width: 220px;
}
.header__logo .hs_cos_wrapper {
  display: flex;
}
.hero-shot {
    background-color: #231F20;
    color: #fff;
    padding-top: 0;
}
.hero-shot h1 {
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    margin: 0 0 30px;
}
.hero-shot p {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px;
    color: #CBCACA;
}
.hero-shot__form {
    background-color: #fff;
    color: #212121;
    padding: 24px;
    border-radius: 6px;
}
.hero-shot__col  {
    color: #fff;
    margin-bottom: 30px;
}
.hero-shot__col .hs-image-widget {
    margin-bottom: 15px;
}
.hero-shot__col h4 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 30px;
}

@media(max-width: 1000px) {
    .hero-shot__text-container, .hero-shot__form {
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
    }
}
@media(max-width: 500px) {
    .hero-shot h1 {
        font-size: 40px;
        line-height: 120%;
    }
}


.image-content .container {
    margin-bottom: 100px !important;
}
.image-content .row-fluid {
    display: flex;
}
.image-content__text {
    background-color: #222;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 45px 5%;
    margin: 0 !important;
    width: 50% !important;
}
.image-content h2 {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28.8px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.image-content__text h3 {
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 15px;
}
.image-content__text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.image-content__text a {
  color: #fdcb46 !important;
  font-weight: bold;
}
.image-content__video {
    width: 50% !important;
    padding: 45px 5%;
    margin: 0 !important;
}
.image-content__video video {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media(max-width: 767px) {
    .image-content__text, .image-content__video {
        width: 100% !important;
    }
    .image-content .row-fluid {
        flex-wrap: wrap;
    }
    .image-content__text {
        order: 0;
    }
    .image-content__video {
        order: 1;
    }
    .image-content .container {
        margin-bottom: 50px !important;
        text-align: center;
    }
}

.quote .row-fluid {
    display: flex;
    align-items: center;
}
.quote__text h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 0 !important;
}
@media(max-width: 767px) {
    .quote__text {
        margin-bottom: 50px;
    }
}

.logo-row h2 {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28.8px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.logo-row .hs-image__grid__list__item {
    aspect-ratio: unset !important;
    text-align: center;
}
.logo-row .hs-image__grid__list__item__image {
    height: auto !important;
    object-fit: contain !important; 
    max-width: 130px;
}

.banner {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background: #222;
}
.banner__bg-image {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.banner__text {
    position: relative;
    color: #fff;
}
.banner h2 {
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 30px;
}
.banner div {
    font-size: 18px;
    line-height: 31.5px;
}
.banner .hs-button {
    font-family: Poppins;
    display: block;
    margin-inline: auto;
    max-width: max-content;
    font-size: 15px !important;
    padding: 16px 39px 16px 65px !important;
    border: 1px solid #fff;
    color: #222;
    background-color: #fff;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    margin-top: 30px;
    position: relative;
    transition: all 0.2s linear;
}
.banner .hs-button:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 39px;
    background-image: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/tv-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.2s linear;
}
.banner .hs-button:hover {
    background-color: transparent;
    color: #fff;
}
.banner .hs-button:hover:before {
    filter: brightness(0) invert(1);
}


.footer {
    background-color: #303133;
    color: #fff;
    padding: 110px 0 50px;
}
.footer h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px;
}
.footer__info li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.footer__info li a {
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.footer__info li a:hover {
    color: #fdcb46;
}
.footer__info li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/arrow-icon.svg);
    background-repeat: no-repeat;
    left: -30px;
    top: 10px;
}
.footer__logos .hs-image__grid__list__item {
    aspect-ratio: unset !important;
}
.footer__logos .hs-image__grid__list__item__image {
    height: auto !important;
    object-fit: contain !important; 
    max-width: 200px;
}

.footer__copyright p {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}
.footer__logos--supported {
    margin: 50px 0;
      margin-left: 0px;
}
.footer__logos--supported .hs-image__grid__list {
    margin: 0;
    justify-content: flex-start;
}
.footer__logos--suported .hs-image__grid__list {
    justify-content: flex-start;
}
.footer__logos--rrss .hs-image__grid__list {
    justify-content: flex-end;
    margin: 0;
}
.footer__logos--rrss .hs-image__grid__list__item__image {
    width: 26px;
}
.footer__logos--rrss .hs-image__grid__list__item {
    max-width: max-content;
}

@media(max-width: 767px) {
    .footer__logos {
        margin-top: 60px;
    }
    .footer__copyright p {
        text-align: center;
    }
    .footer__logos--rrss .hs-image__grid__list {
        justify-content: center;
    }
}


.hs-form {
    display: flex;
    flex-direction: column;
}
.hs-form .hs-form-required {
    color: #EF6B51;
}
.hs-form fieldset {
    max-width: unset !important;
}
.hs-form .form-columns-2 {
    display: flex;
    gap: 12px;
}
.hs-form .hs-form-field {
    width: 100% !important;
    margin: 0 0 25px;
    padding: 0 !important;
}
.hs-form .hs-form-field label {
    color: #212121;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto' !important;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}
.hs-form .hs-form-field .input {
    margin: 0 !important;
}
.hs-form input.hs-input:not([type="checkbox"]), textarea.hs-input, select.hs-input {
    width: 100% !important;
    max-width: unset;
    border: 1px solid #C0D0DE;
    color: #212121;
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.07px;
    padding: 10px;
    box-sizing: border-box;
}
.hs-form input[type="checkbox"] {
    width: 13px !important;
    height: 13px !important;
    position: relative;
}
.hs-form .hs-form-checkbox {
    list-style: none;
}
.hs-form .inputs-list.multi-container {
    padding: 0;
}
.hs-form .hs-form-booleancheckbox {
    list-style: none;
}
.hs-form .hs-input.hs-fieldtype-intl-phone {
    display: flex;
    gap: 12px;
    width: 100% !important;
}
.hs-form .hs-input.hs-fieldtype-intl-phone:after {
    display: none;
}
.hs-form .hs-input.hs-fieldtype-intl-phone select {
    min-width: 100px;
}
.hs-form .legal-consent-container p {
    font-size: 12px;
    line-height: 14px;
    color: #313131;
}
.hs-form .legal-consent-container a {
    color: #0075FF;
    text-decoration: underline;
}
.hs-form .hs-error-msgs {
    margin: 0;
    position: relative;
}
.hs-form .hs-error-msgs li {
    list-style: none;
}
.hs-form label.hs-error-msg, .hs-error-msgs label {
    color: #ff7575;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 2px;
}
.hs-form .hs-dependent-field {
    margin-top: 12px;
}

.hs-form .hs_not_residential_design .inputs-list {
    padding-left: 0;
}
.hs-form .hs_not_residential_design input[type="checkbox"] {
    position: absolute;
    left: 0;
}
.hs-form .hs_not_residential_design .hs-form-booleancheckbox-display {
    position: relative;
    padding-left: 30px;
}
.hs-form .hs-button {
    display: block;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.75px; /* 125% */
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: unset;
    background: #FDCB46;
    color: #343A40;
    font-weight: 600;
    padding: 12px 16px;
    text-decoration: none;
    border: unset;
}


.hero-shot-video {
    background-color: #231F20;
    color: #fff;
    padding-top: 0;
}
.hero-shot-video h1 {
    font-family: Poppins;
    font-size: 45px;
    line-height: 68px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 30px;
}
.hero-shot-video p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 15px;
    color: #FFFFFF;
}
.hero-shot-video a {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 19px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
}
.hero-shot-video a:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    -webkit-mask: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/icon-arrow-right.png) no-repeat 50% 50%;
    mask: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/icon-arrow-right.png) no-repeat 50% 50%;
    transform: rotate(90deg);
    background-color: #fff;
}

.content h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    font-family: 'Poppins';
    margin: 0 0 15px;
}
.content__info {
    background-color: #F7F7F7;
    padding: 32px;
}
.banner-cta__box {
    background-color: #F7F7F7;
    padding: 50px 60px;
}
.banner-cta__text {
    max-width: 710px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: unset !important;
}
.banner-cta h2 {
    font-size: 45px;
    line-height: 68px;
    font-weight: 600;
    margin: 0 0 20px;
}
.banner-cta a {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 19px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    background-color: #222222;
}
@media(max-width: 500px) {
    .banner-cta__box {
        padding: 40px;
    }
}


.banner-image {
    background-color: #231f20;
    color: #fff;
}
@media(min-width: 767px) {
    .banner-image .container > .row-fluid-wrapper > .row-fluid {
        align-items: center;
        display: flex;
    }    
}
.banner-image h2 {
    font-size: 45px;
    line-height: 68px;
    font-weight: 600;
    margin: 0 0 20px;
}
.banner-image a {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 19px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    border: 1px solid #fff;
}

.cards {
    background-color: #f7f7f7;
}
.cards h2 {
    font-family: 'Poppins';
    font-size: 45px;
    line-height: 68px;
    font-weight: 600;
    color: #222222;
    margin: 35px auto 75px;
}
.cards__content {
    display: flex !important;
    gap: 4vw;
}
.cards__card {
    background-color: #fff;
}
.cards__card img {
    width: 100%;
}
.cards__card-text {
    padding: 0 30px;
}
.cards__card-text h3, .cards__card-text h3 a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
}
.cards__card-text h3 a:before {
   display: none;
}
.cards__card-text a {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    color: #222;
}
.cards__card-text a:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    -webkit-mask: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/icon-arrow-right.png) no-repeat 50% 50%;
    mask: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/icon-arrow-right.png) no-repeat 50% 50%;
    background-color: #222;
}
@media(max-width: 780px) {
    .cards__content {
        flex-direction: column;
        gap: 30px;
    }
    .cards__card {
        max-width: 390px;
        margin: 0 auto !important;
    }
}


.hero-shot-calendar {
    background-color: #231F20;
    color: #fff;
    padding: 40px 0 0;
}
.hero-shot-calendar__logo {
    max-width: 250px;
    margin-bottom: 43px;
}
.hero-shot-calendar__text {
    max-width: 580px;
}
.hero-shot-calendar__text span[style="text-decoration: underline;"] {
    font-weight: 700;
    color: #fff;
    text-underline-offset: 12px !important;
}
.hero-shot-calendar__text table {
    max-width: 435px;
    margin-bottom: 32px;
}
.hero-shot-calendar__text td span {
    display: flex;
    color: #CBCACA;
    gap: 8px;
}
.hero-shot-calendar h1 {
    font-family: Poppins;
    font-size: 64px;
    line-height: 66px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 32px;
}
.hero-shot-calendar p {
    font-family: Roboto;
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 32px;
    color: #CBCACA;
}
.hero-shot-calendar a {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 19px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    margin-top: 12px;
}
.hero-shot-calendar__image {
    margin-bottom: -8px;
}
@media(max-width: 600px) {
    .hero-shot-calendar__text span[style="text-decoration: underline;"] {
        text-underline-offset: 4px !important;
    }
    .hero-shot-calendar__text table tr {
        display: flex;
        flex-direction: column;
        gap: 24px;
        height: auto !important;
    }
    .hero-shot-calendar__text table tr td {
        width: 100% !important;
    }
    .hero-shot-calendar h1 {
        font-size: 45px;
        line-height: 58px;
    }
    
}

.content-form {
    background-color: #4d4a4b;
    color: #fff;
}
.content-form h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    font-family: 'Poppins';
    margin: 0 0 32px;
    color: #ffffff;
}
.content-form__text-container {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #CBCACA;
    margin-bottom: 32px;
}
.content-form__text {
    max-width: 580px;
}
.content-form__text a {
    color: #fff;
    font-weight: 700;
}
.content-form__form-container {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 6px;
}
.content-form__form-container--dark {
    background-color: #231F20;
    padding: 32px;
}
.content-form__form-container--dark .content-form__form {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 6px;
}
.content-form__form-title {
    font-size: 32px;
    line-height: 48px;
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    margin-bottom: 32px;
}
.content-form__form-title-container h2 {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: Poppins;
    margin-bottom: 0;
}
.content-form__form-title-container strong {
    font-weight: 600;
}
.content-form__form-title-container table {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #231F20;
}
.content-form__form-title-container table table td{
    display: flex;
    align-items: center;
    max-width: 165px;
    gap: 12px;
}
@media(max-width: 800px) {
    .content-form__form-title-container table tr {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto !important;
    }
    .content-form__form-title-container table tr td {
        width: 90% !important;
    }
}

.hero-shot--b h1 {
    font-size: 48px;
    line-height: 52px;
}
.hero-shot--b .hero-shot__col {
    border: 1px solid #565656;
    border-radius: 6px;
    padding: 24px;
}
@media(min-width: 767px) {
  .hero-shot--b .hero-shot__col {
      max-width: 185px;
  }
}
.hero-shot--b .hero-shot__col h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.hero-shot--b .hero-shot__col .hs-image-widget {
    max-height: 32px !important;
    margin-bottom: 10px;
}

.comparison-header {
    background-color: #222222;
    color: #fff;
    text-align: center;
}
.comparison-header__logo {
    max-width: 220px;
    margin: 0 auto 45px !important;
    float: unset !important;
}
.comparison-header__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 820px;
    margin: 0 auto 50px !important;
    float: unset !important;
}
.comparison-header__text h2 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.015em;
    margin: 0 0 15px;
    font-family: Poppins;
    font-weight: 600;
}
.comparison-header__image {
    max-width: 520px;
    margin: 0 auto !important;
    float: unset !important;
}

.comparison-table__heading {
  font-size: 18px;
  line-height: 22px;
  color: #7a7a7a;
  max-width: 665px;
  margin-bottom: 40px;
}
.comparison-table__heading h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 16px;
  color: #222222;
  font-family: Poppins;
  font-weight: 600;
}
.comparison-table__table a {
  border: 1px solid #222;
  box-sizing: border-box;
  color: #222;
  display: inline-block;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 22px;
  min-width: 170px;
  padding: 18px 31px;
  text-align: center;
  text-decoration: none;
}
.comparison-table__image {
    margin-top: 104px;
}
.testimonial__heading {
  margin-bottom: 80px;
}
.testimonial__heading h2 {
  color: #222;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.testimonial__heading p {
  max-width: 560px;
  margin-inline: auto;
}
.testimonial__box {
    background-color: #4d4a4b;
    color: #fff;
    padding: 80px;
    border-radius: 8px;
}
.testimonial__box .row-fluid {
  align-items: center;
  display: flex;
}
.testimonial__quote {
    font-size: 34px;
    line-height: 39px;
    font-weight: 600;
    font-family: Poppins;
}
.testimonial__quote table {
    border: none !important;
}
.testimonial__quote table td {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.testimonial__text {
    font-size: 18px;
    line-height: 24px;
}
.testimonial__text a {
    margin-top: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 22px;
    min-width: 170px;
    padding: 18px 9px;
    text-align: center;
    text-decoration: none;
}
@media(max-width: 767px) {
    .testimonial__quote, .testimonial__text, .testimonial__video {
        width: 100% !important;
    }
    .testimonial .row-fluid {
        flex-wrap: wrap;
    }
}

.faqs__heading h2 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 32px;
    font-family: Poppins;
    font-weight: 600;
}
.faqs__question-title {
  font-family: Poppins;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.faqs__question-title:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/chevron-black.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 15px;
  transition: all 0.2s linear;
}
.faqs__question.active .faqs__question-title:after {
  transform: rotate(180deg);
  top: 10px;
}

.faqs__question {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
.faqs__answer {
  font-size: 18px;
  line-height: 21px;
  color: #4D4A4B;
  display: none;
}
.faqs__answer p {
  margin: 0 0 15px;
}
.faqs__answer {
  margin-top: 12px;
}
.faqs__answer p:last-child {
  margin-bottom: 0;
}

.comparison-form {
    background-color: #4d4a4b;
    color: #fff;
}
.comparison-form h2 {
    font-size: 32px;
    line-height: 66px;
    margin: 0 0 32px;
    font-family: Poppins;
    font-weight: 600;
}
.comparison-form__text-container {
    font-size: 20px;
    line-height: 28px;
    color: #CBCACA;
}
.comparison-form__form {
    background-color: #fff;
    padding: 24px;
    border-radius: 6px;
    border: 0.5px solid #D2D1D2;
}

.comparison-table__table table tr:nth-child(2n+1) {
    background-color: #fafbfb !important;
}
.comparison-table__table table tr:first-child {
    background-color: #222222 !important;
}
.comparison-table__table table tr:first-child img {
  height: 72px !important;
  width: auto !important;
}
.comparison-table__table table td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: Poppins;
}
.comparison-table__table table tr:first-child td:first-child {
    background-color: #fff !important;
}
.comparison-table__table table tr {
    border: 1px solid #EBEBEB;
}
.comparison-table__table table tr td {
    border-right: 1px solid #EBEBEB;
}

/* LANDING PROSPECT */
.landing-prospect .header {
    background-color: #f0faff;
}
.landing-prospect .header__logo .hs_cos_wrapper {
  display: block;
}
.landing-prospect .hero-shot {
    background-color: #f0faff;
    color: #222222;
}
.landing-prospect .hero-shot__text-container p {
    color: #231F20;
    font-size: 20px;
    line-height: 28px;
}
.landing-prospect .hero-shot h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
.landing-prospect .hero-shot__col h4 {
    color: #222222;
    font-size: 17px;
    line-height: 20.4px;
    margin-bottom: 12px;
    font-weight: 600;
}
.landing-prospect .hero-shot__col p {
    font-size: 13px;
    line-height: 22px;
    color: #222222;
}

.landing-prospect .simple-heading {
  padding-bottom: 0;
}
.landing-prospect .simple-heading h2 {
  max-width: 632px;
  margin-inline: auto;
}

.simple-heading h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 34.8px;
    text-align: center;
    margin: 0;
}
@media (max-width: 767px) {
    .simple-heading {
        padding-bottom: 0;
    }
}

.landing-prospect .image-content--blue {
    background-color: #f0faff;
}
.landing-prospect .image-content .container {
    margin-bottom: 0 !important;
}
.landing-prospect .image-content__text {
    background-color: transparent;
    color: #222222;
    padding: 0;
}
.landing-prospect .image-content__text h3 {
    font-size: 32px;
    line-height: 42px;
}
.image-content__text p {
    margin: 18px 0;
}
.landing-prospect .image-content__text ul {
    padding-left: 22px;
}
.landing-prospect .image-content__text li {
    margin-bottom: 18px;
    font-family: "Roboto";
}
.landing-prospect .image-content__text a {
    background-color: #222222;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 22px;
    margin-top: 50px;
    min-width: 170px;
    padding: 18px 21px;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
}
@media (max-width: 767px) {
    .landing-prospect .image-content .container {
      text-align: left;
    }
}

.landing-prospect .banner {
    background-color: #66ccff;
    color: #222222;
}
.landing-prospect .banner__text {
    color: #222222;
}
.landing-prospect .banner h2 {
    font-size: 48px;
    line-height: 50px;
}


.landing-prospect .testimonial__box {
    background-color: #66CCFF;
    color: #222222;
}
.landing-prospect .testimonial__quote {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.landing-prospect .testimonial__quote h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 39px;
}
.landing-prospect .testimonial__quote a {
    background-color: #222222;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 22px;
    margin-top: 50px;
    min-width: 170px;
    padding: 18px 21px;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
}
@media(max-width: 767px) {
    .testimonial__box {
        padding: 45px;
    }
}


.landing-gated-content .hero-shot__text-container {
    margin-bottom: 48px;
}
.landing-gated-content .hero-shot pre {
    margin: 0 0 38px;
    max-width: max-content;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #CBCACA;
    padding: 6px 12px;
    border-radius: 1000px;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    font-family: Roboto;
    color: #CBCACA;
}
.landing-gated-content .hero-shot h1 {
    font-size: 48px;
    line-height: 52px;
}
.landing-gated-content .hero-shot p {
    font-size: 18px;
    line-height: 24px;
}
.landing-gated-content .hero-shot li {
    font-size: 20px;
    line-height: 28px;
    color: #CBCACA;
}
.landing-gated-content .hero-shot__col p {
    font-size: 16px;
    line-height: 26px;
}

.landing-prospect.gm-expansion .header {
  background-color: #231f20;
}
.landing-prospect.gm-expansion .hero-shot {
  background-color: #231f20;
  color: #FFFFFF;
}
.landing-prospect.gm-expansion .hero-shot__col .hs-image-widget {
  filter: brightness(0) invert(1);
}
.landing-prospect.gm-expansion .hero-shot__col h4, 
.landing-prospect.gm-expansion .hero-shot__col p {
  color: #fff;
}
.landing-prospect.gm-expansion .image-content--blue {
  background-color: #f7f7f7;
}
.landing-prospect.gm-expansion .testimonial__box {
  background-color: #231f20;
  color: #fff;
}
.landing-prospect.gm-expansion .testimonial__quote a {
  background-color: transparent;
  border: 1px solid #fff;
}
.landing-prospect.gm-expansion .banner {
  background-color: #303133;
}
.landing-prospect.gm-expansion .banner h2 {
  color: #fff;
}
.landing-prospect.gm-expansion .banner .hs-button {
  background-color: #FDCB46;
  border: none;
  border-radius: 60px;
}

.thank-you-page-2b .hero-shot h1 {
    font-size: 45px;
    line-height: 67px;
}


.text-form {
    background-color: #231F20;
}
.text-form__box {
    background-color: #ffff;
    padding: 48px;
    border-radius: 6px;
}
.text-form__text-container h2 {
    font-size: 32px;
    line-height: 48px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0 0 10px;
}
.text-form__text-container p, 
.text-form__text-container li {
    font-size: 16px;
    line-height: 28px;
}
.text-form__logos-container {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
    margin-top: 42px;
}
.text-form__logos-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #4D4A4B;
    font-family: 'Poppins';
}
.text-form__logos-container img {
    object-fit: contain;
}
.text-form__form {
    border: 1px solid #D2D1D2;
    border-radius: 6px;
    padding: 24px;
}

@media(max-width: 768px) {
    .text-form__box {
        padding: 24px;
    }
    .text-form__text-container {
        margin-bottom: 40px;
    }
}

.bento-cards h2 {
    font-family: 'Poppins';
    font-size: 45px;
    line-height: 68px;
    font-weight: 600;
    color: #222222;
    margin: 35px auto 75px;
}
.bento-cards__content {
    display: flex !important;
    gap: 24px;
    flex-wrap: wrap;
}
.bento-cards__content > .row-fluid-wrapper {
    width: 30%;
    flex-grow: 1;
}
.bento-cards__card {
    background-color: #222222;
    color: #fff;
    padding: 24px;
    border-radius: 6px;
}
.bento-cards__card blockquote {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px;
}
@media(max-width: 780px) {
    .bento-cards__content {
        flex-direction: column;
        gap: 30px;
    }
    .bento-cards__content > .row-fluid-wrapper {
        width: 100%;
    }
}

.rrss h2 {
    font-family: 'Poppins';
    font-size: 45px;
    line-height: 68px;
    font-weight: 600;
    color: #222222;
    margin: 35px auto 75px;
}
.rrss__grid img {
    display: block;
    height: auto;
    margin: 0 auto !important;
    object-fit: contain;
    max-width: 77px;
}

.testimonials {
    background-color: #f5f5f5;
    overflow: hidden;
}
.testimonials__heading {
    margin-bottom: 50px;
}
.testimonials h2 {
    font-family: 'Poppins';
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: #222222;
    margin: 35px auto 8px;
}
.testimonials .slick-list {
    overflow: visible;
}
.testimonials .slick-slide {
    width: 30vw;
    max-width: 441px;
    margin: 0 15px;
}
.testimonials__card {
    border: 1px solid #E0E0E0;
    padding: 24px;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.testimonials__card table {
    font-size: 14px;
    line-height: 22px;
}
.testimonials__card table p {
    margin: 0;
}

.slick-dots {
    position: relative !important;
    margin-top: 30px !important;
    display: flex !important;
    justify-content: center !important;
}
.slick-dots li {
    width: 13px !important;
    height: 13px !important;
    background-color: transparent !important;
    border-radius: 100% !important;
    border: 1px solid #000 !important;
    transition: all 0.2s linear !important;
}
.slick-dots li.slick-active {
    background-color: #000 !important;
}
.slick-dots li button {
    display: none !important;
}

@media(max-width: 990px) {
    .testimonials .slick-slide {
        width: 80vw;
        max-width: 441px;
    }
}

.landing-united-product .image-content__text {
    background-color: transparent;
    color: #222222;
}
.landing-united-product .hero-shot h1 {
  font-size: 44px;
  line-height: 52px;
}
.landing-united-product .image-content__text,
.landing-united-product .image-content__video {
    padding-top: 72px;
    padding-bottom: 72px;
}
.landing-united-product .image-content__text a {
    color: #fff !important;
}
.landing-united-product .testimonial__box {
    background-color: #231F20;
}
.landing-united-product .testimonial__text a {
    margin-top: 20px;
}

.icon-cards h2 {
  color: #222;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin: 35px auto 75px;
}
.icon-cards__content .row-fluid {
  display: flex;
  gap: 12px;
}
.icon-cards__content .row-fluid:before {
  display: none;
}
.icon-cards__card {
  width: 100% !important;
  background-color: #231F20;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px;
  margin: 0 !important;
  text-align: center;
  color: #ffff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Poppins';
}
.icon-cards__card img {
  width: 48px;
  margin-bottom: 34px;
}
@media(max-width: 980px) {
  .icon-cards__card {
      width: calc(50% - 6px) !important;
  }
  .icon-cards__content .row-fluid {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media(max-width: 500px) {
  .icon-cards__card {
    padding: 25px;
  }
  .icon-cards__card img {
    margin-bottom: 15px;
  }
}

.hero-shot__quote {
  background-color: #4d4a4b;
  padding: 24px;
  border-radius: 6px;
}
.hero-shot__quote h3 {
  font-size: 26px;
  line-height: 29px;
  font-weight: 600;
}
.hero-shot__quote table {
    border: none !important;
}
.hero-shot__quote table td {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.hero-shot__logos {
  margin-top: 40px;
  background-color: #4d4a4b;
  border-radius: 6px;
  padding: 24px;
}
.hero-shot__logos p {
  font-size: 14px;
  line-height: 22px: 
}
.hero-shot__logos .hs-image__grid__list__item {
    aspect-ratio: unset !important;
    text-align: center;
    background-color: #231F20;
    border-radius: 6px;
    padding: 40px 0;
}
.hero-shot__logos .hs-image__grid__list__item__image {
    height: auto !important;
    object-fit: contain !important; 
    max-width: 130px;
}


@media(min-width: 767px) {
	.event-attendance .hero-shot .row-fluid {
    align-items: center;
    display: flex;
  }
}
.event-attendance .hero-shot h1 {
  font-size: 50px;
  line-height: 52px;
}
.event-attendance .hero-shot .hs-button {
  background-color: #FDCB46;
  padding: 18px 24px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: 1.5px;
   display: inline-block;
}
.event-attendance .splide__controls {
  display: none;
}
.event-attendance .splide__slide--image {
  border-radius: 16px;
}
.event-attendance .hero-shot__gallery {
  margin-top: 45px;
}

.event-attendance .content-form {
    background-color: transparent;
}
.event-attendance .content-form__text-container {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}
.event-attendance .content-form h2 {
  color: #222222;
}
.event-attendance .content-form__form-title {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}
.event-attendance .content-form__form-container {
  border: 0.5px solid #D2D1D2;
}

.digital-smartup .header__logo {
    max-width: 278px;
}

.digital-smartup .section {
    padding: 128px 0;
}

.ds-section-heading {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 24px;
}
.ds-section-heading h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 84px;
    text-align: center;
    margin: 0;
}
.ds-section-heading > div {
    max-width: 795px;
    margin-inline: auto;
}

.ds-hero-shot {
    background-color: #2A2724;
    color: #fff;
    background-image: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/ds-hero-circle.svg), url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/ds-hero-laf.svg), url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/ds-hero-quart.svg);
    background-repeat: no-repeat;
    background-position: 80% 18%, 14% 45%, 76% 60%;
}
.ds-hero-shot__text-container {
    text-align: center;
}
.ds-hero-shot__text-container h1 {
    font-family: Poppins;
    font-size: 72px;
    font-weight: 600;
    line-height: 84px;
    margin: 0 auto 24px;
    max-width: 826px;
}
.ds-hero-shot__text-container p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #CBCACA;
    max-width: 795px;
    margin-inline: auto;
}
.ds-hero-shot__text-container .hs-button {
    background-color: #FDCB46;
    padding: 12px 24px;
    border-radius: 60px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-top: 24px;
}
.ds-hero-shot__columns {
    margin-top: 64px;
}
.ds-hero-shot__columns h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin: 0 0 24px;
}
.ds-hero-shot__col {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #CBCACA;
    padding-left: 32px;
    background-image: url(https://25919534.fs1.hubspotusercontent-eu1.net/hubfs/25919534/check_circle.svg);
    background-repeat: no-repeat;
}
.ds-hero-shot__separator {
    background-color: #2A2724;
}
.ds-hero-shot__separator .hs_cos_wrapper {
    display: flex;
    width: 100%;
}
.ds-hero-shot__separator .hs-image-widget {
    width: 100%;
}

.ds-agenda {
  background-color: #ffffff;
}
.ds-agenda__card {
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 48px;
    margin-top: 24px;
}
.ds-agenda__card-text h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    margin: 0 0 12px;
}
.ds-agenda__card-text p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #777575;
}
.ds-agenda__card-info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 24px;
}
.ds-agenda__card-info > span {
    display: flex;
    flex-wrap: wrap;
}
.ds-agenda__card-info > span > div:first-child {
    width: 100%;
}
.ds-agenda__card-info .hs_cos_wrapper_type_text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
    display: inline-block;
}
.ds-agenda__card-info table {
    border: none !important;
}
.ds-agenda__card-info table td {
    font-size: 14px;
    line-height: 20px;
}
.ds-agenda__card-text pre {
    background-color: #F5F5F5;
    border: 1px solid #000000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 40px;
    padding: 1.5px 12px;
    max-width: max-content;
}
.ds-agenda__card-date {
    color: #777575;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    border-top: 1px solid #CBCACA;
    padding-top: 34px;
    margin-top: 24px;
}
.ds-agenda__card-date p {
    margin: 0;
}
.ds-agenda__card-date p + p {
    margin-top: 12px;
}
.ds-agenda__card-date p img {
    position: relative;
    top: 3px;
}

.ds-speakers {
    background-color: #2A2724;
    color: #fff;
}
.ds-speakers .ds-section-heading {
    color: #CBCACA;
}
.ds-speakers .ds-section-heading h2 {
    color: #ffffff;
}
.ds-speakers__item {
    margin-top: 90px;
}
.ds-speakers__item-text h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 12px;
}
.ds-speakers__item-text {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.ds-speakers__item-text p {
    margin: 0;
}
.ds-speakers__item-text p + p {
    margin-top: 24px;
}
.ds-speakers__item .row-fluid {
    max-width: 990px;
    margin-inline: auto;
    display: flex;
    align-items: center;
}
.ds-speakers__item-image .hs_cos_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ds-speakers__item-image .hs-image-widget {
    max-height: 298px;
}

.ds-faqs {
    background-color: #F5F5F5;
}
.ds-faqs .row-fluid {
    display: flex;
}
.ds-faqs .faqs__question {
    border: 1px solid #2A2724;
    background-color: #fff;
    border-radius: 16px;
    padding: 0;
    margin-top: 24px;
    max-width: 990px;
    margin-inline: auto !important;
    padding: ;
}
.ds-faqs .faqs__question-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 24px;
}
.ds-faqs .faqs__question-title::after {
  right: 24px;
  top: 34px;
}
.ds-faqs .faqs__question.active .faqs__question-title::after { 
  top: 24px;
}
.ds-faqs .faqs__answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #777575;
    padding: 0 24px 24px;
}

.ds-forms {
    background-color: #2A2724;
    color: #fff;
}
.ds-forms__card {
    background-color: #fff;
    color: #2A2724;
    border-radius: 16px;
    padding: 34px;
}
.ds-forms__card h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    margin: 0 0 12px;
}
.ds-forms__card p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
}
.ds-forms__card p img {
    position: relative;
    top: 3px;
}
.ds-forms__card .hs_error_rollup .hs-error-msgs {
    padding-left: 10px;
}
.ds-forms__card .hs_error_rollup .hs-error-msgs label {
  position: relative;
}
.ds-forms__card .hs-form .hs-button {
  border-radius: 60px;
  cursor: pointer;
}

.digital-smartup .hs-horizontal-spacer {
    margin-top: 50px;
    display: block;
}

.digital-smartup .footer {
    background-color: #2A2724;
    padding: 34px 0 !important;
}
.digital-smartup .footer__logo .hs-image-widget {
    max-width: 97px !important;
}

@media(max-width: 767px) {
    .digital-smartup .section {
        padding: 60px 0;
    }
    .digital-smartup .container {
        padding: 0 20px !important;
    }
    .ds-hero-shot {
        background-image: none;
        padding-top: 80px !important;
    }
    .ds-hero-shot__text-container h1,
    .ds-section-heading h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .ds-speakers .ds-section-heading h2 {
        line-height: 60px;
        margin-bottom: 22px;
    }
    .digital-smartup .hs-horizontal-spacer {
        margin-top: 10px;
    }
    .ds-hero-shot__col {
        margin-bottom: 24px;
    }
    .ds-agenda__card {
        padding: 24px;
    }
    .ds-speakers__item .row-fluid {
        flex-direction: column;
    }
    .ds-speakers__item-image {
        margin-bottom: 32px;
        order: 0;
    }
    .ds-speakers__item-text {
        text-align: center;
        order: 2;
    }
    .ds-faqs .faqs__question {
        margin-inline: 0;
    }
    .ds-faqs .row-fluid {
        display: block;
    }
    .ds-forms__card {
        margin: 24px 0;
    }
}