section.hero-event {
  padding: 100px 0 80px;
  overflow-x: clip;
}
@media (min-width: 992px) {
  section.hero-event.hero-decor-1 {
{#     background-image: url(""), linear-gradient(270deg, #006AFF 34.8%, #FFFFFF 34.8%); #}
    background-repeat: no-repeat;
    background-size: contain;
  }
}
section.hero-event .container .row {
  --bs-gutter-x: 0;
  column-gap: 158px;
}
@media (min-width: 992px) and (max-width: 1499px) {
  section.hero-event .container {
    max-width: 100%;
  }
  section.hero-event .container .row {
    column-gap: 100px;
  }
}
@media (min-width: 1500px) {
  section.hero-event .container {
    max-width: 1475px;
  }
}
section.hero-event .col-logo {
  margin-bottom: 80px;
}
section.hero-event .col-logo img {
  width: 180px;
  height: auto;
}
section.hero-event .col-content {
  max-width: 710px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) and (max-width: 1499px) {
  section.hero-event .col-content {
    max-width: calc(50% - 50px);
  }
}
section.hero-event .col-content .tag {
  background-color: #2b6aff;
  color: #fff;
  padding: 8px;
  border-radius: 4.7px;
  align-self: flex-start;
  order: -1;
  margin-bottom: 40px;
  font-family: "BRSonoma-Bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.571429;
}
section.hero-event .col-content .tag-v2 {
  align-self: flex-start;
  order: -1;
  font-family: "BRSonoma-Bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #2b6aff;
}
section.hero-event .col-content .content {
  display: flex;
  flex-direction: column;
}
section.hero-event .col-content .content > h1 {
  margin-bottom: 32px;
}
section.hero-event .col-content .content > p, section.hero-event .col-content .content ul, section.hero-event .col-content .content ol {
  margin-bottom: 10px;
}
section.hero-event .col-content .content > li {
  margin-bottom: 5px;
}
section.hero-event .col-content .content > ul {
  list-style: none;
  padding-left: 0;
}
section.hero-event .col-content .content > ul li {
  padding-left: 26px;
  position: relative;
}
section.hero-event .col-content .content > ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 8px;
  background-color: #2b6aff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
section.hero-event .col-content .content ul li:last-child, section.hero-event .col-content .content ol li:last-child {
  margin-bottom: 0;
}
section.hero-event .col-content .content h1 {
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.086207;
  color: #282828;
}
section.hero-event .col-content .content p, section.hero-event .col-content .content li, section.hero-event .col-content .content a {
  font-family: "BRSonoma-Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
section.hero-event .col-content .speakers h2 {
  font-family: "Gabarito", sans-serif;
  color: #2b6aff;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 24px;
}
section.hero-event .col-content .speakers-list {
  width: auto;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #2b6aff;
}
section.hero-event .col-content .speakers-list .speaker {
  width: 100%;
  max-width: 245px;
  background-color: #fff;
  border-radius: 3.73px;
  background-color: #EFF6FF;
  padding: 29.88px;
  padding-right: 28.39px;
}
section.hero-event .col-content .speakers-list .speaker-image {
  margin-bottom: 21.88px;
}
section.hero-event .col-content .speakers-list .speaker-image img {
  height: 65px;
  width: auto;
}
section.hero-event .col-content .speakers-list .speaker h3 {
  font-family: "BRSonoma-Bold", sans-serif;
  font-size: 22.41px;
  line-height: 1.499777;
  font-weight: 700;
  margin-bottom: 3.73px;
}
section.hero-event .col-content .speakers-list .speaker p {
  font-family: "BRSonoma-Regular", sans-serif;
  font-weight: 400;
  font-size: 16.81px;
  line-height: 1.416616;
}
@media (max-width: 992px) {
  section.hero-event .col-content .speakers-list {
    display: flex;
    flex-direction: column;
  }
  section.hero-event .col-content .speakers-list .speaker {
    width: 100%;
    max-width: 100%;
  }
}
section.hero-event .col-content .agenda h2 {
  font-family: "Gabarito", sans-serif;
  color: #2b6aff;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 24px;
}
section.hero-event .col-content .agenda table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
section.hero-event .col-content .agenda table tbody {
  vertical-align: baseline;
}
section.hero-event .col-content .agenda table td {
  padding: 8px 8px;
  text-align: left;
  font-family: "BRSonoma-Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #282828;
}
section.hero-event .col-content .agenda table td:first-child {
  font-family: "BRSonoma-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #282828;
  width: 1%;
  white-space: nowrap;
  padding-left: 0;
}
section.hero-event .col-form {
  max-width: 572px;
}
section.hero-event .col-form .form-widget .submitted-message {
  padding: 0 50px;
}
section.hero-event .col-form .form-widget.form-decor-a {
  position: relative;
}
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a1,
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a2,
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a3,
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a4 {
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a1 {
  top: 111px;
  right: -22px;
  width: 52.54px;
  height: 55px;
/*   background-image: url(""); */
}
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a2 {
  top: 50%;
  right: -111px;
  width: 44.09px;
  height: 33.39px;
/*   background-image: url(""); */
}
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a3 {
  bottom: 90px;
  right: -92.15px;
  width: 57.28px;
  height: 50.24px;
/*   background-image: url(""); */
}
section.hero-event .col-form .form-widget.form-decor-a .form-decor-a4 {
  top: calc(100% + 30px);
  right: 80px;
  width: 41.34px;
  height: 46.59px;
/*   background-image: url(""); */
}
section.hero-event .col-form .form-widget.form-decor-a form {
  position: relative;
  z-index: 10;
}
section.hero-event .col-form .form-widget.form-decor-b {
  background-repeat: no-repeat!;
  position: relative;
}
@media (min-width: 992px) {
  section.hero-event .col-form .form-widget.form-decor-b {
{#     background-image: url(""), url(""); #}
    background-repeat: no-repeat !important;
    background-position: right 0px top 130px, left center;
  }
  section.hero-event .col-form .form-widget.form-decor-b .form-decor-b1 {
    position: absolute;
    width: 408px;
    height: 406px;
    top: 0;
    right: 0;
    transform: translate(40%, -40%);
    z-index: -1;
/*     background-image: url("./2024 LPs/v1/assets/images/event/form-decor-b1.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.hero-event .col-form .form-widget.form-decor-b form {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 992px) {
  section.hero-event .col-form .form-widget.form-decor-b {
    padding-top: 15px;
  }
  section.hero-event .col-form .form-widget.form-decor-b .form-decor-b2 {
    display: inline-block;
    width: 100%;
    height: 98px;
/*     background-image: url("../images/form-decor-b1-mobile.svg"); */
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  section.hero-event .col-form {
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 991px) {
  section.hero-event .col-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
  }
}
@media (max-width: 992px) {
  section.hero-event {
    padding: 30px 0 64px;
  }
  section.hero-event .col-logo {
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
  }
  section.hero-event .col-logo:after {
    content: "";
    position: absolute;
    top: calc(100% + 1px);
    left: -16px;
    display: block;
    width: calc(100% + 32px);
    height: 1px;
    border-bottom: 1px solid #EDEDEE;
    box-shadow: 0px 4px 25px 0px #0000000D;
  }
  section.hero-event .col-logo img {
    max-width: 100px;
  }
  section.hero-event .col-content {
    padding-top: 40px;
  }
  section.hero-event .col-content .content .tag {
    margin-bottom: 16px;
  }
  section.hero-event .col-content .content > h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 24px;
  }
  section.hero-event .mobile-form-placeholder {
    margin-bottom: 40px;
  }
}

.form-widget {
  padding: 38.16px 30.53px;
  background-color: #fff;
  border: 0.95px solid #5B5B72;
  border-radius: 9.54px;
  box-shadow: -5.72px 5.72px 0px 0px #5B5B72;
}
.col-content .content .form-widget-footer, .content .form-widget-footer, .form-widget-footer {
  margin-top: 30px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.col-content .content .form-widget-footer p, .content .form-widget-footer p, .form-widget-footer p {
  text-align: center;
  font-family: "BRSonoma-Regular", sans-serif;
  font-size: 13.36px;
  line-height: 1.571108;
  font-weight: 400;
  margin-bottom: 0;
}
.col-content .content .form-widget-footer a, .content .form-widget-footer a, .form-widget-footer a {
  text-decoration: underline !important;
  color: #282828;
}
@media (max-width: 767px) {
  .col-content .content .form-widget-footer p, .col-content .content .form-widget-footer a, .content .form-widget-footer p, .content .form-widget-footer a, .form-widget-footer p, .form-widget-footer a {
    font-size: 14px !important;
  }
}
.col-content .content .form-widget .hs-form .hs-richtext, .content .form-widget .hs-form .hs-richtext,
.form-widget .hs-form .hs-richtext {
  text-align: center;
  margin-bottom: 32px;
}
.col-content .content .form-widget .hs-form .hs-richtext h1, .col-content .content .form-widget .hs-form .hs-richtext h2, .content .form-widget .hs-form .hs-richtext h1, .content .form-widget .hs-form .hs-richtext h2,
.form-widget .hs-form .hs-richtext h1,
.form-widget .hs-form .hs-richtext h2 {
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.096875;
  margin-bottom: 16px;
}
.col-content .content .form-widget .hs-form .hs-richtext p, .content .form-widget .hs-form .hs-richtext p,
.form-widget .hs-form .hs-richtext p {
  font-family: "BRSonoma-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.571429;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .col-content .content .form-widget .hs-form .hs-richtext h1, .col-content .content .form-widget .hs-form .hs-richtext h2, .content .form-widget .hs-form .hs-richtext h1, .content .form-widget .hs-form .hs-richtext h2,
.form-widget .hs-form .hs-richtext h1,
.form-widget .hs-form .hs-richtext h2 {
    font-size: 34.34px;
    line-height: 1.100175;
  }
}
.form-widget .hbspt-form form {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 328px;
}
.form-widget .hbspt-form form input, .form-widget .hbspt-form form select, .form-widget .hbspt-form form textarea {
  width: 100%;
  height: 44px;
  line-height: 1;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding: 11px 10px;
  color: #6E707C;
  font-size: 16px;
}
.form-widget .hbspt-form form .actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.form-widget .hbspt-form form .actions input[type=submit] {
  font-family: "BRSonoma-Bold", sans-serif;
  background-color: #F937A0;
  color: #fff;
  min-width: 200px;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  font-style: capitalize;
}
.form-widget .hbspt-form form .actions input[type=submit]:hover {
  background-color: #ef0083;
}
.form-widget .hbspt-form form select {
  padding-right: 34px;
  appearance: none;
  background-image: url(https://www.cynet.com/wp-content/themes/cynet/assets/images/homepage-lp/select-icon.svg);
  background-size: 24px 24px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form-widget .hbspt-form form textarea {
  height: auto;
  min-height: 83px;
}
.form-widget .hbspt-form form .field {
  margin-bottom: 16px;
}
.form-widget .hbspt-form form .field .hs-error-msgs {
  display: none;
}
.form-widget .hbspt-form form .field > label {
  display: none;
}
.form-widget .hbspt-form form .hs_error_rollup ul {
  padding-left: 0;
  list-style: none;
}
.form-widget .hbspt-form form .hs_error_rollup ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

section.header-multiple-logos .row-logos {
  padding-bottom: 80px !important;
}

section.header-multiple-logos .row-logos {
  column-gap: 35px !important;
}

section.header-multiple-logos .col-logo-v2 img {
  height: 45.73px;
  width: auto;
}

section.header-multiple-logos .col-logo {
  margin-bottom: 0;
  padding: 5px 0;
}

section.header-multiple-logos .col-logo-v2 {
  border-left: 2px solid #5B5B72;
  padding: 5px 0 5px 35px;
}

@media (max-width: 992px) {
  section.header-multiple-logos .row-logos {
    padding-bottom: 0 !important;
    column-gap: 20px !important;
  }

  .header-multiple-logos {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDEE;
    box-shadow: 0px 4px 25px 0px #0000000D;
  }
  
  section.header-multiple-logos .col-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0
  }

  section.header-multiple-logos .col-logo:after {
    content: none !important;
  }

  section.header-multiple-logos .col-logo-v2 img {
    height: 25px
  }

  section.header-multiple-logos .col-logo-v2 {
    padding-left: 20px;
  }
}
