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

/* Blog listing -START- */
/* Hero section & Tag filter */
.players1st-blog-hero, .players1st-blog-hero .blog-intro, .adjust-fixed-nav-bar {
  display: flex;
}

.players1st-blog-hero {
  background: #f9c6a466;
  border-radius: 5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 200px;
  padding-bottom: 150px;
}

.players1st-blog-hero .blog-intro, .adjust-fixed-nav-bar {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.blog-intro.outer-container {
  min-height: 170px;
}

.players1st-blog-hero .blog-intro h1 {
  font-size: clamp(3rem,.6rem + 11vw,6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em;
  text-transform: none;
}

.players1st-blog-hero .blog-intro h1 a {
  color: #252527;
  text-decoration: none;
}

.blog-heading-container, .tag-list-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tag-list-filter {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 625px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tag-list-filter .tag-filter-option a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #676e72;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.tag-list-filter .tag-filter-option:hover a, .tag-list-filter .tag-filter-option a.is-active {
  color: #252527;
  text-decoration: none;
}

.tag-filter-underline {
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  background-color: #ea5a2e;
}

/* Fixed filter bar */
.blog-intro.inner-container.fixed-filter-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  flex-direction: row;
  margin: 0 auto;
  padding: 1rem 0;
  box-shadow: 0 8px 16px rgba(37, 37, 39, .05), 0 4px 8px rgba(37, 37, 39, .05);
  transition: all .2s ease;
}

.fixed-filter-bar .adjust-fixed-nav-bar {
  flex-direction: row;
  width: 1296px;
  padding: 0 48px;
  margin: 0 auto;
}

.fixed-filter-bar .blog-heading-container {
  width: 33.33%;
  justify-content: flex-start;
}

.fixed-filter-bar .tag-list-container {
  width: 66.66%;
  justify-content: flex-end;
}

.blog-intro.inner-container.fixed-filter-bar h1 {
  font-size: 1.5rem;
  margin: 0;
}

@media (max-width: 700px) {
  .fixed-filter-bar .adjust-fixed-nav-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixed-filter-bar .blog-heading-container, .fixed-filter-bar .tag-list-container {
    width: 100%;
  }

  .blog-intro.inner-container.fixed-filter-bar h1 {
    margin-bottom: 0.5rem;
  }

}

@media (max-width: 500px) {
  .container:not(.header__center):not(.footer__center), .fixed-filter-bar .adjust-fixed-nav-bar {
    padding: 0 24px;
  }

  .blog-intro.inner-container.fixed-filter-bar h1 {
    font-size: 1.2rem;
  }

  .tag-list-filter .tag-filter-option a {
    font-size: 0.8rem;
  }
}

@media (max-width: 360px) {
  .fixed-filter-bar .adjust-fixed-nav-bar {
    padding: 0 12px;
  }

  .blog-intro.inner-container.fixed-filter-bar h1 {
    font-size: 1rem;
  }

  .tag-list-filter .tag-filter-option a {
    font-size: 0.6rem;
  }
}

@media (max-width: 260px) {
  .tag-list-filter {
    flex-direction: column;
    align-items: center;
  }
  
  .fixed-filter-bar .blog-heading-container {
    justify-content: center;
  }
  
  .blog-heading-container {
    text-align: center;
  }
  
  .tag-filter-underline {
    display: none;
  }
}

/* Post grid */
.section.blog-listing-2 {
  padding-bottom: 96px;
}

.blog-listing-2 .blog-card:hover {
  transform: translateY(-15px);
  transform-origin: bottom center;
}

.blog-listing-2 .blog-listing-2__center > .row.justify-center {
  justify-content: flex-start;
}

.blog-card__content .blog-card__body {
  padding: 24px;
}

.blog-card__content .blog-card__tags {
  margin-bottom: 12px;
}

.blog-card__content .blog-card__info {
  margin-top: 24px;
}

.blog-card__content .blog-card__img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.blog-card__content .badge--medium.badge--lowercase {
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ea5a2e;
}

.blog-card__content .blog-card__title {
  text-transform: none;
  font-weight: 500;
}

/* Blog Subscribe */
.hs-blog-listing .players1st-blog-subscribe, .hs-blog-post .players1st-blog-subscribe {
  padding-bottom: 192px;
  margin-bottom: -96px;
}

/* Author listing */
.players1st-author.blog-author {
  padding-top: 200px;
  background: #f9c6a466;
  border-radius: 5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.players1st-author .blog-author__details {
  text-align: center;
  align-items: center;
}

.players1st-author .blog-author__details .blog-author__details-inner {
  max-width: 100%;
}

/* Blog listing -END- */

/* Blog posts -START */
.blog-hero-1.minh-full, .blog-hero-1.minh-full .blog-hero-1__overlay {
  min-height: 85vh;
  border-radius: 5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blog-hero-1__title h1 {
  text-transform: none;
}

.blog-hero-1__tags .blog-hero-1__tag {
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-body-1 {
  padding: 48px 0 96px 0;
}

.blog-body-1 .blog-body-1__main {
  padding-inline-end: 24px;
}

.blog-breadcrumbs {
  padding: 24px 0;
}

.blog-breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.blog-breadcrumbs ul li {
  font-size: 0.8rem;
  line-height: 1rem;
}

.blog-breadcrumbs ul li.breadcrumb-separator {
  color: #7a8289;
}

.hs-blog-post .blog-related h2 {
  text-transform: uppercase;
}
/* Blog posts -END- */

/* Blog posts - Temporary Quote Styling */
.hs-blog-post blockquote:not(.important-text):before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f10d';
  position: absolute;
  left: -2.5rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ea5a2e;
}

@media (max-width: 500px) {
  .hs-blog-post blockquote:not(.important-text):before {
    left: 0;
    top: -2rem;:
  }
}

.hs-blog-post figcaption {
  color: #ea5a2e;
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 24px;
}

/* General styling -START- */
/* Text */
h1, h2, h3, h4, h5, h6, .section-intro__overline {text-transform: uppercase;}
:is(h1, h2, h3, h4, h5, h6), :is(.h1, .h2, .h3, .h4, .h5, .h6) {margin-bottom: 24px;}

.footer :is(h1, h2, h3, h4, h5, h6), .hs-blog-post :is(h1, h2, h3, h4, h5, h6), .policy-text :is(h1, h2, h3, h4, h5, h6) {
  text-transform: none;
}

.p, blockquote, p {
  margin: 0 0 24px;
}

.hs-blog-post h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Border radius */
.rounded-corners-small {border-radius: 12px;}
.rounded-corners-medium {border-radius: 24px;}
.rounded-corners-large {border-radius: 32px;}
.rounded-corners-xl {border-radius: 5rem;}
.rounded-corners-max {border-radius: 999px;}
.no-radius-top-left {border-top-left-radius: 0;}
.no-radius-top-right {border-top-right-radius: 0;}
.no-radius-bottom-left {border-bottom-left-radius: 0;}
.no-radius-bottom-right {border-bottom-right-radius: 0;}

/* Layout */
.container-fluid.main {
  overflow: hidden;
}

.header .container, .footer .container {
  width: 1600px;
}

.minh-almost-full {min-height: 95vh;}
.dnd-section.minh-almost-full {
  align-items: center;
  display: flex;
  justify-content: center;
}
.dnd-section.minh-almost-full>* {width: 100%;}

@media (max-width: 550px) {
  .dnd-section {
    padding: 48px 24px;
  }
  
  .dnd-section:first-child {
    padding-top: 96px;
  }
}

@media (max-width: 767px) {
  .reverse-stacking-order > .row-fluid {
    flex-direction: column-reverse;
  }
  
  .module--button {
    margin-bottom: 48px;
  }
}
 
@media (max-width: 1139px) {
  header .header--wo-search .header__lang, header .header__search, header .header__lang {
    margin-inline-start: 1.2rem;
  }
}
/* Buttons */
.btn--large {
  padding: .91rem 1.82rem;
}

.btn--large.btn--outline:not(:hover) {
  padding: .91rem 1.82rem;
}

.btn--medium {
  padding: .64rem 1.28rem;
}

.btn--medium.btn--outline:not(:hover) {
    padding: .64rem 1.28rem;
}

.btn--small {
  padding: .45rem 0.90rem;
}

.btn--small.btn--outline:not(:hover) {
    padding: .45rem 0.90rem;
}

.btn--large.btn--outline:hover, .btn--medium.btn--outline:hover {
  border: 2px solid;
}

.btn--small.btn--outline {
  border: 1.5px solid;
}

.module--button {
  margin-top: 24px;
}

.header .module--button {
  margin-top: 0;
}

.btn--fill {
  border: 2px solid;
}

.btn--accent.btn--fill, .btn--accent.btn--outline:hover {
  border-color: #ea5a2e;
}

.btn--dark.btn--fill, .btn--dark.btn--outline:hover {
  border-color: #252527;
}

.btn--light.btn--fill {
  border-color: #f2f2f2;
}

.btn--white.btn--fill, .btn--white.btn--outline:hover {
  border-color: #fff;
}

:is(#main-content, .header) .hs-cta-wrapper .hs-cta-node a.cta_button {
  background: #ea5a2e !important;
  color: #fff !important;
  border: 2px solid #ea5a2e !important;
  padding: .91rem 1.82rem !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
}

:is(#main-content, .header) .hs-cta-wrapper .hs-cta-node a.cta_button:hover {
  text-decoration: none;
  transform: scale(1.07);
}

/* Forms */
.hs-form-field, .hs-richtext, .legal-consent-container p, .legal-consent-container ul {
  margin-bottom: 36px;
}

.hs-input {
  box-shadow: 0 8px 16px rgba(37,37,39,.05), 0 4px 8px rgba(37,37,39,.05), inset 0 0 0 0 #ea5a2e;
  transition: all 0.2s ease-in-out;
}

.hs-input:hover {
  border-color: #ea5a2e;
  box-shadow: 0 0 0 4px rgba(234, 90, 46, .15), 0 0 0 rgba(37,37,39,.05), inset 0 0 0 1px #ea5a2e;
}

.form.form--one-field .hs-form-field>label {
  display: none;
}

.form.form--one-field .hs-form-field:first-of-type>.input {
  width: 100%;
}

.form.form--one-field .hs-form {
  position: relative;
}

.form.form--one-field .hs-button {
  position: absolute;
  right: -2%;
  top: 0;
  min-width: 115px;
  width: 30%;
  padding: 0.95rem 1.36rem
}

/* Meetings */
.span6.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .meetings-iframe-container {
  max-height: 620px;
  overflow: hidden;
}

.span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .meetings-iframe-container {
  max-height: 700px;
  overflow: hidden;
}
/* General styling -END- */

/* Header & Navigation -START- */
/* Mobile menu */
header .mnav--dark .mnav__open, header .mnav--dark .mnav__open:hover {
  color: #252527;
}

/* Header layout */
header .col {padding: 0;}
/*
header .flex-row {
  justify-content: space-between;
}
*/
header .header__extras {
  display: flex;
  align-items: center;
}

/* Overlapping header color correction */
header.header--overlap:not(.header--sticky-active) .header__mobile-nav .mnav__open, header.header--overlap:not(.header--sticky-active) .header__nav .nav__list--level1>li>.nav__link, header.header--overlap:not(.header--sticky-active) .lang-select__button, header.header--overlap:not(.header--sticky-active) .site-search__open, header .header__extras .nav__link {
  color: #252527;
}

header .header__login, header .header__signup {
  margin-inline-start: 1.2rem;
}

header .header--wo-search .header__lang {
  padding-inline-start: 0;
  border-inline-start: none;
}

header.header--overlap:not(.header--sticky-active) .header__search {
  border-left-color: unset;
}

header.header--overlap:not(.header--sticky-active) .nav__list--level1>li>a:before {
  background: #252527;
}

/* Nav items */
header .nav__item {
  font-size: 0.9rem;
}

header .nav__list--level1>li>a:before {
  height: 2px;
}

header .nav__list--flyout li:not(:first-child)>a {
  border-top: none;
}

header .nav--light .nav__list--flyout li:hover>a {
  color: #ea5a2e;
  background: none;
}

@media (min-width: 1140px) and (max-width: 1260px) {
  header .nav__item {
    font-size: 0.8rem;
  }

  header .nav__list--level1>li:not(:last-child) {
    margin-inline-end: 1.5rem;
  }
}

@media (max-width: 425px) {
  header .nav__item {
    font-size: 0.rem;
  }
  
  header .header__login, header .header__signup, header .header--wo-search .header__lang, header .header__search, header .header__lang, header .header__mobile-nav {
    margin-inline-start: 0.8rem;
  }
}

/* Drop downs & Mega menus */
header.header--sticky-active .nav__list--flyout, header.header--sticky-active .nav__mega {
  border-radius: 0 0 16px 16px;
}

header .nav--on-click .nav__item--expanded>.nav__mega, header .nav--on-hover .nav__item--expanded>.nav__mega, header .nav--on-hover li:hover>.nav__mega {
  padding: 48px;
}

header .nav__mega :is(h1,h2,h3,h4,h5,h6,p) {
  margin-bottom: 24px;
}

.nav__mega .row .row .row {
  margin: 0;
}

/* Header & Navigation -END- */


/* Specific sections -START- */
/* Front page hero */
.hero-graphics {
  display: flex;
  justify-content: center;
  height: 300px;
  position: relative;
}

.hero-graphics .hero-player {
  width: 40%;
}

.hero-graphics .hero-ball {
  display: none;
}

@media (min-width: 1024px) {
  .hero-graphics {
    margin-top: 3rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    max-height: 620px;
    width: 100%;
    z-index: -1;
  }

  .hero-graphics .hero-player {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 620px;
  }

  .hero-graphics .hero-ball {
    display: initial;
    position: absolute;
    right: clamp(5rem, 5vw + 4rem, 7rem);
    top: clamp(4rem, 2vw + 1rem, 10rem);
    bottom: 2rem;
    max-width: 13%;
    max-height: 105px;
  }
}
/* Specific sections -END- */

/* Modules -START- */
/* Section Intro */
.section-intro .section-intro__overline {
  font-size: 1.1rem;
}

.module.module--section-intro {
  margin-bottom: 0;
}

.section-intro .section-intro__divider {
  margin-bottom: 48px;
}

/* Logos */
.logos .splide__list.auto-scroll {
  transition-timing-function: linear !important;
}

.logos .splide__list.auto-scroll .splide__slide img {
  filter: grayscale(1);
  width: 60%;
  max-width: 200px;
}

.logos .splide__track {
-webkit-mask-image: -webkit-linear-gradient(90deg,hsl(0 0%0%/0),hsl(0 0%0%/1) 10%,hsl(0 0%0%/1) 90%,hsl(0 0%0%/0));
    mask-image: -webkit-linear-gradient(90deg,hsl(0 0%0%/0),hsl(0 0%0%/1) 10%,hsl(0 0%0%/1) 90%,hsl(0 0%0%/0));
    mask-image: -moz-linear-gradient(90deg,hsl(0 0%0%/0),hsl(0 0%0%/1) 10%,hsl(0 0%0%/1) 90%,hsl(0 0%0%/0));
    mask-image: -o-linear-gradient(90deg,hsl(0 0%0%/0),hsl(0 0%0%/1) 10%,hsl(0 0%0%/1) 90%,hsl(0 0%0%/0));
    mask-image: linear-gradient(90deg,hsl(0 0%0%/0),hsl(0 0%0%/1) 10%,hsl(0 0%0%/1) 90%,hsl(0 0%0%/0));
}

/* Quotes / Testimonials */
body:not(.hs-blog-post) .quote {
  background-color: #fff;
  padding: 3rem !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
  border-radius: 5rem;
}

@media (max-width: 767px) {
  body:not(.hs-blog-post) .quote {
    padding: 2rem !important;
  }
}

.quote__icon .icon {
  box-shadow: none !important;
  border: 2px solid;
}

.quote__card .compact-card {
  box-shadow: none !important;
}

body:not(.hs-blog-post) .compact-card .compact-card__img img {
  height: 4.5rem;
  width: 4.5rem;
}

body:not(.hs-blog-post) .module--quote .splide__track {
  overflow: visible;
}

.quote__quote {
  text-align: left;
}

.quote-spacing {
  padding-bottom: 48px;
}

.hs-blog-post blockquote {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 12px;
  position: relative;
  color: #6e757b;
}

.hs-blog-post .quote__icon {
  margin-bottom: 12px;
}

@media (min-width: 501px) {
  .hs-blog-post .quote__icon {
    margin-bottom: 0;
    position: absolute;
    left: -2.5rem;
    top: 0;
  }
}

.hs-blog-post .icon--large.icon--disc, .hs-blog-post .icon--large.icon--square, .hs-blog-post .icon--large .icon__glyph {
  font-size: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  width: 1.4rem;
}

.hs-blog-post .quote__icon .icon {
  border: 0;
}

.hs-blog-post .quote {
  padding: 0;
  text-align: left;
  position: relative;
}

.hs-blog-post .quote .compact-card {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

.hs-blog-post .quote .compact-card__title, .hs-blog-post .quote .compact-card__desc {
  color: #ea5a2e;
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 0;
}

/* Numbers */
.numbers .numbers__number {
  font-size: 4rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .numbers :is(h1,h2,h3,h4,h5,h6,p) {
    margin-bottom: 0;
  }
}

/* Content Card */
.content-card .content-card__header {
    padding: 48px 24px 12px;
}

.content-card .content-card__body {
    padding: 0 24px 24px;
}

.content-card .content-card--no-title-space .content-card__header {
  padding-bottom: 0;
}

.content-card .content-card__body .btn--light.btn--outline {
  border-color: #ea5a2e;
  color: #ea5a2e;
}

.content-card .content-card__body .btn--light.btn--outline:hover {
  background-color: #ea5a2e;
  color: #fff;
}

.content-card.content-card--collapse-desc {
  padding-bottom: 0;
}

.content-card.content-card--collapse-desc .content-card__header {
  padding: 24px 24px 0;
}

.content-card.content-card--collapse-desc .content-card__title {
  padding: 0.5rem 0 1.5rem;
}

.content-card.content-card--collapse-desc .content-card__title h3 {
  font-size: 1.3rem;
}

.content-card.content-card--collapse-desc .content-card__label {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .content-cards .md-s4 {
    width: 50%;
  }
}

@media (max-width: 625px) {
  .content-cards .md-s4.sm-s12 {
    width: 100%;
  }
}

/* Listing */
.listing .drop-down__list {
  padding: 24px;
}

.listing .listing__search-input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.listing .listing__pagination a {
  background: transparent;
  border: 1px solid #252527;
}

.listing .listing__pagination a:hover {
  background: #252527;
  color: #fff;
}

.listing .listing__pagination .active a, .listing .listing__pagination .active a:hover {
  background: #252527;
}

/* Integrations Content Cards */
#integrations .content-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#integrations .content-card__img img {
  max-width: 65%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
    padding: 48px 0px 24px;
}

#integrations .listing__list {
  align-items: flex-start;
}

/* Gallery (Act3) */
.module--gallery .splide--arrows-lg.splide--arrows-outside, .module--gallery .splide--arrows-md.splide--arrows-outside, .module--gallery .splide--arrows-sm.splide--arrows-outside {
  padding-left: 36px;
  padding-right: 36px;
}

/* Contact box */
.contact-box .contact-box__item {
  padding: 24px;
}

.no-padding .contact-box .contact-box__item {
  padding: 0;
}

.contact-box .contact-box__item p:last-child {
  margin-bottom: 0;
}
/* Modules & Specific sections -END- */

/* Footer -START- */
footer.footer {
  border-radius: 5rem 5rem 0 0;
}
@media (min-width: 1140px) {
  footer .footer__section--main {
    padding-top: 11rem;
  }

  footer .footer-logo {
    position: absolute;
    top: 4rem;
  }
}

@media (max-width: 1139px) {
  footer .footer-logo {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  footer .footer__section--bottom .flex-row {
    flex-direction: column-reverse;
  }
  
  footer .module--footer_links {
    margin-bottom: 24px;
  }
}

footer .footer__copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer__copyright ul li {
  display: inline-block;
  line-height: 1;
  margin: .5rem 1.68rem .5rem 0;
  vertical-align: middle;
}

footer .icon--large .icon__glyph {
  font-size: 1.52rem;
  height: 1.52rem;
  line-height: 1.52rem;
  width: 1.52rem;
}
/* Footer -END- */