.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;
}

.main-body {
  background-color: #3a746b;
}

.section {
  display: none;
  height: 100vh;
  padding-top: 200px;
  padding-right: 200px;
  padding-left: 200px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight-box {
  width: auto;
  height: 500px;
  max-width: 1200px;
  margin-top: -500px;
  background-color: #182335;
}

.content-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

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

.image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/lagos-techie-kwzWjTnDPLk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.tags {
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
  color: #d03c62;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading {
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
  color: #dadada;
  font-size: 35px;
  line-height: 40px;
}

.date {
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  color: #dadada;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.sponsors {
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
  color: #dadada;
  font-weight: 400;
  text-transform: uppercase;
}

.highlight {
  color: #d03c62;
  font-weight: 400;
}

.paragraph {
  font-family: Ibmplexsans, sans-serif;
  color: #dadada;
  font-size: 16px;
  font-weight: 300;
}

.overlay-link {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding: 40px !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #d03c62;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  text-decoration: none;
  bottom: 0;
      text-decoration: none !important;
    top: 0;
}

.overlay-link:hover {
  border-radius: 0px;
  opacity: 0.74;
}

.link-text {
    margin-bottom: 0px;
    font-family: Ibmplexsans, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0px 40px;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 66666;
    transition: all 0.30s ease-out;
    opacity: 0;
    
}
.link-text a{
   margin-bottom: 0px;
  font-family: Ibmplexsans, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
      text-align: right;
}
.overlay-link:hover .link-text{
       bottom: 0;
       opacity: 4;
}
.overlay_row:hover .link-text {
    opacity: 4;
}

.share-icon {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.share-icon:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image {
  margin-top: 0px;
  margin-right: 0px;
}

.sliders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66vh;
  padding-right: 200px;
  padding-left: 200px;
  -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;
  background-color: #182335;
}

.slider-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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;
}

.slider-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 59px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sldier-text-column {
  width: 100%;
  height: 600px;
}

.column-3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-text {
  font-family: Ibmplexsans, sans-serif;
  color: #4d9c86;
  font-size: 60px;
  line-height: 65px;
}

.slider-label {
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
  color: #d03c62;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.bold-text {
  color: #dadada;
  font-weight: 400;
}

.column-4 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-animation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.animation-grid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 1px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px);
  grid-template-columns: minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 1px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px);
  -ms-grid-rows: minmax(65px, 65px) minmax(65px, 65px) minmax(65px, 65px) minmax(65px, 65px);
  grid-template-rows: minmax(65px, 65px) minmax(65px, 65px) minmax(65px, 65px) minmax(65px, 65px);
}

.element-light {
  width: 50px;
  height: 65px;
  background-color: #4d9c86;
  -webkit-transform: skew(0deg, 36deg);
  -ms-transform: skew(0deg, 36deg);
  transform: skew(0deg, 36deg);
}

.element-light._1 {
  width: 50px;
  height: 65px;
  max-height: 65px;
  max-width: 50px;
  min-height: 65px;
  min-width: 50px;
  background-color: #4d9c86;
  -webkit-transform: skew(0deg, 36deg);
  -ms-transform: skew(0deg, 36deg);
  transform: skew(0deg, 36deg);
}

.element-light._2 {
  width: 50px;
  height: 65px;
  background-color: #284856;
  -webkit-transform: skew(0deg, -36deg);
  -ms-transform: skew(0deg, -36deg);
  transform: skew(0deg, -36deg);
}

.sliders-final {
  height: 100vh;
  background-color: #182335;
}

.element-dark {
  width: 50px;
  height: 65px;
  background-color: #284856;
  -webkit-transform: skew(0deg, -36deg);
  -ms-transform: skew(0deg, -36deg);
  transform: skew(0deg, -36deg);
}

.element2-light {
  width: 50px;
  height: 65px;
  background-color: #4d9c86;
  -webkit-transform: skew(0deg, 36deg);
  -ms-transform: skew(0deg, 36deg);
  transform: skew(0deg, 36deg);
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .highlight-box {
    height: 450px;
    margin-top: -450px;
  }

  .text-box {
    padding: 25px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .date {
    font-size: 12px;
    line-height: 16px;
  }

  .sponsors {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .overlay-link {
    height: 450px;
    padding: 25px;
  }

  .link-text {
    font-size: 14px;
    line-height: 16px;
  }

  .sliders {
    height: 100vh;
    padding: 100px 60px;
  }

  .slider-box {
    height: auto;
  }

  .slider-text-box {
    width: auto;
    height: auto;
    padding: 0px 0px 0px 40px;
  }

  .column-3 {
    height: auto;
  }

  .slider-text {
    font-size: 40px;
    line-height: 45px;
  }

  .column-4 {
    height: auto;
  }

  .slider-animation-box {
    height: auto;
    margin-top: 100px;
  }

  .animation-grid-box {
    width: auto;
    height: auto;
  }

  .grid {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    padding-right: 20px;
    padding-bottom: 200px;
    padding-left: 20px;
  }

  .content-box {
    height: auto;
  }

  .highlight-box {
    height: 800px;
    margin-top: -800px;
  }

  .content-columns {
    display: inline-block;
  }

  .image-box {
    height: 400px;
  }

  .text-box {
    height: 400px;
  }

  .tags {
    margin-bottom: 10px;
  }

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

  .paragraph {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .overlay-link {
    height: 800px;
  }

  .sliders {
    padding: 40px 20px;
  }

  .slider-text-box {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .sldier-text-column {
    height: auto;
  }

  .slider-text {
    font-size: 20px;
    line-height: 25px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 14px;
  }

  .column-4 {
    height: auto;
  }

  .slider-animation-box {
    height: auto;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-row-gap: 18px;
    -ms-grid-columns: minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px);
    grid-template-columns: minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px) minmax(30px, 30px);
    -ms-grid-rows: minmax(45px, 45px) minmax(45px, 45px) minmax(45px, 45px) minmax(45px, 45px);
    grid-template-rows: minmax(45px, 45px) minmax(45px, 45px) minmax(45px, 45px) minmax(45px, 45px);
  }

  .element-light._1.a {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.b {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.c {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.d {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.e {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.f {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.g {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.h {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.i {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.j {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.k {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._1.l {
    width: 30px;
    height: 45px;
    max-height: 45px;
    max-width: 30px;
    min-height: 45px;
    min-width: 30px;
  }

  .element-light._2.change {
    width: 30px;
    height: 45px;
  }

  .element-light._2.b {
    width: 30px;
    height: 45px;
  }

  .element-light._2.c {
    width: 30px;
    height: 45px;
  }

  .element-light._2.d {
    width: 30px;
    height: 45px;
  }

  .element-light._2.e {
    width: 30px;
    height: 45px;
  }

  .element-light._2.f {
    width: 30px;
    height: 45px;
  }

  .element-light._2.g {
    width: 30px;
    height: 45px;
  }

  .element-light._2.h {
    width: 30px;
    height: 45px;
  }

  .element-light._2.i {
    width: 30px;
    height: 45px;
  }

  .element-light._2.j {
    width: 30px;
    height: 45px;
  }

  .element-light._2.k {
    width: 30px;
    height: 45px;
  }

  .element-light._2.l {
    width: 30px;
    height: 45px;
  }

  .element-light.a {
    width: 30px;
    height: 45px;
  }

  .element-light.b {
    width: 30px;
    height: 45px;
  }

  .element-light.c {
    width: 30px;
    height: 45px;
  }

  .element-light.d {
    width: 30px;
    height: 45px;
  }

  .element-light.e {
    width: 30px;
    height: 45px;
  }

  .element-light.f {
    width: 30px;
    height: 45px;
  }

  .element-light.g {
    width: 30px;
    height: 45px;
  }

  .element-light.h {
    width: 30px;
    height: 45px;
  }

  .element-light.i {
    width: 30px;
    height: 45px;
  }

  .element-light.j {
    width: 30px;
    height: 45px;
  }

  .element-light.k {
    width: 30px;
    height: 45px;
  }

  .element-light.l {
    width: 30px;
    height: 45px;
  }

  .element-dark.a {
    width: 30px;
    height: 45px;
  }

  .element-dark.b {
    width: 30px;
    height: 45px;
  }

  .element-dark.c {
    width: 30px;
    height: 45px;
  }

  .element-dark.d {
    width: 30px;
    height: 45px;
  }

  .element-dark.e {
    width: 30px;
    height: 45px;
  }

  .element-dark.f {
    width: 30px;
    height: 45px;
  }

  .element-dark.g {
    width: 30px;
    height: 45px;
  }

  .element-dark.h {
    width: 30px;
    height: 45px;
  }

  .element-dark.i {
    width: 30px;
    height: 45px;
  }

  .element-dark.j {
    width: 30px;
    height: 45px;
  }

  .element-dark.k {
    width: 30px;
    height: 45px;
  }

  .element-dark.l {
    width: 30px;
    height: 45px;
  }
}

@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}