/* Tiny slider CSS */
@media (min-width: 860px) {
  .product-plug .flex-horizontal {
  grid-gap: 100px!important;
}
}

*{
  margin: 0;
  border: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Galaxie';
  font-weight: 200!important;
  line-height: 1.2
}
p, a, pre, sup, sub, a, li {
  font-size: 1.25rem;
  font-family: 'Real Text', 'Manrope', sans-serif; 
  font-weight: 300;
}
.head-children p {
  font-size: 42px; line-height: 50px;
  font-family: 'Galaxie'!important;
  font-weight: 200!important;
}
strong {
  font-family: 'Real Text', 'Manrope', sans-serif; 
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #1A1A1A;
  display: flex;
  align-items: center;
}
#demo__hero_section form select {
  background-color: transparent;
}
#demo__hero_section option:disabled {
    color: white;
}

#demo__hero_section .third__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
#demo__hero_section .formandcopy {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
}
#demo__hero_section .preform__copy {
  padding: 0 2rem;
}
.seventeen__row {
  width: 17%;
  display: flex;
}
.hero__content {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 2rem;
}
.hero__copy {

}
#demo__hero_section .full__row {
  margin-bottom: 38px;
}
#demo__hero_section .hero__copy p {
  margin: 18px 0rem;
}
#demo__hero_section .hero__copy h1 {
  font-size: 4rem;
  margin: 2rem 0rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
#demo__hero_section .hero__awards {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  max-width: 500px;
}
#demo__hero_section .hero__squiggle {
  width: 100%;
  align-self: flex-end;
}
#demo__hero_section .hero__awards::after {
    /*content: "";*/
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    right: -50%;
    top: -189%;
    background-size: contain;
    background-repeat: no-repeat;
}
#demo__hero_section .preform__copy h3{
    font-size: 1.25rem;
}
#demo__hero_section form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  min-height: 400px;
  justify-content: space-between;
  font-family: 'Real Text', 'Manrope', sans-serif; 
}
#demo__hero_section form fieldset{
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
#demo__hero_section form fieldset>div {
  width: 100% !important;
  float: unset !important;
  margin: .5em 0em;
}
#demo__hero_section form .input>*{
width: 100%;
  outline: none;
  color: #5C5C5C;
}
#demo__hero_section form .input {
  height: 2.5em;
  border: 1px solid #5c5c5c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0rem .5rem;
}
#demo__hero_section form .input {
  color: #5C5C5C;
}
#demo__hero_section .actions {
  background-color: #008CFF;
  width: 100%;
  border-radius: 20px;
  color: white;
  text-align: center;
}
#demo__hero_section input[type="submit"]{
  all: unset;
  padding: .5em;
}
#demo__hero_section .hs_submit {
  width: 100%;
}
#demo__hero_section .hs_submit .actions {
  transition: all .2s ease-in;
}
#demo__hero_section .hs_submit .actions:hover {
  background-color: black;
}
#demo__hero_section label.error {
    border: 1px solid red !important;
}
#demo__hero_section .hs-error-msgs {
    list-style-type: none;
    color: grey;
    margin-top: 5px;
    text-align: left;
    padding: 5px 10px;
}
 .hs_submit .actions.disabled{
    background-color: black !important;
    cursor: not-allowed;
  }


 @media (max-width: 1080px) {
    #demo__hero_section .content__width {
      flex-direction: column!important;
    }
    #demo__hero_section .content__width > div {
      width: 100%!important;
    }
    #demo__hero_section .content__width > .seventeen__row {
      display: none!important;
    }
    #demo__hero_section .content__width > .third__row {
      margin-top: 50px!important;
    }
    #demo__hero_section .hero__content {
      padding: 0!important;
      margin: 0!important;
    }
    #demo__hero_section .hero__copy > h1 {
      margin-top: 0!important;
    }
  }
.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-item {
  padding: 35px 100px;
}

@media (max-width: 767px) {
  .tns-item {
    padding: 35px 0;
  }
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}
h2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -2%;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: calc(100% / 70);
}

/* Slider */

.tns-outer {
  padding: 0 !important;
  position: relative;
}

.tns-nav {
  bottom: -40px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.tns-nav button {
  background-color: #d2d8df;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 300ms ease-in-out;
  width: 12px;
}

.tns-nav button:hover,
.tns-nav button:focus {
  background-color: #e73335;
  border: 2px solid #fff;
}

.tns-nav button.tns-nav-active {
  background-color: #e73335;
}

/* Testimonial */

.testimonial {
  display: flex;
  flex-direction: column;
}

.testimonial__content {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 45px 40px 30px;
  text-align: center;
  transition: all 0.15s linear;
}

.testimonial__author__name {
  display: inline-block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  margin: 20px 0 0;
  vertical-align: middle;
}

@media screen and (min-width: 640px) {
  .testimonial {
    flex-direction: row;
  }

  .testimonial__content {
    flex: 1 0 75%;
    padding: 115px 40px;
  }
}

@media screen and (min-width: 768px) {
  .testimonial__content {
    padding: 75px 40px;
  }
}

@media screen and (min-width: 980px) {
  .testimonial__content {
    flex: 1 0 50%;
    padding: 45px 40px 30px;
  }
}

/* Account for internet explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .testimonial__content {
    align-items: stretch;
  }
}
.product-plug h3.mobile-only-h3 {
  display: none;
}
h2 {
  margin-top: 0!important;
}
.foot-cta h2 {
 margin-bottom: 50px!important; 
}
.logo-container {
 margin-bottom: 100px!important; 
}
.hero {
        background: #FFF000;
    }
    section {
        padding: 150px 70px;
    }
    .container {
        max-width: 1080px;
        margin: auto;
    }
    .flex-horizontal {
        display: flex;
        align-items: stretch;
    }
    .flex-vertical {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container > div {
        flex: 1;
    }
    .form-container {
        background: white;
        width: 100%; 
        border-radius: 20px;
        padding: 30px;
    }
    .five-grid {
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 50px;
    }
    .five-grid > div {
        display: flex;
        justify-content: center;
    }
    .quote {
        max-width: 700px;
        margin: auto;
        text-align: center;
    }
    .button {
        background: #008CFF;
        padding: 0 25px;
        height: 55px;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 50px;
    }
li img {
 max-width: 20px!important; 
}
li::before {
 display: none!important; 
}
    .foot-cta {
        background: #FFF000;
    }
.flex-horizontal {
        display: flex;
        align-items: stretch;
    }
    ul li {
      display: flex;
    }
h1, h2, h3, h4, h5, h6 {
  font-family: Galaxie;
}
h2 {
  font-size: 42px;
  max-width: 990px;
  text-align: center;
  font-family: Galaxie;
}
.hero-social-images {
  display: flex;
  grid-gap: 20px;
}
.hero-social-images img {
  flex: 1;
}
.hero h1 {
font-size: 52px;
  margin: 0;
}
.hero p {
  font-size: 22px;
}
ul {
 padding: 0;
  margin-left: -35px;
}
.quote-bubble {
  background: #F2E6E3; 
  padding: 40px; 
  border-radius: 50px;
}
.flex-horizontal p, .flex-horizontal li {
  font-size: 18px!important;
}
.quote-bubble p {
  font-size: 16px!important;
}
ul li div {
  font-size: 18px;
  margin-left: 20px;
}
ul {
  margin-top: 30px;
}
ul li {
  margin-bottom: 20px;
}
.hero-social-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
.quoter {
  display: flex;
  grid-gap: 10px;
  margin-top: 20px;
}
.input, input, select {
  height: 50px!important;
  border-radius: 50px!important;
  border-color: #757575!important;
  background: transparent!important;
}
input, select {
  padding-left: 10px!important;
  border-color: #757575!important;
}
input::placeholder, select::placeholder {
  color: #757575!important;
}
.legal-consent-container p {
  color: #757575!important;
  font-size: 14px!important;
  margin-bottom: 10px;
}
.formandcopy {
  padding: 0!important;
}
.form-container {
  border-radius: 50px!important;
}
input[type=submit], .actions {
  height: 55px!important;
  border-radius: 50px!important;
  padding: 0!important;
}
.actions:hover {
  cursor: pointer;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: -10px!important;
  margin-left: 20px!important;
  margin-top: 4px!important;
}
.no-list.hs-error-msgs.inputs-list, .no-list.hs-error-msgs.inputs-list li {
  margin: 0!important;
  color: red!important;
  font-size: 13px!important;
  padding: 0!important;
}
.vjs-poster, video {
 border-radius: 50px!important;
}
.tns-item {
    padding: 0!important;
}
.testimonial__author__name p {
  margin: 0!important; 
}
.name {
  font-weight: 600;
}
.company {
  font-weight: 100;
}
.quote {
  font-family: Galaxie!important;
  font-size: 20px!important;
  margin-bottom: 20px!important;
}
.testimonial__content {
  padding-top: 30px;
}
blockquote.testimonial__content {
  padding: 0!important;
}
.testimonial__author__name, .testimonial__author__name h2 {
  margin-top: 0!important;
}
.hero-social-images img {
 max-width: 150px!important; 
}
.tns-nav button.tns-nav-active  {
  background-color: #008CFF!important;
}
.tns-nav button:hover, .tns-nav button:focus {
    background-color: #008CFF!important;
}
.arrow-svg:hover {
  cursor: pointer;
}
.arrow-hover, .arrow-svg path {
  transition: all .3s ease-in-out;
}
.arrow-svg:hover .arrow-hover {
  stroke: white;
}
.arrow-svg:hover .circle-hover {
 stroke:  #008CFF;
}
.arrow-svg path {
  fill: white;
}
.controls-wrap {
  position: relative;
  width: 100%;
  z-index: 5;
  max-width: 1080px;
}
.controls-wrap > div  {
 position: absolute;
  top: 50%;
  width: 100%;
}
.controls-wrap > div:hover {
  cursor: pointer;
}
.controls-outter {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
}
.controls-wrap > div:first-of-type {
  right: 104%;
  width: 55px!important;
}
.controls-wrap > div:last-of-type {
  left: 104%;
  width: 55px!important;
}
.video-sec {
  padding-bottom: 120px!important;
}
.arrow-svg:hover path {
  fill: #008CFF!important;
}
@media (max-width: 1500px) {
  .hero .container {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .container, .vid-con {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .hero h1 {
    font-size: 52px;
  }
  .testimonial__content img {
    width: 90vw!important;
  }
}
@media (max-width: 1220px) {
  .hero h1 {
    font-size: 47px;
  }
  .testimonial__content img {
    width: calc(100vw + -100px)!important;
    margin: auto!important;
  }
}
@media (max-width: 1130px) {
  .hero h1 {
    font-size: 38px;
  }
}
@media (min-width: 860px) and (max-width: 992px) {
  .hero h1 {
    font-size: 32px;
  }
  .hero .flex-horizontal p {
    font-size: 16px!important;
  }
  .hero ul li div {
    font-size: 18px;
  }
  .hero .container > div {
    flex: 1!important;
  }
  .hero .container {
    grid-gap: 40px!important;
  }
}
@media (max-width: 859px) {
  section.hero h1.hero-h1 {
    font-size: 30px!important;
  line-height: 40px!important;
    max-width: 400px!important;
}
  div.logo-container {
    margin-bottom: 50px!important;
  }
  .hero ul li:last-of-type {
    margin-bottom: 0!important;
  }
  h1, h2, .head-children p {
    font-size: 30px!important;
    line-height: 40px!important;
  }
  h3 {
    font-size: 24px!important;
    line-height: 30px!important;
  }
  .hs-richtext p {
    margin: 0!important;
    margin-left: 20px!important;
  }
  fieldset:has(.hs_how_did_you_hear_about_us___dropdown_) > div {
    margin-bottom: 0!important;
  }
  .hero-blurb {
     margin-top: 20px!important;
  }
  .hero .container {
    flex-direction: column;
    grid-gap: 45px!important;
  }
  ul {
    margin-left: 0!important;
  }
  form fieldset {
    max-width: 100%!important;
  }
  .form-container {
    padding: 0!important;
    background: transparent!important;
  }
  .formandcopy {
    background-color: transparent!important;
  }
  form {
    background: transparent!important;
  }
  .input {
    background: white!important;
  }
  .flex-horizontal {
    flex-direction: column!important;
  }
  h2 {
    text-align: left!important;
  }
  .hero .container {
    padding: 60px 20px!important;
  }
  .container {
    padding: 60px 20px!important;
  }
  section {
    padding: 0!important;
  }
  blockquote {
    padding: 0!important;
  }
  .testimonials .container {
    align-items: flex-start;
  }
  .testimonials .quote { 
    text-align: left;
    margin-top: 30px;
  }
  .testimonials .testimonial__author__name {
    margin-right: auto!important;
  }
  .testimonials .testimonial__author__name p {
    text-align: left!important;
  }
  .product-plug h2 {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 30px;
    margin-bottom: 30px!important;
  }
  .product-plug h3:not(.mobile-only-h3) {
    display: none!important;
  }
  .product-plug h3.mobile-only-h3 {
    display: block!important;
    margin-bottom: 0!important;
  }
  form fieldset:first-of-type > div {
    margin-top: 0!important;
  }
  .testimonials .container {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .testimonial__content img {
    width: calc(100vw - 60px)!important;
  }
  .video-sec {
    padding-bottom: 120px!important;
  }
  .product-slider-sec .testimonial__author__name {
    width: calc(100vw - 60px); 
  }
  .product-slider-sec .testimonial__author__name h2, .product-slider-sec .testimonial__author__name p {
    text-align: left!important;
  }
  .vid-con {
    padding: 0 20px!important;
    padding-top: 40px!important;
  }
  .tns-nav {
   bottom: -40px; 
  }
}

.formandcopy h3 {
  display: none!important;

}
.bub-quote p {
 margin: 0!important; 
}
.hero h1 {
  line-height: 70px;
}
.product-slider-sec {
  overflow: hidden;
}
.vjs-poster, video {
   border-radius: 50px!important;
  }
  @media (max-width: 1080px) {
  .logo-container {
     margin-bottom: 50px!important; 
    }
  }
  @media (max-width: 992px) {
    .hero h1 {
    	line-height: 40px!important;
    }
    .hero .container {
        padding: 0px 20px!important;
    }
    .logo-container {
      padding-top: 60px!important;
    }
  }


.logo-container {
 margin-bottom: 100px!important; 
}
  .vjs-poster, video {
   border-radius: 60px!important;
  }
  @media (max-width: 1080px) {
  .logo-container {
     margin-bottom: 60px!important; 
    }
  }
  @media (max-width: 992px) {
    .hero h1 {
    	line-height: 40px!important;
    }
    .hero .container {
        padding: 0px 20px!important;
    }
    .hero .container:not(.logo-container) ul {
      padding-left: 0!important;
    }
    div.logo-container {
      padding-top: 60px!important;
    }
    .hero.section-wrap > img {
      top: initial!important;
    }
    .hero.section-wrap {
      padding-top: 60px!important;
      padding-bottom: 60px!important;
    }
  }
  @media (min-width: 861px) and (max-width: 992px) {
    .hero .container:not(.logo-container) ul {
      padding-left: 35px!important;
    }
  }


div.logo-container {
  z-index: 5;
  position: relative;
}

.hero.section-wrap img {
  right: -35%!important;
}
@media (max-width: 992px) {
  .hero.section-wrap > img {
    display: none!important;
  }
  .testimonials .container {
    padding-bottom: 60px!important;
  }
}
.testimonials .testimonial .testimonial__author__name {
  display: flex; 
  grid-gap: 20px;
}
.testimonials .testimonial .testimonial__author__name .name, .testimonials .testimonial .testimonial__author__name .role, .testimonials .testimonial .testimonial__author__name .company {
  text-align: left!important;
}
.testimonials .testimonial .testimonial__author__name img {
  width: 50px!important; 
  margin-top: 4px;
}
.product-slider-sec.section-wrap {
  padding-bottom: 100px!important;
}
section.foot-cta h2 {
  margin-bottom: 25px!important;
}
.arrow-svg {
  margin-bottom: 50px!important;
}
.logo-container {
  margin-bottom: 70px!important;
}
section.hero h1 {
  font-size: 52px!important;
  line-height: 60px!important;
}
section.hero .hero-blurb {
  margin-top: 20px!important;
}
#demo__hero_section {
  padding: 25px!important;
}
.input {
  height: 44px!important;
}

.hs_are_you_a_marketing_agency_or_event_production_company_ .hs_how_did_you_hear_about_us___dropdown_ {
  margin-top: 20px;
}
@media (min-width: 1081px) {
  section:not(.hero) {
    padding: 150px 70px!important;
  }
  section:not(.hero).padding-bot-only {
    padding-top: 0!important;
  }
}
@media (max-width: 859px) {
  .product-plug .mobile-only-h3 + img {
    max-width: 500px!important;
    margin: auto!important;
  }
  .testimonials .container {
    padding-bottom: 0!important;
  }
  .product-slider-sec {
    padding-top: 0!important;
  }
  .product-plug .flex-horizontal {
   margin-top: 30px!important; 
    width: 100%!important;
  }
  section.product-plug h3.mobile-only-h3 {
    margin-bottom: 20px!important;
  }
  #demo__hero_section.form-container {
    padding: 0!important;
  }
  .five-grid {
    max-width: 900px!important;
    width: 100%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px!important;
  }
  .five-grid img {
    width: 21%!important;
  }
  h2 {
    margin-bottom: 20px!important;
    text-align: left!important;
  }
  .flex-horizontal {
    grid-gap: 20px!important;
  }
}
@media (max-width: 420px) {
 .button {
   width: 100%!important;
  }
}
@media (max-width: 1290px) {
 section.hero h1.hero-h1 {
   font-size: 48px!important;
    line-height: 55px!important;
  }
}
@media (max-width: 1080px) {
 section.hero h1.hero-h1 {
   font-size: 40px!important;
    line-height: 47px!important;
  }
}
@media ((min-width: 993px)) {
 section.hero {
   padding-left: 70px!important;
   padding-right: 70px!important;
}
  .controls-wrap {
    width: 80%;
    margin: auto;
  }
  
@media (max-width: 1080px) {
  .controls-wrap {
    width: 75%!important;
}
  }
@media (max-width: 859px) {
  .product-slider-sec > .container {
    padding-top: 100px!important;
  }
 }
  
  .hero-social-images img {
    height: auto!important;
}