@font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
  }

  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: "Inter";
	src: url("/assets/landing_page_creators/fonts/Inter-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
  }

  
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.new_homepage {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #000;
    margin: 0;
    min-height: 100%;
    font-family: Inter, sans-serif !important;
    
}
.center {
    text-align: center;
}
.bg_black {
    background-color: #000 !important;
}
.black {
    color: #000;
}
.text_grayscale {
    color: #474747;
}
.black.medium {
    font-size: 2.5vw;
    line-height: 120%;
    font-weight: 500;
}
.hr {
    border-top: 1px solid #474747;
}
.spacer-75 {
    height: 0.75vw;
}
.spacer-1 {
    height: 1vw;
}
.spacer-1-4 {
    height: 1.4vw;
}
.spacer-1-75 {
    height: 1.75vw;
    font-size: 0px;
    line-height: 0px;
}
.spacer-2 {
    height: 2vw;
    font-size: 0px;
    line-height: 0px;
}
.spacer-2-5 {
    height: 2.5vw;
    font-size: 0px;
    line-height: 0px;
}
.spacer-4 {
    height: 4vw;
}
.spacer-6 {
    height: 6vw;
    font-size: 0px;
    line-height: 0px;
}
.spacer-7-75 {
    height: 7.75vw;
}
.spacer-10 {
    height: 10vw;
}
.spacer-14px {
    height: 14px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
p {
    margin-bottom: 0px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 1.16vw;
    line-height: 140%;
    font-weight: 100;
}
.p-large {
    font-size: 1.85vw;
    font-weight: 100;
}
.paragraph {
    font-size: 1.6vw;
    line-height: 150%;
    text-transform: none;
}
h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 4.34vw;
    line-height: 115%;
    font-weight: 500;
    letter-spacing: 1px;
}
h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 4.34vw;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 2.5vw;
    line-height: 120%;
    font-weight: 400;
}
h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 2vw;
    line-height: 100%;
    font-weight: 500;
}
.highlight {
    background-image: -webkit-gradient(linear, left top, right top, from(#6c5ce7), to(#e75c91));
    background-image: linear-gradient(90deg, #6c5ce7, #e75c91);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient {
    background-image: linear-gradient(135deg, #6c5ce7, #e75c91);
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.flex-container {
    display: flex;
}
.flex-row {
    flex-direction: row;
    display: flex;
}
.gathr-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.btn-round {
    padding: 16px 30px 14px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 30px;
    background-color: transparent;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.btn-round:hover {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.btn-round.light {
    border-color: #c2c2c2;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.button-primary {
    padding: 11px 24px 10px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 12px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.button-primary:hover {
    background-color: #1f1f1f;
    color: #fff;
}
.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 20;
    background-color: #000;
}
.navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-gathr-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10vw;
}
.navbar-logo-container {
    width: auto;
    margin-right: 4vw;
    margin-bottom: 0px;
    margin-left: 4vw;
    padding: 24px 0px;
    z-index: 5;
    max-width: 100%;
    background-color: transparent;
    position:relative;
}
.navbar-gathr {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
    font-weight: 300;
}
.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin-top: 0;
}
.list-item {
    list-style-type: none;
}
.nav-link {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.25px;
    text-decoration: none;
}
.nav-link:hover {
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.nav-divider {
    width: 1px;
    height: 22px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #e4ebf3;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.list-item-divider {
    padding-right: 10px;
    padding-left: 10px;
}
.list-item-divider.extra {
    padding-right: 28px;
    padding-left: 28px;
}
.gathr-nav-menu {
    position: relative;
    float: right;
}
.section {
   display: block;
}
.section-hero {
    min-width: 375px;
    text-transform: capitalize;
}
.hero-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 4vw;
    height: calc(100vh - 80px);
}
.hero {
    text-transform: capitalize;
}
.spacer-2-5.hero {
    height: 3vw;
}

.hero-getstart{
    display: inline-block;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 16px 30px 14px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    
}

.hero-p {
    font-weight: 100;
}
.hero-left-container {
    margin: 7.775vw 4vw;
    text-align: center;
    width: 40%;
}
.hero-img {
    background-image: url('/assets/img/home_hero_desktop.png');
    background-position: 25% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    height: calc(100vh - 80px);
}

.section-platform {
    
    background-color: #1f1f1f;
}
.platform-container {
    padding: 12vw 10vw;
    padding-bottom: 16vw;
    flex-direction: column;
    grid-column-gap: 0vw;
    grid-row-gap: 12vw;
}
.platform-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5vw;
}
.platform-explainer {
    width: 37.5vw;
    
}
.img-platform {
    width: 37.5vw;
}

.section-forgroup {
    overflow: hidden;
    background-color: #ebebeb;
    text-align: center;
}
.forgroup-container {
    padding: 12vw 10vw;
    flex-direction: column;
}

.card-container {
    padding-left: 6vw;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 10%);
}

.audience-container {
    display: flex;
    flex-direction: row;
    grid-column-gap: 6vw;
    justify-content: space-between;
}

.talent-explain-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
    text-align: left;
    width: 40%;
}
.black.medium.talent {
    width: 25vw;
}
.audience {
    color: #474747;
    font-size: 1.7vw;
    font-weight: 200;
}
.audience.small {
    font-size: 1.4vw;
}
.gradient.talent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.img-talent {
    width: 100%;
}
.card-container.vertical-padding {
    padding-top: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
}
.card-container.vertical {
    padding-bottom: 3.5vw;
    padding-left: 0vw;
    flex: 1;
}
.event-orgainizer-container {
    display: flex;
    flex-direction: column;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
}

.explain-container-ver {
    padding-right: 9vw;
    padding-left: 9vw;
    text-align: center;
}
.img-container-venue {
    padding: 4vw;
}
.gradient.organizer.display-only-mobile {
    display: none;
}

.venue-explain-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
    text-align: left;
    width: 40%;
}

.pub-film-container {
    grid-column-gap: 4vw;
    display: flex;
    flex-direction: row;
}
.img-card-ver-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    display: flex;
    flex-direction: column;
}
.img-container-landscape {
    position: relative;
    height: 1px;
    padding-bottom: 56.25%;
}
.img-vertical-card-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/talent_woman.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-vertical-card-hero.rounded-top.filmmakers {
    background-image: url('/assets/img/talent_photographer.png');
}
.explain-container-ver {
    padding-right: 9vw;
    padding-left: 9vw;
    text-align: center;
}
.explain-container-ver.small {
    padding-right: 3vw;
    padding-left: 3vw;
    text-align: left;
}
.img-vertical-card-hero.rounded-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.non-profit {
    
    padding-left: 0;
}
.nonprofit-container {
    grid-column-gap: 4vw;
    display: flex;
    flex-direction: row;
   
}
.img-nonprofit {
    background-image: url("/assets/img/lead_us_here.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: calc(50% - 2vw);
}
.nonprofit-learn-btn {
    width: fit-content;
}
.container-nonprofit-explain {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 5vw 5vw 5vw 0;
}
.section_explore {
    /* padding: 200px 0; */
}
.explore-container {
    padding: 12vw 7.75vw;
    padding-bottom: 9.5vw;
    flex-direction: column;
}
.p-large.padding {
    padding-right: 9vw;
    padding-left: 9vw;
}


.explore {
    font-size: 2vw;
}
/* .section_explore .section_header{
    margin: 0 126px;
} */

/* .section_explore .section_body {
    margin: 170px 134px 0 134px;
} */
.explore_title {
    font-weight: 500;
    font-size: 76px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.gathr_gradient {
    background: -webkit-linear-gradient(45deg, #6C5CE7, #E75C91);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.explore_sub_title {
    font-weight: 300;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.featured_container_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 97%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.featured_container_body {
   /*  margin-top: 50px; */
    display: flex;
    justify-content: space-between;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
}
.featured_event_card{
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    text-decoration: none;
    flex: 1 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.featured_event_card:hover {
    outline-color: #3d3d3d;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
    transform: translate3d(0px, 0px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    cursor: pointer;
}
/* .featured_event_card:first-child{
    margin: 0 8px 0 0;
}
.featured_event_card:last-child{
    margin: 0 0 0 8px;
} */
.featured_event_card .card_img_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px;
    min-height: 169px;
    border-radius: 20px 20px 0px 0px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.featured_event_card .card_body {
    background: #1F1F1F;
    border-radius: 0px 0px 16px 16px;
    padding: 1.5vw 1.8vw 1.8vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card_event_tile {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}
.card_event_author {
    padding-top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.card_event_location {
    padding-top: 14px;
}
.card_event_location, .card_event_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #858585;
}
.card_event_type {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
 
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;

    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;

}

.card_event_like {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 34px;
    cursor: pointer;
}

.card_event_ticket_price {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    padding-top: 40px;
}

.featured_talents_container {
    /* margin-top: 134px; */
}
.featured_talent_card {
    display: flex;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #1f1f1f;
    text-align: center;
    flex: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    cursor: pointer;
}
.featured_talent_card:hover {
    outline-color: #3d3d3d;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
    transform: translate3d(0px, 0px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    cursor: pointer;
}
/* .featured_talent_card:first-child{
    margin: 0 10px 0 0;
}
.featured_talent_card:last-child{
    margin: 0 0 0 10px;
} */
.card_talent_img {
    width: 14.65vw;
    height: 14.65vw;
    border-radius: 180px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.card_talent_name {
    color: #fff;
    font-size: 1.4vw;
    line-height: 130%;
    font-weight: 400;
    font-family: Inter, sans-serif;
}
.card_talent_type {
    color: #858585;
    line-height: 140%;
}

.section-status {
   
    background-color: #1f1f1f;
}
.statusgroup-container {
    padding: 12vw 7.75vw;
    padding-top: 7.75vw;
    padding-bottom: 7.75vw;
    flex-direction: row;
    justify-items: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 4vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    flex: 1;
}

.circle-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: 3px;
    grid-column-gap: 4px;
}
.icn-circle.purple {
    background-color: #6c5ce7;
}
.container-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.number {
    display: inline;
    color: #fff;
    font-size: 4vw;
    line-height: 100%;
    font-weight: 400;
}
.label {
    display: inline;
    padding-left: 6px;
    color: #fff;
    font-size: 1.25vw;
    line-height: 157%;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.section-whathappen {
    height: 100vw;
    background-image: url("/assets/img/home_cta.jpg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-whathappen .tint {
    height: 100%;
    background-color: rgba(31, 31, 31, 0.7);
}
.section-whathappen .cta-container {
    width: 34vw;
    margin-left: 7.75vw;
    padding-top: 10vw;
}
.section-whathappen .cta-header {
    line-height: 120%;
}
.audience.white {
    color: white;
}

.section-partner {
    background-color: #fff;
}
.partner-container {
    flex-direction: row;
    grid-column-gap: 7.75vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.container-partner-explain {
    margin-top: 10vw;
    margin-bottom: 10vw;
    margin-left: 7.75vw;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cta-header {
    line-height: 120%;
}
.cta-header.black.partner {
    width: 18vw;
    color: #000;
}
.img-partner {
    background-image: url("/assets/img/partner_desktop.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    display: block;
}
.btn-round:hover {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.btn-round.light.solid {
    border-style: none;
    background-color: #000;
    color: #fff;
}
.btn-round.light.solid:hover {
    padding: 14px 28px 12px;
    border-style: solid;
    border-color: #000;
    background-color: #fff;
    color: #000;
}
.contactus-btn {
    width: fit-content;
}

.section-stayintouch {
    background-color: #1f1f1f;
}
.stayintouch-container {
    padding: 12vw 7.75vw;
    padding-top: 7.75vw;
    padding-bottom: 7.75vw;
    flex-direction: column;
}
.audience.white.newsletter {
    width: 32vw;
}

.white {
    color: #fff;
}

.newsletter-form {
    margin: 0 0 15px;
}
.newsletter-form .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.newsletter-email {
    display: block;
    width: 100%;
    height: 38px;
    margin-right: 2vw;
    margin-bottom: 0px;
    padding: 0px;
    border-style: none none solid;
    border-width: 0px 0px 2px;
    border-color: #000 #000 #fff;
    background-color: #1f1f1f;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 1.7vw;
    line-height: 120%;
    font-weight: 200;
    border-radius: 0;
}
.newsletter-email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #575757;
    opacity: 1; /* Firefox */
    font-weight: 200;
  }
  
  .newsletter-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #575757;
    font-weight: 200;
  }
  
  .newsletter-email::-ms-input-placeholder { /* Microsoft Edge */
    color: #575757;
    font-weight: 200;
  }
.btn-newsletter {
    padding: 16px 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: transparent;
    font-size: 1.3vw;
    font-weight: 400;
    letter-spacing: 0.5px;
    -webkit-appearance: button;
    white-space: nowrap;
}
.btn-newsletter:hover {
    background-color: #fff;
    color: #1f1f1f;
    font-weight: 500;
}

.success_message  {
    font-weight: 400;
    font-size: 16px;
}
.section-footer {
    display: block;
}
.footer-container {
    padding: 12vw 7.75vw;
    padding-top: 7.75vw;
    padding-bottom: 7.75vw;
    flex-direction: column;
}
.footer-nav-link:hover{
    color: #fff;
}
.img-logo {
    width: 118px;
}
.paragraph.footer {
    font-size: 16px;
}
.spacer-footer {
    height: 48px;
}
.footer-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 7.75vw;
}
.footer-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    list-style: none;
}
.footer-nav-item {
    margin-bottom: 15px;
}
.footer-nav-link {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.follow-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-footer .social-media {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.circle-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: 3px;
    grid-column-gap: 4px;
}
.circle-container.social {
    margin-bottom: 0px;
    margin-left: 0px;
    grid-column-gap: 12px;
}
.d-inline-block {
    max-width: 100%;
    display: inline-block;
}
.icn-circle {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 100%;
}

.icn-circle.outline {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}
.icn-circle.large {
    display: flex;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 27px;
    justify-content: center;
    align-items: center;
}
.spacer-footer-nav {
    height: 36px;
}
.text-small {
    color: #fff;
    line-height: 100%;
    font-weight: 300;
}
.event-card-title {
    color: #fff;
    font-size: 1.4vw;
    line-height: 130%;
    font-weight: 400;
    font-family: Inter, sans-serif;
}
.event-card-title:hover {
    color: #fff;
}
.featured_talent_card:nth-child(5){
    display: none;
}
.newsletter-email:focus {
    border:none;
    border-bottom: 1px solid #fff;
}
.newsletter-email.inputSelect_error {
    border: none !important;
    border-bottom: 1px solid #fff !important;
}
.new_homepage_modal .modal_header {
    background-color: white;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 20px 20px 0px 0px;
}
.new_homepage_modal .modal_header .modal_inner {
    padding: 24px;
}
.new_homepage_modal .new_modal_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 0px;
}
.new_homepage_modal .modal_close{
    top: 19px;
    right: 22px

}
.new_modal_content {
    padding: 36px;
    display: flex;
    flex-direction: column;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
.new_modal_content .pageContainer_row {
    margin: 6px 0;
}
.error_message {
    font-weight: 300;
    font-size: 15px;
}

  .remember_me_container {
    margin: 20px 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .agree_terms_container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .landingNav_profile_menu a {
    display: table;
    margin: 15px 0;
    color: #474747;
}
  .login_register_modal_forgot {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-decoration-line: underline;
    color: #474747;
  }
  .show_register_modal_default {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #474747;
  }
  .show_register_modal_default.btn-round {
    color: #fff;
  }

  .show_register_modal_default.btn-round:hover {
    color: #000;
  }


  
  .new_modal_content button[type='submit'] {
    background: linear-gradient(90deg, #6C5CE7 0.96%, #5367F5 49.39%, #E75C91 98.85%);
    border-radius: 4px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 18px;
  }
  #submit_forgot {
    padding-top: 18px;
  }
  .found_password_container, .found_password_container a {
    padding-top: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #474747;
  }

  .new_toggle {
    --width: 50px;
    --height: 22px;

    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    border-radius: 15px;
    cursor: pointer;
  }

  .new_toggle input {
    display: none;
  }

  .new_toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    border: 1px solid #C2C2C2;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
  }

  .new_toggle .slider::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: calc(var(--height) / 2);
    background: #C2C2C2;
    transition: all 0.4s ease-in-out;
  }

  .new_toggle input:checked+.slider {
    border-color: #6E6EEF;
  }

  .new_toggle input:checked+.slider::before {
    border-color: #6E6EEF;
    background-color: #fff;
    transform: translateX(calc(var(--width) - var(--height)));
  }

  .new_toggle .labels {
    position: absolute;
    top: 7px;
    left: 3px;
    width: 100%;
    height: 100%;
    color: #474747;
    font-size: 11px;
    transition: all 0.4s ease-in-out;
  }

  .new_toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 7px;
    opacity: 1;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    /* identical to box height, or 11px */

    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
  }

  .new_toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    opacity: 0;
    /* text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4); */
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    /* identical to box height, or 11px */
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
  }

  .new_toggle input:checked.labels {
    color: #fff;
  }

  .new_toggle input:checked~.labels::after {
    opacity: 0;
  }

  .new_toggle input:checked~.labels::before {
    opacity: 1;
  }
  .new_mobile_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #474747;
    margin-top: 6px;
  }

  .new_modal_content .input-container {
    width: 100%;
  }
  .input_password_container img {
    top: 20px;
}
  .new_modal_content  .input-icon {
    background: white;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 2px;
    height: 44px;
    width: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-right: 1px solid #C2C2C2;
  }
  .new_modal_content  .input-icon img {
    top: unset;
    left: unset;
    right: unset;
    height: unset;
  }
  
  .new_modal_content  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    height: 55px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding-left: 65px;
  }
  .new_modal_content  select {
    width: 100%;
    padding: 10px;
    outline: none;
    height: 55px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
  }
  .new_modal_content  .input-field:focus{
    border: 1px solid #C2C2C2;
    border-radius: 4px;
  }
  .new_modal_content  .select:focus{
    border: 1px solid #C2C2C2;
    border-radius: 4px;
  }
 
  .how_hear_text {
    padding-top: 10px;
  }

.featured_events_slider_mobile, .featured_talents_slider_mobile {
    display: none;
}
.featured_events_slider_desktop, .featured_talents_slider_desktop {
    display: flex;
}

.btn-round.light:hover {
    background-color: #c2c2c2;
    color: #fff;
    font-weight: 600;
}
.the-future-p {
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #474747;
    max-width: 1054px;
}
.newsletter-success-p {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 24px;
    border: 2px solid #FFFFFF;
    display: none;
    justify-content: space-between;
    align-items: center;
}
.newsletter-success-p.error_p{
    padding: 10px 24px;
}
@media screen and (min-width: 1440px){
    .btn-round {
        font-size: 0.84vw;
    }
    h4 {
        font-size: 1.8vw;
    }
    .card_talent_name {
        font-size: 18px;
    }
    .card_talent_type {
        font-size: 15px;
    }
    .card_talent_img {
        width: 12vw;
        height: 12vw;
    }
    .event-card-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 1439px){
    #links-menu {
        display: none;
    }
    .btn-round {
        font-size: 0.84vw;
    }
    h4 {
        font-size: 1.8vw;
    }
    .card_talent_name {
        font-size: 18px;
    }
    .card_talent_type {
        font-size: 15px;
    }
    .card_talent_img {
        width: 12vw;
        height: 12vw;
    }
    .featured_event_card:nth-child(4){
        display: none;
    }
    .featured_talent_card:nth-child(4){
        display: none;
    }
}
@media screen and (max-width: 1023px){
    .featured_event_card:nth-child(3){
        display: none;
    }
    .featured_talent_card:nth-child(3){
        display: none;
    }
    .newsletter-success-p {
        font-size: 1.7vw;
    }
    .newsletter-retry {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 991px){
    .hero {
        font-size: 5.56vw;
    }
    .paragraph {
        font-size: 1.8vw;
        font-weight: 200;
    }
    .btn-round {
        font-size: 1.5vw;
        font-weight: 400;
    }
    .godown {
        width: 3vw;
    }
    h3 {
        font-size: 3.1vw;
        font-weight: 300;
    }
    h4 {
        font-size: 2.25vw;
    }
    .p-large {
        font-size: 2vw;
    }
    .img-platform {
        width: 41vw;
    }
    .img-platform.marketplace {
        width: 35vw;
    }
    .platform-container {
        padding-right: 6.75vw;
        padding-left: 6.75vw;
    }
    .forgroup-container {
        padding-right: 6.75vw;
        padding-left: 6.75vw;
    }
    .card-container {
        padding-left: 5vw;
    }
    .audience {
        font-size: 2vw;
        font-weight: 200;
    }
    .black.medium {
        font-size: 3vw;
    }
    .btn-round.light {
        padding: 14px 24px 12px;
        border-width: 1.5px;
        font-size: 1.3vw;
        font-weight: 600;
    }
    .audience.small {
        font-size: 1.8vw;
        text-align: left;
    }
    .explore-container {
        padding: 12vw 6.75vw;
    }
    .explore {
        font-size: 3vw;
        font-weight: 400;
    }
    .featured_event_card .card_body {
        padding: 2.5vw;
    }
    .event-card-title {
        font-size: 18px;
    }
    .section-whathappen .cta-container {
        width: 45vw;
        margin-left: 6.75vw;
    }
    .container-partner-explain {
        margin-left: 6.75vw;
    }
    .cta-header.black.partner {
        width: 25vw;
    }
    .stayintouch-container {
        padding: 12vw 6.75vw;
    }
    .audience.white.newsletter {
        width: 38vw;
    }
    .newsletter-email {
        font-size: 2.4vw;
        font-weight: 300;
    }
    .btn-newsletter {
        font-size: 2vw;
    }
    .newsletter-success-p {
        font-size: 2vw;
    }
    .newsletter-retry {
        padding: 10px 20px;
    }
    .spacer-75.footer {
        height: 1.25vw;
    }
    .paragraph.footer {
        font-size: 2vw;
    }
    .spacer-footer {
        height: 36px;
    }
    .spacer-footer-nav {
        height: 24px;
    }
    .new_mobile_text {
        font-weight: 400 !important;
        font-size: 15px !important;
        line-height: 100% !important;
        text-align: center !important;
        color: #474747 !important;
    
      }
      .forget_password_container {
        flex-direction: column;
      }
      .new_modal_content .pageContainer_text {
        width: 100% !important;
      }

      .the-future-p {
        font-size: 18px;
        }
}

@media screen and (max-width: 767px){
    .hero-container {
        flex-direction: column-reverse;
    }
    .paragraph.footer {
        font-size: 2.65vw;
    }
    .hero-img {
        height: 56.25vw;
        padding-right: 0px;
        padding-bottom: 0px;
        background-position: 50% 50%;
        width: 100%;
    }
    .hero-left-container {
        width: fit-content;
        margin: 6vw 6vw 12vw;
    }
    .hero {
        font-size: 7vw;
    }
    .paragraph {
        font-size: 3vw;
    }
    .spacer-2-5.hero {
        height: 5vw;
    }
    .display-no-mobile {
        display: none;
    }
    .gradient.organizer.display-only-mobile {
        display: block;
    }
    .gradient.organizer {
        padding: 8vw 19vw;
    }
    .featured_container_body {
        flex-direction: column;
    }
    .btn-round {
        font-size: 2vw;
    }
    .godown {
        width: 4vw;
    }
    .platform-row {
        flex-direction: column;
        grid-column-gap: 0vw;
    }
    .platform-explainer {
        width: 75vw;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    h3 {
        font-size: 4vw;
    }
    h4 {
        font-size: 3.4vw;
    }
    .p-large {
        font-size: 3.2vw;
    }
    .img-platform {
        width: 50vw;
    }
    .marketplace-row {
        flex-direction: column-reverse;
    }
    .card-container {
        padding-top: 6vw;
        padding-left: 0vw;
    }
    .explain-container-ver {
        padding: 0vw 6vw 5vw;
        text-align: left;
    }
    .talent-explain-container, .venue-explain-container {
        padding: 0vw 6vw 5vw;
        width: fit-content;
    }
    .audience {
        font-size: 3.2vw;
    }
    .black.medium {
        font-size: 4vw;
    }
    .black.medium.talent {
        width: auto;
    }
    .btn-round.light {
        padding-top: 15px;
        font-size: 1.8vw;
        font-weight: 500;
    }
    .gradient.talent {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 16px;
    }
    .audience-container {
        flex-direction: column;
    }
    .card-container.vertical-padding {
        padding-right: 0vw;
        padding-bottom: 0vw;
    }
    .card-container.vertical {
        padding-top: 0vw;
        padding-bottom: 5vw;
    }
    .pub-film-container {
        flex-direction: column;
        grid-row-gap: 4vw
    }
    .img-card-ver-container {
        grid-row-gap: 0vw;
    }
    .explain-container-ver.small {
        padding: 5vw 5vw 0vw;
    }
    .spacer-75.industry {
        height: 2vw;
    }
    .audience.small {
        font-size: 2.8vw;
    }
    .nonprofit-container {
        flex-direction: column;
    }
    .img-nonprofit {
        width: fit-content;
    }
    .container-nonprofit-explain {
        margin: 5vw;
    }
    .explore {
        font-size: 4vw;
        text-align: center;
    }
    .spacer-2-5.explore {
        height: 6vw;
    }
    .featured_event_card .card_body {
        padding: 4.5vw;
    }
    .spacer-1-4.events {
        height: 5vw;
    }
    .statusgroup-container {
        grid-row-gap: 7vw;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10vw;
        padding-bottom: 10vw
    }
    .circle-container {
        margin-bottom: 12px;
    }
    .number {
        font-size: 7vw;
    }
    .label {
        padding-left: 6px;
        font-size: 3vw;
        line-height: 125%;
        letter-spacing: 0px;
    }
    .section-whathappen .cta-container {
        width: 69vw;
    }
    .audience.white.newsletter {
        width: 60vw;
    }
    .newsletter-email {
        font-size: 3.2vw;
    }
    .btn-newsletter {
        padding: 12px 32px;
    font-size: 3vw;
    }

    .new_mobile_text {
        font-weight: 400 !important;
        font-size: 15px !important;
        line-height: 100% !important;
        text-align: center !important;
        color: #474747 !important;
    
      }
}

@media screen and (max-width: 479px){
    .hero-left-container {
        margin-top: 8vw;
        margin-bottom: 16vw;
    }
    .spacer-2-5.hero {
        height: 8vw;
    }
    .hero {
        font-size: 8.53vw;
    }
    .label {
        font-size: 4vw;
    }
    .spacer-1-75.hero {
        height: 3vw;
    }
    .paragraph {
        font-size: 4.27vw;
    }
    .btn-round {
        padding: 14px 24px 12px;
        font-size: 11px;
        font-weight: 500;
    }
    .spacer-6.hero {
        height: 10vw;
    }
    .godown {
        width: 6vw;
    }
    .platform-container {
        padding-top: 14vw;
        padding-bottom: 17vw;
        grid-row-gap: 14vw;
    }
    .platform-row {
        grid-row-gap: 9vw;
    }
    .platform-explainer {
        width: auto;
    }
    h3 {
        font-size: 6.4vw;
        font-weight: 300;
    }
    .p-large {
        font-size: 4.27vw;
    }
    .img-platform {
        width: 78vw;
    }
    .img-platform.marketplace {
        width: 75vw;
    }
    .text_center.text_black {
        font-size: 7vw;
        font-weight: 600;
        letter-spacing: 0px;
    }
    .center.black {
        font-size: 7vw;
        font-weight: 600;
        letter-spacing: 0px;
    }
    .card-container {
        padding-top: 9vw;
    }
    #foreventorganizer, #forvenues {
        padding-top: 9vw;
    }
    .talent-explain-container, .venue-explain-container {
        padding-right: 7vw;
        padding-bottom: 7vw;
        padding-left: 7vw;
    }
    .explain-container-ver {
        padding-right: 7vw;
        padding-bottom: 7vw;
        padding-left: 7vw;
    }
    .black.medium {
        font-size: 5.5vw;
    }
    .audience {
        font-size: 4.5vw;
        font-weight: 300;
    }
    .spacer-1-4.audience {
        height: 3vw;
    }
    .spacer-2-5.audience {
        height: 5vw;
    }
    .btn-round.light {
        padding-top: 14px;
        font-size: 11px;
        font-weight: 600;
    }
    .card-container.vertical {
        padding-bottom: 7vw;
    }
    .pub-film-container {
        grid-row-gap: 6vw
    }
    .explain-container-ver.small {
        padding-top: 7vw;
        padding-right: 7vw;
        padding-left: 7vw;
    }
    h4 {
        font-size: 5vw;
        font-weight: 500;
    }
    .heading-4 {
        font-size: 5.5vw;
    }
    .spacer-75.industry {
        height: 3vw;
    }
    .audience.small {
        font-size: 4.5vw;
    }
    .spacer-2-5.industry {
        height: 4vw;
    }
    .center.explore-header {
        font-size: 7vw;
    }
    .p-large.padding.center {
        padding-right: 0vw;
        padding-left: 0vw;
    }
    .explore {
        font-size: 5vw;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
    }
    .featured_event_card .card_body {
        padding: 5.5vw;
    }
    .event-card-title {
        font-size: 17px;
    }
    .spacer-1-4.events {
        height: 7vw;
    }
    .statusgroup-container {
        padding-top: 15.5vw;
        padding-bottom: 14vw;
    }
    .stats-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 32px;
    }
    .circle-container {
        margin-bottom: 0px;
    }
    .section-whathappen .cta-container {
        width: 70vw;
        margin-right: 6.75vw;
    }
    .section-whathappen .cta-header {
        font-size: 8vw;
    }
    .spacer-1.cta {
        height: 2vw;
    }
    .spacer-2-5.cta {
        height: 4vw;
    }
    .partner-container {
        flex-direction: column;
    }
    .container-partner-explain {
        margin-top: 14vw;
        margin-right: 6.75vw;
        margin-bottom: 15vw;
    }
    .img-partner {
        height: 100vw;
        width: 100%;
    }
    .cta-header {
        font-size: 8vw;
    }
    .cta-header.black.partner {
        width: auto;
    }
    .spacer-1.cta {
        height: 2vw;
    }
    .audience.white.newsletter {
        width: auto;
    }
    .spacer-6.newsletter {
        height: 8vw;
    }
    .newsletter-form .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-row-gap: 5vw;
    }
    .newsletter-email {
        font-size: 5.4vw;
    }
    .btn-newsletter {
        font-size: 4.5vw;
    }
    .footer-container {
        padding-top: 14vw;
        padding-bottom: 14vw;
    }
    .img-logo {
        width: 100px;
    }
    .spacer-75.footer {
        height: 2.5vw;
    }
    .footer-nav-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 16px;
    }
    .footer-link-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .spacer-footer-nav {
        height: 36px;
    }
    .paragraph.footer {
        font-size: 4.5vw;
    }
    .new_mobile_text {
        font-weight: 400 !important;
        font-size: 15px !important;
        line-height: 100% !important;
        text-align: center !important;
        color: #474747 !important;
    
      }

      .new_homepage_modal .new_modal_title {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 0px;
    }
    .featured_events_slider_mobile {
        display: flex;
        flex-direction: column;
        overflow: hidden;

    }
    .featured_events_slider_desktop {
        display: none;
    }

    .featured_talents_slider_mobile {
        display: flex;
        flex-direction: column;
        overflow: hidden;

    }
    .featured_talents_slider_desktop {
        display: none;
    }


    /* featured event slider */
    .featured_event_slides {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        grid-column-gap: 6.75vw;
        grid-row-gap: 6.75vw;
    }
    .featured_event_slides .featured_event_card {
        scroll-snap-align: start;
        flex-shrink: 0;
        position: relative;
        display: flex;
        min-width: 100%;
    }
    .featured_talent_slides {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        grid-column-gap: 6.75vw;
        grid-row-gap: 6.75vw;
    }
    .featured_talent_slides .featured_talent_card {
        scroll-snap-align: start;
        flex-shrink: 0;
        position: relative;
        display: flex;
        min-width: 100%;
    }
    .slider_dots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 5vw;
    }
    .slider_dots .slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255,255,255,0.4);
        cursor: pointer;
        margin: 0 3px 0.5em;
        transition: background-color 100ms,color 100ms;
        border-radius: 100%;
        margin-left: 3px;
        margin-right: 3px;
    }
    .slider_dots .slider-dot.active {
        background-color: #fff;
    }
   
    .featured_event_card:nth-child(3) {
        display: flex;
    }
    .featured_event_card:nth-child(4) {
        display: flex;
    }

    .featured_talent_card:nth-child(3) {
        display: flex;
    }

    .featured_talent_card:nth-child(4) {
        display: flex;
    }
    .featured_talent_card:nth-child(5){
        display: flex;
    }
    .mobile_w_45 {
        width: 45vw !important;
    }
    .mobile_w_51 {
        width: 51vw !important;
    }

    .newsletter-success-p {
        flex-direction: column;
        grid-row-gap: 20px;
    }
}
