body {
  font-family: assistant, helvetica, arial, sans-serif;
  font-size: 19.5px;
  color: #413c3b;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #565656;
  background-image: url("/mediaFiles/banner_network-green3.png");
  background-repeat: repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  --color_hero1: var(--appColor_purple1_hov); }

.nav {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 4.5em;
  background: #fefefe;
  border-bottom: solid 1px #ddd;
  z-index: 99; }
  .nav .scrolled {
    box-shadow: 0 0 2em 0px #bbb; }
  .nav .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8em;
    width: 3em;
    margin-left: 1.5em;
    margin-right: 1em;
    background: var(--color_hero1);
    border-radius: 0.25em;
    background-image: url("/mediaFiles/icon-headplant-nofill-shadows-400_1.png");
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 2.5em; }
  @media only screen and (max-width: 900px) {
    .nav .logo {
      height: 2.5em;
      width: 2.5em;
      margin-left: 0.4em;
      margin-right: 0.5em;
      background-position: center 0px; } }
  .nav .title {
    font-size: 1.8em;
    font-weight: 700;
    text-shadow: 0 1px #ddd; }
  @media only screen and (max-width: 900px) {
    .nav .title {
      font-size: 1.4em; } }
  .nav .rightside {
    position: absolute;
    right: 35; }
  @media only screen and (max-width: 900px) {
    .nav .rightside {
      right: 12; } }
  .nav .rightside a {
    color: white;
    background-color: var(--color_hero1);
    text-decoration: none;
    padding: 7 28;
    border-radius: 20px; }
    .nav .rightside a:hover {
      background-color: var(--appColor_purple1); }

.hero-wrap {
  position: relative;
  box-sizing: border-box;
  max-width: 100vw;
  padding-bottom: 5em;
  background: #fefefe;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%); }
@media only screen and (max-width: 800px) {
  .hero-wrap {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%); } }
.hero-wrap[data-sceneIs="sceneIs_networking"] .hero .sceneIs_networking {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_networking"] .buttons button.sceneIs_networking {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_presentations"] .hero .sceneIs_presentations {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_presentations"] .buttons button.sceneIs_presentations {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_jobfairs"] .hero .sceneIs_jobfairs {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_jobfairs"] .buttons button.sceneIs_jobfairs {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_meetings"] .hero .sceneIs_meetings {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_meetings"] .buttons button.sceneIs_meetings {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_workplaces"] .hero .sceneIs_workplaces {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_workplaces"] .buttons button.sceneIs_workplaces {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_happyhours"] .hero .sceneIs_happyhours {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_happyhours"] .buttons button.sceneIs_happyhours {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_highered"] .hero .sceneIs_highered {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_highered"] .buttons button.sceneIs_highered {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_eventmanagers"] .hero .sceneIs_eventmanagers {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_eventmanagers"] .buttons button.sceneIs_eventmanagers {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap[data-sceneIs="sceneIs_themed"] .hero .sceneIs_themed {
  display: block;
  opacity: 1; }
.hero-wrap[data-sceneIs="sceneIs_themed"] .buttons button.sceneIs_themed {
  color: #fff;
  background: var(--appColor_green1);
  border-color: var(--appColor_green1); }
.hero-wrap .buttons {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 40em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6em;
  padding: 0.5em;
  padding-bottom: 2em; }
  .hero-wrap .buttons button {
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    display: inline-block;
    flex: 1;
    min-width: 12em;
    cursor: pointer;
    font-family: assistant, helvetica, arial, sans-serif;
    border: solid 1px rgba(0, 0, 0, 0.06);
    border-radius: 2em;
    background: #1e173e05;
    color: black;
    padding: 0.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    margin: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.25em;
    box-shadow: 0 1.25em 0.75em rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 900px) {
    .hero-wrap .buttons button {
      margin-bottom: 5px; } }
  .hero-wrap .buttons button:hover {
    color: white;
    background: var(--appColor_purple1);
    border-color: var(--appColor_purple1); }

.hero-wrap .hero {
  display: flex;
  flex-direction: column;
  margin-top: 4.5em;
  padding: 0.5em;
  padding-top: 2em;
  padding-bottom: 0; }
  .hero-wrap .hero .block1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    max-width: 98%; }
  .hero-wrap .hero img {
    display: block;
    width: 100%;
    height: 370px;
    background: #413c3b;
    border: none;
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.13); }
  @media only screen and (max-width: 800px) {
    .hero-wrap .hero img {
      height: 300px; } }
  .hero-wrap .hero .sceneIs {
    display: none;
    opacity: 0; }
  .hero-wrap .hero .display-text {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 305px; }
  @media only screen and (max-width: 800px) {
    .hero-wrap .hero .display-text {
      height: 400px; } }
  .hero-wrap .hero .display-text span.sceneIs {
    color: var(--color_hero1); }
  .hero-wrap .hero h1 {
    max-width: 14em;
    min-width: 10em;
    margin: 0;
    padding-top: 1em;
    line-height: 1em;
    font-size: 2em;
    font-weight: 700;
    color: #413c3b; }
  @media only screen and (max-width: 900px) {
    .hero-wrap .hero h1 {
      max-width: 97vw;
      min-width: 5em; } }
  .hero-wrap .hero h2 {
    font-weight: 500;
    font-size: 1.25em;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #888; }
  .hero-wrap .hero a.cta {
    transition: background-position 0.2s;
    display: inline-block;
    border-radius: 0.75em;
    cursor: pointer;
    padding: 0.75em 3em;
    padding-left: 3em;
    padding-right: 3em;
    color: #fefefe;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 700;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, var(--color_hero1) 0%, #a07bf5 100%);
    background-size: 110%;
    background-position: 0px; }
  @media only screen and (max-width: 900px) {
    .hero-wrap .hero a.cta {
      padding-left: 1em;
      padding-right: 1em; } }
  .hero-wrap .hero a.cta:hover {
    background-position: -40px; }

#body-container {
  position: relative;
  width: 100%;
  margin-top: 0px; }

#body-inner {
  position: relative;
  max-width: 100%;
  margin: auto; }

.body-inner-padding {
  margin: auto;
  width: 96%; }
@media only screen and (max-width: 801px) {
  .body-inner-padding {
    width: 99%; } }

.shadow1 {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4); }

.landing-image-container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: auto;
  margin-top: 20px; }
  .landing-image-container img, .landing-image-container video, .landing-image-container iframe {
    width: 100%;
    height: calc(100% - (100% * .45));
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.65); }
  @media only screen and (max-width: 800px) {
    .landing-image-container img, .landing-image-container video, .landing-image-container iframe {
      height: calc(100% - (100% * .6)); } }

#section_pricing.section_frame {
  width: 100%;
  max-width: unset;
  height: 500px;
  background: #1f173e;
  color: white;
  padding: 0;
  margin-bottom: 50px;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 85%); }
  #section_pricing.section_frame .title {
    font-weight: 700;
    font-size: 40px; }
  #section_pricing.section_frame .subtitle {
    font-weight: 500;
    font-size: 32px;
    margin-left: 12px;
    margin-top: 20px; }
  #section_pricing.section_frame .section_inner {
    padding-top: 100px; }
  #section_pricing.section_frame .cta-section {
    margin-top: 50px; }
  #section_pricing.section_frame a.cta-button {
    transition: background-color 0.2s;
    display: inline-block;
    border-radius: 0.75em;
    text-decoration: none;
    cursor: pointer;
    padding: 0.75em 3em;
    padding-left: 3em;
    padding-right: 3em;
    color: #fefefe;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-size: 1.3em;
    font-weight: 700;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 900px) {
    #section_pricing.section_frame a.cta-button {
      padding-left: 1em;
      padding-right: 1em; } }
  #section_pricing.section_frame a.cta-button:hover {
    background-color: var(--appColor_purple1); }

.section_frame {
  position: relative;
  padding-bottom: 30;
  margin: auto;
  text-align: left;
  width: 95%;
  max-width: 1100px;
  color: black;
  background: transparent; }
  .section_frame .section_inner {
    position: relative;
    padding: 0 0;
    margin: auto;
    background-color: transparent;
    text-align: center;
    width: 88%; }
  @media only screen and (max-width: 801px) {
    .section_frame .section_inner {
      width: 98%; } }
  .section_frame.landing {
    padding-bottom: 0; }
    .section_frame.landing .section_inner {
      width: 100%; }
  .section_frame .header {
    font-size: 31px;
    font-weight: 600; }
  @media only screen and (max-width: 801px) {
    .section_frame .header {
      font-size: 28px; } }
  .section_frame .card-frame {
    position: relative;
    margin: auto;
    margin-top: 18px;
    background: white;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.23);
    border-radius: 12px;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    font-family: Lato, sans-serif; }
  @media only screen and (max-width: 801px) {
    .section_frame .card-frame {
      font-size: 15.5px; } }
  .section_frame .card-frame.usecase {
    padding: 0 26px;
    padding-top: 0px;
    padding-bottom: 30px; }
    .section_frame .card-frame.usecase .step-number {
      display: inline-block;
      font-size: 19px;
      padding: 4px 18px;
      border-radius: 4px;
      font-weight: 400;
      letter-spacing: 0.2; }
    .section_frame .card-frame.usecase .step-title {
      font-size: 26.5px;
      font-weight: 700; }
    .section_frame .card-frame.usecase .step-description {
      margin-top: 14px;
      font-family: Assistant, sans-serif;
      font-weight: 400; }
      .section_frame .card-frame.usecase .step-description .high-level {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 26px; }
        .section_frame .card-frame.usecase .step-description .high-level .quote {
          border-left: 4px solid var(--appColor_green1);
          margin-left: 4%;
          margin-top: 10px;
          padding: 10 20;
          max-width: 80%;
          background: #fdfdfd;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.13); }
          .section_frame .card-frame.usecase .step-description .high-level .quote q {
            font-style: italic;
            font-weight: 400;
            font-size: 1em;
            line-height: 1.6em; }
      .section_frame .card-frame.usecase .step-description .new-paragraph {
        height: 7px; }
    .section_frame .card-frame.usecase .hashtags {
      margin-left: -8px;
      margin-bottom: 10px;
      padding-top: 20px; }
    .section_frame .card-frame.usecase .colored-hashtag {
      display: inline-block;
      padding: 3px 8px;
      border-radius: 4px;
      margin-left: 7px;
      margin-bottom: 9px;
      font-size: 19.5px;
      color: black;
      box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.07); }
  .section_frame .checkbox_option-row {
    margin-bottom: 15px; }
    .section_frame .checkbox_option-row span.checkbox_checkmark {
      border: 0; }
    .section_frame .checkbox_option-row .checkbox_div-wrap, .section_frame .checkbox_option-row .checkbox_option-displayName {
      display: inline-block;
      vertical-align: baseline; }
    .section_frame .checkbox_option-row .checkbox_div-wrap {
      vertical-align: top; }
    .section_frame .checkbox_option-row .checkbox_option-displayName {
      max-width: 80%;
      margin-left: 32px;
      font-weight: 400;
      font-size: 18.5px; }
  .section_frame .detail-text {
    margin-top: 11px;
    margin-left: 12px;
    margin-bottom: 0px;
    padding-left: 15px;
    border-left: 2.5px solid var(--appColor_green1); }
  .section_frame .cta-block {
    margin-top: 30px; }
    .section_frame .cta-block a {
      font-style: none; }
    .section_frame .cta-block .cta-title {
      font-weight: 600;
      font-size: 22px; }
    .section_frame .cta-block .cta-button {
      display: inline-block;
      padding: 8 0;
      font-size: 19px;
      cursor: pointer;
      text-align: center;
      margin-top: 5px;
      width: 220px;
      color: white;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      background-color: var(--appColor_purple1);
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
      .section_frame .cta-block .cta-button:hover {
        color: white;
        background-color: var(--appColor_purple1_hov);
        width: 235px; }

#spacer_footer {
  height: 75px; }

#footer_frame {
  width: 100%;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: white;
  background-color: #1f173e; }
  #footer_frame a {
    color: white;
    text-decoration: none; }
    #footer_frame a:hover {
      text-decoration: underline; }

.indent-highlight {
  border-left: 3px solid var(--appColor_green1);
  padding-left: 10px;
  margin-top: 4px; }

.color1, .color2, .color3, .color4, .color5, .color6 {
  background-color: #f3f3f3; }
