:root {
    --theme: #4e2fa8;
    --theme-dark: #c7b9ef;
    --theme-bg: #f3efff;
    --theme-filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(4375%) hue-rotate(256deg) brightness(79%) contrast(83%);
}
#commonHeader, .heading-menu, .rmm.foot.client, .btmBar,#customers,#allFea {
  display: none;
}
.sec-pTB {
  padding: 0;
}
.uems-webinar {
  padding: 80px 40px;
}
.uems-webinar.cyber.top-banner {
    padding: 40px;
}
.uems-webinar .container {
  max-width: 1200px;
  margin: auto;
}
.uems-webinar .flex {
  display: flex;
  max-width: 100%;
}
.uems-webinar h1 {
  font-size: 52px;
  line-height: 60px;
  margin: 0 0 30px;
  font-weight: 600;
  text-align: center;
}
.uems-webinar.sdp h1 {
    font-size: 45px;
}
.uems-webinar.cyber h1 span {
    background: #1E2FC3;
    background: linear-gradient(to top right, var(--theme) 13%,  var(--theme-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uems-webinar h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 20px;
}
.uems-webinar h2 strong {
  color: var(--theme);
}
.uems-webinar h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 10px !important;
  color: #484848 !important;
  border-bottom: 1px dashed #959595;
  width: fit-content;
}
.uems-webinar.pam h3,.uems-webinar.sdp h3 {
    border: 0;
}
.uems-webinar p, .uems-webinar li {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  color: #000;
  font-weight: 300;
}
.uems-webinar p.note {
    background-color: var(--theme-bg);
    color: var(--theme);
    margin: 40px 0 0;
}
.uems-webinar strong {
  font-weight: 400;
}
.uems-webinar .free_label strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--theme);
  text-align: center;
  line-height: normal;
}
.uems-webinar .free_label span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  color: #888;
  font-weight: 300;
  letter-spacing: 4px;
}
.uems-webinar .cta, .uems-webinar #Submit.cta {
  font-size: 16px !important;
  color: #fff;
  background-color: #E83A24 !important;
  border: 1px solid #E83A24 !important;
  line-height: normal !important;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px !important;
  margin-right: 0 !important;
  padding: 12px 30px !important;
  transition: .3s ease-in;
  text-decoration: none;
  display: inline-block;
  width: auto !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'ZohoPuvi';
}
.uems-webinar #Submit.cta {
  width: 100% !important;
  margin: 20px 0 0 !important;
}
.uems-webinar.sucmsg {
    padding: 0;
    background-color: bisque;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}
.uems-webinar.sucmsg p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.uems-webinar.sucmsg p strong {
    font-weight: 500;
    color: var(--theme);
}
.uems-webinar.top-menu {
  padding: 30px 30px 0;
  background-color: #fff;
}
.uems-webinar.sucmsg + .top-menu {
    padding-top: 60px;
}
.uems-webinar.sucmsg.hide + .top-menu {
    padding-top: 30px;
}
.uems-webinar.top-menu .flex {
  justify-content: space-between;
  align-items: center;
}
.uems-webinar.top-menu .brand {
  width: 200px;
}
.uems-webinar.top-menu .brand img {
  max-width: 100%;
}
.uems-webinar.top-menu .menu li {
  margin: 0;
}
.uems-webinar.top-banner {
  padding: 40px 40px 80px;
}
.uems-webinar.top-banner .details {
  background-color: var(--theme-bg);
  border: 1px solid var(--theme-dark);
  border-radius: 10px;
  padding: 10px 30px;
  max-width: fit-content;
  margin: 0 auto 30px;
}
.uems-webinar.top-banner .details .flex {
  justify-content: space-between;
  gap: 40px;
}
.uems-webinar.top-banner .details li {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.uems-webinar.top-banner .details li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.manageengine.com/ems/images/icon/calendar-icon-1.svg);
  background-size: contain;
  filter: var(--theme-filter);
}
.uems-webinar.top-banner .details .time:before {
  background-image: url(https://www.manageengine.com/ems/images/icon/clock-icon-2.svg);
}
.uems-webinar.top-banner .details .episode:before {
  background-image: url(https://www.manageengine.com/ems/images/icon/tv-icon-1.svg);
}
.uems-webinar.top-banner .intro {
  text-align: center;
  margin: auto;
  max-width: 900px;
}
.uems-webinar.cyber.top-banner .intro {
    max-width: 1000px;
}
.uems-webinar.top-banner .intro .flex {
    justify-content: center;
    gap: 40px;
    border: 1px dashed #ccc;
    margin: 40px auto 0;
    max-width: fit-content;
    position: relative;
    padding: 14px 50px;
    border-radius: 10px;
}
.uems-webinar.pam.top-banner .intro .flex {
    max-width: 600px;
    padding: 12px 50px;
}
.uems-webinar.top-banner .intro .flex:before {
    content: "The three pillars of Service Providers";
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: fit-content;
    color: var(--theme);
}
.uems-webinar.pam.top-banner .intro .flex:before {
    content: "A small step in IT. A huge leap towards privileged access security.";
}
.uems-webinar.cyber.top-banner .intro .flex:before {
    content: "A strong cybersecurity posture is essential for";
}
.uems-webinar.sdp.top-banner .intro .flex:before {
    content: "From setbacks to strategic solutions";
}
.uems-webinar.top-banner .intro .flex:before {
    font-size: 18px;
    font-weight: 300;
}
.uems-webinar.top-banner .intro p {
  margin: 0;
}
.uems-webinar.top-banner .intro p.spl {
    font-size: 17px;
    max-width: 840px;
    margin: 30px auto;
    line-height: 32px;
}
.uems-webinar.top-banner .intro p.spl strong {
    font-weight:500;
    font-size: 20px;
    color: var(--theme);
}
.uems-webinar.top-banner .intro .spl-quote {
}
.uems-webinar.top-banner .intro p.spl-quote quote {
    font-size: 20px;
    display: block;
    font-weight: 400;
    color: var(--theme);
}

.uems-webinar.top-banner .intro p.spl-quote span {
    letter-spacing: 1px;
}
.uems-webinar.top-banner .intro li {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.uems-webinar.top-banner .intro li:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: var(--theme);
  border-radius: 50%;
}
.uems-webinar.top-banner .intro h2 {
  margin: 0 0 10px;
}
.uems-webinar.all-content {
  background-color: #FAFAFA;
}
.uems-webinar.all-content .container > .flex {
  gap: 80px;
}
.uems-webinar.all-content .lhs ul {
  margin: 0 0 30px 20px;
}
.uems-webinar.all-content .lhs li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0 0 26px;
}
.uems-webinar.pam.all-content .lhs li,.uems-webinar.sdp.all-content .lhs .agenda li {
    margin: 0 0 34px;
}

.uems-webinar.pam.all-content .lhs .key li {
    margin: 0 0 14px;
}
.uems-webinar.sdp.all-content .lhs .key li {
    margin: 0 0 14px;
}

.uems-webinar.cyber.all-content .lhs ul {
    margin: 0 0 20px !important;
}
.uems-webinar.cyber.all-content .lhs ul.logo {
    display: flex;
    gap: 20px;
    padding: 20px !important;
    align-items: center;
    border: 1px solid var(--theme-dark);
    border-radius: 0 10px 10px 10px;
    margin: 0 !important;
}
.uems-webinar.cyber.all-content .lhs ul.logo li {
    min-width: 100px;
    height: 50px;
    align-items: center;
}
.uems-webinar.cyber.all-content .lhs ul.logo li img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}
.uems-webinar.cyber.all-content .lhs .key li {
    margin: 0 0 6px;
    font-size: 15px;
    color: #1b1b1b;
}
.uems-webinar.cyber.all-content .lhs .key li strong {
    width: 30%;
}
.uems-webinar.cyber.all-content .lhs .key li span {
    width: 60%;
}
.uems-webinar.all-content .agenda {
    max-width: 550px;
}
.uems-webinar.cyber.all-content .agenda {
    max-width: none;
}
.uems-webinar.pam.all-content .agenda .title .tag,.uems-webinar.sdp.all-content .agenda .title .tag {
    gap: 30px;
    font-size: 18px;
}
.uems-webinar.cyber.all-content .agenda .title .tag:last-child {
    margin: 0 !important;
}
.uems-webinar.cyber.all-content .agenda .title .tag span {
    font-size: 14px;
    margin: 0 0 0 4px;
    color: var(--theme);
    font-weight: 500;
}
.uems-webinar.cyber.all-content .key .tag {
    padding: 20px;
    border: 1px dashed #ccc;
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
}
.uems-webinar.cyber.all-content .key .tag strong {
    font-size: 30px;
    font-weight: 400;
    color: var(--theme);
}
.uems-webinar.all-content .key li:before {
  content: '✧';
  color: var(--theme-dark);
  font-size: 20px;
  line-height: normal;
}
.uems-webinar.all-content .key .logo li:before {
    display: none;
}
.uems-webinar.cyber.all-content .key .timeline {
    background: linear-gradient(170deg, var(--theme-bg), #fafafa, var(--theme-bg));
    padding: 20px 40px 20px 30px;
    border-radius: 10px;
    margin: 40px 0;
    border: 1px solid var(--theme-dark);
}
.uems-webinar.cyber.all-content .key .timeline ul {
    margin: 0 !important;
}
.uems-webinar.cyber.all-content .key .timeline ul li {
    margin: 0;
}
.uems-webinar.all-content .agenda ul {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
}

.uems-webinar.all-content .agenda ul li {
  position: relative;
  line-height: normal;
}
.uems-webinar.cyber.all-content .agenda ul {
    display: flex;
    flex-wrap: wrap;
}
.uems-webinar.cyber.all-content .agenda ul li {
    margin: 0 0 14px;
    width: 50%;
}
.uems-webinar.all-content .agenda ul:before {
  content: '';
  width: .5px;
  height: 100%;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  top: 0;
}
.uems-webinar.cyber.all-content .agenda ul:before {
    display: none;
}
.uems-webinar.all-content .agenda ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--theme-dark);
  border-radius: 50%;
  left: -36.5px;
  top: 28px;
  background-color: #fafafa;
}
.uems-webinar.pam.all-content .agenda ul li:before,.uems-webinar.sdp.all-content .agenda ul li:before {
    top: 6px;
}
.uems-webinar.cyber.all-content .agenda ul li:before {
    top: 3px;
    left: -28px;
}
.uems-webinar.all-content .agenda .title p {
  margin: 0;
  line-height: normal;
}
.uems-webinar.all-content .agenda .title .date {
  color: #931b0b;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 4px;
  display: inline-block;
}
.uems-webinar.all-content .agenda .title .tag {
  margin: 0 !important;
}
.uems-webinar.cyber.all-content .agenda .title .tag {
    margin: 0 0 16px !important;
}
.uems-webinar.all-content .agenda .title .tag strong {
  color: var(--theme);
}
.uems-webinar.cyber.all-content .agenda .title .tag strong {
    line-height: 34px;
    color: #000;
}
.uems-webinar.pam.all-content .agenda .title .tag strong,.uems-webinar.sdp.all-content .agenda .title .tag strong {
    display: block;
    width: 200px;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 14px;
    color: var(--theme);
}
.uems-webinar.all-content .tab {
    display: flex;
    gap: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.uems-webinar.all-content h3 + .tab {
    margin: 40px 0 0;
}
.uems-webinar.all-content .tab [data-tab] {
    padding: 14px 24px;
    background-color: var(--theme-bg);
    margin: revert-layer;
    line-height: normal;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

.uems-webinar.all-content .tab [data-tab].active {
    background: linear-gradient(162deg, var(--theme), var(--theme), var(--theme-dark));
    font-weight: 500;
    color: #fff;
    pointer-events: none;
}
.uems-webinar.all-content .tab.small {
    gap: 10px;
}
.uems-webinar.all-content .tab.small [data-tab] {
    padding: 4px 20px;
    border-radius: 4px 4px 0 0;
}
.uems-webinar.all-content .key {
  padding: 60px 0 0;
}
.uems-webinar.cyber.all-content .key {
    padding: 40px;
    border: 1px solid var(--theme-dark);
    border-radius: 0 10px 10px;
    margin: 0 auto 40px;
}
.uems-webinar.all-content .key[data-collapes] {
    transition: all ease-in 250ms;
}
.uems-webinar.all-content .key[data-collapes] .knwmor {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--theme);
    padding: 8px 10px;
    background-color: var(--theme-bg);
    line-height: normal;
    cursor: pointer;
    border-radius: 6px;
}
.uems-webinar.all-content .key[data-collapes] .knwmor:after {
    content: '';
    width: 7px;
    height: 10px;
    display: inline-block;
    background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon-2.svg);
    background-repeat: no-repeat;
    filter: var(--theme-filter);
    background-position: center center;
    transform: rotate(90deg);
}
.uems-webinar.all-content .key[data-collapes] .knwmor.open {
    background-color: #eee;
}
.uems-webinar.all-content .key[data-collapes] .knwmor.open:after {
    transform: rotate(-90deg);
}
.uems-webinar.all-content .key ul {
  margin: 0;
}
.uems-webinar.all-content .key li {
  line-height: 28px;
}
.uems-webinar.all-content .key li:last-child {
  margin: 0;
}
.uems-webinar.all-content .form-frame {
  background-color: var(--theme-bg);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--theme-dark);
  max-width: 340px;
  position: sticky;
  top: 50px;
  overflow: hidden;
}
.uems-webinar.all-content .form-frame .success-msg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000db;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.uems-webinar.all-content .form-frame .success-msg h2 {
    color: #fff !important;
    width: 100%;
    margin: 0;
}

.uems-webinar.all-content .form-frame .success-msg p {
    color: var(--theme-dark);
}
.uems-webinar.all-content .form-frame h2 {
  text-align: center;
}
.uems-webinar.all-content .form-frame input, .uems-webinar.all-content .form-frame select {
  background-color: #fff !important;
  width: calc(100% - 20px) !important;
  border-radius: 3px !important;
}
.uems-webinar.all-content inputgroup.focus label, .uems-webinar.all-content inputgroup.input-group-radio.spl.focus .main {
  color: var(--theme);
}
.uems-webinar.all-content .form-frame select {
  width: calc(100%) !important;
}
.uems-webinar.all-content .form-frame .timesec {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  width: 45%;
}
.uems-webinar.all-content .form-frame .timesec input {
  width: auto !important;
  margin: 0 !important;
}
.uems-webinar.all-content .form-frame .input-group-radio {
  margin: 20px 0;
}
.uems-webinar.all-content .form-frame .timesec span {
  line-height: normal;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.uems-webinar.all-content .form-frame .timesec label {
  white-space: normal;
  width: 130px !important;
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.uems-webinar.all-content .form-frame .timesec .timezone {
  color: #e83b24;
  font-size: 13px;
  font-weight: 400;
}
.uems-webinar.all-content .form-frame [data-clickgdpr="formCTAgdpr"] {
  max-width: none;
}
@media(max-width:600px) {
  .uems-webinar.top-menu .brand {
    width: 160px;
  }
  .uems-webinar .flex {
    flex-wrap: wrap;
  }
  .uems-webinar h1 {
    font-size: 36px;
    line-height: normal;
    text-align: left;
  }
  .uems-webinar h2 {
    text-align: left;
  }
  .uems-webinar h3 {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .uems-webinar .free_label strong, .uems-webinar .free_label span {
    text-align: left;
  }
  .uems-webinar.top-banner .intro p {
    text-align: left;
  }
  .uems-webinar.all-content .form-frame {
    width: auto;
    padding: 20px;
  }
  .uems-webinar.all-content .form-frame .edi-btn {
    padding: 0;
  }
  .uems-webinar.top-banner .details .flex {
    gap: 10px;
  }
  .uems-webinar.top-banner .intro .flex {
    text-align: left;
    justify-content: left;
    gap: 10px;
    align-items: flex-start;
    padding: 20px !important;
  }
  .uems-webinar.top-banner .intro .flex:before {
    position: static;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 3px;
  }
  .uems-webinar.top-banner .intro li {
    line-height: 18px;
  }
  .uems-webinar.all-content .lhs li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 16px;
  }
  .uems-webinar.all-content .lhs li:before {
    position: absolute;
    left: -20px;
    line-height: normal;
    font-size: 16px;
  }
  .uems-webinar.all-content .lhs li strong {
    line-height: normal;
  }
  .uems-webinar.all-content .form-frame .timesec {
    width: auto;
    margin: 10px 0;
  }
  .uems-webinar.all-content .form-frame label {
    width: auto;
  }
  .uems-webinar.all-content .key ul {
    margin: 0 0 0 20px;
  }
  .uems-webinar.all-content .key li {
    position: relative;
  }
.uems-webinar.top-banner .details {
    padding: 20px;
}
.uems-webinar .cta, .uems-webinar #Submit.cta {
    font-size: 14px !important;
    padding: 10px 15px !important;
}
}