/* Elements */
.pwr-blog-pagination .cta_button.pwr-cta--regular-border {
    font-size: 24px;
    line-height: 28px;
    padding: 18px 40px;
    font-family: "Poynter Oldstyle Disp Semi Bd" !important;
}

.pwr-blog-pagination .cta_button.pwr-cta--regular-border:hover {
    color: #FFeFe2;   
}
:root {
  --ff-accent: "Poynter Oldstyle Disp Semi Bd", Arial;
}

@font-face {
    font-family: "PoynterOSDisp Roman";
    src: url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.eot");
    /* IE9*/
    src: url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.eot#iefix") format("embedded-opentype"),
      /* IE6-IE8 */
      url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.woff2") format("woff2"),
      /* chrome、firefox */
      url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.woff") format("woff"),
      /* chrome、firefox */
      url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.ttf") format("truetype"),
      /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.svg#PoynterOSDisp%20Roman") format("svg");
    /* iOS 4.1- */
  }
  
  @font-face {
    font-family: "Poynter Oldstyle Disp Semi Bd";
    font-display: swap;
    font-weight: normal;
    font-style: normal;
  
    /* Backup Created by Umair Khan - [07/01/2023] */
    /*
    src: url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/eot/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399");
    src: url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/eot/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399#iefix") format("embedded-opentype"),
    url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/woff2/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399") format("woff2"),
    url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/woff/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399") format("woff");
    */
  
  src: url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.eot");
  src: url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.eot#iefix") format("embedded-opentype"),
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.woff2") format("woff2"),
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.woff") format("woff");
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.svg") format("svg");
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.ttf") format("truetype"),
  
  }


ol:not([style*=list-style-type])>li:before {
  content: counter(item) ". ";
}

.pwr-footer {
    --clr-text-dk: var(--clr-background-lt);
}

:root .pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1 > a {
    font-size: 21px;
    line-height: 26px;
    text-transform: none;
}

:root .pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2 > a {
    color: var(--clr-background-lt);
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    transition: opacity 240ms ease-in-out;
}

:root .pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2 > a:hover {
    color: var(--clr-background-lt);
    opacity: .5 !important;
}

span.pwr-footer__item.pwr-footer-legal__notice:empty {
    display: none;
}

:root .pwr-footer-legal__content .pwr-footer__item .hs-menu-wrapper ul {
    display: flex;
    gap: 25px;
    color: var(--clr-background-lt);
}

/* :root .pwr-footer:not(.pwr-footer-advanced).pwr--dark a:not(.pwr-link):not(.pwr-back-to-top) {
    color: var(--clr-background-lt);
    font-size: 21px;
    font-weight: 300;
} */

:root .pwr-footer-legal__content .pwr-footer__item .hs-menu-wrapper li:not(:last-child):after {
    display: none;
    
}

:root .pwr-footer-legal__content .pwr-footer__item .hs-menu-wrapper a {
    font-size: 14px;
    color: var(--clr-background-lt) !important;
    font-weight: 300;
    transition: opacity 240ms ease-in-out;
}

:root .pwr-footer-legal__content .pwr-footer__item .hs-menu-wrapper a:hover {
    color: var(--clr-background-lt) !important;
    opacity: .5 !important;
}
:root .hs-gallery-slider-main__arrow .splide__arrow svg{
  display: none;
}

:root .hs-gallery-slider-main__arrow .splide__arrow--prev{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M2.35067 12.1085L2.03433 12.4478L2.34912 12.7886L12.3135 23.5766L11.6478 24.2712L0.683266 12.4508L11.6463 0.72725L12.312 1.4218L2.35067 12.1085Z' fill='%23171B25' stroke='%23171B25'/%3E%3C/svg%3E") no-repeat center center;
  left: -20px;
}

:root .hs-gallery-slider-main__arrow .splide__arrow--next{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='25' viewBox='0 0 13 25' fill='none'%3E%3Cpath d='M9.57043 12.6205L9.83933 12.2985L9.56899 11.9778L0.657719 1.40453L1.20864 0.768851L10.9597 12.3013L1.2071 23.9294L0.656447 23.294L9.57043 12.6205Z' fill='%23171B25' stroke='%23171B25'/%3E%3C/svg%3E") no-repeat center center;
  right: -20px;
}

:root .swiper-buttons-beside .swiper-button-next{
  right: 0;
}

:root .swiper-buttons-beside .swiper-button-prev{
  left: 0;
}


:root .swiper--pagination {
  margin-bottom: 0;
}
:root .pwr-sec-stats__intro-sec{
  margin-bottom: 80px;
}

:root .pwr-stat{
  border-top: 8px solid var(--dialogue-peach, #EC9876);
  padding-top: 12px;
  text-align: left;
}

:root .pwr-stat__number, 
:root .pwr-stat__suffix{
  font-weight: 600;
}

:root .pwr-stat__title{
  font-family: var(--ff-accent);
  font-weight: 600;
  margin-top: 15px;
  text-transform: none;
  letter-spacing: 0;
}


@media (min-width: 768px) {
  :root .pwr-stat__number, 
  :root .pwr-stat__suffix{
    font-size: 60px;
  }

  :root .pwr-stat__title{
    font-size: 32px;
    line-height: 1.2;
  }
}
:root .pwr-post-item__date, 
:root .pwr-post-item__name,
:root .pwr-post-item__n-min-read,
:root .pwr-prev-next-nav__link {
    font-family: var(--ff-primary);
}

:root .pwr-sec-prev-next-nav {
    background-color: white;
}

:root .pwr-post-featured__title {
    text-transform: none;
}
:root .pwr-hero__title {
    --tt-title: none;
}

:root .pwr-filter {
    background-color: var(--clr-background-lt);
    
}

:root .pwr-filter__list {
    display: none;
}

@media (min-width: 576px) {
    :root .pwr-filter__list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

.pwr-filter__title {
    text-align: center;
    margin-bottom: 2rem;
}

:root .pwr-filter__list-item .pwr-filter__link  {
    font-family: var(--ff-base);
    display: inline-block;
    vertical-align: top;
    background: #c4e6f1;
    padding: 10px 32px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #212020;
    border: 3px solid #c4e6f1;
    transition: all .5s ease;
}

.pwr-filter__list-item .pwr-filter__link.active,
.pwr-filter__list-item .pwr-filter__link:hover {
    background: transparent;
}

.pwr-author-posts-title {
    --tt-title: none;
}

:root .pwr-post-content img {
    --br-img: 0;
}

:root .pwr-post-header__title {
    --tt-title: none;
}

:root .pwr-sec-posts .blog-post__label {
    font-weight: 600;
}
/* :root .pwr-blog-listing .pwr-3D-box {
    --br-box: 0;
} */

/* :root .pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__img {
    height: 238px;
} */

/* :root .pwr-blog-listing .pwr-3D-box .pwr-post-item__overlay {
    background-color: white;
    opacity: 0;
} */

/* :root .pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__overlay {
    opacity: .3;
} */


:root .pwr-blog-listing .pwr-post-item__author {
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
}

:root .pwr-blog-listing .pwr-post-item__ {
    flex-grow: 0
}


:root .pwr-blog-listing .pwr-post-item__date {
    flex-grow: 1;
    flex-shrink: 0;
}


:root .pwr-blog-listing .pwr-post-item__name {
    --tt-other: none;
}

:root .pwr-post-item:not(.pwr-post-item--1col) .pwr-post-item__title {
    text-transform: none;
    font-size: 32px;
    line-height: 38px;
}

:root .pwr-post-item:not(.pwr-post-item--1col) .blog-post__tag-link {
    transition: color 1s ease-in-out;
    transition-behavior: normal;
}

:root .pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__more-link,
:root .pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__title,
:root .pwr-post-item:not(.pwr-post-item--1col):hover .blog-post__tag-link {
    color: white;
    transition: color .4s ease-in-out;
}


:root .pwr-post-item:not(.pwr-post-item--1col) .pwr-post-item__more-link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}


:root .pwr-post-item__img {
    background-position: center;
}

:root .pwr-post-item__desc {
    font-size: 18px;
}

:root .blog-post__label {
    margin-top: 1.2rem;
    font-family: var(--ff-primary);
}

:root .blog-post__label svg {
    margin-left: .3rem;
}
:root .pwr-sec-posts--standard .pwr-post-item__img,
:root .pwr-sec-posts--standard .pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__img,
:root .pwr-sec-posts--standard .pwr-3D-box__sensor {
    --br-box: 0;
}

:root .pwr-sec-posts--standard .pwr-post-item:not(.pwr-post-item--1col) .pwr-post-item__desc,
:root .pwr-sec-posts--standard .pwr-post-item:not(.pwr-post-item--1col) .blog-post__label svg {
    display: none
}

:root .pwr-sec-posts--standard .pwr-post-item:not(.pwr-post-item--1col) .pwr-post-item__img {
    height: 200px;
    background-position: center;
    background-size: cover;
}

:root .pwr-sec-posts--standard .pwr-post-item__info-box {
    top: 200px;
}

:root .pwr-sec-posts--standard .hs_cos_wrapper_type_related_blog_posts .pwr-post-item__title {
    color: black;
    text-transform: none;
    font-size: 32px;
    line-height: 38px;
}

:root .pwr-sec-posts--standard .pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__title {
    color: black;
    transition: color .4s ease-in-out;
}

:root .pwr-sec-posts--standard .pwr-3D-box .pwr-post-item__overlay {
    background-color: transparent;
    opacity: 0;
}

.blog-post__tags {
    margin-top: 1.5rem    
}

:root .pwr-sec-posts--related .pwr-3D-box {
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.08);

}
.language-banner {
    position: fixed;
    top: 61px;
    z-index: 810;
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: .8rem;
    color: var(--clr-base-dk);
    padding-right: 40px;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(83, 79, 112, .1), 0 16px 48px 0 rgba(83, 79, 112, .1);
}

@media screen and (min-width: 1172px) {
    .language-banner {   
        top: 71px;
    }
}

@media screen and (min-width: 768px) {
    .language-banner {   
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

.language-banner__text {
    font-weight: 500;
    font-size: 16px;
}

.language-banner .gr-form {
    display: flex;
    align-items: center;
    gap: 15px;
}

.language-banner .gr-form select {
    background-color: white;
    border-radius: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 40px;
    padding-top: 10px;
    width: 100%;
}
    
.language-banner .gr-form select:focus {
    border: 1px solid var(--clr-form-field-border-lt-rgba);
    box-shadow: none;
}

.language-banner [gr-form~=field] {
    margin-bottom: 0; 
    flex-grow: 1;  
}

.language-banner__dismiss {
    padding: .6rem;
    position: absolute;
    right: 0;
    top: 10px;
}


@media screen and (min-width: 768px) {
    .language-banner__dismiss {
        position: relative;
        right: auto;
        top: auto;
    }
    
}

.language-banner__dismiss path {
    fill: var(--clr-base-dk);
}

.language-banner .btn {
    border: 0;
}

.language-banner .btn--primary {
    display: inline-block;
    font-family: Poynter Oldstyle Disp Semi Bd;
    font-size: 16px;
    line-height: 20px;
    color: var(--clr-background-lt);
    background: var(--clr-accent-dk);
    border: 1px solid transparent;
    padding: 9px 10px;
    border-radius: 48.5px;
    transition: all .5s ease;
    cursor: pointer;
}

.btn--primary:hover {
    background: var(--clr-base-lt);
    color: var(--clr-accent-dk);
}
.region-switcher {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(var(--clr-base-dk-rgb), .2);
}

.region-switcher.is-active {
    position: fixed;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.region-switcher__box {
    width: 100%;
    max-width: calc(532px + 2rem);
    border-radius: 25px;
    margin: 1rem;
    background-color: white;
}

.region-switcher__header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #C4C4C4;
}

.region-switcher__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.region-switcher__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.region-switcher__dismiss {
    padding: .2rem .6rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.region-switcher__dismiss svg {
    width: 10px;
}

.region-switcher__languages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    padding: 35px 20px;
    padding-bottom: 50px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.region-switcher__languages > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .region-switcher__languages {
    }
}

.region-switcher__card {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.38;
    border-radius: 16px;
    color: #212020;
    font-weight: 600;
}

.region-switcher__card.is-active,
.region-switcher__card:hover {
    border-color: var(--clr-base-dk);
}

.region-switcher__card span {
    color: #636362;
}

.lang-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.lang-switcher svg {
    flex-shrink: 0;
}
:root .pwr-sec-testimonials .swiper-buttons-beside .swiper-button-next,
:root .pwr-sec-testimonials .swiper-buttons-beside .swiper-button-prev{
  background-color: #ffffff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

:root .pwr-sec-testimonials .swiper-buttons-beside .swiper-button-next::after{
  transform: translateX(1px);
}
:root .pwr-sec-testimonials .swiper-buttons-beside .swiper-button-prev::after{
  transform: translateX(-1px);
}

:root .pwr-sec-testimonials .pwr-testimonial{
  background: #ffffff;
  padding: 32px;
  border-radius: 32px;
  margin: 0;
}

@media (min-width: 768px) {
  :root .pwr-sec-testimonials .pwr-testimonial{
    margin: 0 115px;
  }

  :root .pwr-sec-testimonials .swiper-buttons-beside .swiper-button-next,
  :root .pwr-sec-testimonials .swiper-buttons-beside .swiper-button-prev{
    width: 57px;
    height: 57px;
  }
}

:root .pwr-testimonial__info {
  --tt-other: none;
}

:root .pwr-testimonial__quote {
  line-height: 28px;
}
:root .pwr-services--style-boxed {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
}

@media screen and (min-width: 640px) {
    :root .pwr-services--style-boxed {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (min-width: 1024px) {
    :root .pwr-services--style-boxed {
        grid-template-columns: repeat(4, 1fr);
    }
}

:root .pwr-services--style-boxed .pwr-services-box__front {
    text-align: left;
}


:root .pwr-sec-services--style-boxed .pwr-sec-services__desc {
    display: block;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    --lh-desc-sec: 28px;
}

:root .pwr-services--style-boxed .pwr-services-item__uptitle {
    font-family: var(--ff-accent);
    font-size: 56px;
    line-height: 38px;
    font-weight: 500;
}

:root .pwr-services--style-boxed  .pwr-services-box__back {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

:root .pwr-services--style-boxed  .pwr-services-box__back .pwr-services-item__title {
    font-size: 20px;
}


:root .pwr-services--style-boxed  .pwr-services-box__back .pwr-services-item__desc {
    font-size: 16px;
}

:root .pwr-services--style-boxed .pwr-services-item__title {
    text-transform: none;
    font-size: 24px;
}

:root .pwr-services--style-boxed .pwr-services-box {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
}

:root .pwr-services-item__img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1024px) {
    :root .pwr-services-item__img {
    max-width: 600px;
    max-height: 600px;
    width: auto;
    height: auto;
}
}

:root .pwr-sec-services--style-4  .pwr-services-box.swiper-slide {
    height: auto;
}

:root .pwr-sec-services--style-4  .pwr-services-item__title {
    --tt-title: none;
    font-size: 24px;
    line-height: 28px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

:root .pwr-sec-services--style-4.swiper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

:root .pwr-sec-services--style-4 .pwr-services-item__desc {
    margin-bottom: 0;
}



@media screen and (min-width: 769px) {
    :root .pwr-sec-services--side_by_side .pwr-services-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 75px;
        text-align: left;
    }

    :root .pwr-sec-services--side_by_side .pwr-services-item--true {
        flex-direction: row;
    }

    :root .pwr-sec-services--side_by_side .pwr-services-item > * {
        flex: 1 1 50%;
    }

    :root .pwr-sec-services--side_by_side .pwr-services-item > div {
        max-width: 459px;
    }
}

:root .pwr-sec-services--side_by_side .pwr-services-item .pwr-services-item__title {
    font-size: 36px;
    line-height: 44px;
    --tt-title: none;
}


:root .pwr-sec-services--side_by_side .pwr-sec-services__intro-sec {
    margin-bottom: 30px;
}

:root .pwr-sec-services--side_by_side .pwr-services-item .pwr-services-item__icon {
    /* max-width: 459px; */
}



:root .pwr-sec-services.pwr--dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffefe2 !important;
}

:root .pwr-services--side_by_side {
    /* max-width: 950px; */
}
@media (max-width: 767px) {
    :root .pwr-sec-text-tabs .page-center {
        margin: 0 !important;
    }
}

@media (min-width: 576px) {
    :root .pwr-tabs__header .pwr-tabs__tab-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

:root .pwr-tab__content {
    --br-img: 0;
}

:root .pwr-tabs__tab,
:root .pwr-tabs__tab--active:hover {
    border-color: var(--clr-background-accent-dk);
}

@media (min-width: 992px) {
    :root .pwr-tabs__tab-wrapper::after {
        background-color: var(--clr-background-lt);
        z-index: -1;
        position: absolute;
    }
}

:root .pwr-rich-text.pwr-tabs__content {
    color: var(--clr-base-dk);
}
    
:root .pwr-rich-text.pwr-tabs__content h2,
:root .pwr-rich-text.pwr-tabs__content h3,
:root .pwr-rich-text.pwr-tabs__content h4,
:root .pwr-rich-text.pwr-tabs__content h5 {
    font-family: var(--ff-accent);
}


:root .pwr-tabs__body {
    max-width: 1120px;
    margin: 0 auto;
    float: none;
}

@media (max-width: 767px) {
    :root .pwr-tab__content + .pwr-tab__content {
        margin-top: 2.5rem;
    }
}

:root .pwr-tab__content--right {
    text-align: center;
}
:root .pwr-step .pwr-step__title {
    --tt-title: none;
}
:root .pwr-sec-form__form {
    padding: 32px;
    border-radius: 40px;
    background-color: white;
}

@media (max-width: 767px) {
    :root .pwr-sec-form .page-center {
        margin: 0 !important;
    }
}


@media screen and (min-width: 1024px) {
    :root .pwr-sec-form__content {
        display: flex;
        gap: 30px
    }

    :root .pwr-sec-form__form-wrapper--hor-wide {
        min-width: 580px;
        margin-left: 0;
    }
}

:root .pwr-sec-form .hs_submit {
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

:root .pwr-sec-form .hs_submit .actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

:root .pwr-sec-form form input[type="text"],
:root .pwr-sec-form form input[type="password"],
:root .pwr-sec-form form input[type="datetime"],
:root .pwr-sec-form form input[type="datetime-local"],
:root .pwr-sec-form form input[type="date"],
:root .pwr-sec-form form input[type="month"],
:root .pwr-sec-form form input[type="time"],
:root .pwr-sec-form form input[type="week"],
:root .pwr-sec-form form input[type="number"],
:root .pwr-sec-form form input[type="email"],
:root .pwr-sec-form form input[type="url"],
:root .pwr-sec-form form input[type="search"],
:root .pwr-sec-form form input[type="tel"],
:root .pwr-sec-form form input[type="color"],
:root .pwr-sec-form form input[type="file"],
:root .pwr-sec-form form textarea,
:root .pwr-sec-form form select {
    background-color: transparent;
}
@media screen and (max-width: 993px) {
    :root .pwr-sec-split__right .pwr-sec-split__img {
        height: 300px !important;
    }
}

:root .pwr--white {
    background-color: white;
}
:root .pwr-sec-mockup .pwr-sec-mockup__desc,
:root .pwr-sec-mockup .pwr-sec-mockup__desc p {
    --fs-desc-sec: 24px;
    --lh-desc-sec: 32px;
}


:root .pwr-sec-mockup__title + .pwr-sec-mockup__desc {
    margin-top: 32px;
}
:root .dnd-section.rounded-columns {
    padding-left: var(--sp-p-hor-mobile) !important;
    padding-right: var(--sp-p-hor-mobile) !important;
}

@media screen and (max-width: 767px) {
    :root .dnd-section.rounded-columns .dnd-column {
        margin-bottom: 2rem;
    }
}
:root .plyr__poster,
:root .plyr__video-wrapper,
:root .plyr--video {
    background: white;
}


.cta_button.btn-primary:hover,
.cta_button.btn-primary:hover::before,
.cta_button.btn-primary:hover::after {
    color: var(--clr-btn-primary)!important;
    background: transparent !important;
}

:root .cta_button.btn-ghost:hover {
    background: var(--clr-btn-primary) !important;
    background-color: var(--clr-btn-primary) !important;
    color: #FFeFe2 !important;
}
.hs-submit .hs-button {
    font-size: 24px;
    line-height: 28px;
    padding: 18px 40px;
    color: #FFeFe2;
    transition: color .4s ease-in-out;
}

.hs-submit {
    border: solid 2px #212020;
}

.hs-submit .actions {
     transition: background-color .4s ease-in-out;
}

.hs-submit:hover .actions {
    background-color: white;
}

.hs-submit:hover .actions .hs-button {
    color: #212020;
}
/*********************************** Cookie banner css Sep 2023 start ***********************************/
#hs-banner-parent div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    background: #212020;
    min-height: auto;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    color: #FFEFE2 !important;
    left: 0;
    transform: none !important;
}

#hs-banner-parent div#hs-eu-cookie-confirmation #hs-eu-header-container {
    display: none;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    margin: 0 !important;
    max-width: calc(100% - 450px);
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    max-width: 100%;
    display: block;
    position: relative;
    background: transparent;
    padding: 22px 60px 18px 50px !important;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 !important;
    font-family: Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #FFEFE2 !important;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    margin: 0 0 0 !important;
    display: flex !important;
    align-items: center;
    width: auto !important;
    min-width: auto !important;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    color: #FFEFE2 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    font-family: 'Poynter Oldstyle Disp Semi Bd' !important;
    padding: 10px 20px !important;
    border: 1px solid #FFEFE2 !important;
    border-radius: 100px;
    min-width: 125px;
    min-height: 40px;
    margin-left: 17px !important;
    transition: all 0.5s ease;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button {
    order: 1;
    border: none !important;
    text-decoration: underline !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    order: 3;
    background: #212020;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button:hover {
    background: #FFEFE2 !important;
    color: #212020 !important;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
    order: 2;
    background: #FFEFE2 !important;
    color: #212020 !important;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:hover {
    background: #212020 !important;
    color: #FFEFE2 !important;
}

@media (max-width: 991px) {
    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
        right: 20px;
    }

    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
        padding: 18px 20px 15px 20px !important;
    }
}

@media (max-width: 750px) {

    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
        max-width: 100%;
        padding: 0 !important;
    }

    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
        position: static;
        transform: none;
        margin-top: 10px !important;
        justify-content: center;
    }

    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button,
    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button,
    #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
        margin-left: 0 !important;
    }
}

/************************************ Cookie banner css Sep 2023 end ************************************/
/* Layouts */
.rounded-columns .row-fluid [class*="span"]{
  border-radius: 32px;
}

.pwr--light-white {
  background-color: white;
}

::selection {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    background: #3399FF;
}