/* MEDIA QUERIES */
/* COlORS */
:root {
  --mainTextColor: #ffffff;
  --secondaryTextColor: #000000;
  --footerBgColor: #000000;
  --bullet-color: #647288;
  --color1: #8846ff;
  --color2: #dbfe04;
  --color3: #00a7e4;
  --color4: #fdba31;
  --color5: #740404;
  --color6: #3191fd;
  --color7: #fdba31;
}

/* TEXT */
h1, h2, h3, h4, h5, h6, p, a, li, label {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 600;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p, a, li, label {
  font-weight: 300;
}

h1 {
  font-size: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-weight: 400;
  }
}

h5 {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h5 {
    font-size: 17px;
    font-weight: 400;
  }
}

h6 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

label {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  label {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  label {
    font-size: 14px;
  }
}

/* DESIGN */
body {
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(44deg, transparent, #46576e);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(8px);
  color: var(--mainTextColor);
}

.content {
  flex: 1;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  background: url("");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content {
    max-width: 100%;
    padding: 0;
    background: none;
  }
}
.content .header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px 50px;
  background: linear-gradient(44deg, #9facbc, #5f6771), linear-gradient(44deg, transparent, #6d88ac);
  background-blend-mode: multiply;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header {
    padding: 20px;
  }
}
.content .header .ness-logo {
  width: 74px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header .ness-logo {
    width: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header .ness-logo {
    width: 30px;
    padding: 0;
  }
}
.content .header h1 {
  direction: ltr;
  margin-inline-start: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header h1 {
    margin-inline-start: 20px;
  }
}
.content .header h1 span {
  direction: rtl;
  display: block;
  padding-top: 8px;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header h1 span {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header h1 span {
    font-size: 18px;
  }
}
.content .webinar {
  padding: 50px;
  background-image: url("/images/laningPages/cybersecurity-webinar/bg_zeroport.png"), linear-gradient(90deg, transparent, #6d88ac);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid var(--color1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar {
    padding: 30px 20px;
    background-image: url("/images/laningPages/cybersecurity-webinar/bg_zeroport.png"), linear-gradient(90deg, rgba(70, 87, 110, 0.5803921569), #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 15%;
  }
}
.content .webinar .title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .title {
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .title .webinar-logo {
    align-self: center;
    max-width: 200px;
    margin-bottom: 16px;
  }
}
.content .webinar .list {
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list {
    padding: 24px 0;
  }
}
.content .webinar .list ul {
  margin: 0;
  padding: 16px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul {
    padding: 12px 0 0 0;
  }
}
.content .webinar .list ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 8px;
  text-align: start;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul li {
    padding-bottom: 8px;
  }
}
.content .webinar .list ul li b {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul li br {
    display: none;
  }
}
.content .webinar .list ul li::before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-inline-end: 16px;
  align-self: start;
  margin-top: 4px;
  border-radius: 10px;
  border: 2px solid var(--color1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul li::before {
    align-self: flex-start;
    margin: 2px 0 0 8px;
  }
}
.content .webinar .contact {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content .webinar .contact .bullet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 16px;
  background: var(--bullet-color);
  border-radius: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact .bullet {
    align-items: stretch;
  }
}
.content .webinar .contact .bullet div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content .webinar .contact .bullet div:first-child {
  margin-inline-end: 16px;
}
.content .webinar .contact .bullet div h3, .content .webinar .contact .bullet div h6 {
  margin-inline-start: 8px;
}
.content .webinar .contact .bullet div h6 {
  font-weight: 400;
}
.content .webinar .contact .bullet div img {
  width: auto;
  height: 100%;
  min-height: 40px;
  max-height: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .webinar .contact .bullet div img {
    min-height: 30px;
    max-height: 30px;
  }
}
.content .webinar .contact .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-inline-start: 24px;
  padding: 8px;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  background: var(--color1);
  color: var(--mainTextColor);
  border-radius: 100px;
  border: 4px solid var(--mainTextColor);
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact .button {
    margin: 16px auto 0;
    font-size: 20px;
    font-weight: 500;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}
.content .webinar .contact .button:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 8px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid var(--mainTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact .button:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid var(--mainTextColor);
  }
}
.content .webinar.sweet {
  background: url("/images/laningPages/cybersecurity-webinar/bg_sweet.png");
  background-size: cover;
  border-top: 10px solid var(--color2);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.sweet {
    background: url("/images/laningPages/cybersecurity-webinar/bg_sweet.png"), linear-gradient(90deg, rgba(70, 87, 110, 0.4784313725), #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 20%;
  }
}
.content .webinar.sweet .list li:before {
  border: 2px solid var(--color2);
}
.content .webinar.sweet .contact .button {
  background: var(--secondaryTextColor);
  color: var(--color2);
  border: 4px solid var(--color2);
}
.content .webinar.sweet .contact .button:after {
  border-top: 20px solid var(--color2);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.sweet .contact .button:after {
    border-top: 18px solid var(--color2);
  }
}
.content .webinar.cygon {
  background: url("/images/laningPages/cybersecurity-webinar/bg_cygon.png");
  background-size: cover;
  border-top: 10px solid var(--color3);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.cygon {
    background: url("/images/laningPages/cybersecurity-webinar/bg_cygon.png"), linear-gradient(90deg, transparent, #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 10%;
  }
}
.content .webinar.cygon .list li:before {
  border: 2px solid var(--color3);
}
.content .webinar.cygon .contact .button {
  background: var(--secondaryTextColor);
  color: var(--color3);
  border: 4px solid var(--color3);
}
.content .webinar.cygon .contact .button:after {
  border-top: 20px solid var(--color3);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.cygon .contact .button:after {
    border-top: 18px solid var(--color3);
  }
}
.content .webinar.daon {
  background: url("/images/laningPages/cybersecurity-webinar/bg_daon.png");
  background-size: cover;
  border-top: 10px solid var(--color4);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.daon {
    background: url("/images/laningPages/cybersecurity-webinar/bg_daon.png"), linear-gradient(90deg, transparent, #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 25%;
  }
}
.content .webinar.daon .list li:before {
  border: 2px solid var(--color4);
}
.content .webinar.daon .contact .button {
  background: var(--secondaryTextColor);
  color: var(--color4);
  border: 4px solid var(--color4);
}
.content .webinar.daon .contact .button:after {
  border-top: 20px solid var(--color4);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.daon .contact .button:after {
    border-top: 18px solid var(--color4);
  }
}
.content .webinar.zafran {
  background: url("/images/laningPages/cybersecurity-webinar/bg_zafran.png");
  background-size: cover;
  border-top: 10px solid var(--color5);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.zafran {
    background: url("/images/laningPages/cybersecurity-webinar/bg_zafran.png"), linear-gradient(90deg, transparent, #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 25%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.zafran .list li {
    flex-wrap: wrap;
  }
}
.content .webinar.zafran .list li:before {
  border: 2px solid var(--color5);
}
.content .webinar.zafran .contact .button {
  background: var(--color5);
  color: var(--mainTextColor);
  border: 4px solid var(--mainTextColor);
}
.content .webinar.zafran .contact .button:after {
  border-top: 20px solid var(--mainTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.zafran .contact .button:after {
    border-top: 18px solid var(--mainTextColor);
  }
}
.content .webinar.bluebricks {
  background: url("/images/laningPages/cybersecurity-webinar/bg_bluebricks.png"), linear-gradient(90deg, transparent, #6d88ac);
  background-size: cover;
  border-top: 10px solid var(--color6);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.bluebricks {
    background: url("/images/laningPages/cybersecurity-webinar/bg_bluebricks.png"), linear-gradient(90deg, transparent, #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 25%;
  }
}
.content .webinar.bluebricks .list li:before {
  border: 2px solid var(--color6);
}
.content .webinar.bluebricks .contact .button {
  background: var(--color6);
  color: var(--mainTextColor);
  border: 4px solid var(--mainTextColor);
}
.content .webinar.bluebricks .contact .button:after {
  border-top: 20px solid var(--mainTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.bluebricks .contact .button:after {
    border-top: 18px solid var(--mainTextColor);
  }
}
.content .webinar.symantec {
  background: url("/images/laningPages/cybersecurity-webinar/bg_symantec.png");
  background-size: cover;
  border-top: 10px solid var(--color7);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.symantec {
    background: url("/images/laningPages/cybersecurity-webinar/bg_symantec.png"), linear-gradient(90deg, rgba(70, 87, 110, 0.4784313725), #46576e);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 20%;
  }
}
.content .webinar.symantec .list li:before {
  border: 2px solid var(--color7);
}
.content .webinar.symantec .contact .button {
  background: var(--color7);
  color: var(--secondaryTextColor);
  border: 4px solid var(--secondaryTextColor);
}
.content .webinar.symantec .contact .button:after {
  border-top: 20px solid var(--secondaryTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.symantec .contact .button:after {
    border-top: 18px solid var(--secondaryTextColor);
  }
}
.content .form-title {
  padding: 0 50px;
  color: var(--mainTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .form-title {
    padding: 0 20px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: stretch;
  padding: 8px;
  background: var(--footerBgColor);
}
footer .notes {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .notes {
    flex-direction: column;
  }
}
footer .notes p {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .notes p {
    font-size: 12px;
  }
}
footer .notes p:first-child {
  margin-inline-end: 24px;
}
footer a {
  color: var(--mainTextColor);
}/*# sourceMappingURL=css.css.map */