.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.body {
  display: block;
}

.image {
  display: block;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.section-header {
  display: block;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.main_heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 140px;
  padding: 5px 10px;
  background-color: rgba(52, 58, 64, 0.72);
  color: #fff;
}

.grid {
  margin-right: 5%;
  margin-left: 5%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Area";
}

.link-button {
  position: relative;
  left: 10px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  padding: 10px 5px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #007bff;
  background-image: -webkit-gradient(linear, right top, left top, from(#007bff), to(#24527f));
  background-image: linear-gradient(270deg, #007bff, #24527f);
  text-decoration: none;
}

.link-button:hover {
  background-color: #343a40;
  background-image: none;
}

.link-button.detail {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
}

.link-button.website {
  position: static;
  display: block;
  width: 200px;
  margin-top: 0px;
  padding: 20px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #bac2c9;
  background-image: none;
  text-align: center;
}

.link-button.website:hover {
  background-color: #007bff;
}

.heading-1 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 5px;
  background-color: #f8f9fa;
  color: #343a40;
}

.heading-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #007bff;
  background-image: -webkit-gradient(linear, right top, left top, from(#007bff), to(#24527f));
  background-image: linear-gradient(270deg, #007bff, #24527f);
  color: #f8f9fa;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-2.detail {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#007bff), to(#166bbf));
  background-image: linear-gradient(270deg, #007bff, #166bbf);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.heading-2.detail.background {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-1 {
  padding: 20px;
  border-radius: 20px;
  background-color: #f8f9fa;
}

.section-overview {
  margin-bottom: 100px;
}

.section-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  position: relative;
  top: -80px;
  display: block;
  margin-top: 0px;
}

.text-link-block {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.image-overview {
  border-style: solid;
  border-radius: 20px;
}

.paragraph {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  background-color: #f8f9fa;
  font-size: 15px;
}

.paragraph.detail {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 5px 5px 0px;
  border-radius: 10px;
  text-align: center;
}

.paragraph.detail.background {
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #343a40;
  text-align: center;
}

.link {
  display: block;
  margin-left: 5px;
  color: #343a40;
  text-decoration: underline;
}

.section-spacer {
  margin-bottom: 100px;
}

.heading-spacer {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #6c757d;
  color: #6c757d;
  font-size: 60px;
  text-align: center;
}

.image-31 {
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-neutral-600 {
  color: #6e7191;
}

.color-neutral-600.mg-bottom-24px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6c757d;
  text-align: center;
}

.color-neutral-600.mg-bottom-24px.webinar {
  margin-right: 20px;
  margin-left: 20px;
}

.button-primary {
  padding: 10px 20px;
  background-color: #007bff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.section {
  display: block;
  max-height: 60px;
  margin: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-webinar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 70px;
  max-width: 1000px;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #f8f9fa;
}

.div-block-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  margin-bottom: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #bac2c9;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
}

.image-32 {
  margin-left: 0px;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tab-link-tab-2 {
  background-color: #f8f9fa;
}

.tab-link-tab-3 {
  background-color: #f8f9fa;
}

.tab-link-tab-1 {
  background-color: #f8f9fa;
}

.tabs-content {
  margin-top: 20px;
}

.tab-link-tab-4 {
  background-color: #f8f9fa;
}

.background-video {
  width: 50%;
  height: auto;
  margin-top: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #24527f;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.background-video.width {
  width: 100%;
  height: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2.vertikal {
  max-width: 100%;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.column-2.vertikal {
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-detail {
  width: 270px;
  height: 480px;
  border-style: solid;
  border-width: 2px;
  border-color: #24527f;
  border-radius: 10px;
}

.image-33 {
  border-style: solid;
  border-width: 1px;
  border-color: #24527f;
  border-radius: 5px;
}

.image-33.special {
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tabs {
  margin-right: 20px;
  margin-left: 20px;
}

.tab-link-tab-5 {
  background-color: #f8f9fa;
}

.image-23 {
  max-height: 16px;
}

.footer-brand {
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: auto minmax(200px, 1fr);
  grid-template-columns: auto minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-15 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-24 {
  display: inline-block;
  max-height: 24px;
}

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.image-25 {
  min-height: 24px;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-social-block {
  display: block;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

.footer-link-2 {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-dark {
  position: relative;
  margin-top: 100px;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f8f9fa;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-side {
  max-width: 25%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-4 {
  color: #343a40;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  margin-top: 60px;
  background-color: #f8f9fa;
}

.heading-6 {
  color: #343a40;
  text-align: center;
}

.paragraph-5 {
  color: #6c757d;
  font-style: normal;
}

.heading-8 {
  color: #343a40;
}

.column-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.lightbox-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 1440px) {
  .button-primary {
    background-color: #007bff;
  }

  .button-primary.section {
    max-height: 70px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-webinar {
    max-height: 80px;
  }

  .background-video {
    width: 50%;
    height: auto;
  }

  .tabs {
    margin-right: 80px;
    margin-left: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .grid {
    margin-right: 220px;
    margin-left: 220px;
  }

  .heading-2.detail {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-spacer {
    margin-top: -60px;
    font-size: 70px;
  }

  .button-primary {
    background-color: #007bff;
  }

  .button-primary.section {
    max-height: 60px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-webinar {
    max-height: 80px;
  }

  .background-video {
    width: 50%;
    height: auto;
  }

  .background-video.height {
    width: 100%;
    height: auto;
  }

  .column {
    padding-left: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-2 {
    max-width: 50%;
  }

  .column-2 {
    padding-right: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column-2.vertikal {
    padding-right: 60px;
  }

  .image-detail {
    width: auto;
    height: auto;
  }

  .tabs {
    margin-right: 250px;
    margin-left: 250px;
  }

  .column-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lightbox-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .main_heading {
    display: block;
    margin-left: 0px;
  }

  .grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-31 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button-primary.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .background-video {
    width: 50%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video.height {
    min-height: 600px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-2 {
    padding-right: 0px;
  }

  .column-2.vertikal {
    padding-right: 0px;
  }

  .image-33 {
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .column-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .main_heading {
    clear: left;
    font-size: 25px;
  }

  .grid {
    margin-right: 5px;
    margin-left: 5px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block {
    overflow: hidden;
  }

  .text-link-block {
    text-align: center;
  }

  .heading-spacer {
    line-height: 60px;
    white-space: normal;
  }

  .image-31 {
    max-width: 15%;
  }

  .color-neutral-600.mg-bottom-24px.webinar {
    display: none;
  }

  .button-primary.section {
    margin-top: 0px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .background-video {
    display: block;
    width: 75%;
    min-height: 600px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .background-video.width {
    width: 75%;
    height: auto;
    min-height: 200px;
  }

  .background-video.height {
    width: 75%;
    min-height: 600px;
  }

  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container-2 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-detail {
    width: auto;
    height: 400px;
  }

  .footer-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-15 {
    display: none;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main_heading {
    font-size: 15px;
  }

  .grid {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .link-button.detail {
    display: none;
    max-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }

  .heading-1 {
    font-size: 20px;
  }

  .heading-2 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
  }

  .heading-2.detail {
    font-size: 15px;
    line-height: 20px;
  }

  .container-1 {
    margin-bottom: 20px;
    padding: 10px;
  }

  .section-overview {
    overflow: hidden;
  }

  .text-link-block {
    font-size: 12px;
  }

  .paragraph {
    font-size: 10px;
  }

  .paragraph.detail {
    font-size: 10px;
    line-height: 15px;
  }

  .link {
    font-size: 10px;
  }

  .heading-spacer {
    font-size: 30px;
    line-height: 40px;
  }

  .image-31 {
    display: none;
  }

  .heading-17 {
    font-size: 15px;
    line-height: 20px;
  }

  .color-neutral-600.mg-bottom-24px {
    margin-right: 20px;
  }

  .button-primary.section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px;
  }

  .div-block-head {
    max-height: 75px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-32 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-detail {
    font-size: 15px;
    line-height: 20px;
  }

  .background-video {
    width: 100%;
    min-height: 350px;
  }

  .background-video.width {
    min-height: 100px;
  }

  .background-video.height {
    width: 100%;
  }

  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2 {
    max-width: 100%;
  }

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-detail {
    width: 100%;
    height: 350px;
  }

  .image-15 {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

  .footer-dark {
    display: block;
  }

  .image-side {
    display: none;
  }

  .text-block {
    text-align: center;
  }

  .text-block-2 {
    text-align: center;
  }
}

#w-node-_500351e2-f96a-37b7-a22b-663019b6a65f-19b6a659 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_500351e2-f96a-37b7-a22b-663019b6a66a-19b6a659 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}