@media screen and (max-width: 1024px) and (orientation: portrait) {
  .hero-video video.desk {
    display: none;
  }

  .hero-video video.mob {
    display: block;
  }

  .nblk-preloader {
    display: none;
  }
}

@media screen and (max-width: 1680px) {
  .nblk-pad-left {
    padding-left: 27%;
  }

  .nblk-pad-right {
    padding-right: 27%;
  }
}

@media screen and (max-width: 1440px) {
  .nblk-pad-left {
    padding-left: 24%;
  }

  .nblk-pad-right {
    padding-right: 24%;
  }
}

@media screen and (max-width: 1280px) {
  .nblk-pad-left {
    padding-left: 20%;
  }

  .nblk-pad-right {
    padding-right: 20%;
  }

  .nblk-title {
    font-size: 44px;
    line-height: 44px;
  }

  .nblk-title .nblk-title2 {
    font-size: 86px;
    line-height: 86px;
  }

  .nblk-event .event-desc .event-title {
    font-size: 64px;
    line-height: 64px;
  }

  .contact-row.contact-email .contact-row-flex .contact-col .crow-lbl {
    font-size: 42px;
    line-height: 42px;
  }

  .dbox-cta.sdlnk.contact-mail {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-row .contact-row-flex .contact-col .crow-lbl {
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .nblk-pad-left {
    padding-left: 16%;
  }

  .nblk-pad-right {
    padding-right: 16%;
  }

  .nblk-title {
    font-size: 40px;
    line-height: 40px;
  }

  .nblk-title .nblk-title2 {
    font-size: 72px;
    line-height: 72px;
  }

  .nblk-event .event-desc .event-title {
    font-size: 60px;
    line-height: 60px;
  }

  .contact-row.contact-email .contact-row-flex .contact-col .crow-lbl {
    font-size: 38px;
    line-height: 38px;
  }

  .dbox-cta.sdlnk.contact-mail {
    font-size: 21px;
    line-height: 21px;
  }

  .contact-row .contact-row-flex .contact-col .crow-lbl {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-row .contact-row-wrap {
    padding: 0 0 18px;
  }

  .contact-row {
    padding: 18px 0 0;
  }

  .nblk-metrics .nblk-metric .mnumber {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .nblk-preloader {
    display: none;
  }

  .nblk-metrics .nblk-metrics-flex {
    gap: 40px 0;
  }

  .nblk-metrics .nblk-metrics-flex .nblk-metric {
    width: 50%;
    border: none;
  }

  .pad-vertical {
    padding: 60px 0;
  }

  .pad-vertical2 {
    padding: 90px 0;
  }

  .ev-intro-flex {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
  }

  .ev-intro {
    padding: 0 !important;
  }

  .nblk-pad-left {
    padding-left: 10%;
  }

  .nblk-pad-right {
    padding-right: 10%;
  }

  .pad-horiz {
    padding: 0 20px;
  }

  .terms-content h2{
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .nblk-title {
    font-size: 34px;
    line-height: 34px;
  }

  .nblk-title .nblk-title2 {
    font-size: 56px;
    line-height: 56px;
  }

  .nblk-event .event-desc .event-title {
    font-size: 54px;
    line-height: 54px;
  }

  .nblk-event .event-desc .event-title {
    padding: 0 0 10px;
  }

  .contact-row .contact-row-flex .contact-col {
    flex: 0.4;
  }

  .contact-row .contact-row-flex .contact-col.right {
    flex: 0.6;
  }

  .contact-row.contact-email .contact-row-flex .contact-col .crow-lbl {
    font-size: 32px;
    line-height: 32px;
  }

  .dbox-cta.sdlnk.contact-mail {
    font-size: 18px;
    line-height: 18px;
  }

  .contact-row .contact-row-flex .contact-col .crow-lbl {
    font-size: 18px;
    line-height: 18px;
  }

  .dbox-sm .dbox-sm-links ul li a {
    width: 26px;
  }

  .cr-privacy .cr-privacy-flex .cr-privacy-col.copyright,
  .cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links ul li a {
    font-size: 13px;
  }

  header.nblk-header .nblk-logo a {
    max-width: 160px;
  }

  .terms-content h2{
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .nblk-metrics .nblk-metric .mnumber {
    font-size: 54px;
    line-height: 54px;
    padding: 0 0 12px;
  }

  body {
    font-size: 15px;
  }

  .nblk-metrics .nblk-metrics-flex .nblk-metric {
    padding: 0 15px;
  }

  .pad-horiz {
    padding: 0 15px;
  }

  .nblk-pad-left {
    padding-left: 6%;
  }

  .nblk-pad-right {
    padding-right: 6%;
  }

  .pad-vertical {
    padding: 50px 0;
  }

  .logos-slide img {
    margin: 0 20px;
    max-width: 140px;
    max-height: 45px;
  }

  .nblk-title {
    font-size: 28px;
    line-height: 28px;
  }

  .nblk-title .nblk-title2 {
    font-size: 48px;
    line-height: 48px;
  }

  .nblk-title .nblk-title1 {

  }

  .ev-intro-flex {
    padding-left: 6%;
    padding-right: 6%;
  }

  .nblk-event .event-desc .event-title {
    font-size: 38px;
    line-height: 38px;
  }

  .pad-vertical2 {
    padding: 70px 0;
  }

  .contact-row .contact-row-flex {
    display: block;
  }

  .contact-row .contact-row-flex .contact-col.right {
    text-align: left;
    padding: 10px 0 0;
  }

  .contact-row.contact-email .contact-row-flex .contact-col .crow-lbl {
    font-size: 28px;
    line-height: 28px;
  }

  .dbox-cta.sdlnk.contact-mail {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-row .contact-row-flex .contact-col .crow-lbl {
    font-size: 17px;
    line-height: 17px;
  }

  .cr-privacy .cr-privacy-flex {
    flex-direction: column;
    gap: 15px;
    align-items: unset;
  }

  .cr-privacy .cr-privacy-flex .cr-privacy-col.copyright {
    text-align: left;
    order: 2;
  }

  .cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links {
    text-align: left;
    order: 1;
  }

  .dbox-sm .dbox-sm-links {
    text-align: left;
  }

  .dbox-sm .dbox-sm-links ul li {
    padding: 0 15px 0 0;
  }

  .terms-content h2{
    font-size: 18px;
  }
}

@media screen and (max-width: 460px) {
  .nblk-metrics .nblk-metric .mnumber {
    font-size: 44px;
    line-height: 44px;
  }

  .nblk-metrics .nblk-metric .mlabel {
    font-size: 13px;
  }

  .nblk-pad-right {
    padding-right: 15px;
  }

  .nblk-pad-left {
    padding-left: 15px;
  }

  .ev-intro-flex{
    padding: 0 15px;
  }

  .nblk-title {
    font-size: 24px;
    line-height: 24px;
  }

  .nblk-title .nblk-title2 {
    font-size: 44px;
    line-height: 44px;
  }

  .nblk-event .event-desc .event-title {
    font-size: 34px;
    line-height: 34px;
  }

  header.nblk-header .nblk-logo a {
    max-width: 150px;
  }
}