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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.wrapper {
  width: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}
.wrapper_hero {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  /* position: relative; */
  /* display: inline; */
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20000;
  background-color: #fff;
  box-shadow: 0 4px 14px -9px rgba(0, 0, 0, 0.3);
}

.navmenu__link {
  margin-right: 40px;
  padding: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 14px;
  text-decoration: none;
}

.navmenu__link.nav--btn {
  height: auto;
  margin-right: 16px;
  padding: 8px 31px;
  border-radius: 4px;
  background-color: #0A88F9;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.navmenu__link.nav--btn.outline {
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #0A88F9;
  background-color: transparent;
  color: #0A88F9;
}

.navmenu__links {
  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;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00425f;
  font-weight: 600;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.navbar {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.tablet {
  /* -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

.button {
  border-radius: 4px;
  background-color: #0172CB;
  font-weight: 400;
}

.button:active {
  font-family: Sourcesanspro, sans-serif;
}

.paragraph {
  padding-top: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 16px;
  line-height: 170%;
  text-align: left;
}
.paragraph_style {
  padding-top: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 170%;
  text-align: left;
}
.sub_style{
  font-size: 18px;
  padding-top: 20px;
}

.paragraph.values--text {
  margin-top: 8px;
  color: #00425f;
}

.paragraph.values--text.icons {
  color: #3a3b39;
  text-align: left;
}

.paragraph.benefits--body {
  color: #fff;
}

.hero__abstract--red {
  position: absolute;
  left: 92%;
  top: auto;
  right: 0px;
  bottom: -10%;
}

.hero__abstract--red.values {
  left: -7%;
  bottom: 92%;
  z-index: 0;
}

.heading {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 40px;
  line-height: 48px;
}
.heading_title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Sourcesanspro, sans-serif;
  color: #0172CB;
  font-size: 40px;
  line-height: 48px;
}

.section {
  z-index: auto;
}

.section.hero {
  /* max-height: 100vh; */
  margin-top: 70px;
  /* padding-top: 99px; */
  padding-bottom: 40px;
  /* background-color: #eff7fb; */
  /* background-image: url('../images/hero-bg.png'); */
  background-position: 50% 50%;
  background-size: 720px;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.head{
  background-color: #F0F3F7;
}

.section.feature {
  /* margin-top: 10%; */
  background-color: #f9fafc;
}

.section.values {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.benefits {
  background-color: #00425f;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Sourcesanspro, sans-serif;
}

.section.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.section.jobs {
  /* min-height: 600px; */
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9fafc;
}

.section.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 57px;
  padding-bottom: 57px;
  -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-color: #f0f3f7;
}

.sub-heading {
  font-family: Sourcesanspro, sans-serif;
  color: #00b8de;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.image-2 {
  position: relative;
  z-index: 999;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero__image {
  /* position: relative;
  width: 60%;
  display: inline-block; */
  /* background: url(/images/careers_hero.png)center center no-repeat;
  background-size: cover;
  height: 400px; */
  position: absolute;
    width: 60%;
    height: 500px;
    right: 0;
    top: 0;
    /* box-shadow: -5px 6px 20px 1px rgba(39,39,39,0.527); */
    /* border-bottom-left-radius: 150px; */
    background-image: url(https://mcusercontent.com/181f25fcd28e875f95d9360f6/images/f8863f88-6622-4074-8699-e11ec559085e.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: right center; */

}
@media (max-width: 991px){
  .hero__image {
    display: block;
    position: unset;
    width: 100%;
    min-height: 80%;
    /* margin-left: 20%; */
    /* margin-bottom: 4rem; */
}
}


.hero__content {
  /* width: 40%;
  padding-right: 149px; */
  /* padding: 50px; */
  width: 40%;
    margin: 7rem 0;
}


.hero__head {
  /* width: 40%;
  padding-right: 149px; */
  /* padding: 50px; */
    margin: 5rem 0;
    padding-top: 45px;
}
.hero__head h1{
  font-size: 60px;
}

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

.blog_item_description {
  width:100%;
  background-color: #ffffff;
  height: 650px;
  margin-top: 70px;
}
@media(max-width: 992px){
  .insights_content{
    display: none;
  }
}

.desc, .image {
  float:left;
  display:block
}
.desc {
  width:40%;
  height: 650px;
  display: inline-block;
  position: relative;
  background: #ffffff;
}
@media (max-width:797px) {
  .desc, .image {
    float:none;
    width:100%;
  }
  .right_image{
   width: 100%;
   height: 100%;
   background: url(/images/careers_hero.png) no-repeat center center;
   background-size: cover;
  }
  .image {
    height: 480px;
    float: left;
  }

}
@media (min-width: 797px){
  .right_image{
    width: 100%;
    height: 100%;
    background: url(/images/careers_hero.png) no-repeat center center;
    background-size: cover;
  }
  .image {
    height: 650px;
    width: 60%;
    float: left;
  }
}

.feature-wrapper {
  padding-top: 5%;
  padding-bottom: 100px;
}

.feature--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.feature__image--icon {
  margin-bottom: 16px;
  padding: 9px 4px;
  border-radius: 100%;
  background-color: #eff7fb;
}

.feature--items {
  margin-top: 62px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.values--content {
  width: 50%;
  padding-left: 83px;
}

.values-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 80px 0px 80px 0px;
}

.values--heading {
  display: inline;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  text-align: center;
}

@media screen and (max-width: 479px){
  .video--content.tablet {
    padding-right: 16px;
    padding-left: 16px;
}
}


@media screen and (max-width: 991px){
  .video--content.tablet {
    width: 100%;
    padding-top: 28px;
    /* padding-right: 85px;
    padding-left: 42px; */
}
}

.video--content {
    width: 100%;
    /* padding-left: 83px; */
}



.grid {
  margin-top: 32px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.value__image--icon {
  padding: 8px 13px;
  border-radius: 100%;
  background-color: #eff7fb;
}

.value__image {
  position: relative;
  z-index: 999;
}

.value--item {
  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;
}

.values--image {
  position: relative;
  width: 50%;
}

.benefits--item {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits--subheading {
  width: 450px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.benefits__image {
  padding: 12px;
  border-radius: 100%;
  background-color: rgba(240, 243, 247, 0.03);
}

.benefits--title {
  margin-bottom: 8px;
  color: #fff;
}

.benefits--grid {
  padding-top: 35px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.slide {
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
}

.left-arrow {
  left: -15%;
}

.mask {
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0);
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64vh;
  margin-top: 48px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-4 {
  position: relative;
  z-index: 999;
}

.right-arrow {
  left: 107%;
  padding-right: 0px;
}

.icon-2 {
  color: rgba(0, 0, 0, 0.3);
}

.div-block-6 {
  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: 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;
}

.right-arrow-2 {
  display: none;
}

.testimonial-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial__pofile--title {
  color: #3a3b39;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.slider-2 {
  z-index: 999;
  overflow: hidden;
  height: 300px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 15px 6px -10px rgba(0, 0, 0, 0.04);
}

.testimonial--video {
  width: 50%;
  height: 300px;
}

.testimonial__quote {
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.testimonial--slider {
  position: relative;
  width: 50%;
  padding-right: 87px;
}

.left-arrow-2 {
  display: none;
}

.testimonial__profile--name {
  margin-left: 8px;
  padding-left: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #3a3b39;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.slide-nav {
  background-color: transparent;
}

.slider__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 42px 58px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-5 {
  height: auto;
}

.slide-2 {
  z-index: 1;
}

.mask-2 {
  overflow: visible;
}

.div-block-7 {
  position: absolute;
  left: 25px;
  top: 12px;
  bottom: -36px;
  z-index: 1;
  width: 78%;
  height: 100%;
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 15px 6px -10px rgba(0, 0, 0, 0.02);
}

.div-block-7.second {
  left: 46px;
  top: 25px;
  z-index: 1;
  width: 72%;
  box-shadow: 0 15px 6px -10px rgba(0, 0, 0, 0.02);
}

.tabs-content {
  width: 720px;
  margin-left: auto;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.spacer__line {
  display: inline;
  width: 1px;
  margin-right: 8px;
  margin-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58, 59, 57, 0.14);
}

.tab__link {
  padding: 13px 16px;
  background-color: transparent;
  color: #3a3b39;
}

.tab__link.w--current {
  border-radius: 4px;
  background-color: #00425f;
  color: #fff;
}

.job__wrapper {
  margin-top: 48px;
  padding-top: 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.job__location {
  display: inline;
  color: rgba(58, 59, 57, 0.8);
}

.job__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 12px 16px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58, 59, 57, 0.3);
  border-radius: 4px;
}

.job__role {
  display: inline;
  color: rgba(58, 59, 57, 0.8);
}

.job__title {
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 18px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 23px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cta__card--title {
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.cta__card--body {
  color: #3a3b39;
  font-size: 16px;
  text-align: center;
}

.cta__card--image {
  margin-top: 16px;
}

.text-block {
  font-family: Sourcesanspro, sans-serif;
  font-weight: 400;
}

.heading-2 {
  width: 550px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
}
.heading_3 {
  font-family: Sourcesanspro, sans-serif;
  color: #0172CB;
}

.div-block-8 {
  display: none;
}

.tab-dropdown {
  display: none;
}

.personnel {
  display: inline-block;
  width: 30.3%;
  margin-top: 25px;
  margin-right: 3%;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-bottom: 3px solid transparent;
  background-color: #572047;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.personnel.w--current {
  border-bottom: 3px solid #572047;
  background-color: #fff;
  color: #572047;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.descriptor {
  color: #cc7d7d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.peer_info {
  display: block;
  margin-top: 0px;
  padding: 25px 100px 25px 0px;
  color: #919197;
  font-size: 16px;
  line-height: 36px;
}

.degree {
  color: #547788;
  font-weight: 600;
}

.section-3 {
  width: 500px;
}

.section-4 {
  margin-top: 0px;
  padding-bottom: 0px;
}

.grid-3 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 28px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-weight: 600;
}

.list-items {
  padding: 4px 0px 8px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 16px;
  line-height: 24px;
}

.list {
  padding-left: 19px;
}

.job-description--details {
  padding-top: 42px;
  padding-bottom: 42px;
}

.jobs-wrapper {
  padding: 42px 0px 0px 42px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #00425f;
  font-size: 24px;
  line-height: 120%;
}

.paragraph-2 {
  font-size: 16px;
}

html.w-mod-js *[data-ix="hide-onload"] {
  display: none;
}

html.w-mod-js *[data-ix="show"] {
  display: block;
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .navmenu__link {
    padding: 11px 36px 11px 42px;
    font-size: 18px;
  }
  .navmenu__link.nav--btn {
    margin-left: 0px;
  }
  .navmenu__links {
    -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;
    background-color: #fff;
  }
  .div-block-2 {
    margin-right: 36px;
    margin-bottom: 34px;
    margin-left: 42px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar.nablet {
    padding: 0px 42px;
  }
  .div-block-3.tablet {
    /* padding-right: 42px; */
    padding-left: 42px;
  }
  .hero__abstract--red.values.tablet {
    left: 6%;
    bottom: 86%;
  }
  .hero__abstract--red.tablet {
    left: 82%;
    bottom: -21%;
  }
  .hero__content.tablet {
    padding-right: 43px;
  }
  .div {
    width: auto;
  }
  .feature--items.tablet {
    padding-right: 42px;
    padding-left: 42px;
  }
  .values--content.tablet {
    width: 100%;
    padding-top: 28px;
    padding-right: 85px;
    padding-left: 42px;
  }
  .values-wrapper {
    -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;
  }
  .values--image {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .values--image.tablet {
    width: 60%;
    padding-left: 43px;
  }
  .left-arrow.tablet {
    left: -2%;
    bottom: 187px;
  }
  .slider.tablet {
    height: 50vh;
    padding-right: 42px;
    padding-left: 42px;
  }
  .right-arrow {
    left: 159%;
  }
  .right-arrow.tablet {
    left: 90%;
    bottom: 187px;
  }
  .icon-2 {
    font-size: 14px;
  }
  .testimonial--video {
    display: none;
  }
  .testimonial--slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 42px;
    padding-left: 42px;
    -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;
  }
  .div-block-7 {
    left: 105px;
  }
  .div-block-7.second {
    left: 98px;
  }
  .tabs-content {
    margin-left: 50px;
  }
  .job__wrapper {
    padding-right: 42px;
    padding-left: 42px;
  }
  .job__item.tablet {
    width: auto;
    margin-left: 0px;
  }
  .menu-button.w--open {
    background-color: #fff;
    font-family: Sourcesanspro, sans-serif;
    color: #000;
  }
  .personnel {
    position: relative;
    width: 70%;
    margin-right: 0%;
    margin-left: 0px;
    padding-left: 0px;
    cursor: pointer;
  }
  .personnel.w--current {
    font-size: 18px;
  }
  .innercontentbutton {
    margin-top: 20px;
  }
  .peer_info {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-3 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 767px) {
  .navmenu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navmenu__link.nav--btn {
    display: block;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navmenu__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
  }
  .div-block-2 {
    margin-bottom: 27px;
    margin-left: 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;
  }
  .navbar.nablet {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-3.tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    font-size: 24px;
  }
  .hero__image {
    width: 100%;
  }
  .hero__content.tablet {
    width: 100%;
  }
  .personnel {
    width: 90%;
  }
  .peer_info {
    font-size: 14px;
    line-height: 30px;
  }
  .grid-3 {
    padding-right: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .jobs-wrapper {
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navmenu__link {
    margin-right: 8px;
    margin-left: 0px;
    padding: 16px 23px 16px 0px;
  }
  .navmenu__link.nav--btn {
    width: 100%;
    margin-right: 28px;
    margin-bottom: 16px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navmenu__link.nav--btn.outline {
    margin-right: 26px;
    margin-left: 0px;
  }
  .navmenu__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-2 {
    display: block;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar.nablet {
    padding: 0px 16px;
  }
  .div-block-3.tablet {
    /* padding-right: 16px; */
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    font-size: 16px;
  }
  .paragraph.values--text.icons {
    text-align: left;
  }
  .paragraph.benefits--body {
    font-size: 16px;
    text-align: center;
  }
  .hero__abstract--red.values.tablet {
    left: -11%;
    bottom: 77%;
  }
  .hero__abstract--red.tablet {
    left: 90%;
    bottom: -14%;
  }
  .heading {
    font-size: 24px;
  }
  .section.hero {
    margin-top: 0px;
  }
  .sub-heading {
    text-align: left;
  }
  .hero__image {
    width: 100%;
    margin-top: 32px;
  }
  .hero__content.tablet {
    width: 100%;
    padding-right: 0px;
  }
  .feature-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .feature--items.tablet {
    padding-right: 16px;
    padding-left: 16px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .values--content.tablet {
    padding-right: 16px;
    padding-left: 16px;
  }
  .grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .value--item {
    -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;
  }
  .values--image.tablet {
    width: 70%;
    padding-left: 16px;
  }
  .benefits--item {
    -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;
  }
  .benefits--subheading {
    width: auto;
    font-size: 14px;
  }
  .benefits--grid {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-template-areas: ". Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .left-arrow.tablet {
    display: none;
  }
  .slider.tablet {
    height: 20vh;
  }
  .image-4 {
    /* display: none; */
  }
  .right-arrow.tablet {
    display: none;
  }
  .div-block-6 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .testimonial__quote {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
  .testimonial__profile--name {
    font-size: 14px;
  }
  .slide-nav {
    display: none;
  }
  .slider__profile {
    padding-left: 12px;
  }
  .slider__content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tabs-content {
    width: 100%;
    margin-top: 49px;
    margin-left: 0px;
  }
  .tabs {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab__link {
    display: block;
    background-color: #fff;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    color: #00425f;
  }
  .tab__link.w--current {
    background-color: #00425f;
    color: #fff;
  }
  .job__wrapper {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .tabs-menu {
    position: absolute;
    z-index: 50;
    display: none;
    width: 100%;
    height: 60px;
    margin-top: -60px;
    padding-top: 60px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-2 {
    width: auto;
  }
  .div-block-8 {
    display: block;
  }
  .tab-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #b8b8b8;
    border-radius: 4px;
    background-image: url('../images/icons8-chevron-down-26.png');
    background-position: 90% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .dropdown {
    width: 100%;
  }
  .dropdown-toggle {
    width: 100%;
  }
  .accordion-trigger {
    cursor: pointer;
  }
  .accordion-item-content {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .personnel {
    width: 100%;
    font-size: 16px;
  }
  .descriptor {
    font-size: 11px;
  }
  .grid-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .jobs-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-3 {
    background-color: transparent;
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  #w-node-2fe0e42f2f67-202f0211 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}