:root {
  --font-family--pt-sans: "PT Sans", sans-serif;
  --size--h6: 20px;
  --line-height--h6: 30px;
  --font-family--rubik: Rubik, sans-serif;
  --size--h1: 64px;
  --line-height--h1: 72px;
  --size--h2: 52px;
  --line-height--h2: 62px;
  --size--h4: 32px;
  --size--h3: 42px;
  --line-height--h3: 52px;
  --size--h5: 24px;
  --line-height--h5: 34px;
  --line-height--h4: 38px;
  --primary: #262f5a;
  --size--small: 14px;
  --line-height--small: 22px;
  --text--white: white;
  --size--subcontent: 16px;
  --line-height--subcontent: 26px;
  --secondary: #ee608f;
  --alt: #e0aa7c;
  --bg--secondary: #c9d7fc;
  --text--label-primary: #bebebe;
  --text--alt: #969696;
  --text--secondary: #2e2e2e;
  --text--primary: #191919;
  --size--content: 18px;
  --line-height--content: 28px;
  --border: #b4b4b4;
  --secondary-hover: #df4779;
  --bg--primary: white;
  --primary-hover: #151e48;
  --primary-dark: #18214b;
  --alt-hover: #c88a55;
  --bg--dark: #052825;
  --bg--input: white;
  --system--error: #e55454;
  --system--success: #137d11;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--font-family--pt-sans);
  color: #333;
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
}

h1 {
  font-family: var(--font-family--rubik);
  font-size: var(--size--h1);
  line-height: var(--line-height--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h2 {
  font-family: var(--font-family--rubik);
  font-size: var(--size--h2);
  line-height: var(--line-height--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  font-family: var(--font-family--rubik);
  font-size: var(--size--h3);
  line-height: var(--line-height--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h4 {
  font-family: var(--font-family--rubik);
  font-size: var(--size--h4);
  line-height: var(--line-height--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

h5 {
  font-family: var(--font-family--rubik);
  font-size: var(--size--h5);
  line-height: var(--line-height--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h6 {
  font-family: var(--font-family--rubik);
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  font-family: var(--font-family--pt-sans);
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
  margin-bottom: 10px;
}

a {
  font-family: var(--font-family--pt-sans);
  color: var(--primary);
  text-decoration: underline;
}

ul, ol {
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figcaption {
  font-size: var(--size--small);
  line-height: var(--line-height--small);
  text-align: center;
  margin-top: 5px;
}

.brand-guideline-sheet {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 595px;
  height: 1344px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-1 {
  object-fit: cover;
  position: absolute;
  top: -158px;
  left: -12.5px;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 110.45px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 95px;
  left: 189px;
}

.footer-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 531px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1290px;
  left: 32px;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 21.9608px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 63px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 193px;
  left: 114px;
}

.content-2 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 533px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 270px;
  left: 31px;
}

.logo {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 175px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #ee608f;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-16 {
  color: #262f5a;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.logo-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.logo-on-white {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 4px;
  text-decoration: none;
  display: flex;
}

.logo-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 160px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.logo-on-black {
  grid-row-gap: 10px;
  background-color: #262f5a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 31px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 17px;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 108px;
  text-decoration: none;
  display: flex;
}

.logo-on-black-2 {
  grid-row-gap: 10px;
  background-color: #ee608f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 32px 2px;
  text-decoration: none;
  display: flex;
}

.group-1 {
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 76px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.color-palette {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.colors {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 163.889px;
  height: 98.3334px;
  text-decoration: none;
  display: flex;
}

.color-palette-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.font {
  grid-column-gap: 17px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.font-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 257px;
  height: 95px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.text-20 {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.font-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 257px;
  height: 98px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-22 {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 35px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34px;
  left: 222px;
}

.leading-the-no-code-low-code-visual-dev-movement-for-women-0 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.leading-the-no-code-low-code-visual-dev-movement-for-women-1 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.leading-the-no-code-low-code-visual-dev-movement-for-women-7 {
  color: #ee608f;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.h1-hero {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ee608f 0%, #262f5a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monoton, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.secondary-button {
  grid-column-gap: 10px;
  color: var(--text--white);
  font-size: var(--size--subcontent);
  line-height: var(--line-height--subcontent);
  background-color: #ee608f;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-text-4 {
  color: #fff;
  letter-spacing: -.29px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.hero---illustration {
  object-fit: contain;
  object-position: 50% 0%;
  text-decoration: none;
  display: block;
}

.card-overshoot {
  grid-row-gap: 50px;
  text-align: center;
  background-color: #fff;
  border: 8px solid #000;
  border-width: 2px 8px 8px 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 840px;
  padding: 80px 69px;
  text-decoration: none;
  display: flex;
}

.card-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.iimage-group {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-columns {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.img---side {
  object-fit: cover;
  background-color: #fff;
  flex: 0 auto;
  width: 320px;
  height: 196px;
  text-decoration: none;
}

.community-and-networking-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px 148px;
  text-decoration: none;
  display: flex;
}

.combo---card-block {
  grid-row-gap: 32px;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 513px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.career-growth-opportunities-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 148px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-14 {
  grid-row-gap: 32px;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 513px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #262f5a;
  letter-spacing: -.76px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
}

.text-33 {
  color: #2e2e2e;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.exclusive-events-webinars {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px 148px;
  text-decoration: none;
  display: flex;
}

.title-15 {
  grid-row-gap: 32px;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 513px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #ee608f;
  letter-spacing: -.76px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
}

.text-35 {
  color: #2e2e2e;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.image-6 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.our-signature-event-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 80px 330px;
  text-decoration: none;
  display: flex;
}

.title-16 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.text-37 {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.buttons-6 {
  grid-column-gap: 10px;
  background-color: #ee608f;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.let-s-build-something-amazing-together {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px 148px;
  text-decoration: none;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 577px;
  text-decoration: none;
  display: flex;
}

.woman {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 196.247px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189.313px;
  text-decoration: none;
  display: flex;
}

.card---end-cta-left {
  z-index: 2;
  grid-column-gap: 10px;
  color: var(--primary);
  background-color: #fff;
  border: 8px solid #000;
  border-width: 2px 8px 8px 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -6px;
  padding: 50px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text {
  color: #262f5a;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.card---end-cta-right {
  z-index: 2;
  grid-row-gap: 32px;
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
  background-color: #fff;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -34px;
}

.sign-up-today-to-become-part-of-a-global-community-of-women-shaping-the-future-of-visual-development-membership-is-at-79usd-year-that-includes-a-free-pass-to-the-visual-dev-women-summit-upgrade-to-all-access-pass-for-19usd {
  color: #2e2e2e;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.stack {
  text-decoration: none;
  display: flex;
}

.stack.combo---footer {
  font-size: var(--size--small);
  line-height: var(--line-height--small);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.stack.combo---navbar {
  grid-column-gap: 12.5%;
  grid-row-gap: 12.5%;
  justify-content: space-between;
}

.stack.combo---hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.stack.column {
  flex-flow: column;
}

.stack.column.combo---second-line-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.stack.column.combo---hero-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
}

.stack.column.side-image-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 513px;
}

.stack.column.combo---cta-desc {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.stack.column.combo---end-cta-left {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.stack.column.combo---end-cta-right {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.stack.column.combo---sponsorship {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.stack.column.combo---register-group-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.stack.combo---card-block, .stack.combo---agenda {
  flex: 1;
  max-width: 524px;
}

.stack.combo---registration {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.social-icons {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.social-icon-button {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.who-should-attend {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 148px;
  text-decoration: none;
  display: flex;
}

.title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 780px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.text-41 {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.carousel {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card---slide {
  grid-row-gap: 16px;
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.heading---why {
  font-family: var(--font-family--rubik);
  color: #ee608f;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-43 {
  color: #2e2e2e;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text-44 {
  color: #262f5a;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-45 {
  color: #000;
  text-align: center;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.featured-speakers {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 370px;
  text-decoration: none;
  display: flex;
}

.title-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #ee608f;
  text-align: center;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.text-47 {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.agenda-highlights {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 148px;
  text-decoration: none;
  display: flex;
}

.text-48 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.content-7 {
  grid-column-gap: 131px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.features-list {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 473px;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

._1 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-header {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #ee608f;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-50 {
  color: #2e2e2e;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.register-today {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 148px;
  text-decoration: none;
  display: flex;
}

.title-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 780px;
  text-decoration: none;
  display: flex;
}

.text-51 {
  color: #ee608f;
  text-align: center;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.text-52 {
  color: #191919;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.membership {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 338px;
  display: flex;
}

.card---register {
  grid-row-gap: 16px;
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
  border: 8px solid #000;
  border-width: 2px 8px 8px 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 556px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #262f5a;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-54 {
  color: #2e2e2e;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.sponsorship-opportunities {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 148px;
  text-decoration: none;
  display: flex;
}

.title-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
}

.text-56 {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.hero {
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 967px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-22 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 163.277px;
  left: 369.5px;
}

.img---404 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.76px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
}

.title-23 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: #262f5a;
  text-align: center;
  letter-spacing: -.43px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.bg {
  grid-row-gap: 10px;
  opacity: .3;
  border: 1px solid #a990f5;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 207px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.svg {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1px;
  left: 207px;
}

.vectors-wrapper-35 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.margin-25px {
  margin-top: 25px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.footer {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 32px;
  display: block;
}

.section.hero-banner {
  background-image: url('../images/Hero.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}

.section.hero-overshoot {
  margin-top: -155px;
  padding-top: 0;
  padding-bottom: 72px;
}

.section.side-image {
  z-index: 2;
  overflow: hidden;
}

.section.cta-section {
  z-index: 1;
  background-image: url('../images/bg-lines.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 80px;
  position: relative;
}

.section.event-section, .section.cta-end-section {
  padding-top: 112px;
  padding-bottom: 80px;
  position: relative;
}

.section.event-section {
  z-index: 2;
}

.section.cta-end-section {
  z-index: 1;
}

.section._404 {
  background-image: url('../images/bg-lines.png'), url('../images/Hero_1.png');
  background-position: 50%, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.color-block {
  color: #0a2b49;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.secondary {
  background-color: var(--secondary);
  color: #6198cc;
}

.color-block.tertiary {
  background-color: var(--alt);
  color: #f0f8ff;
}

.color-block.primary {
  background-color: var(--primary);
}

.margin-50px {
  margin-top: 50px;
}

.line-bar {
  background-color: var(--secondary);
  width: 100%;
  max-width: 249px;
  height: 6px;
  margin-top: 20px;
}

.light-block-second {
  background-color: var(--bg--secondary);
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 30px;
}

.margin-60px {
  margin-top: 60px;
}

.gray-4 {
  background-color: var(--text--label-primary);
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.rich-text-block {
  width: 70%;
}

.pt-sans {
  margin-top: 0;
  margin-bottom: 9px;
  font-family: PT Sans, sans-serif;
}

.pt-sans.bold {
  font-weight: 700;
}

.rubik {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.rubik.bold {
  font-weight: 700;
}

.rubik.medium {
  font-weight: 500;
}

.gray-3 {
  background-color: var(--text--alt);
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.caption {
  color: #ffffff8c;
  font-size: var(--size--small);
  line-height: var(--line-height--small);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.caption.margined {
  color: #686868;
  margin-top: 10px;
  font-weight: 600;
}

.banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 82px;
  display: flex;
}

.gray-2 {
  background-color: var(--text--secondary);
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.text-highlight {
  background-color: #fff;
  border-radius: 5px;
  width: 42%;
  padding: 40px;
}

.black-link {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-text {
  color: #fff;
  text-decoration: none;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.gray {
  background-color: var(--text--primary);
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.light-block {
  background-color: #f0f8ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.container {
  z-index: 1;
  font-size: var(--size--subcontent);
  line-height: var(--line-height--subcontent);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  position: relative;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.type-column {
  background-color: var(--bg--secondary);
  border-radius: 5px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-content {
  font-size: var(--size--content);
  line-height: var(--line-height--content);
}

.white {
  background-color: var(--text--white);
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.block-fw {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link:hover {
  color: var(--secondary-hover);
}

.nav-link.w--current {
  color: var(--secondary);
}

.nav-link.block {
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  text-decoration: none;
}

.navbar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffffbf;
  position: sticky;
  top: 0;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.text-xlarge {
  font-size: var(--size--h5);
  line-height: var(--line-height--h5);
}

.content-wrapper.hero {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
}

.content-wrapper.card {
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.content-wrapper.side-image {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
}

.content-wrapper.rtb {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.content-wrapper.combo---cta-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wrapper.combo---end-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wrapper.agenda {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.content-wrapper.combo---register {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wrapper._404 {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-content {
  font-size: var(--size--content);
  line-height: var(--line-height--content);
}

.h2-hero {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ee608f, #262f5a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monoton, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-large {
  font-size: var(--size--h6);
  line-height: var(--line-height--h6);
}

.color---secondary {
  color: var(--secondary);
}

.button-text {
  color: #fff;
  letter-spacing: -.29px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.bg---default {
  opacity: .2;
  position: absolute;
  inset: auto 0% -120px;
}

.bg---default._404 {
  inset: 0%;
}

.color---primary {
  color: var(--primary);
}

.img---rtb {
  object-fit: contain;
  max-width: 50%;
  overflow: visible;
}

.color-row-copy {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row-copy.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.logo-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.logo-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.color---text-primary {
  color: var(--text--primary);
}

.color---text-primary.caption.text-wrap {
  background-color: #c9d7fcbf;
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  padding: 4px 6px;
}

.color---text-secondary {
  color: var(--text--secondary);
}

.color---text-secondary.caption.text-wrap {
  background-color: var(--bg--secondary);
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  padding: 4px 6px;
}

.color---text-alt {
  color: var(--text--alt);
}

.color---text-alt.caption.text-wrap {
  background-color: var(--bg--secondary);
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  padding: 4px 6px;
}

.color---text-label-primary {
  color: var(--text--label-primary);
}

.color---text-label-primary.caption.text-wrap {
  background-color: var(--primary);
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  padding: 4px 6px;
}

.color---text-white {
  color: var(--text--white);
}

.color---text-white.caption.text-wrap {
  background-color: var(--primary);
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
  padding: 4px 6px;
}

.img---flower {
  position: absolute;
  inset: 24px auto auto -200px;
}

.img---flower.right {
  inset: auto -200px -44px auto;
}

.img---end-cta {
  object-fit: contain;
}

.img---end-cta.left {
  z-index: 1;
  height: 255px;
  position: relative;
}

.img---end-cta.right {
  z-index: 1;
  height: 329px;
  position: relative;
}

.page-wrapper {
  position: relative;
}

.slider {
  background-color: #0000;
  height: auto;
}

.hide {
  display: none;
}

.slide {
  width: 500px;
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
}

.slide-nav {
  margin-top: 12px;
  position: relative;
}

.mask {
  max-width: 1140px;
  height: auto;
}

.heading-highlight {
  font-family: var(--font-family--rubik);
  color: var(--secondary);
  font-size: var(--size--h5);
  line-height: var(--line-height--h5);
}

.list-item {
  margin-bottom: 40px;
}

.stretch-row {
  flex: 1;
}

.twitter-dm-block {
  z-index: 15;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: -64px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.send-us-a-message {
  z-index: 1;
  background-color: var(--primary);
  color: #000;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 175px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .stack.combo---navbar {
    display: block;
    position: relative;
    top: 10px;
  }

  .stack.combo---nav-menu {
    flex-flow: column;
    flex: 1;
  }

  .stack.column.side-image-text {
    max-width: 320px;
  }

  .card---slide {
    max-width: none;
    padding: 24px;
  }

  .section.hero-overshoot {
    margin-top: -21vh;
  }

  .color-block-parent, .gray-3 {
    width: 33.3333%;
  }

  .banner {
    padding: 70px 5% 99px;
  }

  .gray-2 {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .gray {
    width: 33.3333%;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--text--primary);
    width: 100%;
    height: 60px;
    transition: all .2s;
  }

  .nav-link:hover {
    font-weight: 700;
  }

  .nav-link.block {
    flex: 1;
  }

  .nav-menu {
    background-color: var(--bg--primary);
    background-image: url('../images/Hero_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: column;
    width: 100vw;
    height: calc(100vh - 48px);
    top: 48px;
    left: 0;
  }

  .menu-button {
    color: var(--primary);
  }

  .menu-button:hover {
    color: var(--primary-hover);
  }

  .menu-button.w--open {
    color: var(--secondary);
    background-color: #0000;
  }

  .content-wrapper.combo---end-cta {
    flex-flow: column;
  }

  .content-wrapper.combo---register {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .slider {
    width: 100%;
  }

  .slide {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .twitter-dm-block {
    z-index: 15;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: var(--size--h4);
    line-height: var(--size--h4);
  }

  h3 {
    font-size: var(--size--h5);
    line-height: var(--line-height--h5);
  }

  .h1-hero {
    font-size: var(--size--h1);
    line-height: var(--line-height--h1);
  }

  .hero---illustration {
    object-fit: contain;
    flex: 1;
  }

  .card-overshoot {
    grid-row-gap: 32px;
    width: 80%;
    min-width: 320px;
    max-width: none;
    padding: 40px;
  }

  .iimage-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row-reverse;
    justify-content: center;
  }

  .img---side {
    object-fit: cover;
    object-position: 50% 50%;
    width: 160px;
    height: 98px;
  }

  .stack.combo---footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 24px;
  }

  .stack.combo---hero-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .stack.column.combo---second-line-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stack.column.combo---hero-content {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .stack.column.side-image-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    max-width: none;
  }

  .stack.column.combo---cta-desc {
    max-width: calc(100vw - 48px);
  }

  .stack.combo---card-block, .stack.combo---agenda {
    grid-row-gap: 16px;
    padding: 24px;
  }

  .stack.combo---registration {
    flex-flow: column;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.hero-banner {
    padding-top: 64px;
  }

  .section.hero-overshoot {
    margin-top: -12.5%;
    padding-bottom: 60px;
  }

  .section.cta-section, .section.event-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.cta-end-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .line-bar {
    max-width: 64px;
    margin-top: 16px;
  }

  .banner {
    padding: 32px 24px;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .body-content {
    background-size: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .white-text:visited {
    color: #fff;
    text-decoration: none;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-xlarge {
    font-size: var(--size--h6);
    line-height: var(--line-height--h6);
  }

  .content-wrapper.side-image {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    height: auto;
    overflow: hidden;
  }

  .content-wrapper.rtb, .content-wrapper.agenda {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-content {
    font-size: var(--size--small);
    line-height: var(--line-height--small);
  }

  .h2-hero {
    font-size: var(--size--h2);
    line-height: var(--line-height--h2);
  }

  .text-large {
    font-size: var(--size--content);
    line-height: var(--line-height--content);
  }

  .bg---default {
    bottom: 0;
  }

  .img---rtb {
    order: -1;
    max-width: 100%;
    max-height: 320px;
  }

  .heading {
    font-size: var(--size--h5);
  }

  .slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mask {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .image-columns {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .stack.combo---agenda {
    padding: 0;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .type-row {
    flex-direction: column;
  }

  .typography-flex {
    width: 68%;
  }

  .gray, .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-row {
    flex-direction: column;
  }

  .grayscale-parent {
    height: 55px;
  }

  .content-wrapper.combo---end-cta, .content-wrapper.combo---register {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-wrapper._404 {
    text-align: center;
  }

  .color-row-copy, .logo-row {
    flex-direction: column;
  }

  .send-us-a-message {
    width: 50px;
  }

  .paragraph-16 {
    display: none;
  }
}