/* Colors */








/* Fonts */
@font-face {
    font-family: "Silka Bold";
    src: url("https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/Fonts/Silka/Silka-Bold.otf");
}
@font-face {
    font-family: "Silka Medium";
    src: url("https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/Fonts/Silka/Silka-Medium.otf");
}
@font-face {
    font-family: "Silka Light";
    src: url("https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/Fonts/Silka/Silka-Light.otf");
}



/* General */
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Silka Light";
    width: 100%;
    background-color: #E9ECEF;
    /* background-color: #a89e9c; */
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #444444;
}
h1 {
    font-family: "Silka Bold";
    font-size: 35px;
}
h4 {
    font-size: 13px;
}
::selection {
    color: #fff;
	background: #87C9B7;
}
::-moz-selection {
    color: #fff;
	background: #87C9B7;
}
a { text-decoration: none; }
a:link { color: #8FD5BD; }
a:active { color: #8FD5BD; }
a:visited { color: #8FD5BD; }
a:hover { opacity: 0.8; }

.cta-button span {
    font-family: "Silka Light"!important;
}
.cta-button:hover {
  background-color: #5DC27C!important;
}
a#cta_button:hover {
  background-color: #5DC27C!important;
}

.product-xmas p a:nth-child(2) {
  color: white;
  font-weight: 600;
  background-color: rgb(159,8,17)!important;
  padding: 5px 18px;
  border-radius: 20px;
}
.product-xmas p a:nth-child(2):hover {
  background-color: rgb(159,8,17)!important;
}

.global-cta {
  text-transform: uppercase; font-size: 16px; color: #fff; border-radius: 30px; border: 0; outline: 0;
}

/* Header */
.header  {
	text-align: left;
  margin: 1% auto 0% 0;
  padding: 0 2.5%;
  max-width: 200px;
}
.background-image {
    width: 100%;
    height: 100%;
}



/* Main container & Picbox */
.hero-container {
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden;
}
.hero-container .picbox {
    display: inline-block;
}
.hero-container .picbox .bigpic {
    width: 50%;
    height: 100%;
}
.hero-container .picbox .bigvid {
    margin: 3% 1% 3% 1.5%;
    width: auto;
    max-height: 70vh;
}
.hero-container .brand-box {
/*     background-color: rgba(255, 255, 255, 0.5); */
    padding: 1% 2.5%;
/*     box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1); */
    transition: .3s ease-in;
}
.hero-container .main-content {
    padding: 0 3%;
    width: 80%;
    margin: 0 10%!important;
}
.hero-container .main-content h2 {
    font-family: Silka Bold;
}
.hero-container .main-content .addon-text {
    margin: 0 0 2% 0;
}
.hero-container .main-content .brand-box img {
    width: 100% !important;
    position: inherit;
}
.hero-container .main-content .brand-box:hover {
    background-color: rgba(255, 255, 255, 0.85);
/*     box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2); */
    transition: .3s ease-in;
}
#top div .row-fluid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

#top .form-vid-header {
    background-image: url(https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/summer%202026%20offer%20-%2050%20transparency.png);
    background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-container .see-more {
    background-color: #434d57;
    color: #fff;
    font-family: "Silka Bold";
    position: fixed;
    bottom: 0;
    z-index: 1;
}
.hero-container .see-more p{
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* Form */
.hero-container .form-group {
    margin: 0 1% 0% 1%;
    padding-top: 0%;
    width: 48%;
}
.hero-container .form {
}
.hero-container form fieldset {
    max-width: 100%;
}
.hero-container .form-group .form-header, .hero-container .form-group .form-vid-header {
    text-align: center;
    font-size: 26px;
    font-family: "Silka Bold";
    padding: 0% 2% 1% 2%;
    -webkit-animation: fade-in 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-in 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    margin-bottom: 3%;
}
.hero-container .form label {
    /* display: none; */
}
.hero-container .form .hs-email label,
.hero-container .form .hs-fieldtype-text label {
    display: none;
}
.hero-container .form .inputs-list label {
    font-size: 15px;
    margin: 0;
}
.hero-container .form .inputs-list input {
    width: auto !important;
    margin-top: 2%;
}
.hero-container .form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero-container .form .hs-country {
    width: 65%;
    margin: auto;
}
.hero-container .form .hs-email {
    width: 60%;
    display: inline-block;
}
.hero-container .form .hs-submit, .actions {
    width: auto!important; display: inline-block;
}
.hero-container .form input[type="text"],
.hero-container .form input[type="email"],
.hero-container .form input[type="url"],
.hero-container .form input[type="tel"],
.hero-container .form textarea, select {
    display: inline-block;
    padding: 10px 12px;
    width: 95%;
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
    margin-bottom: 15px;
    font-family: "Silka Light";
    font-size: 18px;
    transition: .3s ease-in;
}
.hero-container .form input[type="text"]:hover,
.hero-container .form input[type="email"]:hover,
.hero-container .form input[type="url"]:hover,
.hero-container .form textarea:hover, select:hover {
    border-color: ;
/*     box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); */
    transition: .3s ease-in;
}
.hero-container .form input[type="text"]:focus,
.hero-container .form input[type="email"]:focus,
.hero-container .form input[type="url"]:focus,
.hero-container .form textarea:focus, select:focus {
    border-color: #AEB9CD!important;
    outline: none;
    transition: .3s ease-in;
/*     box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); */
}
.hero-container .form input[type="checkbox"] {
    margin: .7% 0 0 0%!important;
}
.hero-container .form .hs_submit {
    text-align: center;
    display: block;
    margin: 0 0 3.5% 0;
}
.hero-container .form button, .hero-container .form .hs-button,
.hero-container .form input[type="button"],
.hero-container .form input[type="reset"],
.hero-container .form input[type="submit"] {
    display: inline;
	  border-radius: 50px;
    border: none;
    background-color: #f3cf00;
/*     background-image: linear-gradient(210deg,#ce2939,#9f0811); */
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-family: "Silka Bold";
    line-height: 1;
    padding: 18px 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    margin: 6px auto 10px auto;
    -webkit-animation: heartbeat 1.75s ease-in-out infinite both;
    animation: heartbeat 1.75s ease-in-out infinite both;
    transition: .3s ease-in;
}
.hero-container .form button:hover, .hs-button:hover,
.hero-container .form input[type="button"]:hover,
.hero-container .form input[type="reset"]:hover,
.hero-container .form input[type="submit"]:hover {
    opacity: .8;
    transition: .3s ease-in;
}
.hero-container .form button:focus, .hs-button:focus,
.hero-container .form input[type="button"]:focus,
.hero-container .form input[type="reset"]:focus,
.hero-container .form input[type="submit"]:focus {
    outline: none;
}

.hero-container .form button:active, .hs-button:active,
.hero-container .form input[type="button"]:active,
.hero-container .form input[type="reset"]:active,
.hero-container .form input[type="submit"]:active {
    outline: none;
    background-color: #ce2939;
    background-image: linear-gradient(210deg,#9f0811,#ce2939);
    transition: 1s ease-in;
}
.hero-container .form div span div form .hs-fieldtype-text ul {
    display: none!important;
}
.hs_error_rollup, .hs-error-msg {
    /* display: none!important; */
    color: #f2545b;
}
.input .invalid {
    border-color: #ffb4b4!important;
}
.hero-container .form .legal-consent-container {
    margin: 1.75% auto 0.5% auto;
    width: 95%;
    font-size: 12px;
    color: #444444;
    opacity: .8;
}

.hero-container .form .hs_type_of_photography {
    margin-top: 5px;
}
.hero-container .form .legal-consent-container label {
    font-size: 14px;
    margin-bottom: 10px;
}
.hero-container .form .legal-consent-container .hs-field-desc {
    padding-top: 3px;
}
.hero-container .form .hs_type_of_photography label :first-child {
    font-weight: bold;
}
.hero-container .form .hs_type_of_photography .input .multi-container {
    margin: 10px 0;
}
.hero-container .form .hs_type_of_photography .input .multi-container li {
    display: inline-block;
    width: auto;
    padding: 2%;
    word-break: keep-all;
}
.hero-container .form .hs_type_of_photography .input .multi-container li label span {
    margin: 0 2%;
    display: inline-block;
}
.hero-container .form .hs-form-booleancheckbox {
    text-align: left;
}
.hero-container .form .hs-form-booleancheckbox span {
    margin: auto;
    width: 90%;
}
.hero-container .form .hs-form-booleancheckbox .hs-form-required {
    font-size: 150%;
}






/* Main content */
.main-content .bigvid {
    width: auto;
/*     max-height: 70vh; */
    text-align: center;
    margin: 3% auto 1% auto;
    padding-bottom: 3%!important;
}
.hero-container .main-content .gains {
    padding: 0 2%;
}
.hero-container .main-content .gains .gain .gain-txt {
    font-size: 18px;
    line-height: 2;
    padding: 0% 7%;
    min-height: 23vh;
    margin: -1.5% 0 12% 0;
    vertical-align: text-top;
    z-index: -1;
}
.hero-container .main-content .gains .gain .gain-img {
    border: 1px solid #dee2e6;
    border-bottom: none;
}
.hero-container .main-content .trusted-by {
    margin: 4% 0 -2% 2%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Silka Bold';
    line-height: 1.5;
}
.hero-container .main-content .trusted-by .secondary-header {
    font-family: 'Silka Light';
    margin: -1.5% 0 0 5%;
}
.hero-container .main-content .mid-quote {
    padding: 0 10%;
    margin: 1% 0 5% 0;
    background-image: url(https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/quote-10.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.alternating-slides {
    margin-bottom: 6%;
}
.alternating-slides h3 {
    font-size: 26px;
    line-height: 1.5;
    font-family: "Silka Bold";
}
.alternating-slides p {
    font-size: 18px;
    line-height: 1.5;
}
.alternating-slides .slide .card, .alternating-slides .slide .image {
    box-shadow: none !important;
}
.terms {
    padding: 0 2%;
}
.nphoto-trusted-by .company-logo {
    margin: 1%;
/*     box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1); */
    transition: .3s ease-in;
}
.nphoto-trusted-by .company-logo img {
    -webkit-animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.nphoto-trusted-by .company-logo:hover {
/*     box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2); */
    transition: .3s ease-in;
}

.wcs-testi1-section {
    background-color: rgba(255, 255, 255, 0.3)!important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
/*     box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1); */
    transition: .3s ease-in;
}
.wcs-testi1-section p {
    padding: 0 3%;
}
.n-socials {
    background-color: #5C6670!important;
}
.n-socials img {
filter: brightness(1100%);
}
.nphoto-copyright {
    background-color: #e1e3e6;
    border-top: 1px solid #dee2e6;
    margin-bottom: 0!important;
}

.go-top-button {
    background-color: #c9e082!important;
    color: black;
    background-image: linear-gradient(210deg,#85ac1c,#c9e082);!important;
}
.lp-products .hs-logo-carousel__text {
  padding-top: 12px;
  font-weight: 600;
  font-family: "Silka Light";
}





/* THANK YOU PAGE */

.main-content .form-group .typ-main {
    padding: 2% 4%;
}
.main-content .form-group .typ-main h4 {
    font-family: "Silka Bold";
}
.hero-container .ty-header h2 {
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.hero-container .form-group .ty-txt {
  margin-top: 0px!important;
}
.hero-container .form-group .ty-txt h2 {
    font-size: 1.5vw;
}
.hero-container .form-group .ty-txt h3 {
    font-size: 3vw;
    margin: 2vh auto;
}
.copy-code {
    margin: -2% auto 0 auto;
    text-align: center;
    display: block;
    padding: 5px 10px;
    font-size: 1vw;
    vertical-align: text-top;
    border-radius: 20px;
    border: 1px solid #8FD5BD;
    color: #444444;
    font-family: "Silka Light";
    transition: .2s ease-in;
}
.copy-code:hover {
    color: white;
    cursor: pointer;
    background-color: #5DC27C;
    transition: .2s ease-in;
}
#promo-code {
    opacity: 0;
}
.smart-sub {
    border: none!important;
    background-color: transparent!important;
    margin: 0 auto 0% auto;
}
.smart-sub .smart-sub-form {
    width: 95%!important;
}
.smart-sub .smart-sub-form input[type="text"],
.smart-sub .smart-sub-form input[type="email"],
.smart-sub .smart-sub-form input[type="url"],
.smart-sub .smart-sub-form textarea, select {
    display: inline-block;
    padding: 10px 12px;
    width: 95%;
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
    margin-bottom: 15px;
    font-family: "Silka Light";
    font-size: 18px;
    transition: .3s ease-in;
}
.smart-sub .smart-sub-form input[type="submit"] {
    text-align: center!important;
    width: auto!important;
}
.codes-left {
    color: #41c5c0;
}

.go-to-top {
    margin: 1% auto 4% auto!important;
    text-align: center;
}

.go-to-top a {
    color: black;
    text-align: center;
    border-radius: 30px;
    background-color: #f3cf00;
    font-family: "Silka Bold";
    padding: 10px 28px;
    margin: 0 auto!important;
    width: auto!important;
}

.form-group {
    overflow: hidden;
}
.form-group .ty-text {
    padding: 3% 10% 2% 10%!important;
    margin-bottom: 3%;
    border: 1px solid #e9ecef;
    background-color: white;
}
.form-group .ty-text h2 {
    padding-bottom: 0%;
    margin-bottom: 0%;
}
.form-group .ty-text h4 {
    padding-bottom: 3%;
}
.subscribe-form {
    background-image: url(https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/e9ecef_10x10.png);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: center;
    margin-top: 16px;
    margin-bottom: 6%;
    padding: 3% 0 0 0;
}
.subscribe-form .form .smart-sub {
    margin: 0 0 3% 12%;
    padding: 2% 3%;
    border-radius: 0;
    background: ;
    font-family: "Nexa Light";
}
.subscribe-form .form .smart-sub .smart-sub-header {
    text-transform: uppercase;
    font-family: "Nexa Bold";
}
.subscribe-form .form .smart-sub .hs-email label {
    display: none;
}
.subscribe-form .form .smart-sub .form-title {
    display: none;
}
.subscribe-form .form .smart-sub input[type="text"],
.subscribe-form .form .smart-sub input[type="email"],
.subscribe-form .form .smart-sub input[type="url"],
.subscribe-form .form .smart-sub textarea,
.subscribe-form .form .smart-sub select {
        padding: 10px;
        width: 80%;
        border: 1px solid ;
        margin-bottom: 15px;
        font-family: "Nexa Light";
        font-size: 18px;
}
.inputs-list {
    list-style: none!important;
    list-style-type: none!important;
    padding: 0;
}
.subscribe-form .form .smart-sub input[type="button"],
.subscribe-form .form .smart-sub input[type="reset"],
.subscribe-form .form .smart-sub input[type="submit"] {
	font-family: "Nexa Light";
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}
.sales-rep {
    background-image: url(https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/e9ecef_10x10.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
    margin: 1.5% auto 6% auto;
    width: 50%;
}
.sales-rep .sales-rep-content {
    background-color: #fff;
    border: 1px solid #e9ecef;
    padding: 2.5% 19% 2.5% 19%;
    margin: 3% auto;
}
.sales-rep .sales-rep-content #rep-intro {
    padding: 10px 0 0 0;
}
.sales-rep .sales-rep-content img {
    width: 180px;
    float: left;
    margin: 0px 30px 30px 0px;
}
.sales-rep .sales-rep-content .smart-sales-rep-message p span, .sales-rep .sales-rep-content .smart-sales-rep-message p a {
    font-family: "Nexa Light"!important;
    font-size: 110%!important;
}


/* About set */
.main-content .about-set {
    padding: 1% 4%;
    /* margin: 0 0 3% 0; */
    margin-bottom: calc(3% - 16px);
    background-image: url(https://2360104.fs1.hubspotusercontent-eu1.net/hubfs/2360104/GW/e9ecef_10x10.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: right;
    display: inline;
    text-align: center;
}
.main-content .about-text {
    line-height: 1.75;
    display: inline;
    background-color: white;
    border: 1px solid #e9ecef;
    padding: 2.5%;
}
.main-content .about-text h2 {
    font-size: 22px;
    font-family: "Silka Bold";
    text-transform: uppercase;
}
.main-content  .about-text p {
    font-size: 18px;
}
.main-content .about-text .cta_button {
     background: #a9cb40!important;
}
.main-content .bg-caro .cta_button {
     background: #c9e082!important;
}

.main-content .about-set .about-pieces div div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    text-align: center;
}
.main-content .about-set .about-pieces .about-piece {
    align-self: center;
    flex-basis: 30%;
    text-align: center;
}
.main-content .about-set .about-pieces .about-piece .about-image {
    padding: 3% 0;
}
.main-content .about-set .about-pieces .about-piece .about-sub-text {
    font-size: 18px;
    font-weight: 600;
    margin: 3% 0 0 0;
    text-align: center;
    padding: 0% 5%;
}
.main-content .about-set .about-pieces .about-piece .about-sub-txt p img {
    max-width: 100%!important;
    padding: 2% 10% 0 10%!important;
}
.main-content .product-rec {
    margin-bottom: 5%;
}
.main-content .product-rec .row-fluid-wrapper .row-fluid {
   display: flex;
   /*   flex-wrap: no-wrap;
    flex-direction: row;
    align-items: center; */
}
.main-content .product-rec .hs-logo-carousel__inner div .title {
    padding: 5% 2% 50% 2%;
    height: 120px;
    text-shadow: 0px 2px 5px rgba(0,25,2,0.72); 
}
.main-content .product-rec .hs-logo-carousel__inner div .lead {
    height: 100px;
    font-size: 150%;
    text-shadow: 0px 2px 5px rgba(0,25,2,0.72);
    margin-bottom: 10px;
}
.main-content .product-rec .hs-logo-carousel__inner div .cta-sec {
    padding-bottom: 10%;
}
.main-content .product-rec div div .about-text {
  display: flex;
  align-items: center;
}


/* FAQ & T&C section on the bottom */
.btm {
    background-color: #434d57;
    color: white;
    padding: 2% 10%;
}
.btm .faq {
    padding: 2% 0;
}
.btm .faq h3 {
    font-size: 20px;
    font-family: "Silka Bold";
}
.btm .accordion {
  background-color: #5C6670;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  font-family: "Silka Bold";
  font-size: 18px;
  border: 0px;
}

.btm .active, .accordion:hover {
  background-color: #7B848C;
}

.btm .panel {
  padding: 0 18px;
  background-color: #5C6670;
  border-top: 1px solid #434d57;
  border-bottom: 1px solid #434d57;
  display: none;
  overflow: hidden;
  font-family: "Silka Light";
  font-size: 16px;
}


/* Media Queries */
@media (max-width: 768px) {
  h2 { text-align: center!important; }
  .legal-consent-container .hs-field-desc.checkbox-desc {
    margin-left: 0px!important;
  }
  .header {
    margin: 4% auto 0 auto!important;
    padding-bottom: 0!important;
  }
  #top {
      margin-top: 0!important;
  }
  #top div .row-fluid {
    display: block;
  }
  .main-content .row-fluid [class*="span"] {
    float: left!important;
    width: 100%!important;
  }
  .main-content .about-set .about-pieces .about-piece {
    flex-basis: 100%!important;
  }
  
  #top .form-vid-header {
/*     padding-bottom: 5vh!important; */
  }
  .hero-container .see-more p {
      display: block;
      padding: 0% 3%;
  }
  .hero-container .see-more {
      padding: 2% 0;
  }
  .header {
      padding: 0 15%;
  } 
    /* .hero-container .main-content .richtext,
    .hero-container .form-header, */
    .hero-container .main-content {
        width: 90%;
        margin: 0 5%!important;
    }
    .hero-container .picbox .bigpic {
        display: inline-block;
        width: 49%;
    }
    
    .hero-container .picbox .bigvid {
        display: inline-block;
        width: auto;
        max-height: 70vh;
        text-align: center;
        margin: 5% auto 3% auto;
        
    }

    .hero-container .picbox .form-header {
        display: inline-block;
        width: 48%;
        text-align: center;
        font-size: 3.5vw;
        line-height: 1.5;
        font-family: "Silka Bold";
        vertical-align: top;
        margin: 0.5% 0 3% 0;
        padding: 0 2% 0 0;
    }
    .hero-container .picbox .form-vid-header {
        width: 100%;
        font-size: 5vw;
        line-height: 1.5;
        text-align: center;
        font-family: "Silka Bold";
        vertical-align: top;
        margin: 0.5% 0 3% 0;
        padding: 0 2% 0 0;
    }
    .hero-container .main-content .brand-box img {
        padding: 0% !important;
    }
    .hero-container .form-group {
        width: 100%;
        margin: -1.25% 0 8% 0;
    }
    .hero-container .form {
        padding-top: 4%!important;
    }
    .hero-container .form .hs-email {
        width: 100%;
        display: block;
    }
    .hero-container .form .hs-submit, .actions {
        width: 100%!important;
        display: block;
    }
    .hero-container .form .hs-form-booleancheckbox span {
        width: 100%!important;
    }
    .hero-container .form input {
        margin-right: 0!important;
    }
    .hero-container .form input[type="text"],.hero-container .form input[type="email"] {
        width: 100%!important;
    }
    .hero-container .form input[type="checkbox"] {
        margin: .7% 1.5% 0% 0.3%!important;
    }
    .hero-container .form .hs-email {
        width: 100%;
    }
    .hero-container .form input[type="text"],
    .hero-container .form input[type="email"],
    .hero-container .form input[type="url"],
    .hero-container .form textarea, select {
        width: 100%;
    }
    .hero-container .form button, .hero-container .form .hs-button,
    .hero-container .form input[type="button"],
    .hero-container .form input[type="reset"],
    .hero-container .form input[type="submit"] {
        font-size: 0.95em;
        padding: 5% 12%;
    }
    .brand-box {
        margin: 5% 0 0 0;
        padding: 1% 5%!important;
    }
    .hero-container .main-content .mid-quote {
        font-size: 3.25vw;
        padding: 0 3%;
        margin: 0% 0 20% 0;
    }
    .hero-container .main-content .trusted-by {
        margin: 8% 0 -2% 3%;
    }
    .hero-container .main-content .trusted-by h1{
        text-align: center;
    }
    .hero-container .main-content .trusted-by .secondary-header {
        font-family: 'Silka Light';
        margin: -1.5% 0 0 2%;
    }
    .hero-container .main-content .gains .gain .gain-txt {
        min-height: 0;
        font-size: 4vw;
    }
    .hero-container .hs-logo-carousel {
        margin: 0 auto!important;
    }
    .hero-container .slick-dots {
        padding: 0 0 8% 0 !important;
        position: initial!important;
    }
    .hero-container .hs-logo-carousel__inner {
        padding: 0 10px!important;
    }
    .alternating-slides h3 {
        font-size: 4vw;
        line-height: 1.5;
        font-family: "Silka Bold";
    }
    .alternating-slides p {
        font-size: 5vw;
        line-height: 1.5;
    }



    /* THANK YOU PAGE */
    .hero-container .form-group .ty-txt h2 {
        font-size: 3vw;
    }
    .hero-container .form-group .ty-txt h3 {
        font-size: 6vw;
        margin: 2vh auto;
    }
    .copy-code {
        font-size: 3vw!important;
    }
    .main-content .product-rec {
        margin-bottom: 10%;
    }
    .main-content .product-rec .bg-caro {
      margin-bottom: 15%;
    }
    .main-content .product-rec .row-fluid-wrapper .row-fluid {
       display: block!important;
       /*   flex-wrap: no-wrap;
        flex-direction: row;
        align-items: center; */
    }
    .main-content .product-rec .hs-logo-carousel__inner div .title {
        padding: 0!important;
        height: 1vh!important;
    }
    .main-content .product-rec .hs-logo-carousel__inner div .cta-sec {
        padding-bottom: 20%!important;
    }
    .main-content .product-rec div div .about-text {
      display: block!important;
    }






/* Animations */
/* ----------------------------------------------
 * Generated by Animista on 2020-9-21 11:26:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.heartbeat {
    -webkit-animation: heartbeat 1.75s ease-in-out infinite both;
    animation: heartbeat 1.75s ease-in-out infinite both;
}
.fade-in {
    -webkit-animation: fade-in 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-in 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fade-in-late {
    -webkit-animation: fade-in 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-in 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right {
	-webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
	        animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}
.slide-out-right {
	-webkit-animation: slide-out-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
	        animation: slide-out-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-7-23 12:47:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}