/* Colors */
    									
    									
    									


@font-face {
    font-family: 'recoletamedium';
    src: url("//learn.g2.com/hubfs/raw_assets/public/apex/base/fonts/recoleta-medium-webfont.woff2") format("woff2"),
         url("//learn.g2.com/hubfs/raw_assets/public/apex/base/fonts/recoleta-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FB Titling Gothic';
    src: url("https://reach.g2.com/hubfs/titling-gothic-fb-regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FB Titling Gothic';
    src: url("https://reach.g2.com/hubfs/titling-gothic-fb-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

:root {
  scroll-padding-top: 0;
}

body,html{
  max-width: 100%;
  overflow-x: hidden;
  font-size: 20px;
  color:#3b0173;
}
a.btn{
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  padding: 15px 45px 12px 45px;
}
nav .menu a{
  font-family: 'recoletamedium',serif;
  padding:1.8rem .8rem;
}
#fp-nav ul li a span{
  background-color: #fff;
}
.grid-container {
  max-width: 78rem;
}
.icon{
  padding:0 20px 50px;
}
.button--green,
.button--primary,
.mktoButton {
  font-family: 'FB Titling Gothic', sans-serif !important;
  font-weight: 500 !important;
}
.reach-brand-logo{
  float:left;
  padding:20px 40px 20px 0;
  max-width: 200px;
  width:100%;
}
.purple-bg,
.btn-secondary{
  background:#3C0073;
}
.btn-secondary:hover{
  background:#23cca2;
}
.btn-tertiary{
  color:#3b0173;;
}
.btn-tertiary:hover{
  color:#fff;
  background:#ff492c;
}
.purple-bg{
  background:#3C0073;
}
.red-bg a.btn{
  color:#fff;
  background-color:#3C0073;
  border-color:#3C0073;
}
.red-bg a.btn:hover{
  background-color:#23cca2;
  border-color:#23cca2;
}
.purple-text{
  color:#3C0073!important;
}
p.lead {
  font-family: 'recoletamedium', serif;
  font-size:24px;
  line-height: 32px;
}
h1{
  font-family: 'Archivo Black', sans-serif;
  text-transform:uppercase;
  font-weight:400;
  font-size: 60px;
  line-height: 68px;
}
h1.h1{
  font-family: 'recoletamedium', serif;
  text-transform:none;
  font-size: 28px;
  line-height: 36px;
}
#header-left h1{
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1800 - 320)));
  line-height: calc(38px + (68 - 38) * ((100vw - 320px) / (1800 - 320)));
}
h2,.h2,h4,
.eyebrow{
  font-family: 'Archivo Black', sans-serif;
  text-transform:uppercase;
  font-weight:400;
}
h3, .slide-speaker p{
  font-family: 'recoletamedium', serif;
  font-weight:400;
}

.slide-speaker p{font-size:16px;line-height: 20px;margin-bottom:0}
.slide-speaker h4{font-size:20px;line-height: 24px;margin-bottom:0}
header nav{
  position: fixed;
  width: 100%;
  z-index: 10;
}
.sub-page header nav,
.sub-page .title-bar{
  position: relative;
}

@media (max-width:1024px){
  .h2.topics{font-size:26px;line-height: 30px}
}
@media (max-width:768px){
  .h2.topics{font-size:18px;line-height: 22px}
}
@media (min-width:1600px){
  .topics{width:110%}
}

footer{
  position: fixed;
  width: auto;
  bottom:0;
  padding-top:20px;
}
.top-bar{
  position:fixed;
  justify-content: flex-end;
}
.title-bar{
  position:fixed;
  width:100%;
  background: #3b0173;
}
.title-bar .menu-icon{
  right: 25px;
  top: 33px;
  color: #fff;
  background: transparent;
}
.top-bar{
  margin-top:70px;
  padding-bottom:20px;
  background: #3b0173;
}
.sub-page .top-bar{
  margin-top:0;
}
.top-bar ul{
  text-align:right;
  background: #3b0173
}
.top-bar ul li a{
  color:#fff;
}
.dropdown.menu a:hover,
.dropdown.menu a:focus,
.dropdown.menu a:active{
  color:#fff;
  text-decoration: underline;
}
#section1{
  background: #3C0073;
}
#section2 {
  background-image:none;
  background-position: right 60px center;
  background-size: 50%;
  background-repeat: no-repeat;
}
#header-left .left{
  background-image:url('https://reach.g2.com/hubfs/sites/reach/reach-2020-lp-speaker-page-background.svg');
  background-position:center;
  background-size:90%;
  background-repeat:no-repeat;
}
.card-container {
  display: grid;
  align-items: center;
  min-height: 100vh;
  grid-template-columns: repeat(auto-fit, minmax(392.5px, 1fr));
}
.card{
  padding:20px 0 0 0;
  height:100%;
  display:flex;
  margin:0;
  color:#3C0073;
}
.card.left{
  justify-content: flex-end;
}
.card.right{
  color:#fff;
  justify-content: flex-start;
  background:#3b0173;
}
.right .inner{
  width:100%;
  text-align: left;
}
.share-icons a{
  margin: 20px 10px 20px;
  color:#fff;
  display:inline-block;
}
.share-icons a:hover,
.share-icons a:focus{
  color:#23cca2;
}
.share-icons a i{
  font-size:35px;
}
input[type="email"], input[type="tel"], input[type="text"], input[type="password"], textarea, select {
    padding: 0 0 10px 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    height: 2rem;
    box-shadow: none;
    border:none;
    border-bottom: 1px solid #d3d3d3;
    color: #26313d;
    background:transparent;
    color:rgba(255, 255, 255, 0.7);
}
input[type="email"]:focus, input[type="email"]:active,
input[type="tel"]:focus, input[type="tel"]:active,
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus, input[type="password"]:active,
textarea:focus, textarea:active,
select:focus, select:active{
   background:rgba(255, 255, 255, 0.3);
   color:#fff;
}
select option{
  background:#3b0173
}
input[type="checkbox"], input[type="file"], input[type="radio"]{
  margin-top:8px;
}
label {
    font-size:18px;
    color: #fff;
    text-align: left;
}
body .hs-button.primary, .body input[type="submit"]{
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  padding: 11px 45px 12px 45px;
  color:#3b0173;
  background:#23cca2;
}
body .hs-button.primary:hover, .body input[type="submit"]:hover{
  color:#fff;
  background:#ff492c;
}
.legal-consent-container .hs-form-booleancheckbox-display p{
  color:#eee
}
.register{
    margin-right: auto;
    margin-left: 20px;
}
.headline{
  margin-right: auto;
  margin-left: 20px;
}
.slide-speaker{
  padding:10px;
  object-fit:cover;
}
.slide-image{
  max-height:250px
}
.reach-speakers .slick-next,
.reach-speakers .slick-prev{
  z-index: 100;
  width:45px;
  top:35%;
  height:100px;
  padding:10px;
  background: #3b0173
}
.reach-speakers .slick-next{
  right:0
}
.reach-speakers .slick-prev{
  left:0
}
.reach-speakers .slick-next:before {
    content: '›';
}
.reach-speakers .slick-prev:before {
    content: '‹';
}
.reach-speakers .slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 50px;
    padding-top:5px;
    line-height:0;
    opacity: 1;
    color: #ff492c;
}

@media(max-width:640px){
  .reach-brand-logo{
    padding: 15px 10px;
  }
  #fp-nav{
    display:none;
  }
  nav .menu a{
    padding:1.1rem 20%;
    font-size:14px;
  }
  .section{
    padding:60px 0;
  }
  #header-left .left{
    background-size:100%;
  }
}
@media (min-width: 850px) {
  .left img{
    margin-left:-8%;
  }
  .card{
    padding:80px;
  }
  .card.left, .card.right{
    justify-content: center;
  }
  .card.left, .card.right{
    max-width: 100%;
  }
  .card.right{
    align-items: center;
    background:#ff492c;
    color:#3b0173;
  }
  .card.right.purple-bg{
    background:#3b0173;
    color:#fff
  }
  #header-left{
    background: #fff;
    background: -moz-linear-gradient(left,  #fff 0%, #fff 50%, #3c0073 50%, #3c0073 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fff 0%,#fff 50%,#3c0073 50%,#3c0073 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fff 0%,#fff 50%,#3c0073 50%,#3c0073 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #header-left .btn{
    background:#fff;
  }
  #section1{
    background: #3c0073;
    background: -moz-linear-gradient(left,  #3c0073 0%, #3c0073 50%, #ff492c 50%, #ff492c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #3c0073 0%,#3c0073 50%,#ff492c 50%,#ff492c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #3c0073 0%,#3c0073 50%,#ff492c 66%,#ff492c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #section1 .btn{
    background:#3b0173;
  }
}

@media (max-width:850px) {
  .sub-page .section{
    padding:0;
  }
  .card{
    height:auto;
  }
  .card-container {
    display: block;
  }
  .sub-page .card-container {
    margin-top:0;
  }
  .left{
    padding-top:50px;
    padding-bottom:50px;
    max-width:100%;
  }
  .right{
    padding: 40px;
    margin-left: -40px;
    margin-right: 0;
    width: calc(100% + 80px);
    }
  }
  .reach-brand-logo {
    padding: 20px 40px 20px 25px;
  }
  body .hs-button.primary, .body input[type="submit"]{
    padding: 12px 25px 12px 25px;
    font-size:14px;
  }
  footer{
    display:none;
  }
}
@media (max-width:420px) {
  .left{
    padding: 40px 0;
  }
  .slide-speaker p{font-size:14px;line-height: 18px}
  .slide-speaker h4{font-size:16px;line-height: 20px}
}
@media (min-width: 1024px) {
  #section2 {
    background-image:url('https://reach.g2.com/hubfs/sites/reach/topics-include@2x.png');
  }
  h1.h1{
    font-size:38px;
    line-height: 46px;
    max-width: 500px;
  }
}

/* Marketo Forms */

.marketo-form {
  min-height: 253px;
}

.marketo-cta-header {
  margin: 0 auto 50px auto;
  text-align: center;
}

.marketo-cta-header h2 {
  font-size: 50px;
  line-height: 1.2 !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.marketo-cta-header h1,
.marketo-cta-header h2,
.marketo-cta-header h3,
.marketo-cta-header h4,
.marketo-cta-header h5,
.marketo-cta-header h6 {
  margin-bottom: 20px;
}

.marketo-cta-header p.lead {
  font-size: 21px;
  line-height: 1.4;
  max-width: 700px;
  margin: 0 auto;
}

.marketo-form-wrap {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  padding: 40px;
  background-color: white;
  margin-bottom: 20px;
}

.marketo-form-header {
  margin-bottom: 40px;
}

.marketo-form-header:empty {
  margin: 0;
}

.mktoForm {
  width: 100% !important;
  font-family: inherit !important;
}

.mktoForm * {
  float: none !important;
}

.mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mktoForm > .mktoFormRow:nth-of-type(1),
.mktoForm > .mktoFormRow:nth-of-type(2),
#mktoForm_1029 .mktoFormRow:nth-of-type(6),
#mktoForm_1029 .mktoFormRow:nth-of-type(13),
#mktoForm_1029 .mktoFormRow:nth-of-type(14),
#mktoForm_1031 .mktoFormRow:nth-of-type(8),
#mktoForm_1031 .mktoFormRow:nth-of-type(9),
#mktoForm_1242 .mktoFormRow:nth-of-type(5),
#mktoForm_1246 .mktoFormRow:nth-of-type(5) {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.mktoForm .mktoFieldWrap input {
  margin-top: auto !important;
}

/* #mktoForm_1031 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

#mktoForm_1031 .mktoFormRow {
  flex: 1 1 100%;
}

#mktoForm_1031 .mktoFormRow:nth-of-type(1),
#mktoForm_1031 .mktoFormRow:nth-of-type(2),
#mktoForm_1031 .mktoFormRow:nth-of-type(3),
#mktoForm_1031 .mktoFormRow:nth-of-type(4) {
  flex: 1 1 auto;
} */

/* .mktoForm input {
  border-radius: 5px !important;
  padding: 10px !important;
  font-size: 1rem ;
} */

.mktoForm input[type=text], 
.mktoForm input[type=url], 
.mktoForm input[type=email], 
.mktoForm input[type=tel], 
.mktoForm input[type=number], 
.mktoForm input[type=date], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField {
  width: 100% !important;
  border-radius: 5px !important;
  padding: 10px !important;
  font-size: 1rem ;
}

.mktoForm select.mktoField {
  padding: 10px 26px 10px 10px !important;
}

.mktoForm input[type=tel]:focus {
  background-color: #eee;
}

.mktoFormCol {
  margin-bottom: 20px !important;
}

.mktoFormCol, 
.mktoFieldWrap {
  width: 100% !important;
}

.mktoForm label.mktoLabel {
  font-weight: 600 !important;
  color: #3C0073;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoButtonRow {
  width: 100% !important;
  text-align: center;
}

.mktoLabel {
  width: auto !important;
  margin-bottom: 10px !important;
  color: #3C0073;
  display: flex;
}

.mktoAsterix {
  order: 2;
  font-size: 16px;
}

.mktoGutter, 
.mktoOffset,
.mktoClear {
  display: none !important;
}

#LblemailOptIn {
  display: none !important;
}

/* #mktoForm_1008 > .mktoFormRow:nth-of-type(7),
#mktoForm_1003 > .mktoFormRow:nth-of-type(5),
#mktoForm_1001 > .mktoFormRow:nth-of-type(7),
#mktoForm_1010 > .mktoFormRow:nth-of-type(4),
#mktoForm_1029 > .mktoFormRow:nth-of-type(15),
#mktoForm_1014 > .mktoFormRow:nth-of-type(5),
#mktoForm_1073 > .mktoFormRow:nth-of-type(5),
#mktoForm_1073 > .mktoFormRow:nth-of-type(5),
#mktoForm_1031 > .mktoFormRow:nth-of-type(11),
#mktoForm_1085 > .mktoFormRow:nth-of-type(3),
#mktoForm_1088 > .mktoFormRow:nth-of-type(6),
#mktoForm_1121 > .mktoFormRow:nth-of-type(6),
#mktoForm_1140 > .mktoFormRow:nth-of-type(8),
#mktoForm_1148 > .mktoFormRow:nth-of-type(6) */
/* #mktoForm_1129 > .mktoFormRow:nth-of-type(17),
#mktoForm_1199 > .mktoFormRow:nth-of-type(5),
#mktoForm_1232 > .mktoFormRow:nth-of-type(7),
#mktoForm_1242 > .mktoFormRow:nth-of-type(5),
#mktoForm_1246 > .mktoFormRow:nth-of-type(5), */
.mktoFormRow {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

#mktoForm_1129 > .mktoFormRow:nth-of-type(9) {
  align-items: flex-end;
}

#mktoForm_1008 > .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor,
#mktoForm_1003 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_1001 > .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor,
#mktoForm_1010 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_1029 > .mktoFormRow:nth-of-type(15) .mktoFieldDescriptor,
#mktoForm_1014 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_1073 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_1031 > .mktoFormRow:nth-of-type(11) .mktoFieldDescriptor,
#mktoForm_1085 > .mktoFormRow:nth-of-type(3) .mktoFieldDescriptor,
#mktoForm_1088 > .mktoFormRow:nth-of-type(6) .mktoFieldDescriptor,
#mktoForm_1121 > .mktoFormRow:nth-of-type(6) .mktoFieldDescriptor,
#mktoForm_1140 > .mktoFormRow:nth-of-type(8) .mktoFieldDescriptor,
#mktoForm_1148 > .mktoFormRow:nth-of-type(6) .mktoFieldDescriptor,
#mktoForm_1129 > .mktoFormRow:nth-of-type(17) .mktoFieldDescriptor,
#mktoForm_1009 > .mktoFormRow:nth-of-type(4) .mktoFieldDescriptor,
#mktoForm_1199 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_1232 > .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor,
#mktoForm_1242 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_1246 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor
{
/*   flex-basis: 5%; */
  width: auto !important;
}

/* #mktoForm_1031 .mktoFormCol:nth-of-type(1),
#mktoForm_1029 .mktoFormCol:nth-of-type(1) {
  order: 2;
} */

.mktoHtmlText {
  width: 100% !important;
  color: #3C0073;
}

.mktoHtmlText a,
#mktoForm_1199 .mktoHtmlText a {
  padding: 0 !important;
  color: #3C0073;
  font-weight: 500 !important;
}

.mktoButtonRow {
  text-align: center !important;
}

.marketo-cta .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: inline-block;
  position: relative;
  margin: 20px 0 0 0;
  padding: 12px 45px;
  border-radius: 100px;
  text-shadow: none;
  box-shadow: none;
  background-color: #5746b2;
  touch-action: manipulation;
  cursor: pointer;
  border: 2px solid transparent;
  color: #fff;
  font-weight: 700;
  font-family: 'Barlow',sans-serif;
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: none;
}

.marketo-cta .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
/*   background-color: #062846; */
  background-color: black;
  border: 2px solid #062846;
  color: #fff !important;
  text-decoration: none;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    background-image: none !important;
    background-color: #062846 !important;
}

.mktoForm .mktoError {
  position: static !important;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

.marketo-form-wrap .mktoForm .mktoError .mktoErrorMsg {
  background-color: rgba(255,0,0,.1);
  background-image: none;
  color: red;
  text-shadow: none;
  border: none;
  box-shadow: none;
  padding: 15px;
  width: 100%;
  max-width: none;
  margin-top: 15px;
  font-size: .825rem;
  font-weight: 600;
}

.mktoForm .mktoPlaceholder {
  display: none;
}

/* Options */

.marketo-cta.right .grid-x {
  align-items: center;
}

.marketo-cta.dark {
  background-color: #062846;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.marketo-cta.dark .marketo-cta-header,
.marketo-cta.purple .marketo-cta-header {
  color: white;
}

.marketo-cta.light {
  background-color: #f2f2f2;
}

.marketo-cta.purple {
  background-color: #3B2168;
}

.marketo-cta.dark .marketo-form-wrap,
.marketo-cta.light .marketo-form-wrap,
.marketo-cta.purple .marketo-form-wrap {
  padding: 40px;
  background-color: white;
  border-radius: 15px;
  border: 0;
}

.mktoForm input[type=url] {
  height: 3rem;
  box-shadow: none;
}

.form-container-red h1 {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .marketo-cta.right .marketo-cta-header {
    text-align: left;
    max-width: 550px;
    margin: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 1039px) {
  
}

@media (max-width: 639px) {
  .marketo-cta-header {
    margin-bottom: 40px;
  }
  .marketo-form-wrap {
    border-radius: 5px !important;
  }
  .marketo-cta-header h2 {
    font-size: 36px;
/*     text-align: left; */
  }
  .marketo-cta-header p.lead {
    font-size: 18px;
/*     text-align: left; */
  }
  .marketo-cta.default-padding {
    padding: 60px 0;
  }
  .marketo-cta-header {
    width: 100%;
  }
  
  .marketo-cta.dark .marketo-form-wrap, 
  .marketo-cta.light .marketo-form-wrap,
  .marketo-form-wrap {
    /*background-color: transparent;*/
    padding: 20px;
    /*border: 0;*/
  }
  
}

@media (max-width: 510px) {
  .mktoForm input[type=url], 
  .mktoForm input[type=text], 
  .mktoForm input[type=date], 
  .mktoForm input[type=tel], 
  .mktoForm input[type=email], 
  .mktoForm input[type=number], 
  .mktoForm textarea.mktoField, 
  .mktoForm select.mktoField {
    height: inherit !important;
  }
/*   .mktoForm > .mktoFormRow:nth-of-type(1),
  .mktoForm > .mktoFormRow:nth-of-type(2) {
    display: block;
    gap: 0;
  } */
  
  .marketo-form-wrap .mktoForm > .mktoFormRow {
    display: block;
  }
  
  #mktoForm_1008 > .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor,
  #mktoForm_1003 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
  #mktoForm_1001 > .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor,
  #mktoForm_1010 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
  #mktoForm_1029 > .mktoFormRow:nth-of-type(15) .mktoFieldDescriptor,
  #mktoForm_1014 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
  #mktoForm_1073 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
  #mktoForm_1031 > .mktoFormRow:nth-of-type(11) .mktoFieldDescriptor,
  #mktoForm_1085 > .mktoFormRow:nth-of-type(3) .mktoFieldDescriptor,
  #mktoForm_1121 > .mktoFormRow:nth-of-type(6) .mktoFieldDescriptor,
  #mktoForm_1140 > .mktoFormRow:nth-of-type(8) .mktoFieldDescriptor,
  #mktoForm_1232 > .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor,
  #mktoForm_1242 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
  #mktoForm_1246 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor {
/*     flex-basis: 9%; */
    width: auto !important;
  }
  
  .mktoHtmlText.mktoHasWidth {
    margin-top: -20px;
  }

  #emailOptIn {
    margin-left: -4px;
  }
}

#mktoForm_1003 #LblClaimed_Profile_Status__c,
#mktoForm_1001 #LblClaimed_Profile_Status__c {
  display: none;
}

/*#mktoForm_1003 .mktoFormRow:nth-of-type(5) .mktoFormCol,*/
#mktoForm_1001 .mktoFormRow:nth-of-type(5) .mktoFormCol {
  margin-bottom: 0 !important;
}

/* #mktoForm_1003 .mktoRadioList *,
#mktoForm_1001 .mktoRadioList * { */
.mktoRadioList *,
.mktoCheckboxList *{
  display: inline !important;
}

/* #mktoForm_1003 .mktoRadioList label,
#mktoForm_1001 .mktoRadioList label { */
.mktoRadioList label,
.mktoCheckboxList label {
  margin: 0 15px 0 10px !important;
  font-size: 15px;
}

/* #mktoForm_1003 label::after,
#mktoForm_1001 label::after {
  content: "";
  display: block;
} */

#mktoForm_1029 .mktoCheckboxList * {
  display: inline;
}

#mktoForm_1029 .mktoCheckboxList label {
  margin-left: 10px;
}

#mktoForm_1029 .mktoCheckboxList label::after {
  content: "";
  display: block;
}


/*#mktoForm_1003 .mktoFormRow:nth-of-type(5) .mktoHtmlText,*/
#mktoForm_1001 .mktoFormRow:nth-of-type(5) .mktoHtmlText {
  font-weight: 600;
  color: #26313d;
  font-size: 15px;
}

.g2-modal::backdrop {
  background-color: #3C0073;
  opacity: .5;
}

.g2-modal--bio::backdrop {
  background-color: white;
  opacity: .7;
}

.g2-modal--bio {
  padding: 100px;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px 5px rgba(60,0,115,0.10);
}

.g2-modal-close {
  position: absolute;
  right: 55px;
  top: 55px;
  width: 45px;
  height: 45px;
}

@media (max-width: 639px) {
  .g2-modal--bio {
    padding: 50px 30px;
  }
  .g2-modal-close {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
  }
}

/* Buttons */

a[role="button"] {
  color: inherit;
  text-decoration: none;
  display: block;
}

.button,
.marketo-form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 10px 32px 11px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: inherit;
  min-width: 176px;
  background-image: none;
}

.button:hover,
.marketo-form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  text-decoration: none;
  transform: translateY(-4px);
}

.button--primary,
.marketo-form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #27D3BC;
  border: 2px solid #27D3BC;
  color: #3C0073;
}

.button--primary:hover,
.marketo-form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: black;
  border: 2px solid black;
  color: #fff !important;
}

.button--primary:focus,
.marketo-form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
  background-color: #27D3BC;
  border: 2px solid #27D3BC;
  color: #3C0073;
}

.button--purple {
  background-color: #3C0073;
  color: white;
}

.button--purple:hover {
  background-color: black;
}

.button--white {
  background-color: white;
  color: #5746B2;
  border: 2px solid white;
}

.button--white:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.button--white:focus {
  background-color: white;
  color: #5746B2;
  border-color: white;
}

.button--text {
  background-color: transparent;
  color: #3C0073;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: 700;
  margin-top: 0px;
  transition: none;
  transform: none;
  box-shadow: none;
  padding-right: 21px;
  min-width: 0;
  position: relative;
}

.button--text::before,
.button--text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  color: #3C0073;
  font-weight: 700;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  -webkit-mask: url('https://sell.g2.com/hubfs/site-refresh/angle-right-solid.svg') no-repeat center;
  mask: url('https://sell.g2.com/hubfs/site-refresh/angle-right-solid.svg') no-repeat center;
  background-color: #3C0073;
  margin-top: 0;
  transition: transform .3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.button--text::before {
  -webkit-mask: url('https://sell.g2.com/hubfs/site-refresh/arrow-right-solid.svg') no-repeat center;
  mask: url('https://sell.g2.com/hubfs/site-refresh/arrow-right-solid.svg') no-repeat center;
  opacity: 0;
}

.button--text:hover {
  background-color: transparent;
  color: #3C0073;
  box-shadow: none;
  transform: none;
  text-decoration: underline !important;
}

.button--text:hover::before {
  opacity: 1;
  transform: translate(4px, -50%);
}

.button--text:hover::after {
/*   -webkit-mask: url('https://sell.g2.com/hubfs/site-refresh/arrow-right-solid.svg') no-repeat center;
  mask: url('https://sell.g2.com/hubfs/site-refresh/arrow-right-solid.svg') no-repeat center; */
/*   transform: translate(4px, -50%); */
  opacity: 0;
}

.button--text:focus {
  background-color: transparent;
  color: #3C0073;
}

.button--text-black {
  color: black;
}

.button--text-black::after {
  background-color: black;
}

.button--text-black:hover {
  color: black;
}

.button--primary.button--outline {
  color: #5746B2;
}

.button--outline {
  background-color: transparent;
}

@media (max-width: 639px) {
  .button {
    font-size: 16px;
  }
/*   .button--text {
    margin-top: 20px;
  } */
}

label{
  line-height: 1.4;
  margin-bottom:10px
}
input,
textarea {
  color: black !important;
}
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea {
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    height: 3rem;
    box-shadow: none;
    border: 1px solid #d3d3d3;
    color:
}
select{
    height: 3rem;
    border: 1px solid #d3d3d3;
}
.hs-error-msg{
    color: #ff0000;
    margin: 0 9px 0 -21px;
    padding: 5px 10px;
    background: rgba(255, 0, 0, .1);
}
.form-container .hs-error-msg{
    margin: 0 9px 0 0;
}
input[type="checkbox"], input[type="file"], input[type="radio"]{
  margin:0 10px 0 0
}
textarea {
    min-height:110px
}
fieldset{
  	max-width:none!important
}
fieldset.form-columns-1 .hs-input:not([type="checkbox"])::not([type="radio"]){
  width:100%!important
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  fieldset.form-columns-2 .hs-input{width:100%!important}
}
.inputs-list li{
  list-style:none;
  margin-left:0
}
li.hs-form-checkbox [type=checkbox],
li.hs-form-checkbox[type=file],
li.hs-form-checkbox[type=radio]{
  margin-bottom:3px
}
input[type=text]:focus, textarea:focus, input[type=email]:focus {
    background-color: #eee
}

.theme-wrap {
  padding: 40px;
}

.past-events {
  margin-top: 150px;
}

.past-event__button {
  color: white;
  font-family: 'FB Titling Gothic', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.past-event__button::after,
.past-event__button::before {
  color: white;
  background-color: white;
  margin-top: -1px;
}

.past-event__button:first-child {
  margin-right: 60px;
}

.past-event__button:hover,
.past-event__button:focus {
  color: white;
}

h1.event-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

h2.event-subtitle {
  font-size: 21px;
  font-weight: 400;
  font-family: 'FB Titling Gothic', sans-serif;
  margin: 35px 0 35px 0;
  text-transform: none;
  line-height: 1.5;
  text-align: left;
}

p.event-date {
  font-family: 'recoletamedium', serif;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 16px;
  text-align: left;
}

.event-feature-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.event-feature-list * {
  font-family: 'FB Titling Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.event-feature-item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.event-feature-icon {
  margin-top: 8px;
}

.event-feature-title {
  margin: 0;
  font-weight: 500;
}

.event-disclaimer {
  font-size: 14px;
  font-family: 'FB Titling Gothic', sans-serif;
}

.reach-logo {
  margin: 0 auto 30px auto;
  display: block;
}

#mktoForm_1199 * {
  font-family: 'FB Titling Gothic', sans-serif !important;
  font-weight: 400 !important;
}

#mktoForm_1199 .mktoButtonRow {
  text-align: left !important;
}

#mktoForm_1199 .mktoButton::before {
  content: "Watch now";
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #27D3BC;
  border-radius: 100px;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
  font-weight: 500 !important;
}

#mktoForm_1199 .mktoButton:hover::before {
  background-color: black;
  color: white !important;
}

@media (max-width: 1023px) {
  .theme-wrap {
    margin-top: 0;
    padding: 0;
    padding-top: 80px;
  }
}

@media (max-width: 639px) {
  .theme-wrap {
    padding-bottom: 120px;
  }
  .past-events {
    position: absolute;
    padding: 20px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #5746B2;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .past-event__button::after, 
  .past-event__button::before {
    display: none;
  }
  .past-event__button:first-child {
    margin: 0;
    margin-right: 20px;
    border-right: 1px solid white;
    border-radius: 0;
  }
  h1.event-title {
    font-size: 32px;
    text-align: left;
  }
  h2.event-subtitle {
    font-size: 18px;
    text-align: left;
  }
  .event-date {
    text-align: left;
  }
  .form-container-red {
    padding: 0;
  }
}

.speakers *,
.footer-cta * {
  font-family: 'FB Titling Gothic', sans-serif;
}

.speakers {
/*   padding: 160px 0 80px 0; */
}

.speakers-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
  grid-template-columns: 1fr 1fr;
}

.speakers-item {
  flex-basis: 50%;
  margin-bottom: 30px;
}

.speakers-item:last-child {
  margin-bottom: 0;
  margin-top: 30px;
  flex-basis: 100%;
}

.speakers-item-note {
  font-size: 21px;
}

.speakers-title {
  font-weight: 500;
  text-transform: none;
  margin-bottom: 30px;
}

.speakers-lead {
  font-size: 21px;
}

.speaker {
  margin-right: 40px;
}

.speaker-name {
  font-weight: 500;
  margin-bottom: 10px;
}

.speaker-title {
  margin-bottom: 0;
  font-family: 'recoletamedium', serif;
}

@media (max-width: 1023px) {
  .speakers-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 639px) {
  .speakers-item {
    flex-basis: 100%;
  }
}

.speaker-profiles-title {
  margin-top: 0;
  margin-bottom: 80px;
  text-transform: none;
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.speaker-profiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.speaker-profiles-note {
  margin-top: 56px;
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}

.speaker-profile {
  position: relative;
}

/* .speaker-profile:last-child {
  grid-column: span 2;
} */

.speaker-profile-image {
  width: 100%;
}

.speaker-profile-name {
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: none;
  line-height: 1.2;
}

.speaker-profile-job-title {
  font-size: 18px;
  font-family: 'recoletamedium', serif;
  margin-bottom: 15px;
}

.speaker-profile-button {
  text-transform: uppercase;
  font-family: 'FB Titling Gothic', sans-serif;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .speaker-profiles-grid {
    grid-template-columns: 1fr 1fr;
  }
  .speaker-profiles-note {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .speaker-profiles-title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media (max-width: 639px) {
  .speaker-profiles-grid {
    grid-template-columns: auto;
  }
  .speaker-profile:last-child {
    grid-column: auto;
  }
  .speaker-profiles-title {
    font-size: 32px;
  }
}

.reach-bio-header {
  margin-bottom: 50px;
}

.reach-bio-name {
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  color: #FF492C;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.2;
}

.reach-bio-job-title {
  font-family: 'recoletamedium', serif;
  color: #3C0073;
  font-size: 30px;
  line-height: 1.2;
}

.reach-bio-text {
  color: #3C0073;
  font-family: 'FB Titling Gothic', sans-serif;
  line-height: 1.7;
}

.reach-bio-social {
  margin-top: 50px;
}

.reach-bio-social-list {
  display: flex;
  margin: 0;
  gap: 32px;
  list-style-type: none;
}

.reach-bio-social-icon {
  height: 40px;
  width: auto;
}

@media (max-width: 639px) {
  .reach-bio-job-title {
    font-size: 21px;
  }
}

.agenda {
  background-color: #3C0073;
  position: relative;
}

.agenda * {
  color: white;
}

.agenda-background {
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-50% - 50px));
}

.agenda-background-image {
  transform: translateX(80px);
  max-width: none;
}

.agenda-meeting {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.agenda-meeting:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
}

.agenda-title {
  margin-top: 0;
  margin-bottom: 80px;
  text-transform: none;
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.agenda-time {
  margin-bottom: 5px;
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.agenda-name {
  font-family: 'FB Titling Gothic', sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 28px;
  margin-bottom: 15px;
}

.agenda-text,
.agenda-item {
  font-family: 'FB Titling Gothic', sans-serif;
  line-height: 1.7;
  font-size: 16px;
}

.agenda .button--text-white::before,
.agenda .button--text-white::after {
  background: white;
  margin-top: 2px;
}

.agenda .button--text-white:hover {
  color: white;
  text-decoration: underline;
}

@media (min-width: 2000px) {
  .agenda-background {
    right: 12%;
  }
  .agenda-background-image {
    transform: translateX(0);
  }
}

@media (max-width: 1400px) {
  .agenda-background {
    transform: translateY(calc(-50% - 35px))
  }
  .agenda-background-image {
    width: 450px;
  }
}

@media (max-width: 1023px) {
  .agenda-background {
    display: none;
  }
  .agenda-title {
    font-size: 42px;
  }
}

@media (max-width: 639px) {
  .agenda-title {
    font-size: 32px;
  }
  .agenda-name {
    font-size: 24px;
  }
/*   .agenda-text,
  .agenda-item {
    font-size: 16px;
  } */
}

.footer-cta {
  background-color: #20C598;
  padding: 60px 0;
}

.footer-cta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-cta-title {
  text-transform: none;
}

.footer-cta-lead {
  font-family: 'recoletamedium', serif;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .footer-cta-grid-item {
    flex-basis: 100%;
  }
  .footer-cta-grid {
    gap: 0;
  }
}

.footer-disclaimer {
  padding: 20px 0;
  background-color: #20C598;
  border-top: 1px solid rgba(60,0,115,.3);
}

.footer-disclaimer * {
  color: #3C0073;
}

.footer-disclaimer a {
  color: #3C0073;
}

.footer-disclaimer__text {
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'recoletamedium', serif;
}

@media (max-width: 639px) {
  .footer-disclaimer {
    text-align: left;
  }
}