html,body 
{
         font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
         height: 100%;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         scroll-behavior: smooth;
         padding:0;
         margin:0;
         }

/* pop up */
.demo-wrap { min-height: 100dvh; display: grid; place-items: center; padding: 2rem; }
.unique-btn { border: 0; background: #111827; color: #fff; padding: .8rem 1rem; border-radius: 999px; cursor: pointer; font-weight: 600; box-shadow:10px 30px rgba(0,0,0,.15); text-decoration: none; display: inline-block; }
.unique-btn:focus-visible { outline: 3px solid #60a5fa; outline-offset: 2px; }

.unique-overlay { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(2px); z-index: 50; padding: 1rem; }
.unique-overlay.open { display: flex; }
.unique-modal { width: min(520px, 100%); border-radius:10px; background:#ffffff; box-shadow: 10px 30px rgba(0,0,0,.15); overflow: hidden; animation: unique-pop .18s ease-out; }

@keyframes unique-pop { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { .unique-modal { animation: none; } }

.unique-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; padding: 1rem 1.25rem; border-bottom: 1px solid #e5e7eb; }
.unique-modal-title { font-size: clamp(1.1rem, 1rem + .8vw, 1.5rem); font-weight: 800; letter-spacing: -.01em; margin: 0; }
.unique-close { border: 0; background: transparent; cursor: pointer; font-size: 1.25rem; line-height: 1; padding: .25rem; border-radius: .5rem; }
.unique-close:focus-visible { outline: 3px solid #60a5fa; outline-offset: 2px; }
.unique-modal-body { padding: 1rem 1.25rem 1.25rem; font-size: clamp(.95rem, .9rem + .3vw, 1rem); line-height: 1.6; }

    @media (max-width: 420px) {
      .unique-modal-body { padding-bottom: 1rem; }
      .unique-modal-header { padding: .875rem 1rem; }
    }

         /* logo */
.top-banner.bgblue {
  background-color: #035bfb;
}
.top-banner.bgblack {
  background-color: #000000;
}
.top-banner {
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}
.top-banner span {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.team .padtop30 {
    text-align: center;
}
.top-banner .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}
.container_inner {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
}
.nav-logo {
  display: inline-flex;
  gap: 20px;
  align-content: center;
  align-items: center;
}
.navbar.bgwhite {
  background-color: #ffffff;
}
.navbar.bgblack {
  background-color: #000000;
}
.navbar_container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.navlinks a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
#popform .mktoForm .mktoFormCol {
    margin: 0 !important;
}
#popform form.mktoForm {
    width: 100% !important;
    display: grid !important;
    gap: 4%!important;
    grid-template-columns: 48% 48%!important;
}
#popform .mktoButtonRow {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.navlinks a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.nav-logo img {
    max-width: 210px;
    max-height: 45px;
}
.navlinks, .navlinks div {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #111;
  border-radius: 2px;
}

.marrange {
    display: flex;
    gap: 24px;
    align-items: center;
}
/* Mobile styles */
@media (max-width: 1100px) {
  .hamburger {
    display: flex;
  }
  .navlinks, .navlinks div {
        flex-direction: column;
                gap: 10px;
        align-items: flex-start;
  }
  .navlinks {
    position: relative;
  }
  .mktoText.navlinks {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 0.75rem;
    width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: none; /* hidden by default on mobile */
  }

  .mktoText.navlinks.open {
    display: flex; /* show when open */
  }
  .marrange {    flex-direction: row-reverse;
  }
}
.bgblack .navlinks a {
  color: #ffffff;
}
.bgwhite .navlinks a {
  color: #000000;
}
.mktoForm .mktoButtonWrap button.mktoButton[type="submit"] {
  font-weight: 400 !important;
  text-align: center !important;
  font-style: normal !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 110% !important;
  letter-spacing: -0.32px !important;
  padding: 0 12px 0 18px !important;
  border: 0 none !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
  width: fit-content !important;
  height: 48px !important;
  position: relative !important;
  box-shadow: none !important;
  background-image: none !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 60px !important;
  z-index: 1 !important;
  overflow: visible !important;
}
.mktoForm .mktoButtonWrap button.mktoButton[type="submit"]::before {
  content: "";
  position: absolute!important;
  border-radius: 60px!important;
  height: 100%!important;
  width: 100%!important;
  top: 0!important;
  left: 0!important;
  z-index: -1!important;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1)!important;
}
.whitefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"] a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-blue.svg?version=0");
}
.blackfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-blue.svg?version=0");
}
.bluefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:after, .mktoForm .mktoButtonWrap button.mktoButton[type="submit"] a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-white.svg?version=0");
}
.greenfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-black.svg?version=0");
}
.mktoButtonRow {
    display: flex!important;
}
.mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:hover,
.btn a:focus {
  color: #fff;
  text-decoration: none;
}
.mktoForm .mktoButtonWrap button.mktoButton[type="submit"]::after {
  content: "";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  transform: translateX(0%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:visited,
.mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:focus {
  color: #fff;
}
.bluefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"], .mktoForm .mktoButtonWrap button.mktoButton[type="submit"] {
  background-color: #035bfb!important;
  cursor: pointer;
  color: #ffffff!important;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bluefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:hover,
.bluefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:focus {
  background-color: #035bfb!important;
  opacity: 0.9!important;
  cursor: pointer;
  outline: 5px solid rgba(3, 91, 251, 0.5)!important;
}
.blackfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"] {
  background-color: #000000!important;
  cursor: pointer;
  color: #ffffff!important;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.blackfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:hover,
.blackfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:focus {
  background-color: #000000!important;
  opacity: 0.9;
  cursor: pointer;
  outline: 5px solid rgba(0, 0, 0, 0.5);
}
.whitefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"] {
  background-color: #ffffff!important;
  color: #000000!important;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.whitefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:hover,
.whitefm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:focus {
  background-color: #ffffff!important;
  opacity: 0.9;
  cursor: pointer;
  outline: 5px solid rgba(255, 255, 255, 0.5)!important;
}
.greenfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"] {
  background-color: #46e874!important;
  cursor: pointer;
  color: #000000!important;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.greenfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:hover,
.greenfm .mktoForm .mktoButtonWrap button.mktoButton[type="submit"]:focus {
  background-color: #46e874!important;
  outline: 5px solid rgba(70, 232, 116, 0.5) !important;
  opacity: 0.9;
  cursor: pointer;
}

.btn a {
  font-weight: 400;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.32px;
  padding: 0 12px 0 18px !important;
  border: 0 none !important;
  display: inline-flex !important;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  width: fit-content;
  height: 48px;
  position: relative;
  box-shadow: none !important;
  background-image: none !important;
  cursor: pointer;
  user-select: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 60px;
  z-index: 1;
  overflow: visible !important;
}
.btn a::before {
  content: "";
  position: absolute;
  border-radius: 60px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn.white a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-blue.svg?version=0");
}
.btn.black a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-blue.svg?version=0");
}
.btn.blue a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-white.svg?version=0");
}
.btn.green a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-black.svg?version=0");
}
.btn.pink a:after {
  background-image: url("https://go.proofpoint.com/rs/309-RHV-619/images/global-elements-icon-arrow-right-white.svg?version=0");
}
.btn a:hover,
.btn a:focus {
  color: #fff;
  text-decoration: none;
}
.btn a::after {
  content: "";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  transform: translateX(0%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.navbar_container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

/*Button Colors */
.btn a:visited,
.btn a:focus {
  color: #fff;
}
.btn.blue a {
  background-color: #035bfb;
  cursor: pointer;
  color: #ffffff;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn.blue a:hover,
.btn.blue a:focus {
  background-color: #035bfb;
  opacity: 0.9;
  cursor: pointer;
  outline: 5px solid rgba(3, 91, 251, 0.5);
}
.btn.black a {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn.black a:hover,
.btn.black a:focus {
  background-color: #000000;
  opacity: 0.9;
  cursor: pointer;
  outline: 5px solid rgba(0, 0, 0, 0.5);
}
.btn.white a {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn.white a:hover,
.btn.white a:focus {
  background-color: #ffffff;
  opacity: 0.9;
  cursor: pointer;
  outline: 5px solid rgba(255, 255, 255, 0.5);
}
.btn.green a {
  background-color: #46e874;
  cursor: pointer;
  color: #000000;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn.green a:hover,
.btn.green a:focus {
  background-color: #46e874;
  outline: 5px solid rgba(70, 232, 116, 0.5) !important;
  opacity: 0.9;
  cursor: pointer;
}
.btn.pink a {
  background-color: #bb3e96;
  cursor: pointer;
  color: #ffffff;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn.pink a:hover,
.btn.pink a:focus {
  background-color: #bb3e96;
  outline: 5px solid rgba(187, 62, 150, 0.5) !important;
  opacity: 0.9;
  cursor: pointer;
}
.header.bgblack {
  background-color: #000000;
  color: #ffffff;
}
.header.bgwhite {
  background-color: #ffffff;
  color: #000000;
}
.header.bgblue {
  background-color: #035bfb;
  color: #ffffff;
}
.header strong,
.header b {
  color: #46e874;
  font-weight: 600;
}

h1 {
  font-size: 74px;
  line-height: 100%;
  font-weight: 600;
  padding-top: 0px;
}
h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.bgwhite .gradbg h2 {
  color: #000000;
}
p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
}
.bgwhite b,
.bgwhite strong, .bggrey b,
.bggrey strong {
  color: #035bfb;
  font-weight: 600;
}
.bgblack b,
.bgblack strong,
.bgblue b,
.bgblue strong {
  color: #46e874;
  font-weight: 600;
}
.maincontent.bgwhite h2 {
  color: #035bfb;
}
.header_content {
  max-width: 560px;
}
.icon img {
  width: 100%;
  max-width: 75px;
  height: auto;
}
.header_inner {
  display: inline-flex;
  padding: 145px 0px;
  width: 100%;
  justify-content: space-between;
  gap: 80px;
}
.header.background_img {
  background-repeat: no-repeat;
  background-position: 60% top;
  background-size: auto 100%;
}
.headerform {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px;
  color: #000000;
  width: 100%;
}
.headerform h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
}
.bgwhite {
  background-color: #ffffff;
  color: #000000;
}
.bgblack {
  background-color: #000000;
  color: #ffffff;
}
.bggrey {
  background-color: #f2f2f2;
  color: #000000;
}
.bgblue {
  background-color: #035bfb;
  color: #ffffff;
}
.bgwhite .border-top {
  border-top: #000000 solid 1px;
  padding-top: 32px;
  margin-top: 24px;
}
.bgblack .border-top {
  border-top: #46e874 solid 1px;
  padding-top: 32px;
  margin-top: 24px;
}
.bggrey .border-top {
  border-top: #000000 solid 1px;
  padding-top: 32px;
  margin-top: 24px;
}
.bgblue .border-top {
  border-top: #ffffff solid 1px;
  padding-top: 32px;
  margin-top: 24px;
}


.flexcol .mktoImg img {
    width: 100%;
    height: auto;
}
.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.logo {
  height: 60px; /* Adjust logo size */
  margin: 0 20px;
  flex-shrink: 0;
  object-fit: contain;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.logo {
  flex: 0 0 auto;
  max-height: 60px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
.pad65 {
  padding: 65px 0px;
}

.pad80 {
  padding: 80px 0px;
}
.pad160 {
  padding: 160px 0px;
}
.pad110 {
  padding: 110px 0px;
}
.pad40 {
  padding: 40px;
}
.pad60 {
  padding: 0 60px;
}
.pad16060 {
  padding: 160px 60px;
}
.content_container_810 {
  max-width: 810px;
  text-align: center;
  margin: 0 auto;
}
.twocolumn616 {
  display: grid;
  width: 100%;
  grid-template-columns: 616px 616px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.twocolumn616 img {
    width: 100%;
    height: auto;
}
.twocolumn50 {
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.gradbg {
  background: linear-gradient(
    252.43deg,
    #023490 -133.13%,
    #00b0e8 10.41%,
    #9cdad4 95.05%,
    #bbe5de 181.8%
  );
  border-radius: 30px;
}
.gradbg .twocolumn50 {
  grid-template-columns: 1fr 1fr;
  border-radius: 30px;
}

.fullwidthimg img {
  width: 100%;
  height: auto;
}

.blogpostimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
.content-w-imagebgimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
}
.onecolumn50 {
  width: 50%;
  margin-left: 50%;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  grid-template-rows: repeat(2, 1fr); /* 2 rows */
  gap: 25px; /* spacing between items */
  width: 100%;
  max-width: 800px; /* optional, for layout */
  aspect-ratio: 2 / 1.5; /* makes it square */
}

.image-cell {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.fourcolgrid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 32px;
}
.bgblack .textcta a::after,
.bgblue .textcta a::after {
  content: url("https://go.proofpoint.com/rs/309-RHV-619/images/text-arrow.svg?version=0");
  width: 14px;
  margin-left: 4px;
}
.bggrey .textcta a::after,
.bgwhite .textcta a::after {
  content: url("https://go.proofpoint.com/rs/309-RHV-619/images/text-arrow-blue.svg?version=0");
  width: 14px;
  margin-left: 4px;
}
.bgblack .event-action.textcta a::after, .bggrey .event-action.textcta a::after, .bgwhite .event-action.textcta a::after,
.bgblue .event-action.textcta a::after {
  content: url("https://go.proofpoint.com/rs/309-RHV-619/images/text-arrow.svg?version=0");
  width: 14px;
  margin-left: 4px;
}

.textcta a {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 4px;
}
.textcta {
    display: flex;
    align-items: center;
    align-content: center;
}
.bgwhite .textcta a {
  color: #035bfb;
}
.bgblack .textcta a {
  color: #ffffff;
}
.bggrey .textcta a {
  color: #035bfb;
}
.bgblue .textcta a {
  color: #ffffff;
}

.bgwhite a {
  color: #035bfb;
}
.bgblack a {
  color: #ffffff;
}
.bggrey a {
  color: #035bfb;
}
.bgblue a {
  color: #ffffff;
}
.bgblack .event-action.textcta a, .bgblue .event-action.textcta a, .bggrey .event-action.textcta a, .bgwhite .event-action.textcta a {
  color: #ffffff;
}
.three-columns .mktoImg img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin-bottom: 32px;
}

.filter-bar {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: center;
}

.filter-btn {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  background: transparent;
}
.bgblack .filter-btn,
.bgblue .filter-btn {
  color: white;
}
.bgwhite .filter-btn,
.bggrey .filter-btn {
  color: #000000;
}

.bgblack .filter-btn.active,
.bgblue .filter-btn.active {
  background: white;
  color: black;
}
.bgwhite .filter-btn.active,
.bggrey .filter-btn.active {
  background: #d0def6;
  color: black;
}

.bgblack .event-card,
.bgblue .event-card {
  background-color: #002f6c;
}
.bgwhite .event-card,
.bggrey .event-card {
  background-color: #035bfb;
}
.event-card {
  display: flex;
  border-radius: 1.5rem;
  padding: 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: white;
  gap: 32px;
}

.event-date {
  text-align: center;
  width: 80px;
  font-weight: 300;
}
.event-card-none {
  display: none;
}
.event-date .day {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}

.event-content {
  flex-grow: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #66ffc2;
}

.event-content h3 {
  font-size: 1.5rem;
  color: #66ffc2;
  margin: 0;
}

.event-content h4 {
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.event-content p {
  margin-top: 0.5rem;
  color: #d9d9d9;
  margin-bottom: 0;
}

.event-action {
  margin-left: 1rem;
  white-space: nowrap;
  align-content: center;
  align-items: center;
}

.event-action a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.event-card.hidden {
  display: none;
}
div#eventtext {
  margin-bottom: 80px;
}
.bot40 {
  margin-bottom: 40px;
}
.pad3580 {
  padding-top: 35px;
  padding-bottom: 80px;
}
.centercontent div,
.centercontent {
  text-align: center;
}

.agenda-expand-item {
  border-radius: 20px;
  margin-bottom: 32px;
}

.agenda-expand-header {
  border-radius: 20px;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
.bgblue .agenda-expand-header,
.bgblack .agenda-expand-header {
  border: white 1px solid;
  color: white;
}
.bgwhite .agenda-expand-header,
.bggrey .agenda-expand-header {
  border: #035bfb 1px solid;
  color: black;
}
.agenda-expand-header.open {
  background: #fff;
  color: black;
  border-radius: 20px 20px 0px 0px;
}
.bgwhite .agenda-expand-header.open {
  background: #fff;
  color: black;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 0px;
}
.agenda-expand-content {
  display: none;
  padding: 0 20px;
  background: white;
  border-radius: 0px 0px 20px 20px;
  color: black;
}
.bgwhite .agenda-expand-content {
  border: #035bfb 1px solid;
  border-top: 0px;
}
.agenda-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-top: 1px solid #eee;
  align-items: center;
}

.agenda-time {
  min-width: 90px;
  font-weight: 300;
}

.agenda-title {
  width: 100%;
  font-size: 32px;
  font-weight: 300;
}

.agenda-speaker,
.agenda-location {
  min-width: 160px;
  text-align: center;
  font-size: 20px;
}

.agenda-link {
  min-width: 140px;
}
.agenda-link a {
  color: #035bfb;
  text-decoration: none;
  font-weight: 500;
}
div#agendatext {
  margin-bottom: 80px;
}
.agenda-expand-header .arrow {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.agenda-expand-header.open .arrow {
  transform: rotate(-135deg); /* rotate up */
}
.team .fourcolgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.teamsocials, .teamsocials div {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.team h3 {
  margin-bottom: 0px;
}
.team h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.content-cta-links ul {
  list-style-type: none;
  border-top: #46e874 1px solid;
  padding: 0px;
  margin: 0px;
}
.content-cta-links ul li {
  width: 100%;
  display: inline-flex;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  justify-content: space-between;
  padding: 30px 0px;
}
.bgblack .content-cta-links ul li,
.bgblue .content-cta-links ul li {
  border-bottom: #46e874 solid 1px;
}
.bggrey .content-cta-links ul li,
.bgwhite .content-cta-links ul li {
  border-bottom: #8d8d8e solid 1px;
}

.bggrey .content-cta-links ul,
.bgwhite .content-cta-links ul {
  border-top: #8d8d8e 1px solid;
}

.content-cta-links ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.bgblack .content-cta-links ul li,
.bgblue .content-cta-links ul li {
  color: white;
}
.bgblack .content-cta-links ul li a,
.bgblue .content-cta-links ul li a {
  color: white;
}
.bgwhite .content-cta-links ul li,
.bggrey .content-cta-links ul li {
  color: black;
}
.bgwhite .content-cta-links ul li a {
  color: black;
}
.bggrey .content-cta-links ul li a {
  color: #035bfb;
}

.bgblack .content-cta-links ul li a::after,
.bgblue .content-cta-links ul li a::after {
  content: url("https://go.proofpoint.com/rs/309-RHV-619/images/text-arrow.svg?version=0");
  width: 14px;
  margin-left: 4px;
}
.bggrey .content-cta-links ul li a::after,
.bgwhite .content-cta-links ul li a::after {
  content: url("https://go.proofpoint.com/rs/309-RHV-619/images/text-arrow-blue.svg?version=0");
  width: 14px;
  margin-left: 4px;
}
.ctaalign {
  max-width: 770px;
}
.call-to-action .ctabgimg {
  background-size: cover;
  background-position: center;
}
.registerimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div#register-text {
  max-width: 616px;
}
.productsgallery {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.productsgallery .mktoImg {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.productsgallery {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 30px;
}
.productsgallery div {
  background: white;
  border-radius: 16px;
}
.proimg img {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}
.proimg {
  text-align: center;
  padding: 20px;
}
.protext {
  padding: 25px;
}
.protext h3 {
  margin-bottom: 24px;
}
.padtop60 {
  padding-top: 60px;
}
.padtop30 {
  padding-top: 30px;
}
.grey1px {
  border: 1px solid #c8c8c8;
}
.flexcol {
  display: flex;
  gap: 80px;
}
.video-thumbnail {
    position: relative;
    width: 300px;
    cursor: pointer;
  }
  .video-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 8px;
  }
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    pointer-events: none;
  }
  
#cpe-image img {
  max-width: 416px;
  height: auto;
}
.footer .flexcol {
  justify-content: space-between;
  align-items: center;
}

p.sm {
  font-size: 14px;
  line-height: 120%;
}

form.mktoForm {
    width: 100% !important;
    display: flex !important;
    font-family:'Inter', Arial, sans-serif!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000000!important;
    font-size: 16px;
    font-smoothing: antialiased;
    line-height: 1.5;
    flex-direction: column!important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: inherit!important;
}
.register-full-width form.mktoForm {
    display: grid !important;
    grid-template-columns: 50% 50%;
        gap: 15px;
}
 ::placeholder {
        color: #000000 !important;
        opacity: 1; /* Ensures full opacity, especially for Firefox */
    }

    /* For older Internet Explorer versions */
    :-ms-input-placeholder {
        color: #000000 !important;
    }
.mktoForm .mktoFormCol, .mktoLabel .mktoHasWidth, .mktoForm .mktoFieldWrap {
    width: 100% !important;
    display: flex!important;
    flex-direction: column!important;
    align-content: flex-start!important;
    align-items: flex-start!important;
}
.mktoForm .mktoOffset {
    display: none !important;
    float: left;
    height: 1.2em;
}
.mktoForm .mktoLabel {
    width: 100% !important;
    text-align: left;
    color:#000000!important;
    font-size:16px!important;
        margin-bottom: 5px;

        
}
span.mktoButtonWrap {
    margin-left: 0px !important;
}
.mktoForm .mktoGutter {
    display: none !important;
}
.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;
    padding: 10px !important;
    height: 40px !important;
    border: 1px solid #000000 !important;
    border-radius: 12px !important;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000000 !important;
    font-size: 16px;
    
}
.mktoButtonRow {
    display: flex;
    margin-top: 30px !important;
}
@media only screen and (max-width: 1300px) {
  .container_inner {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
.twocolumn616 {
    grid-template-columns: 48% 48%;
    gap: 4%;

}
}

@media only screen and (max-width: 800px) {
 
  .custom-video-thumbnail {
    height: 250px!important;
    border-radius: 30px 30px 0px 0px!important;
}
.proimg {
    width: 90% !important;
}
.image-grid {
    gap: 5px;
    aspect-ratio:auto;
}
.image-cell {
    width: 150px;
    height: 100px;
    border-radius: 6px;
}
  .container_inner {
    width: 90%;
  }
  .content-w-imagebgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 250px;
}
  .header_inner {
    flex-direction: column;
  }
  .headerform {
    max-width: 80%;
    padding: 20px;
  }
  .twocolumn616 {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
     gap: 40px;
  }
  .twocolumn50 {
    display: flex;
    width: 100%;
     flex-direction: column-reverse;
        margin: 0 auto;
  }
  .blogpostimg {
    height: 250px;
    border-radius: 30px 30px 0px 0;
  }
  .content-w-image .twocolumn50 {
    max-width: 90%;
}
  .fourcolgrid {
    display: flex!important;
    flex-direction: column!important;
  }
  .event-card {
    display: flex;
    border-radius: 1.5rem;
    padding: 1.5rem;
    align-items: center;
    flex-direction: column;
  }
  .event-content {
    padding-left: 0rem;
    border-left: none;
    text-align: center;
  }
  .agenda-row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    align-items: flex-start;
    flex-direction: column;
  }
  .agenda-speaker,
  .agenda-location {
    min-width: 100%;
    text-align: left;
    font-size: 20px;
  }
  .productsgallery {
    grid-template-columns: 100%;
  }

  .flexcol {
    gap: 40px;
    flex-direction: column;
  }
  .pad16060 {
    padding: 80px 0px;
}
.pad110 {
    padding: 80px 0px;
}
.content-cta-links ul li {
    width: 100%;
    display: inline-flex;
    gap: 15px;
            flex-direction: column;
}
body .register-two-columns .headerform {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px !important;
    color: #000000;
    width: 100%;
    min-width: 100%;
}
.nav-logo img {
    width: 100%;
    max-width:150px;
    height:auto;
}
.header_inner {
  display: inline-flex;
  padding: 80px 0px;
  width: 100%;
  justify-content: space-between;
  gap: 40px;
}

h1 {
  font-size: 54px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 28px;
}
}
