body.js-active {
  overflow: hidden;
}
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
td {
  vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

ul {
  list-style: none;
  padding: 0;
}

:root {
  --darkBlue: #02244d;
  --lightBlue: #ddf1ff;
  --darkRed: #90051b;
  --lightRed: #cf0c2b;
  --textBlack: #000000;
  --textWhite: #ffffff;
  --lightGrey: #f7f3f3;
  --darkGrey: #808185;
  --black02: #161616;
}

h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  p {
    font-size: 20px;
  }
}

a {
  text-decoration: underline;
  color: var(--lightRed);
}

a:hover {
  color: var(--darkRed);
}

img.img-fluid {
  width: 100%;
}

.align-right {
  text-align: right;
}

.text-center,
.align-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.jquery-modal.blocker {
  z-index: 100;
}

.jquery-modal.blocker .modal {
  padding: 0;
  overflow: hidden;
  width: 95%;
  max-width: 750px;
  max-height: 95%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.jquery-modal.blocker .modal .vl-close {
  top: 0px;
  right: 10px;
  color: rgba(0, 0, 0, 0.62);
  background: 0 0;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
}

.jquery-modal.blocker .modal#vl-mc-form .vl-close {
  top: 10px;
  right: 15px;
}

.jquery-modal .modal.fullscreen-modal {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.iti.iti--allow-dropdown {
  display: block;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 768px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }
}

/* Container styles Start */
.container {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 20px;
}

.container.container-fluid {
  max-width: none;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
    padding: 0;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
}

/* Container styles end */

/* Button start */
.btn {
  display: inline-block;
  padding: 13px 22px;
  background: transparent;
  color: var(--textBlack);
  border: 1px solid var(--lightRed);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
}

.btn.secondary {
  background: var(--lightRed);
  color: var(--textWhite);
}

.btn.ternary {
  background: transparent;
  color: var(--textWhite);
  border-color: var(--textWhite);
}

.btn.blue {
  background: var(--darkBlue);
  border-color: var(--darkBlue);
  color: var(--textWhite);
}

.btn.disabled {
  background: var(--darkRed);
  border-color: var(--darkRed);
  color: var(--textWhite);
  pointer-events: none;
}

.btn-more {
  display: inline-flex;
  align-items: center;
}

.btn.login {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 18px;
}

.btn-more:after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-left: 5px;
  border-right: 2px solid var(--textBlack);
  border-top: 2px solid var(--textBlack);
  transform: rotate(45deg) translateY(1px);
}
/* Button end */

/* Header start */
.header {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

.header .container {
  z-index: 20;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.header-logos {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-logos img {
  max-height: 60px;
  width: auto;
}

.header .container > nav {
  margin-left: auto;
  display: none;
}

.header .fw-nav-level2 {
  display: flex;
  gap: 15px;
}

.header .fw-nav-level2 a {
  color: var(--black02);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.header .fw-nav-level2 a.fw-nav-selected,
.header .fw-nav-level2 a:hover {
  color: var(--darkRed);
}

a.header-brand {
  position: relative;
  z-index: 20;
  display: block;
  flex-shrink: 0;
  width: 88.9px;
  height: 71.2px;
  text-align: left;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/venturelab_Logo_pos.svg)
    center/contain no-repeat;
  text-indent: -9999px;
}

.header-search {
  display: none;
  width: 23px;
  height: 23px;
  margin-left: 15px;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-search-icon.svg)
    center no-repeat;
  transform: translateY(-15%);
  flex-shrink: 0;
}

.header .menu-btn {
  width: 33px;
  height: 26.5px;
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024_hamburger.svg)
    center no-repeat;
}

@media screen and (min-width: 900px) {
  .header .container > nav {
    display: flex;
    gap: 25px;
    align-items: center;
  }

  .header-search {
    display: block;
  }

  .header .menu-btn {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
a.header-brand { 
    width: 120px;
    height: 96px;
    }
    
  .header-logos {
    gap: 30px;
  }

  .header-logos img {
    max-height: 100px;
  }

  .header .fw-nav-level2 {
    gap: 25px;
  }

  .header .fw-nav-level2 a {
    font-size: 20px;
  }

  .btn.login {
    font-size: 20px;
  }
}
/* Header end */

/* Mobile header start  */
.mobile-header {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transition: all 0.3s;
  transform: translateY(-100%);
}

.mobile-header + .container {
  margin-top: 100px;
}

.mobile-header .mobile-header-socials {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  height: 80px;
  width: 100vh;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.8);
  color: var(--textWhite);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transform-origin: 0 100%;
  transform: rotate(-90deg) translateY(80px);
}

.mobile-header .mobile-header-socials span {
  flex-shrink: 0;
}

.mobile-header .mobile-header-socials a {
  flex-shrink: 0;
  color: var(--textWhite);
  text-decoration: none;
}

.mobile-header.active {
  transform: translateY(0);
}

.mobile-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  padding: 20px 20px 20px;
}

.mobile-header-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.mobile-header-content .btn.login {
  margin-top: auto;
  margin-bottom: 20px;
}

.mobile-header-content ul a {
  color: var(--textBlack);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.mobile-header-close {
  display: block;
  margin-bottom: 40px;
  cursor: pointer;
}

.mobile-header-content .header-search {
  display: block;
}

@media screen and (min-width: 900px) {
  .mobile-header {
    display: none;
  }
}

@media (orientation: landscape) {
  .mobile-header .mobile-header-socials {
    font-size: 10px;
    line-height: 1;
  }
}

/* Mobile header end */

/* Footer start */
.footer {
  margin-top: 40px;
  padding: 30px 0;
  background: var(--black02);
  color: var(--textWhite);
  clear: both;
}

.footer a {
  color: var(--textWhite);
}

.footer a:hover {
  color: var(--darkRed);
}

.footer ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer nav,
footer > div {
  flex-shrink: 0;
}

.footer ul li {
  line-height: 1;
}

.footer ul li:first-child {
  margin-top: 10px;
}

.footer ul a {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.footer h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer address {
  font-size: 16px;
  line-height: 20px;
}

.footer .social-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer-cp {
  margin-top: 16px;
}

.footer .vl-newsletter-form {
  flex-wrap: wrap;
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 100px;
  }

  .footer .container {
    flex-direction: row;
    gap: 30px;
  }
  
  
.footer .social-wrapper {
  margin-top: 0px;
}

}
/* Footer end */

/* Newsletter start */
.vl-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vl-newsletter-form {
  display: flex;
  gap: 30px;
}

.vl-newsletter-form input {
  padding: 14px 12px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid white;
  color: var(--textWhite);
  font-size: 16px;
}

.vl-newsletter-form input::-webkit-input-placeholder {
  text-transform: capitalize;
}

.vl-newsletter-form.xl {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.vl-newsletter-form.xl input {
  max-width: 570px;
  flex: 1;
}

.vl-newsletter-form button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--textWhite);
  border: none;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.vl-newsletter-form.black input {
  border-color: var(--textBlack);
  color: var(--textBlack);
}

.vl-newsletter-form.black button {
  color: var(--textBlack);
}

.vl-newsletter-form button:after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  flex-shrink: 0;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-arrow-right-white.svg)
    no-repeat center;
}

.vl-newsletter-form.black input {
  border-color: var(--textBlack);
  color: var(--textBlack);
}

.vl-newsletter-form.black button {
  color: var(--textBlack);
}

.vl-newsletter-form.black button:after {
  background-image: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-arrow.svg);
}

/* Newsletter end */

/* Banner start  */
.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 170px 10px 80px;
  overflow: hidden;
}

.banner .dem-modulbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}

.banner > *:not(img) {
  position: relative;
  z-index: 5;
}

.banner .section-bottom {
  position: absolute;
  display: none;
}

.banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.banner h1 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1518px;
  margin: 0 auto;
  color: var(--textWhite);
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  font-weight: 900;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  word-break: break-word;
}

.banner img {
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .dem-modulbox {
  min-width: 200px;
}

.banner .container > div {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .banner {
    padding-bottom: 200px;
  }

  .banner h1 {
    font-size: 60px;
    line-height: 75px;
    word-break: normal;
  }

  .banner .section-bottom {
    display: block;
  }
}

/* Banner end  */

/* Section bottom start */
.section-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 108px;
}

.section-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 108px;
  overflow: hidden;
  display: none;
}

.section-bottom div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--textBlack);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.section-bottom div span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.section-bottom div:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  display: block;
  width: 500%;
  height: 4000%;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, 0);
}

.section-bottom.blue div:after {
  background: var(--darkBlue);
}

.section-bottom.inverse {
  bottom: auto;
  top: -108px;
}

@media screen and (min-width: 768px) {
  .section-bottom {
    display: block;
  }
  .section-bottom div span img {
    display: block;
  }

  .section-bottom div:after {
    width: 400%;
    height: 6000%;
  }
}

/* Section bottom end */

/* Video wrapper start */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 4px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Video wrapper end */

/* Section title start */
h2.section-title {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 6px;
  color: var(--textBlack);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  background: var(--lightGrey);
}
/* Section title end */

/* Articles start */
.article-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-wrap: wrap;
}

.article-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--textBlack);
  text-decoration: none;
}

.article-item div {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 53%;
  border-radius: 10px;
  overflow: hidden;
}

.article-item div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.article-item p {
  line-height: 1.5;
}

.article-item span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration-line: underline;
}

.article-item span:after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/arrow-right-black.svg)
    no-repeat center;
}

.article-item:hover {
  text-decoration: none;
}

.article-item:hover span:after {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/arrow-right-red.svg)
    no-repeat center;
}

@media screen and (min-width: 768px) {
  .article-list {
    flex-direction: row;
    gap: 40px 20px;
  }

  .article-item {
    flex: 0 0 calc((100% / 3) - (40px / 3));
  }

  .article-item.leading {
    flex: 0 0 100%;
  }

  .article-item.leading div {
    padding-bottom: 35%;
  }

  .article-item h3 {
    font-size: 25px;
  }
}

/* Articles end */

/* Page start */
.pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  color: var(--darkRed);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.pager a {
  color: var(--textBlack);
}

.pager a:hover {
  color: var(--darkRed);
}
/* Page end */

/* Wrappers start  */
.wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper h3 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

.wrapper.wrapper-red {
  background: var(--darkRed);
  color: var(--textWhite);
}

.wrapper.wrapper-blue {
  background: var(--darkBlue);
  color: var(--textWhite);
}

.wrapper .section-bottom {
  display: none;
}

.wrapper.wave .section-bottom {
  display: none;
}

.wrapper .container:has(> *) {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.inverse {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .wrapper.wave .section-bottom {
    display: block;
  }

  .wrapper:not(.inverse).wave .container:has(> *) {
    padding-bottom: 160px;
  }

  .wrapper .container:has(> *) {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.inverse:has(.section-bottom.inverse) {
    margin-top: 200px;
  }

  .wrapper.inverse .container:has(> *) {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .wrapper h3 {
    font-size: 40px;
  }
}

/* Wrapper end */

/* home-resources start */
.home-resources-blocks {
  margin-top: 35px;
}

.home-resources-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--textWhite);
  text-decoration: none;
}

.home-resources-block:hover {
  color: var(--textWhite);
  text-decoration: none;
}

.home-resources-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-resources-block img {
  height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.home-resources-block p {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}

.home-resources-block a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: var(--textWhite);
}

.home-resources-block a:after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  flex-shrink: 0;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-arrow-right-white.svg)
    no-repeat center;
}

.home-resources-block a:hover {
  color: var(--textWhite);
}

.home-resources-block:not(:last-child) {
  margin-bottom: 40px;
}

.home-resources-block:first-child .home-resources-block-img img {
  height: 135px;
}

@media screen and (min-width: 768px) {
  .home-resources-blocks {
    margin-top: 70px;
  }

  .home-programs-block:not(:last-child) {
    margin-bottom: 0px;
  }

  .home-resources-block-img {
    height: 120px;
  }

  .home-resources-block img {
    height: 100px;
    width: auto;
    object-fit: contain;
  }

  .home-resources-block:nth-child(4) .home-resources-block-img img {
    height: 110px;
  }

  .home-resources-block:first-child .home-resources-block-img img {
    height: 110px;
  }
}
/* home-resources end */

/* page intro start */
.page-intro {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.page-intro h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-intro {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
  }
}
/* page intro end */

/* filters start */
.vl-forms.filters-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 0;
  margin: 40px 0 60px;
}

.vl-forms.filters-form button {
  background: none;
  border: none;
  display: flex;
  gap: 32px;
  justify-content: center;
  height: 50px;
  padding: 0;
  color: var(--textBlack);
  text-decoration: underline;
  align-items: center;
  flex-shrink: 0;
}

.vl-forms.filters-form.white button {
  color: var(--textWhite);
}

.vl-forms.filters-form .vl-field {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .vl-forms.filters-form {
    flex-direction: row;
  }

  .vl-forms.filters-form .vl-field {
    max-width: 250px;
  }

  .vl-forms.filters-form .vl-field.vl-select-wrapper {
    max-width: 215px;
  }
}

/*  filters end */

/* Form styles start */

.vl-forms {
  padding: 40px 20px;
}

.vl-forms.auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.vl-forms.auth-form a {
  display: inline-block;
  margin-top: 30px;
}

.vl-forms.auth-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.vl-forms.auth-form form .vl-field {
  width: 100%;
}

.vl-forms h3 {
  margin-bottom: 30px;
  padding-right: 30px;
  font-size: 30px;
}

.vl-forms h3 + p {
  margin-bottom: 20px;
}

.vl-forms h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.7;
}

.vl-forms > p {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
}

.vl-forms .vl-form-error,
.vl-forms.--business label,
.vl-forms.--personal label {
  color: var(--darkRed);
}

.vl-forms .vl-field > p {
  margin-top: 5px;
  color: var(--lightRed);
  font-size: 14px;
}

.vl-forms .vl-select-wrapper select,
.vl-forms input:not([type='radio']),
.vl-forms textarea {
  line-height: 1.3;
  font-size: 16px;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.62);
  outline: 0;
  background-color: transparent;
  border: 1px solid var(--textBlack);
  font-family: Poppins, sans-serif;
}

.vl-forms.white .vl-select-wrapper select,
.vl-forms.white input:not([type='radio']),
.vl-forms.white textarea {
  border: 1px solid var(--textWhite);
  color: var(--textWhite);
}

.vl-forms.white ::placeholder,
.vl-forms.white ::-ms-input-placeholder {
  color: var(--textWhite);
}

.vl-forms .vl-select-wrapper.--multiple-wrapper .select2-container,
.w-100,
table.responsive {
  width: 100% !important;
}

.vl-forms .vl-select-wrapper.--multiple-wrapper .select2-selection {
  padding: 16px !important;
}

.vl-forms .vl-select-wrapper select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 45px 13px 15px;
  border: 1px solid var(--textBlack);
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 100 100' id='Layer_1' version='1.1' viewBox='0 0 100 100' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon fill='%23010101' points='23.1,34.1 51.5,61.7 80,34.1 81.5,35 51.5,64.1 21.5,35 23.1,34.1 '/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 30px 30px;
  cursor: pointer;
}

.vl-forms .vl-select-wrapper select::-ms-expand {
  display: none;
}

.vl-forms input:not([type='radio']),
.vl-forms textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--textBlack);
  border-radius: 5px;
}

.vl-forms button,
.vl-forms label.--cb input[type='checkbox']:checked + span,
.vl-forms label.--radio input[type='checkbox']:checked + span {
  background: var(--lightRed);
}

.vl-forms button.--alt {
  width: auto;
  margin-left: auto;
}

.vl-forms .textarea-wrapper > p {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.62);
  font-size: 1.4rem;
  text-align: right;
}

.vl-forms.--documents p,
.vl-forms.--project p,
.vl-forms.--questionnaire p {
  font-weight: 400;
  font-size: 16px;
}

.vl-forms.--documents p.--alt,
.vl-forms.--project p.--alt,
.vl-forms.--questionnaire p.--alt {
  color: var(--lightRed);
  margin-bottom: 5px;
}

.vl-forms.--documents input,
.vl-forms.--project input,
.vl-forms.--questionnaire input {
  width: auto;
  margin-bottom: 5px;
}

.vl-forms.--project .textarea-wrapper > p {
  font-size: 14px;
}

.vl-forms label,
.vl-forms.--business input,
.vl-forms.--business select,
.vl-forms.--personal input,
.vl-forms.--personal select,
.vl-scope-box .vl-scope-articles .vl-scope-selection > a {
  font-size: 16px;
}

.vl-forms.--project input {
  width: 100%;
  margin-bottom: 30px;
}

.vl-forms.--business div.--block,
.vl-forms.--personal div.--block {
  margin-bottom: 20px;
}

.vl-forms.--business h4,
.vl-forms.--personal h4 {
  margin-top: 40px;
}

.vl-forms label {
  display: block;
  margin-bottom: 10px;
}

.vl-forms label label {
  margin-bottom: 0;
}

.vl-forms label.--alt {
  color: var(--textBlack);
}

.vl-forms label.--cb,
.vl-forms label.--radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

.vl-forms label.--cb input[type='checkbox'],
.vl-forms label.--cb input[type='radio'],
.vl-forms label.--radio input[type='checkbox'],
.vl-forms label.--radio input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.vl-forms label.--cb span:not(.dem_meldung),
.vl-forms label.--radio span:not(.dem_meldung) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid var(--textBlack);
  border-radius: 50%;
}

.vl-forms label.--cb input[type='radio']:checked + span:after,
.vl-forms label.--radio input[type='radio']:checked + span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--lightRed);
  border-radius: 50%;
}

.vl-forms label.--cb input[type='radio']:checked + span {
  border-color: var(--lightRed);
}

.vl-forms label.--cb input[type='checkbox']:checked + span:after,
.vl-forms label.--radio input[type='checkbox']:checked + span:after {
  position: absolute;
  top: 46%;
  left: 26%;
  content: '';
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
}

.vl-forms label.--cb span:not(.dem_meldung) {
  position: relative;
  min-width: 17px;
  max-width: 17px;
  min-height: 17px;
  max-height: 17px;
  border-radius: 0;
}

.vl-forms label.--cb label,
.vl-forms label.--radio label {
  cursor: pointer;
}

.select2-results__option {
  font-size: 16px !important;
}
.vl-forms .vl-field {
  margin-bottom: 30px;
}

.vl-forms .vl-field label {
  margin-bottom: 10px;
}

.vl-forms .vl-field > p {
  margin-top: 5px;
  color: var(--lightRed);
  font-size: 14px;
}

.vl-forms input {
  height: 50px;
  padding: 15px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--textBlack);
  color: var(--textBlack);
  font-size: 16px;
}

.vl-forms button {
  display: inline-block;
  padding: 13px 22px;
  background: var(--lightRed);
  color: var(--textWhite);
  border: 1px solid var(--lightRed);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.vl-forms select.form_bg_color_false,
.vl-forms input:not([type='radio']).form_bg_color_false,
.vl-forms textarea.form_bg_color_false {
  border-color: var(--lightRed);
}

.vl-events-tab-content .vl-forms {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .vl-forms label {
    font-size: 20px;
  }
}
/* Form styles end */

/* Trainers start */
.home-trainers > h4 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
}

.trainer-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px;
}

.trainer-item {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.trainer-item div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trainer-item img {
  max-width: 150px;
  border-radius: 10px;
}

.trainer-item h4 {
  font-weight: 700;
}

.trainer-item p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .trainer-list {
    flex-direction: row;
  }

  .trainer-item {
    flex: 0 0 calc((100% / 4) - (75px / 4));
    text-align: left;
  }

  .trainer-item div {
    position: relative;
    margin-bottom: 10px;
    padding-top: 88%;
    border-radius: 10px;
    overflow: hidden;
  }

  .trainer-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* Trainers end */

/* home events start */
.home-event-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 45px;
}

.home-event-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--textWhite);
}

.home-event-item:hover {
  text-decoration: none;
  color: var(--textWhite);
}

.home-event-item div {
  position: relative;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.home-event-item div img {
  max-width: 100%;
  width: 100%;
}

.home-event-item h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
}

.home-event-item p + p {
  margin: 15px 0;
}

.home-event-item span {
  position: relative;
  width: fit-content;
  margin-top: auto;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
}

.home-event-item span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  display: block;
  width: 14px;
  height: 10px;
  flex-shrink: 0;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-arrow-right-white.svg)
    no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .home-event-list {
    flex-direction: row;
  }

  .home-event-item {
    flex: 0 0 calc((100% / 3) - (90px / 3));
  }

  .home-event-item div {
    padding-top: 108%;
  }

  .home-event-item div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* home events end */

/* Event course details start */

@media screen and (min-width: 768px) {
  .event-title {
    margin-bottom: 70px;
  }
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.event-details-banner-actions {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.event-details img {
  width: 100%;
  height: auto;
}

.event-details h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.event-details p {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.event-details-items {
  width: 100%;
}

.event-details-items h4 {
  margin-bottom: 5px;
  line-height: 1.5;
}

.event-details-items p:not(:last-child) {
  margin-bottom: 40px;
}

.event-details-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.event-details-image img {
  max-width: 100%;
  height: auto;
}

.event-main-content {
  line-height: 1.7;
}

.event-main-content > *:not(:last-child) {
  margin-bottom: 30px;
}

.event-main-content img {
  max-width: 100%;
}

.event-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.event-main-content ol {
  list-style: auto;
  padding-left: 20px;
}

.event-main-content > h3:first-child {
  font-weight: normal;
  font-size: 32px;
  line-height: 1.5;
}

.event-side-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}

.event-side-content img {
  max-width: 350px;
  margin-bottom: 20px;
}

.event-side-content img.profile {
  border-radius: 10px;
}

.event-side-content li {
  font-size: 16px;
}

.event-map {
  width: 100%;
}

.event-map iframe {
  width: 100%;
  height: 300px;
}

.event-side-content ul,
.event-side-content h3 + p,
.event-side-content a,
.event-map {
  margin-bottom: 30px;
}

.event-side-content h3 {
  margin-bottom: 5px;
}

.event-side-content ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.event-side-content *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .event-details {
    flex-direction: row;
  }

  .event-details .event-details-image {
    max-width: 17%;
    flex-shrink: 0;
  }

  .event-details h4 {
    font-size: 26px;
  }

  .event-main-content {
    font-size: 20px;
  }

  .event-main-content li {
    font-size: 20px;
  }

  .event-side-content {
    margin-top: 0;
  }

  .event-side-content li {
    font-size: 20px;
  }
}
/* Event course details end */

/* Resource start */

.resource-list {
  display: flex;
  gap: 30px;
  flex-direction: column;
  flex-wrap: wrap;
}

.resource-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  border-radius: 10px;
  color: var(--textBlack);
  background: var(--lightGrey);
  text-decoration: none;
}

.resource-item:hover {
  color: var(--textBlack);
  text-decoration: none;
}

.resource-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid var(--lightRed);
}

.resource-item div img {
  width: auto;
  max-height: 110px;
  max-width: 100%;
}

.resource-item h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.resource-item span {
  text-decoration: underline;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .resource-list {
    flex-direction: row;
  }

  .resource-item {
    min-width: calc((100% / 2) - (30px / 2));
    max-width: calc((100% / 2) - (30px / 2));
  }

  .resource-item h4 {
    display: flex;
    align-items: center;
    min-height: 60px;
  }

  .resource-item span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .resource-item {
    min-width: calc((100% / 4) - (90px / 4));
    max-width: calc((100% / 4) - (90px / 4));
  }
}

/* Resource end */

/* about start */

.about-page-team {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.about-page-team div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-page-team div h4 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
}

.about-page-team div > img {
  max-width: 215px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}

.about-page-team div a {
  margin-top: 5px;
}

.about-description {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.about-description img {
  max-width: 180px;
  width: 100%;
}

.about-description div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .about-page-team {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-page-team div {
    min-width: calc((100% / 4) - (120px / 4));
    max-width: calc((100% / 4) - (120px / 4));
  }

  .about-description {
    flex-direction: row;
    gap: 40px;
  }

  .about-description div {
    min-width: 200px;
    max-width: 200px;
  }

  .about-description img {
    max-width: 130px;
  }
}
/* about end */

/* news filters start */

.news-filters {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 20px;
  color: var(--textBlack);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.news-filters span {
  margin-right: 20px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.news-filters ul {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  font-size: 16px;
}

.news-filters ul li {
  display: flex;
  gap: 20px;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 0;
}

.news-filters a {
  color: var(--textBlack);
  text-decoration: none;
}

.news-filters a:hover {
  color: var(--lightRed);
}

.news-filters ul li.active {
  color: var(--darkRed);
}

@media screen and (min-width: 768px) {
  .news-filters {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .news-filters span {
    margin-right: 50px;
  }

  .news-filters ul li {
    text-decoration: none;
  }

  .news-filters ul li:not(:last-child):after {
    content: '/';
    color: var(--textBlack);
  }
}
/* news filters end */

/* news page signup start */
.news-page-newsletter {
  margin: 75px auto;
}

.news-page-newsletter p {
  max-width: 710px;
  margin: 0 auto 30px;
}
/* news page signup end */

/* search page start  */
.vl-search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  padding: 0;
}

.vl-search-form + p {
  margin-bottom: 10px;
}

.vl-search-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.vl-search-results-item {
  padding-top: 20px;
  border-top: 1px solid var(--darkGrey);
}

.vl-search-results-item h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.vl-search-results-item a {
  color: var(--lightRed);
}

.vl-search-results-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 400px) {
  .vl-search-form {
    flex-direction: row;
  }
}
/* search page end  */

.vl-events-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  margin-bottom: 20px;
}

.vl-events-btns li {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: var(--textBlack);
  border: 1px solid var(--lightRed);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  flex-shrink: 0;
}

.vl-events-btns li.active {
  background: var(--lightRed);
  color: var(--textWhite);
}

.vl-events-tab-content {
  display: none;
}

.vl-events-tab-content.active {
  display: block;
}

/* Certificate start */

#cert_innosuise.modal {
  max-width: 725px;
  width: 100%;
  border-radius: 0;
}

#cert_innosuise.modal > .close-modal {
  display: none;
}

#cert_innosuise .close-modal.vl-close {
  z-index: 20;
  top: 10px;
}

.cert_innosuise-wrapper {
  position: relative;
  width: 100%;
  max-width: 725px;
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/IS-2025-Certificate-of-Achievements_bg.jpg)
    no-repeat top left #fff;
  background-size: cover;
}

.cert_innosuise-border-red {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 3px solid var(--darkRed);
  opacity: 0.7;
}

.cert_innosuise-border-white {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border: 3px solid white;
  opacity: 0.7;
}

.cert_innosuise-body {
  position: relative;
  padding: 0;
  padding-bottom: 40px;
  padding-top: 100px;
  width: 100%;
}

.cert_innosuise-logos {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 25px;
  top: 35px;
  justify-content: flex-end;
}

.cert_innosuise-logo-vl {
  width: 110px;
}
.cert_innosuise-logo-innosuisse {
  width: 75px;
}

.cert_innosuise-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}

.cert_innosuise-title {
  width: 100%;
  margin: 0;
  padding-left: 45px;
  color: black;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 700;
}

.cert_innosuise-subtitle {
  width: 100%;
  padding-left: 48px;
  margin-bottom: 40px;
  color: black;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 500;
}

.cert_innosuise-text {
  text-align: center;
  color: black;
  font-size: 15px;
  font-weight: 500;
}

.cert_innosuise-user {
  color: black;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.cert_innosuise-sigs {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.cert_innosuise-sigs div {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.cert_innosuise-sigs div div {
  border-top: 2px solid black;
  padding-top: 3px;
}
.cert_innosuise-sigs div span {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.cert_innosuise-sigs img {
  height: 60px;
  width: auto;
  margin-bottom: -15px;
}

@media screen and (max-width: 745px) {
  .cert_innosuise-logo-vl {
    width: 16vw;
  }
  .cert_innosuise-logo-innosuisse {
    width: 12vw;
  }

  .cert_innosuise-title {
    margin-top: 7vw;
    padding-left: 35px;
    font-size: 7vw;
  }

  .cert_innosuise-subtitle {
    padding-left: 38px;
    font-size: 2.5vw;
  }

  .cert_innosuise-text {
    font-size: 2vw;
  }

  .cert_innosuise-user {
    font-weight: 5vw;
  }

  .cert_innosuise-sigs {
    margin-top: 25px;
  }

  .cert_innosuise-sigs div {
    font-size: 2.5vw;
  }

  .cert_innosuise-sigs div span {
    font-size: 2.7vw;
  }
}

.cert_innosuise-links {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  right: 20px;
  bottom: 100px;
}

.cert_innosuise-links a {
  color: red;
  text-decoration: underline;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
}

.cert_innosuise-links a:before {
  position: absolute;
  content: '>>';
  text-decoration: none;
  left: -20px;
}

@media screen and (max-width: 745px) {
  .cert_innosuise-logo-vl {
    width: 16vw;
  }
  .cert_innosuise-logo-innosuisse {
    width: 12vw;
  }

  .cert_innosuise-title {
    margin-top: 7vw;
    padding-left: 35px;
    font-size: 7vw;
  }

  .cert_innosuise-subtitle {
    padding-left: 38px;
    font-size: 2.5vw;
  }

  .cert_innosuise-text {
    font-size: 2vw;
  }

  .cert_innosuise-user {
    font-weight: 5vw;
  }

  .cert_innosuise-sigs {
    margin-top: 25px;
  }

  .cert_innosuise-sigs div {
    font-size: 2.5vw;
  }

  .cert_innosuise-sigs div span {
    font-size: 2.7vw;
  }

  .cert_innosuise-links {
    right: auto;
    bottom: auto;
    left: 50px;
    top: 30px;
    width: 100%;
    justify-content: center;
  }
}

#cert_innosuise button[data-dismiss='modal'] {
  width: 28px;
}
/* Certificate end */

.registration-info-item {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.registration-info-item span:first-child {
  min-width: 75px;
  max-width: 75px;
}

.help-text {
  font-size: 14px;
  margin-top: 20px;
}

.help-text label.--cb {
  transform: translate(0, 3px);
}

/* news-details start */
.news-details {
  font-size: 16px;
  line-height: normal;
}

.news-details h2 {
  margin-bottom: 10px;
}

.news-details-author {
  color: var(--darkGrey);
  font-size: 18px;
}

.news-details-intro {
  margin: 15px 0;
  font-weight: 600;
}

.news-details a {
  color: var(--lightRed);
}

.news-details-tags {
  margin-top: 50px;
}

.news-details-tags h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

.news-details-tags div {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.news-details-related {
  margin-top: 50px;
}

.news-details ul {
  list-style: disc;
  padding-left: 25px;
}

@media screen and (min-width: 768px) {
  .news-details {
    font-size: 20px;
  }

  .news-details h2,
  .news-details-related h2 {
    font-size: 30px;
    line-height: 1;
  }

  .news-details-author {
    font-size: 24px;
  }
}
/* news-details end */

/* Event details intro start */
.event-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  color: var(--textBlack);
  padding-bottom: 35px;
}

.event-intro div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event-intro div div {
  align-items: flex-start;
}

.event-intro h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.event-intro p {
  font-size: 16px;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .event-intro {
    gap: 20px;
    flex-direction: row;
    padding: 25px 0 35px;
  }

  .event-intro div {
    flex: 0 0 calc(100% / 3 - 40px / 3);
    align-items: flex-start;
  }

  .event-intro h4 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .event-intro p {
    font-size: 20px;
  }
}
/* Event details intro end */

/* Linkedin registration start */

.vl-ln-reg .vl-ln-reg-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0;
  border-top: 2px solid var(--lightRed);
  border-bottom: 2px solid var(--lightRed);
}

.vl-ln-reg .vl-ln-reg-body img {
  min-width: 130px;
  max-width: 130px;
  margin-right: 30px;
}

.flex-column,
.vl-ln-reg .vl-ln-reg-body > div,
.vl-ln-reg .vl-ln-reg-body > div > div {
  display: flex;
  flex-direction: column;
}

.vl-ln-reg .vl-ln-reg-body > div > div {
  margin-bottom: 30px;
}

.vl-ln-reg .vl-ln-reg-body span {
  color: var(--lightRed);
  font-size: 20px;
}

.vl-ln-reg .vl-ln-reg-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

.vl-ln-reg .vl-ln-reg-footer {
  display: flex;
  gap: 20px;
}
/* Linkedin registration end */

nks start */ .social-links {
  display: flex;
  gap: 15px;
}

.social-links li {
  display: block;
  width: 50px;
  height: 50px;
}

.social-links li.linkedin {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-linkedin.svg)
    no-repeat center;
}

.social-links li.fb {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-facebook.svg)
    no-repeat center;
}

.social-links li.ig {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-instagram.svg)
    no-repeat center;
}

.social-links li.x {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-x.svg)
    no-repeat center;
  width: 51px;
  height: 51px;
}

.social-links li.yt {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-youtube-white-bg.svg)
    no-repeat center;
}

.social-links li.home {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-home-red.svg)
    no-repeat center;
}

.social-links.white li.linkedin {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-linkedin-white.svg);
}

.social-links.white li.fb {
  background-image: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-facebook-white.svg);
}

.social-links.white li.ig {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-instagram-white.svg);
}

.social-links.white li.x {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-x-white.svg);
}

.social-links.white li.yt {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-youtube-red-bg.svg);
}

.social-links.white li.home {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-home-white.svg);
}

.footer .social-links li.yt {
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/vl2024-youtube-black-bg.svg);
}

.footer .social-links {
  flex-direction: row;
  gap: 10px;
  margin-bottom: auto;
}

.footer .social-links li:first-child {
  margin-top: 0;
}

.social-links li a {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
/* Social links end */

@media screen and (max-width: 520px) {
  .vl-forms.--personal > div:last-of-type, .vl-forms.--business > div:last-of-type {
    flex-direction: column;
  }

  .vl-forms.--personal > div:last-of-type .offset-1, .vl-forms.--business > div:last-of-type .offset-1 {
    margin-left: 0;
  } 
}





