html,
body {
  font-family: "Lato", sans-serif !important;
  margin: 0;
}

.ld-hero-section {
  background: #0b0d0f;
  position: relative;
  margin-top: 130px;
  overflow: hidden;
}
.ld-hero-section .ld-inner-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}

.ld-content-bottom svg {
  margin-top: -16px;
  max-width: 95px;
}

img.ld-image-hero-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ld-hero-row {
  display: flex;
}

.ld-hero-col.ld-hero-col1 {
  width: 100%;
  max-width: 690px;
  z-index: 999;
}

.ld-hero-col.ld-hero-col2 {
  width: 30%;
}

.ld-hero-date-time {
  display: flex;
  color: #fff;
  font-size: 17px;
  line-height: 15px;
  margin-bottom: 20px;
}

.ld-hero-date {
  border-right: 2px solid #fff;
  margin-right: 5px;
  padding-right: 5px;
}

.ld-hero-image-top img {
  max-width: 190px;
}

.ld-hero-heading h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 900;
  line-height: 115%;
}

.ld-hero-heading img {
  margin-top: -12px;
}

.ld-hero-heading-desc p {
  color: #b2b2b2;
  font-size: 17px;
  line-height: 25px;
  margin: 15px 0 50px;
}

a.regs-button {
  color: #fff;
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
  padding: 14px 55px;
  border-radius: 8px;
  font-size: 17px;
  text-decoration: none;
}

a.regs-button:hover {
  color: #fff !important;
}

a.regs-button-black {
  color: #fff;
  background: #0b0d0f;
  padding: 14px 55px;
  border-radius: 8px;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

a.regs-button-black:hover {
  color: #fff !important;
}

.ld-content-section {
  background: #f8f8f8;
}

.ld-content-section .ld-inner-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 20px;
  box-sizing: border-box;
}

.ld-content-row {
  display: flex;
  align-items: center;
}

.ld-content-bottom img {
  margin-top: -15px;
}

.ld-content-col.ld-content-col1 {
  width: 50%;
}

.ld-content-col.ld-content-col1 img {
  max-width: 100%;
  padding-right: 60px;
}

.ld-content-col.ld-content-col2 {
  width: 50%;
}

.ld-content-heading {
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
}

.ld-content-content {
  padding: 10px 0 20px;
}

.ld-content-content li {
  font-size: 17px;
  line-height: 25px;
}

.speaker-row {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.speaker-row .speakers-block {
  width: 30%;
  box-shadow: -6px -6px 5px 0px #ffffff66, 6px 6px 4px 0px #4d4d4d33;
  border-radius: 72px;
  padding: 15px;
  vertical-align: top;
  margin-right: 30px;
  color: #fff;
}

.speaker-row .speakers-block:last-child {
  margin-right: 0;
}

.speaker-block-top {
  display: flex;
}

.speaker-block-top .speaker-img {
  width: 45%;
  position: relative;
}

.speaker-block-top .speaker-img img {
  position: absolute;
  width: 100%;
  top: -85px;
  left: 0;
  max-width: 125px;
}

.speaker-block-top .speaker-dets {
  width: 60%;
}

.speaker-block-top .speaker-dets p {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  color: #000000;
}

.speaker-block-top .speaker-dets .speaker-pos {
  margin-bottom: 0;
  color: #808080;
  font-size: 15px;
  font-style: italic;
  padding: 5px 0 8px;
  margin-top: 0;
  font-weight: 400;
}

.speaker-block-top .speaker-dets img {
  max-width: 105px;
  margin-bottom: 25px;
}

.speaker-descr p {
  color: #808080;
  font-size: 16px;
  font-style: italic;
  padding: 5px 20px 40px;
}

.ld-speakers-section {
  background: #efefef;
}

.ld-speakers-section .ld-inner-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 20px;
  box-sizing: border-box;
}

h2.speaker-title {
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 88px;
  line-height: 98px;
  text-align: center;
}

.ld-speakers-section .ld-inner-container > p {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 100px;
}

.ld-form-section {
  background: linear-gradient(180deg, #209bc4 0%, #4dc9c0 100%);
}

.ld-form-section .ld-inner-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.iframe-form {
  background: #fff;
  border-radius: 48px 48px 0 0;
  padding: 70px 50px 0;
}

.iframe-form h3 {
  text-align: center;
  color: #0b0d0f;
  font-weight: 700;
  font-size: 50px;
}

.iframe-form p {
  text-align: center;
}

.ld-image-hero-right-mobile {
  display: none;
}

/* #lowdown-banner {
  background-image: linear-gradient(135deg, #069fce 0, #51cbbf 100%) !important;
  display: block !important;
  position: fixed;
  top: 0;
  width: 100%;
  display: block !important;
  z-index: 1000;
  background-color: #0b0d0f;
  color: #ffffff !important;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
} */

#announcement-banner-standalone {
  display: none !important;
}

/* #lowdown-banner a {
  box-shadow: -2px -2px 6px 0px #66d6fb, 4px 4px 4px 0px #00000040;
  color: #ffffff !important;
  text-decoration: none;
  margin-left: 25px;
  border-radius: 100px;
  padding: 10px 30px;
  font-weight: 600;
} */

/* #header {
  top: 54px !important;
} */

.ld-content-content li {
  color: #4d4d4d;
}

/* .iframe-form iframe {
  height: 100% !important;
} */

.ld-hero-mobile {
  display: none;
}

.ld-content-col1 iframe {
  width: 100%;
  height: 500px;
}

/*footer**************************************************************************/

.site__footer {
  background: white;
}

.site-footer__logo-container {
  text-align: center;
}

.site-footer__logo {
  height: 28px;
}

.site-footer__links {
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  .site-footer__links {
    text-align: center;
    padding: 10px 0 8px;
  }
}

.site-footer .site-footer__links {
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  .site-footer .site-footer__links {
    text-align: center;
  }
}

.site-footer__links a:not(:first-child) {
  padding-left: 10px;
}

.site-footer__links a:not(:last-child) {
  padding-right: 10px;
}

.site-footer__links a {
  color: black;
}

.footer {
  padding: 0 0 10px;
  background: white;
}

.footer__container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-top {
  background: #eef0ef;
  padding: 15px 0;
}

.footer-top__menu-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-top__menu-title a {
  color: #31323d;
}

.footer-subnav__link {
  color: #9a9a9a;
  text-decoration: none;
}

.footer-subnav__container {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.footer-top__menu-title span {
  font-weight: 600;
  font-size: 17px;
}

.section--page-footer__newsletter form {
  padding-top: 6px;
  display: flex;
  justify-content: flex-start;
}

.section--page-footer__item__title {
  color: #515151;
  font-weight: 500;
  font-size: 0.875rem;
  max-width: 350px;
  margin-bottom: 10px;
  padding-left: 8px;
}

.section--page-footer__newsletter .email {
  margin-top: 10px;
}

.footer-row {
  display: flex;
  justify-content: center;
}
.footer-row__item {
  margin: 20px 40px;
}

.section--page-footer__newsletter {
  max-height: 176px;
}
.section--page-footer__newsletter .email {
  height: 40px;
  line-height: 40px;
  width: 250px;
  color: #1da2bd;
  font-size: 16px;
  padding-left: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-style: none;
}
.section--page-footer__newsletter .submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 100px;
}

.grid-container.footer__container {
  max-width: 1280px;
  margin: 0 auto;
}

.grid-x.grid-margin-x.align-middle {
  display: flex;
  justify-content: space-between;
}

.site-footer__links a {
  text-decoration: none;
}

.postid-5671 .ld-hero-section:before {
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(255, 0, 74, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  position: absolute;
  left: -400px;
  content: "";
  z-index: 1;
  top: 5%;
}

.postid-5671 .ld-hero-heading img {
  width: 380px;
  margin-left: 10px;
}

.postid-5671 .ld-hero-section:after {
  content: "";
  width: 782px;
  height: 782px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -350px;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(70, 149, 235, 0.3) 0%,
    rgba(255, 255, 255, 0) 50%
  );
}

.single-showdown .ld-hero-image-top img {
  max-width: unset;
  min-height: 72px;
}

.postid-5673 .ld-hero-section {
  background: linear-gradient(106.58deg, #0b0d0f 31.05%, #1d5668 92.42%);
}

.postid-5673 .speaker-row,
.postid-5671 .speaker-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  column-gap: 24px;
  max-width: 800px;
  margin: 100px auto 0 auto;
}

.postid-5673 .speaker-row .speakers-block,
.postid-5671 .speaker-row .speakers-block {
  width: 100%;
  margin: 0;
}

.postid-5671 .speakers-block:last-of-type .speaker-descr p:first-of-type {
  padding-bottom: 0;
}

.postid-5673 .speaker-row .speakers-block:last-of-type {
  grid-column: 1 / -1;
  width: 50%;
  margin: 0 auto;
}

@media print, screen and (max-width: 63.99875em) {
  .footer-row {
    flex-flow: row wrap;
  }
  .section--page-footer__newsletter {
    width: 100%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .footer-row__item {
    width: 100%;
    margin: 10px 40px;
  }
  .footer__copy {
    order: 3;
    text-align: center;
  }
  .site-footer__logo-container {
    order: 1;
  }
  .site-footer__links {
    order: 2;
  }
}

/*Responsive**************************************************************************/

@media only screen and (min-width: 1920px) {
  .postid-5671 .ld-hero-row {
    position: relative;
  }

  .postid-5671 .ld-hero-row::after {
    content: "";
    position: absolute;
    right: -10%;
    top: 0;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 10%,
      rgba(11, 13, 15, 1) 40%,
      rgba(11, 13, 15, 1) 100%
    );
    width: 20%;
    height: 100%;
    z-index: 999;
  }
}

@media only screen and (max-width: 1300px) {
  .speaker-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .speaker-row .speakers-block {
    width: 45%;
    margin-right: 40px;
    margin-bottom: 80px;
  }

  .speaker-row .speakers-block:nth-child(2) {
    margin-right: 0;
  }
  .speaker-block-top .speaker-dets {
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .ld-speakers-section .ld-inner-container {
    max-width: 1000px;
  }
  .speaker-block-top {
    margin-bottom: 15px;
  }

  .ld-hero-section .ld-inner-container {
    max-width: 1160px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .postid-5671 .ld-hero-section:before {
    left: unset;
    right: -40%;
    top: -10%;
  }

  img.ld-image-hero-right {
    max-width: 55%;
  }

  .ld-hero-heading h1 {
    font-size: 60px;
    line-height: 80px;
  }

  .ld-hero-col.ld-hero-col2 {
    width: 40%;
  }

  .grid-container.footer__container {
    max-width: 85%;
  }

  .postid-5671 .ld-hero-heading-desc p {
    max-width: 340px;
  }
}

@media only screen and (max-width: 1024px) {
  .ld-hero-heading img {
    max-width: 390px;
  }
}

@media only screen and (max-width: 782px) {
  .speaker-block-top .speaker-img img {
    position: absolute;
    width: 100%;
    top: -70px;
    left: -9px;
    max-width: 125px;
  }

  .ld-hero-section {
    margin-top: 80px;
  }

  .ld-content-content li {
    font-size: 15px;
  }

  .ld-hero-heading img {
    margin-top: -7px;
    max-width: 310px;
  }

  .ld-hero-col.ld-hero-col2 {
    width: 35%;
  }

  .ld-hero-heading h1 {
    font-size: 45px;
    line-height: 75px;
  }

  .ld-hero-heading img {
    margin-top: -14px;
  }

  .ld-hero-heading-desc p {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 50px;
  }

  .ld-hero-date-time {
    display: flex;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
  }

  .ld-content-row {
    flex-direction: column;
    max-width: 400px !important;
    margin: 0 auto;
  }

  .ld-content-col.ld-content-col1 img {
    max-width: 100%;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .ld-content-col.ld-content-col1 {
    width: 100%;
  }

  .ld-content-col.ld-content-col2 {
    width: 100%;
  }

  .ld-content-heading {
    background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    margin-top: 25px;
  }

  a.regs-button-black {
    display: block;
    text-align: center;
  }

  .ld-content-bottom p {
    text-align: center;
  }

  h2.speaker-title {
    font-size: 66px;
    line-height: 76px;
  }

  .ld-speakers-section .ld-inner-container > p {
    font-size: 19px;
  }

  .ld-form-section .ld-inner-container {
    padding: 100px 30px 0;
  }
}

@media only screen and (max-width: 744px) {
  #lowdown-banner {
    display: flex !important;
    flex-direction: column;
  }

  #lowdown-banner a {
    display: block;
    width: 200px;
    text-align: center;
    margin: 15px auto;
  }

  .postid-5671 .ld-hero-heading-desc p {
    max-width: 100%;
  }

  .postid-5671 .ld-hero-section:before {
    left: 50%;
    right: unset;
    width: 600px;
    height: 600px;
  }

  .postid-5671 .ld-hero-section:after {
    width: 700px;
    height: 700px;
    bottom: -20%;
    left: 100%;
  }

  .postid-5673 .speaker-row,
  .postid-5671 .speaker-row {
    grid-template-columns: 1fr;
  }

  .postid-5673 .speaker-row .speakers-block:last-of-type {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 630px) {
  .ld-hero-col.ld-hero-col1 {
    width: 100%;
  }
  .ld-hero-col.ld-hero-col2 {
    width: 20%;
  }
}

@media only screen and (max-width: 600px) {
  .speaker-row .speakers-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 75px;
  }
  .speaker-block-top .speaker-dets {
    width: 100%;
  }

  .dpe-speakers-section .dpe-container > h2 {
    font-size: 34px;
    line-height: 39px;
  }
  .dpe-speakers-section .dpe-container > p {
    line-height: 21px;
    font-size: 15px;
  }

  h2.speaker-title {
    font-size: 50px;
    line-height: 50px;
  }

  .ld-speakers-section .ld-inner-container > p {
    font-size: 16px;
  }

  .ld-content-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .ld-content-content li {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 532px) {
  .ld-hero-col.ld-hero-col2 {
    width: 15%;
  }
}

@media only screen and (max-width: 744px) {
  .ld-form-section .ld-inner-container {
    padding: 100px 20px 0;
  }

  .ld-hero-col.ld-hero-col2 {
    display: none;
  }

  .grid-x.grid-margin-x.align-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 0;
  }

  .iframe-form h3 {
    font-size: 35px;
  }

  .iframe-form {
    border-radius: 48px 48px 0 0;
    padding: 50px 20px 0;
  }

  .ld-hero-col.ld-hero-col2 {
    display: none;
  }

  img.ld-image-hero-right {
    max-width: 250px;
  }
  .ld-hero-col.ld-hero-col1 {
    width: 100%;
  }

  .ld-hero-heading img {
    margin-top: -9px;
  }

  .ld-hero-image-top img {
    max-width: 140px;
  }
  a.regs-button {
    display: block;
    text-align: center;
    margin-top: -20px;
  }

  .ld-hero-section {
    background: #0b0d0f;
    height: auto;
    position: relative;
    margin-top: 200px;
  }

  .ld-hero-section .ld-inner-container {
    padding-bottom: 0 !important;
    padding-top: 70px;
  }

  .ld-hero-mobile {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ld-hero-mobile img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .postid-5671 .ld-hero-heading img {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 300px;
    max-width: unset;
    margin-left: 0;
  }

  .postid-5671 .ld-hero-heading br {
    display: none;
  }

  .ld-hero-heading img {
    margin-top: -4px !important;
    max-width: 212px;
  }

  .ld-hero-heading h1 {
    font-size: 52px;
    line-height: 115%;
  }

  .postid-5673 .ld-hero-mobile,
  .postid-5671 .ld-hero-mobile {
    overflow: unset;
  }
  .postid-5673 img.ld-image-hero-mobile {
    position: relative;
    bottom: -50px;
    right: -50px;
  }

  .postid-5671 img.ld-image-hero-mobile {
    position: relative;
    top: 30px;
    right: -30px;
  }

  .ld-content-col1 iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 485px) {
  .ld-hero-section {
    margin-top: 220px;
  }
}

@media only screen and (max-width: 470px) {
}

@media only screen and (max-width: 375px) {
}
