h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

p {
  margin-bottom: 10px;
}

.row {
  height: 100vh;
}

.column {
  height: 100vh;
}

.column-2 {
  height: 100vh;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding-right: 8%;
  padding-left: 8%;
  border-color: #e64e4e;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  padding-left: 0px;
  float: left;
  -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;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -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;
  border-top: 4px none #000;
  font-family: Lato, sans-serif;
  color: #0f0f0f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.nav:hover {
  border-top-style: solid;
  border-top-color: #e64e4e;
  color: #e64e4e;
}

.nav:focus {
  border-top-color: #e64e4e;
  color: #e64e4e;
}

.hero {
  height: 700px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding-top: 0px;
  float: none;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #333, #333);
  background-image: linear-gradient(180deg, #333, #333);
}

.container {
  height: 700px;
  padding: 140px 8% 60px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #e64e4e;
  font-size: 60px;
  line-height: 48px;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.row-2 {
  height: 100%;
}

.column-4 {
  overflow: visible;
  height: 100%;
  padding-left: 0px;
  background-image: url('../images/Renier-smile--greyscale-100_3895.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  height: 100%;
  margin-top: 0px;
  padding: 160px 8%;
  background-image: -webkit-linear-gradient(270deg, #fcfcfc, #fcfcfc);
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
}

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin-top: 250px;
  padding-right: 0px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .49), hsla(0, 0%, 96%, .49));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .49), hsla(0, 0%, 96%, .49));
}

.image {
  width: 100%;
  height: 400px;
  float: none;
  text-align: left;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-left: 40px;
  -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;
}

.row-3 {
  height: 400px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/baim-hanif-89800-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.link-block {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  padding-top: 10px;
}

.link-block-3 {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 2px;
  border-radius: 100px;
  background-image: url('../images/linkedin-in.svg'), -webkit-linear-gradient(270deg, #e2e2e2, #e2e2e2);
  background-image: url('../images/linkedin-in.svg'), linear-gradient(180deg, #e2e2e2, #e2e2e2);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.link-block-3:hover {
  background-image: url('../images/linkedin-in.svg'), -webkit-linear-gradient(270deg, #c2c2c2, #c2c2c2);
  background-image: url('../images/linkedin-in.svg'), linear-gradient(180deg, #c2c2c2, #c2c2c2);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.link-block-4 {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 100px;
  background-image: url('../images/Artboard-2.svg'), -webkit-linear-gradient(270deg, #e2e2e2, #e2e2e2);
  background-image: url('../images/Artboard-2.svg'), linear-gradient(180deg, #e2e2e2, #e2e2e2);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.link-block-4:hover {
  background-image: url('../images/Artboard-2.svg'), -webkit-linear-gradient(270deg, #c2c2c2, #c2c2c2);
  background-image: url('../images/Artboard-2.svg'), linear-gradient(180deg, #c2c2c2, #c2c2c2);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-2 {
  width: 100%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.bold-text {
  font-size: 20px;
  font-weight: 500;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 500;
}

.bold-text-3 {
  font-size: 20px;
  font-weight: 500;
}

.bold-text-4 {
  font-size: 20px;
  font-weight: 500;
}

.bold-text-5 {
  font-size: 20px;
  font-weight: 500;
}

.section-2 {
  height: 100%;
  margin-top: 0px;
  padding: 100px 8%;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  margin-bottom: 20px;
  padding-right: 0px;
  float: left;
  -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;
  background-image: url('../images/new.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-4 {
  display: block;
  width: 80%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 90px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-3 {
  float: none;
}

.text-span {
  font-size: 16px;
  font-weight: 600;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.paragraph-4 {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.div-block-5 {
  width: 100%;
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  color: #303030;
}

.list-item {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.unordered-list {
  height: 100%;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-left: 30px;
  font-family: Lato, sans-serif;
  text-align: justify;
  list-style-type: square;
}

.section-3 {
  height: 100%;
  padding: 100px 8%;
  background-image: -webkit-linear-gradient(270deg, #fcfcfc, #fcfcfc);
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  font-family: Lato, sans-serif;
}

.rich-text-block {
  font-family: Lato, sans-serif;
  text-align: justify;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
}

.list-item-2 {
  font-family: Lato, sans-serif;
}

.div-block-4-cop-y {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4-copssy {
  width: 80%;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.exel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  float: left;
  -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;
  background-image: url('../images/cwe.svg');
  background-position: 0px 50%;
  background-size: 65px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.jhi {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/logo.svg');
  background-position: 0px 50%;
  background-size: 57px;
  background-repeat: no-repeat;
}

.section-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 8%;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(65, 65, 65, .5), rgba(65, 65, 65, .5));
  background-image: linear-gradient(180deg, rgba(65, 65, 65, .5), rgba(65, 65, 65, .5));
  color: #fff;
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  border-style: none;
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="pop"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-fade"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .home {
    width: 30%;
    height: 40px;
    float: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .nav {
    height: 40px;
    float: right;
  }
  .nav.w--current {
    float: right;
  }
  .section-4 {
    height: 60px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 12px;
  }
  .navbar {
    padding-right: 0%;
    padding-left: 0%;
  }
  .home {
    width: 80%;
    padding-top: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container {
    height: 700px;
    padding-bottom: 30px;
  }
  .heading {
    font-size: 50px;
  }
  .heading-2 {
    font-size: 28px;
  }
  .column-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph {
    font-size: 12px;
    text-align: left;
  }
  .column-4 {
    height: 100%;
    background-size: cover;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .heading-3 {
    width: 100%;
    text-align: left;
  }
  .paragraph-2 {
    text-align: left;
  }
  .heading-4 {
    width: 100%;
    font-size: 20px;
  }
  .text-span {
    font-size: 12px;
  }
  .heading-5 {
    text-align: left;
  }
  .paragraph-4 {
    font-size: 12px;
  }
  .unordered-list {
    font-size: 12px;
  }
  .heading-4-copssy {
    font-size: 20px;
  }
  .section-4 {
    height: 80px;
  }
  .paragraph-7 {
    font-size: 12px;
  }
  .container-2 {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
    direction: ltr;
    color: #000;
  }
  .nav-link {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .nav-link-2 {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .nav-menu {
    background-color: #e64e4e;
  }
  .nav-link-3 {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-right: 0%;
    padding-left: 0%;
  }
  .home {
    width: 75%;
    padding-top: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav {
    font-size: 10px;
  }
  .container {
    width: 100%;
    height: 100%;
    padding-top: 100px;
  }
  .heading {
    margin-top: 0px;
  }
  .column-3 {
    height: 50%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    text-align: center;
  }
  .column-4 {
    height: 60%;
  }
  .section {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .div-block-2 {
    margin-top: 60px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    padding-top: 0px;
  }
  .heading-3 {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .heading-4 {
    padding-top: 0px;
    padding-left: 80px;
    font-size: 16px;
  }
  .text-span {
    font-size: 12px;
    line-height: 0.5em;
  }
  .heading-5 {
    padding-bottom: 40px;
    font-size: 24px;
    text-align: left;
  }
  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-4 {
    height: 80px;
  }
  .paragraph-6 {
    font-size: 10px;
  }
  .container-2 {
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .icon {
    background-color: #fff;
    color: #000;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .nav-link {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-link-2 {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #e64e4e;
  }
  .nav-link-3 {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .text-span-2 {
    font-size: 12px;
    line-height: 10px;
  }
}

