







/* 1a. Containers */




/* 1b. Colors */













/* 1c. Typography */








































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2569E8;
}

/* Paragraphs */

p {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  color: #2569E8;
}

/* Anchors */

a {
  color: #959CAE;
}

a:hover,
a:focus {
  color: #6d7486;
}

a:active {
  color: #bdc4d6;
}

/* Headings */

h1 {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  /* font-size: 76px; */
  font-size: 76.3px;
  line-height: 100%;
}

h2 {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  /* font-size: 61px; */
  font-size: 61.04px;
  line-height: 120%;
}

h3 {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  /* font-size: 49px; */
  font-size: 48.81999999999999px;
  line-height: 120%;
}

h4 {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  /* font-size: 39px; */
  font-size: 39.06px;
  line-height: %;
}

h5 {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  /* font-size: 32px; */
  font-size: 31.259999999999998px;
  line-height: %;
}

h6 {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  /* font-size: 25px; */
  font-size: 25.0px;
  line-height: %;
}

.body_text_large {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2569E8;
  font-size: 25px;
  line-height: %;
}

.body_text_medium {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2569E8;
  font-size: 20px;
  line-height: 160%;
}

.body_text_regular {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2569E8;
  font-size: 16px;
  line-height: 160%;
}

.body_text_small {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2569E8;
  font-size: 12px;
  line-height: 160%;
}

.body_text_small_bold {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2569E8;
  font-size: 12px;
  line-height: 160%;
}

.body_text_extra_small {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2569E8;
  font-size: 10px;
  line-height: 160%;
}

.label_text_large {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2569E8;
  font-size: 18px;
  line-height: %;
}

.label_text_medium {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2569E8;
  font-size: 14px;
  line-height: %;
}

@media (max-width: 1559px) {
  h1 {
    font-size: 68.67px;
  }

  h2 {
    font-size: 54.936px;
  }
  
  h3 {
    font-size: 43.937999999999995px;
  }
  
  h4 {
    font-size: 35.154px;
  }
  
  h5 {
    font-size: 28.134px;
  }
  
  h6 {
    font-size: 22.5px;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 61.04px;
  }

  h2 {
    font-size: 48.832px;
  }
  
  h3 {
    font-size: 39.056px;
  }
  
  h4 {
    font-size: 31.248px;
  }
  
  h5 {
    font-size: 25.008px;
  }
  
  h6 {
    font-size: 20.0px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 35px;
  }
  
  h3 {
    font-size: 39.056px;
  }
  
  h4 {
    font-size: 31.248px;
  }
  
  h5 {
    font-size: 25.008px;
  }
  
  h6 {
    font-size: 20.0px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #526078;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(37, 105, 232, 1.0)

;
  border: 1px solid ;
  border-radius: 4px;
  color: #F3FAFE;
  padding: 15px 20px;
  font-size: 18px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 65, 192, 1.0);
  border-color: ;
  color: #F3FAFE;
}

button:active,
.button:active {
  background-color: rgba(77, 145, 255, 1.0);
  border-color: ;
  color: #F3FAFE;
}





form,
.submitted-message {
  ;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  color: #061942;
}

/* Form label */

form label {
  color: #2569E8;
}

/* Form help text */

form legend {
  color: #2569E8;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #959CAE;
  color: ;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #526078;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #2569E8;
}

.fn-date-picker td .pika-button:hover {
  background-color: #2569E8 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #2569E8;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(37, 105, 232, 1.0)

;
  border: 1px solid ;
  border-radius: 4px;
  color: #F3FAFE;
  padding: 15px 20px;
  font-size: 18px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 65, 192, 1.0);
  border-color: ;
  color: #F3FAFE;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(77, 145, 255, 1.0);
  border-color: ;
  color: #F3FAFE;
}

.hs-form-required {
  color: #061942;
}





table {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  border-color: #F3FAFE;
}

th,
td {
  border-color: #F3FAFE;
  color: #061942;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  border-bottom-color: #F3FAFE;
  color: #F3FAFE;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  color: #061942;
}

tbody + tbody {
  border-top-color: #F3FAFE;
}





.header {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #2569E8;
  font-family: {font=Nunito Sans, font_set=GOOGLE, styles={font-family='Nunito Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#2569E8, variant=null, fallback=null, style=font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #2569E8;font-family: 'Nunito Sans';};
  font-size: 14px;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0041c0;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #4d91ff;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #2569E8;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  border-color: #061942;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #061942;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #061942;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: #2569E8;
}

@media(min-width: 768px) {
  .submenu.level-1>.has-submenu>.menu-arrow {
    border: 0 !important;
    right: 12px !important;
    top: 10px !important;
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #2569E8;
  }

  .header__navigation--toggle:after, .header__search--toggle:after, .header__language-switcher--toggle:after {
    top: -5px;
  }
}

.header__search .hs-search-field__input {
  background-color: #D3DEEC;
}





.footer {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #2569E8;
}





.blog-post__date {
  border-color: ;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: ;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: ;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #2569E8;
}

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #2569E8;
}

.blog-post__title {
  font-weight: 800; text-decoration: none; font-family: 'Nunito Sans'; font-style: normal;
  color: #2569E8;
  font-size: 61px;
}

.blog-post__author {
  background-color: #959CAE;
}

#comments-listing .comment-reply-to {
  color: #959CAE;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #6d7486;
}

#comments-listing .comment-reply-to:active {
  color: #bdc4d6;
}

.blog-header {
  background-color: #F3FAFE;
}

.blog-header form label {
  text-align: center;
}

.blog-related-posts {
  background-color: #F3FAFE;
}

.blog-post__meta a,
.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 12px;
  color: #2569E8;
  text-decoration: none;
}

.blog-comments .hs-button {
  border: 0;
  background-color: #2569E8;
  color: #F3FAFE;
}

.blog-header__inner {
  padding: 3.3rem 24px;
}

.blog-index__post-content a {
  color: #2569E8;
}

.blog-related-posts__title a {
  color: #2569E8;
}











body .icon svg {
  fill: #D3DEEC;
}

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

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #D3DEEC;
}

body .team-member__description {
  background-color: #526078;
}

hr {
  background-color: #2569E8;
  border: 0 !important;
}

.hero-section h1 {
  color: #2569E8;
}

.hero-section p {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  color: #2569E8;
}

.hero-section a.button {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 18px;
}

.product-list-item__name {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  color: #2569E8;
}

.product-list-item__price {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  color: #2569E8;
}

.product-info__intro p {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  color: #2569E8;
}

.category-product-list__bottom-cta .button,
.category-product-list__bottom-cta .button:hover {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 12px;
  background-color: #F3FAFE;
  color: #2569E8;
  border: 1px solid #2569E8;
}


.featured-category__bottom-cta .button,
.featured-category__bottom-cta .button:hover {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 12px;
  background-color: #F3FAFE;
  color: #2569E8;
  border: 1px solid #2569E8;
}

.product-info__price {
  color: #2569E8;
}

.product-info__buy-now,
.product-info__buy-now:hover,
.product-info__buy-now:focus {
  border-color: #2569E8;
  color: #2569E8;
}


.product-info .read-more-link,
.product-info.expanded .read-more-link {
  color: #2569E8;
}

.social-links__icon {
  background-color: #2569E8 !important;
}

.card__body svg {
  fill: #2569E8 !important;
}
 
.featured-category__arrows button::before {
  color: #2569E8 !important;
}

.category-slider .slick-next::before,
.category-slider .slick-prev::before {
  color: #2569E8 !important;
}

.card--pricing {
  background-color: #F3FAFE;
  border: none !important;
}



/* Streetlife Page */
@font-face {
    font-family: 'Quentin';
    src: url('https://22090104.fs1.hubspotusercontent-na1.net/hubfs/22090104/Homepage%202022/Quentin.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'African';
    src: url('https://22090104.fs1.hubspotusercontent-na1.net/hubfs/22090104/Homepage%202022/tribeca.regular.ttf');
    font-weight: 400;
    font-style: normal;

}

.street-life-quentin{
  text-align: center; 
  font-family: 'Quentin'!important;
  color: #fcb711; 
  font-size: 200px; 
  text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.75); 
  font-weight: 400; 
  position: relative; 
  margin-bottom: 0;
}
a.cta_btn.strt-btn {
    font-size: 16px;
    text-decoration: none;
    color: #1B1B1B;
    font-family: 'Poppins';
    padding: 20px;
    background-color: #FCB711;
    max-width: 456px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

a.cta_btn.strt-btn:hover {
    opacity: .8;
}
.social-info-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    grid-gap: 80px;
    padding: 80px 0;
}

.social-info-container h5 {
    color: #957B4E;
    font-family: 'African';
    font-weight: normal;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.social-info-subscribe {
    position: relative;
    order: 1;
}

.social-info-movie {
    position: relative;
    order: 2;
}

.social-info-band {
    position: relative;
    order: 3;
}

.social-info-container ._socials {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0;
}

.social-info-container ._socials a {
    padding: 10px;
    border: 1px solid #333333;
    position: relative;
    height: 100px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-info-band ._socials {    
    display: flex;
    justify-content: center;
}

.social-info-band ._socials a {
    width: 50%;
}
.social-info-container p {
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1.4;
}

.social-info-container {
    text-align: center;
}
.social-info-subscribe .legal-consent-container {
    width: 100%;
    order: 3;
    padding-top: 10px;
}

.social-info-subscribe ul.no-list.hs-error-msgs.inputs-list {
    display: none!important;
}


.social-info-subscribe form{
    display: flex;
    flex-wrap: wrap;
}

.social-info-subscribe .hs-form-field.hs-fieldtype-text {
    position: relative;
    order: 1;
    margin-bottom: 0;
    width: 80%;
}

.social-info-subscribe .hs-submit {
    position: relative;
    order: 2;
    width: 62px;
    outline: 0;
    border: 0;
}

.social-info-subscribe .hs-email.hs-form-field label {
    display: none;
}

.social-info-subscribe input[type=submit] {
    background-color: #FCB711;
    position: relative;
    height: 44px;
    width: 62px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins';
    color: #1B1B1B;
}
.social-info-subscribe input[type=email] {
    height:44px;
    border: 0;
    font-size: 16px;
    font-family: 'IBM Plex Sans';
}

.social-info-subscribe input[type=submit]:hover,.social-info-subscribe input[type=submit]:focus {
    background-color: #FCB711;
    color: #1B1B1B;
    opacity: 0.8;
}

.social-info-subscribe .legal-consent-container .hs-form-booleancheckbox-display>span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    border: 2px solid #FCB711;
    border-radius: 4px;
}

.social-info-subscribe .legal-consent-container .hs-form-booleancheckbox-display>span {
    position: relative;
    margin: 0!important;
    padding-left: 28px;
}

.social-info-subscribe .legal-consent-container .hs-form-booleancheckbox-display input {
    opacity: 0;
}

.social-info-subscribe .legal-consent-container .hs-form-booleancheckbox-display input~span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    left: 6px;
    top: 4px;
    border-bottom: 2px solid #FCB711;
    border-right: 2px solid #FCB711;
    transform: rotate(35deg);
    opacity: 0;
}
.social-info-subscribe .legal-consent-container .hs-form-booleancheckbox-display input:checked~span:after {
    opacity:1;
}

.social-info-subscribe .legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 12px;
    margin: 0!important;
    line-height: 18px;
}
.image-group-item {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 6px;
}

.image-group-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 380px;
}
main#main-content {
    margin-bottom: 0;
}
.social-info-band p {
    margin-bottom: 30px;
}
.image-group-container {
    padding: 0 50px;
}
.strt-subheading{
  text-align: center; 
  font-size: 30px; 
  font-weight: 400; 
  font-family: 'African'; 
  line-height: 35px; 
  color: #1b1b1b;
}
.social-info-subscribe .submitted-message {
    color: #b3b3b3;
}
html,body{
  scroll-behavior:smooth;
}
header.header.header--no-navigation {
    position: absolute;
    background-color: transparent;
    width: 100%;
    z-index: 99;
}

header.header.header--no-navigation .content-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    padding-right: 48px;
    padding-top: 44px;
}

a.header-simple-link {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
}

.header__links {
    display: flex;
}

.header__links>a:first-child {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #c1c1c1;
}
.v2 .social-info-subscribe form {
    max-width: 327px;
    width: 327px;
}
.v2 .social-info-band {
    order: 2;
}
.v2 .social-info-movie {
    order: 3;
}
.social-info-container.v2 ._socials a {
    height: 70px;
}
.social-info-container.v2 h5 {
    max-width: 100%;
    line-height: 1.2;
}
.social-info-band a.cta_btn.strt-btn {
    padding: 15px;
    max-width: 173px;
}

.v2 .social-info-band p {
    margin-bottom: 18px;
}
.video-popup-item {
    position: relative;
    width: 246px;
    height: 136px;
    overflow: hidden;
}

.video-popup-item>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

img.vp-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vp-play-btn {
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    bottom: 16px;
    right: 16px;
}

.video-popup-wrapper {
    position: relative;
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
}
.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 99;
    background-color: #2828288c;
}

.mfp-iframe-scaler iframe {
    width: 900px;
    height: 500px;
}

button.mfp-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
}

.mfp-preloader {
    display: none;
}

.mfp-iframe-scaler {
    position: relative;
}
button.mfp-close:hover,
button.mfp-close:focus,
button.mfp-close:active {
    background-color: transparent;
    border: none;
    outline: 0;
}
.video-popup-heading>h3,
.ctr h3{
    color: #957B4E;
    font-family: 'African';
    font-weight: normal;
    font-size: 39px;
    text-align: center;
    margin-bottom: 50px;
}

.video-popup-cta {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

a.vp-cta-btn {
    display: inline-block;
    font-size: 14px;
    color: #FCEBCD;
    font-family: Poppins;
    text-decoration: none;
    padding: 14px 40px;
    border: 1px solid #FCEBCD;
    border-radius: 8px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    letter-spacing: 1px;
}

a.vp-cta-btn:hover {
    opacity: .8;
}
.vp-play-btn svg {
    transition: all 0.2s ease-in-out;
}
.video-popup-item>a:hover .vp-play-btn svg {
    opacity: .8;
}
.collab-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.collab-item {
    position: relative;
    border: 1px solid #333;
    width: 100%;
    padding: 20px;
}

.collab-image {
    position: relative;
    width: 100px;
    margin-bottom: 10px;
}

.collab-body p {
    font-family: 'IBM Plex Sans';
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.recent-blogs-item {
    border: 1px solid #333;
    padding: 40px 30px;
}

.recent-blogs-item>h6 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'IBM Plex Sans';
    color: #FCEBCD;
}

.recent-blogs-item>p {
    font-size: 14px;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    color: #FCEBCD;
    line-height: 1.5;
}

a.rb-readmore {
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #FCB711;
}

a.rb-readmore>svg {
    position: relative;
    margin-left: 8px;
    bottom: 1px;
    transition: all 0.2s ease-in-out;
}

a.rb-readmore:hover svg {
    transform: translateX(10px);
}

.recent-blogs-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.contact-container {
    position: relative;
    max-width: 584px;
    margin: 0 auto;
}

.contact-form-wrapper {
    position: relative;
    width: 100%;
    min-height: 587px;
/*     background: radial-gradient(50% 50% at 50% 50%, #1B1B1B 0%, #000000 100%); */
    background-color: #1B1B1B;
    padding: 20px 40px;
}
.contact-form {
    max-width: 392px;
    display: inline-block;
}

.contact-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form>h5 {
    color: #957B4E;
    font-family: 'African';
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    line-height: 1.3;
}

.contact-form form .input input, 
.contact-form form .input textarea, 
.contact-form form .input input:-internal-autofill-selected {
    background-color: transparent!important;
    border: 0;
    border-bottom: 1px solid #957B4E;
    color: #FCEBCD;
    font-size: 14px;
    padding: 11px 16px;
    height: 48px;
    font-family: 'IBM Plex Sans';
}

.contact-form form .input textarea {
    height: 96px;
}

.contact-form form .input input::placeholder, 
.contact-form form .input textarea::placeholder {
    color: #FCEBCD;
    font-size: 15px;
}

.contact-form form .input input:focus,
.contact-form form .input input:focus-within,
.contact-form form .input textarea:focus {
    outline: none;
}

.contact-form form input[type="submit"] {
    background-color: #FCB711;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #1B1B1B;
    padding: 15px;
    border-radius: 8px;
    max-width: 118px;
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: all 0.2s ease-in-out;
}

.contact-form form input[type="submit"]:hover {
    opacity: .8;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-copyright p {
    margin: 0;
}

.footer-copyright a {
    display: inline-block;
    line-height: 1;
}
.scratched-bg {
    max-width: 735px;
    margin: 0 auto;
    background-image: url('https://22090104.fs1.hubspotusercontent-na1.net/hubfs/22090104/Homepage%202022/scratched-bg.svg');
    min-height: 97px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scratched-bg h3 {
    font-family: 'African';
    font-size: 34px;
    color: #fcebcd;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}

.blog-listing h1.street-life-quentin {
    font-size: 145px;
    display: inline-block;
    position: relative;
    left: 36px;
    top: 20px;
}

section.blog-hero-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 280px;
}

.blog-hero-container {
    position: relative;
    top: 40px;
    z-index: 9;
    text-align: center;
}
.blog-listing-container {
    max-width: 736px;
    margin: 0 auto;
}

section.blog-listing-section {
    background-color: #FFF8EC;
    padding: 100px 40px;
}

.blog-index__post-content h2,.blog-index__post-content h2 a {
    font-size: 36px;
    font-family: 'IBM Plex Sans';
    font-weight: 900;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 8px;
}

.blog-index__post-content p {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 400;
    margin-bottom: 24px;
}

.blog-index__post-content a.readmore {
    padding: 15px 30px;
    font-size: 14px;
    color: #FCB711;
    font-family: 'Poppins';
    line-height: 1;
    border: 1px solid #1b1b1b;
    display: inline-block;
    text-decoration: none;
}
.blog-index__post-content a.readmore svg {
    position: relative;
    margin-left: 10px;
    bottom: 1px;
    transition: all 0.2s ease-in-out;
}

.blog-index__post-content a.readmore:hover svg {
    transform: translateX(12px);
}

.blog-index__post-content a.readmore:hover {
    opacity: .7;
}
section.blog-footer {
    background-color: #0A0705;
}

.blog-footer .footer-copyright {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 20px;
}
.blog-index__post-content.blog-index__post-content--large {
    padding: 0;
}

.blog-footer .social-info-container.v2 {
    max-width: 816px;
    margin: 0 auto;
    padding: 120px 0;
}

.blog-footer .image-group-container {
    margin-bottom: 50px;
}
main.st-blog-post article {
    background-color: #FFF8EC;
    position: relative;
    padding:60px 40px;
}
.blog-post-container {
    max-width: 816px;
    margin: 0 auto;
    padding-top: 60px;
}
.blog-post-container {
    color: #1b1b1b;
}

.st-blog-post article h1 {
    font-size: 48px;
    color: #1b1b1b;
    font-family: 'IBM Plex Sans';
    margin-bottom: 48px;
}

.st-author a {
    display: block;
    color: #1b1b1b!important;
    font-size: 14px;
    text-decoration: none!important;
    font-weight: 700;
}

.st-author {
    display: block;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}

.st-blog-post article p, 
.st-blog-post article ul,
.st-blog-post article ul li {
    color: #1b1b1b;
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    font-weight: 400;
  line-height: 1.5;
}
.st-blog-post blockquote {
    border-left: 10px solid #FCB711;
    padding: 30px 60px;
    font-size: 36px;
    line-height: 1.3;
    font-family: 'Permanent Marker';
}

.st-blog-post blockquote p {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.3;
    font-family: 'Permanent Marker';
}
.blog-index__post.blog-index__post--large {
    margin-bottom: 70px;
}

.blog-index__post.blog-index__post--large:last-child {
    margin-bottom: 0;
}

main.st-blog-post article a {
    color: #957B4E;
    text-decoration: underline;
}
.social-sharing {
    position: fixed;
    top: 100px;
    z-index: 99;
}

.social-sharing>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-sharing a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
}

.vp-single .video-popup-item {
    max-width: 816px;
    width: 816px;
    height: 458px;
}

.vp-single .vp-play-btn {
    width: 80px;
    height: 80px;
    position: relative;
    right: unset;
    bottom: unset;
}

.vp-single .video-popup-item>a {
    display: flex;
    justify-content: center;
    align-items: center;
}
main#main-content.nft {
    background-image: url('https://22090104.fs1.hubspotusercontent-na1.net/hubfs/22090104/streetlife-movie-bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.nft h3.form-title {
    background-color: transparent;
    margin-bottom: 32px;
}

.nft form label {
    font-family: 'IBM Plex Sans';
    text-transform: capitalize;
}

.nft form .hs-form-field {
    margin-bottom: 15px!important;
}

.nft form input[type="submit"] {
    font-family: 'Poppins';
    font-weight: 600!important;
    margin-right: 10px;
}

.nft form textarea {
    height: 185px;
}

.nft form .input input, .nft form select,.nft form textarea {
    font-family: 'IBM Plex Sans';
    font-weight: 500;
}
.nft form select {
    -webkit-appearance: none;
    background-image: url('https://www.grindery.io/hubfs/Grindery%20NFT/arrow-down-chevron.svg');
    background-repeat: no-repeat;
    background-position: 96%;
}
.zapier-hero-subscription .submitted-message {
    color: #fff;
}
.nft h3, 
.nft h2,
.nft h4,
.nft h5,
.nft h6 {
    font-family: 'African';
    font-weight: normal!important;
}

.nft p {
    font-family: 'IBM Plex Sans';
}
.contributor-wrapper p {
    font-family: 'IBM Plex Sans';
    line-height: 1.5;
}

.ctr .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 48px;
}

.ctr a.cta_btn.strt-btn {
    display: inline-block;
    max-width: unset;
    width: auto;
    font-size: 14px;
    padding: 16px 40px;
}

a.cta_btn.strt-btn.pink {
    background-color: #DB0050;
    color: #FCEBCD;
}
.ctr h3 {
    margin-bottom: 40px;
}
.contributor-wrapper p a {
    color: #FCB711;
    text-decoration: underline;
}
.ctr table {
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #957B4E;
    border-spacing: 0;
    margin-bottom: 48px;
    background-color: transparent;
}

.ctr table tr th,.ctr table tr td {
    color: #FFF8EC;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    padding: 8px 15px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #957B4E;
    font-family: 'IBM Plex Sans';
}

.ctr table tbody tr {
}

.ctr table tr td:first-child {
    width: 212px;
}
.ctr table tr strong {
    font-size: 16px;
    color: #FCEBCD;
    font-weight: 500;
}
a.text-link {
    color: #FCB711;
    text-decoration: underline;
    font-size: 15px;
}
.ctr .btn-group a.cta_btn {
    max-width: 166px;
    width: 100%;
    text-align: center;
    padding: 16px 20px;
}
.social-info-container.remove-contact {
    padding: 110px 0;
    max-width: 800px;
    margin: 0 auto;
}

.remove-contact .social-info-band {
    display: none;
}
.african-fonts h3,.african-fonts h1,.african-fonts h2,.african-fonts h4,.african-fonts h5 {
    font-family: 'African';
    font-weight: normal;
}

main.generic p {
    font-family: 'IBM Plex Sans';
    color: #F7F7F8;
}
.social-info-container.v2 ._socials a:hover img:first-child {
    display: none;
}

.social-info-container.v2 ._socials a:hover img:last-child {
    display: block!important;
}

.st-blog-post h1.street-life-quentin {
    font-size: 145px;
}


/* Responsive -j */
@media (max-width: 1200px) {
.social-info-subscribe .hs-submit {
    width: 27%;
}

.social-info-subscribe input[type=submit] {
    width: 100%;
    padding:10px;
}

.social-info-subscribe .hs-form-field.hs-fieldtype-text {
    width: 73%;
}
}

@media (max-width: 1024px) {
h1.street-life-quentin {
    font-size: 140px;
}
.st-blog-post h1.street-life-quentin {
    font-size: 135px;
}
h2.strt-subheading {
    font-size: 22px;
}

.social-info-container {
    max-width: 885px;
    margin: 0 auto;
    grid-gap: 35px;
}

.social-info-container ._socials a {
    width: 98px;
}

.image-group-image {
    height: 215px;
}

.image-group-container {
    padding: 0;
}
.social-info-container h5 {
    font-size: 20px;
    max-width: 140px;
}

.social-info-container p {
    font-size: 16px;
}
.mfp-iframe-holder {
    width: 90%;
}

iframe.mfp-iframe {
    width: 100%;
}
}

@media (max-width: 880px) {
.social-info-subscribe {
    order: 4;
    width: 100%;
}

.social-info-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 576px;
    justify-content: center;
}

.social-info-movie {
    width: 50%;
}

.social-info-band {
    width: 43%;
}

.social-info-container h5 {
    max-width: 100%;
    font-size: 18px;
}

.social-info-container p {
    font-size: 15px;
}

.social-info-subscribe .hs-submit {
    width: 62px;
}

.social-info-subscribe .hs-form-field.hs-fieldtype-text {
    width: 85%;
}
.social-info-movie ._socials a {
    width: auto;
}
.v2 .social-info-subscribe form {
    width: 100%;
    max-width: 100%;
    justify-content: center;
}
}

@media (max-width: 767px) {
.mfp-iframe-scaler iframe {
    height: 350px;
}
 .video-popup-heading>h3 {
    font-size: 28px;
}
.collab-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
.collab-wrapper {
    grid-template-columns: repeat(3, 1fr);
}

.recent-blogs-wrapper {
    grid-template-columns: 100%!important;
    max-width: 380px;
    margin: 0 auto;
}
header.header.header--no-navigation .content-wrapper {
    border-bottom: 0;
    flex-direction: inherit;
    padding-top: 30px;
}

header.header.header--no-navigation {
    box-shadow: none;
}
.video-popup-wrapper {
    gap: 50px;
}

.video-popup-cta {
    margin-top: 50px;
}
  .blog-listing h1.street-life-quentin,.st-blog-post h1.street-life-quentin {
    left: 0;
    top: 0;
    font-size: 100px;
}
.st-blog-post h1.street-life-quentin {
    font-size: 80px;
}
.blog-hero-container {
    top: 0;
    width: 100%;
    margin-bottom: -30px;
}

section.blog-hero-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.scratched-bg h3 {
    font-size: 25px;
}

.blog-footer .social-info-container.v2 {
    padding: 80px 40px;
}

.blog-index__post.blog-index__post--large {
    margin-bottom: 30px;
}
.st-blog-post article h1 {
    font-size: 35px;
    margin-bottom: 30px;
}
main.st-blog-post article {
    padding-left: 60px!important;
    padding-right: 40px;
}
.vp-single .video-popup-item {
    height: 300px;
    width: 450px;
}

.vp-single .vp-play-btn {
    width: 50px;
    height: 50px;
}

.vp-single .vp-play-btn svg {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 600px) {
.image-group-item {
    grid-template-columns: repeat(2,1fr);
}
.image-group-image {
    height: 240px;
  }
.collab-wrapper {
    grid-template-columns: 100%;
    max-width: 250px;
    margin: 0 auto;
}
}


@media (max-width: 450px) {
.social-info-container ._socials {
    display: flex;
    flex-wrap: wrap;
}

.social-info-movie ._socials a {
    width: 33.33%;
}

.social-info-movie {
    width: 100%;
}

.social-info-band {
    width: 100%;
}

.social-info-band ._socials a {
    width: 50%;
}

.social-info-container ._socials a {
    height: 90px;
}

.social-info-subscribe .hs-submit {
    width: 20%;
}

.social-info-subscribe .hs-form-field.hs-fieldtype-text {
    width: 80%;
}
.image-group-image {
    height: 180px;
}
.image-group-container {
    padding: 0 10px;
}
.mfp-iframe-scaler iframe {
    height: 280px;
}
.blog-hero-container {
    margin-bottom: 0;
}

section.blog-hero-section {
    padding: 40px;
    align-items: center;
}

.scratched-bg {
    background-image: none;
    min-height: auto;
    display: block;
}

.blog-listing h1.street-life-quentin,.st-blog-post h1.street-life-quentin {
    font-size: 50px;
    margin-bottom: 10px;
}
.st-blog-post h1.street-life-quentin {
    font-size: 40px;
}
.scratched-bg h3 {
    font-size: 18px;
}

section.blog-listing-section {
    padding: 50px 20px;
}

.blog-footer .social-info-container.v2 {
    padding: 40px 10px;
}

.blog-footer .image-group-container {
    margin-bottom: 0;
}
main.st-blog-post article {
    padding-left: 60px!important;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.blog-post-container {
    padding-top: 0;
}

.st-blog-post article h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.st-blog-post blockquote {
    padding: 15px 20px;
    border-width: 5px;
    font-size: 25px;
}

.st-blog-post blockquote p {
    font-size: 25px;
}
.social-info-container.v2 {
    padding-top: 0;
}
.nft h3 {
    font-size: 28px!important;
}

.nft p {
    font-size: 16px!important;
}

.nft h4 {
    font-size: 22px!important;
}

#hs_cos_wrapper_widget_1668137081554 h3.form-title {
    font-size: 30px!important;
}

.nft h5 {
    font-size: 20px!important;
}
.ctr table tr td:first-child {
    width: auto;
}
.ctr .btn-group {
    flex-direction: column;
    row-gap: 20px;
}

.ctr .btn-group a.cta_btn {
    font-size: 14px;
    padding: 14px 15px;
}
 .social-info-container.v2.remove-contact {
    padding: 60px 0;
}
}