body {
  font-family: Roboto, sans-serif;
  color: #486691;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #486691;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

.privacy {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 30px;
  padding-left: 30px;
  -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: #486691;
  color: #fff;
}

.button {
  padding: 16px 50px;
  border-radius: 100px;
  background-color: #ecb950;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #fffffe;
  color: #486691;
}

.button.watchandlearn {
  padding-right: 30px;
  padding-left: 70px;
  background-color: #fffffe;
  background-image: url('../images/heroarrow_y.svg');
  background-position: 12px 50%;
  background-size: 46px 46px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #486691;
}

.button.watchandlearn:hover {
  background-color: #ecb950;
  background-image: url('../images/heroarrow_w.svg');
  color: #fffffe;
}

.button.menubutton {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fffffe;
  color: #486691;
}

.button.menubutton:hover {
  background-color: #ecb950;
  color: #fffffe;
}

.button.menubutton.parralaxmenubutton {
  display: none;
}

.button.formbutton {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #486691;
	color: #ffffff;
}

.button.formbutton:hover {
  background-color: #ecb950;
  color: #fffffe;
}

.button.bluehover:hover {
  background-color: #486691;
  color: #fffffe;
}

.hero {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #486691;
  background-image: radial-gradient(circle farthest-corner at 80% 80%, #628cc9, #486691 70%);
}

.hero.careerhero {
  background-image: url('../images/careerbcg.jpg'), radial-gradient(circle farthest-corner at 80% 80%, #628cc9, #486691 70%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.hero.privacyhero {
  background-image: radial-gradient(circle farthest-corner at 80% 80%, #628cc9, #486691 70%);
}

.container-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-hero.letstalkhero {
  display: block;
  padding-top: 170px;
  padding-bottom: 20px;
}

.container-hero.privacyhero {
  padding-top: 170px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-hero.insightcontainer {
  padding-top: 140px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-hero.final {
  padding-top: 0px;
}

.wwa-c1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wwa-c1.greybcg {
  background-color: #eceff4;
}

.heroh1 {
  color: #fffffe;
  font-size: 52px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
}

.heroh1.wwdh1 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #363a41;
  text-align: center;
}

.heroh1.wwdh1.blogtitle {
  margin-bottom: 30px;
}

.heroh1.insighttitle {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 40px;
  color: #363a41;
  font-size: 55px;
  text-align: center;
  text-transform: none;
}

.herodesc {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  -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;
}

.menu-ul {
  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;
}

.menu-li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fffcfc;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fffffe;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.menu-li:hover {
  color: #ecb950;
}

.menu-li.menu-last {
  padding-right: 0px;
  border-right-style: none;
}

.logo {
  width: 100%;
  max-width: 160px;
}

.letstalk-ul {
  width: 100%;
  max-width: 500px;
}

.logistic {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #486691;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.step-c {
  width: 100%;
  max-width: 33%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logtxtheader {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.step-img {
  width: 100%;
}

.container-bullet {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-bullet._0padd {
  max-width: 1060px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatwedo {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #ecb950;
  color: #363a41;
}

.desctxt {
  padding-right: 30px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.wwd-img {
  height: 85px;
}

.wwd-c {
  width: 100%;
  max-width: 33%;
  padding-right: 50px;
  padding-bottom: 70px;
  padding-left: 50px;
  -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;
  text-align: left;
}

.wwd-h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.wwd-h1._0padd {
  margin-top: 0px;
}

.blog {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.partner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}

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

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-h2 {
  max-width: 1200px;
  -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;
}

.container.flex-h2.blogcontainer {
  max-width: 1120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.flex-h1-copy {
  -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;
}

.partner-txt {
  width: 100%;
  margin: 30px auto;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
}

.partner-h1 {
  color: #486691;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.partner-icon-rt {
  width: 100%;
  max-width: 246px;
  margin-right: 30px;
  margin-left: 30px;
}

.footer-col {
  margin-left: 70px;
}

.logo-footer.hide {
  display: none;
}

.footer-logo-c {
  width: 100%;
  max-width: 130px;
}

.footer-li {
  display: block;
  margin-bottom: 15px;
  color: #486691;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.footer-li:hover {
  text-decoration: underline;
}

.stayuptodate {
  width: 100%;
  max-width: 260px;
  margin-left: 70px;
}

.sutd-field {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 34px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #486691;
  background-image: url('../images/emailicon.svg');
  background-position: 0% 50%;
  background-size: 21px 16px;
  background-repeat: no-repeat;
  color: #486691;
  font-size: 18px;
}

.sutd {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}

.success-message {
  padding: 0px;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.error-message {
  background-color: #ffecde;
}

.link-block {
  width: 100%;
  margin-bottom: 30px;
}

.menu-inst {
  display: none;
}

.invisibleblock {
  display: block;
  width: 100%;
  height: 110px;
}

.invisibleblock.hide {
  display: none;
}

.mobilemenu {
  display: none;
}

.cookietxt {
  font-weight: 700;
  text-decoration: underline;
}

.cookielinkunder {
  color: #fff;
  text-decoration: underline;
}

.cookielinkunder:hover {
  color: #ecb950;
}

.form-block-2 {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 100px;
  border-bottom: 1px solid #486691;
}

.letstalk-c {
  padding-top: 100px;
}

.contact-field {
  width: 100%;
  max-width: 300px;
  margin-right: 80px;
  margin-bottom: 60px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #486691;
  background-color: #fffffe;
  font-size: 22px;
}

.contact-field.dropdown {
  max-width: 440px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-comment {
  width: 100%;
  height: 150px;
  max-height: 150px;
  max-width: 50%;
  min-height: 150px;
  min-width: 50%;
  margin-right: 0px;
  margin-bottom: 60px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #486691;
  font-size: 22px;
}

.career-c {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.career-c.insight {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  padding-top: 80px;
  padding-bottom: 60px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.career-list {
  width: 100%;
  max-width: 1100px;
}

.joburl {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 40px 10px 20px;
  background-color: #f1f1f1;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #486691;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: underline;
}

.joburl:hover {
  background-color: #ecb950;
  color: #363a41;
}

.job-li {
  margin-bottom: 40px;
}

.job-li.hide {
  display: none;
}

.linkedin {
  width: 100%;
  max-width: 200px;
}

.h1 {
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 32px;
}

.h1.pad {
  margin-bottom: 10px;
  font-weight: 500;
}

.h1.careerlesspad2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.paragraph {
  margin-top: 60px;
  font-size: 22px;
  line-height: 28px;
}

.paragraph.pad2 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.carrerlesspad2-copy3 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.articletxt {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.spacing {
  width: 100%;
  margin: 10px auto 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.privacy-c {
  width: 100%;
  max-width: 740px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.privacy-hero {
  position: relative;
  left: 40px;
  width: 100%;
  max-width: 720px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-2-copy {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bullet-li {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/bulletblue.svg');
  background-position: 0% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 300;
}

.bullet-ul {
  margin-bottom: 40px;
}

.wwa-desc {
  width: 100%;
  max-width: 600px;
}

.wwa-c2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ecb950;
  color: #363a41;
}

.wwa-img2 {
  width: 100%;
  height: 200px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blogpost-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.blogpost-c.v2 {
  display: block;
  max-width: 49%;
}

.blogpost-c.blogpost {
  -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;
}

.blogpost-c.blogpost.article {
  position: relative;
}

.blogimg-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 650px;
  -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;
}

.insightbcg {
  background-color: #fafafa;
}

.blog-ul2 {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-img {
  width: 100%;
}

.insightsmall {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.blog-ul {
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yellowbold {
  color: #ecb950;
}

.yellowbold:hover {
  color: #486691;
  text-decoration: underline;
}

.blog-img2 {
  width: 100%;
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.author-img {
  width: 100%;
  max-width: 100px;
  margin-right: 20px;
  border-radius: 100px;
}

.blog-author {
  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;
}

.author-txt {
  font-size: 18px;
  line-height: 24px;
}

.socialshare-c {
  position: absolute;
  left: -81px;
  top: 253px;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  width: 43px;
  height: 183px;
}

.bloghero {
  width: 100%;
  margin-bottom: 20px;
}

.herobannermain {
  position: relative;
  bottom: -60px;
  z-index: 3;
  width: 100%;
  max-width: 740px;
}

.hero3 {
  position: absolute;
  left: 8%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  max-width: 46%;
}

.hero1 {
  position: relative;
  z-index: 3;
}

.hero2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 100%;
  max-width: 19%;
}

.whoweare {
  padding-top: 100px;
  padding-bottom: 100px;
}

.whoweare.removespacingtop {
  padding-top: 40px;
  padding-bottom: 20px;
}

.wwa-img {
  position: relative;
  bottom: -73px;
  width: 100%;
  max-width: 740px;
}

.nojoblisting {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.hide {
  display: none;
}

.success-message-2 {
  background-color: #fff;
}

.text-block {
  font-size: 30px;
  line-height: 30px;
}

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

@media screen and (max-width: 991px) {
  .button {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-hero {
    padding-top: 40px;
  }
  .container-hero.letstalkhero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container-hero.privacyhero {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .container-hero.insightcontainer {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .wwa-c1 {
    padding-bottom: 60px;
  }
  .heroh1.insighttitle {
    font-size: 40px;
    line-height: 40px;
  }
  .menu {
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .letstalk-ul {
    margin-bottom: 0px;
  }
  .logistic {
    font-size: 34px;
    line-height: 40px;
  }
  .step-c {
    max-width: 32%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logtxtheader {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .container-bullet {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .desctxt {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .wwd-c {
    max-width: 32%;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .wwd-h1 {
    font-size: 22px;
  }
  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .partner-txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .partner-h1 {
    font-size: 36px;
  }
  .footer-col {
    margin-left: 40px;
  }
  .stayuptodate {
    margin-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .invisibleblock {
    display: block;
    height: 20px;
  }
  .letstalk-c {
    padding: 60px 20px;
  }
  .contact-field {
    max-width: 27%;
    margin-right: 40px;
    font-size: 20px;
  }
  .contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-comment {
    max-width: 100%;
    min-width: 100%;
  }
  .career-c {
    padding: 60px 20px;
  }
  .career-c.insight {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .career-list {
    max-width: 100%;
  }
  .joburl {
    font-size: 18px;
    line-height: 18px;
  }
  .job-li {
    margin-bottom: 30px;
  }
  .h1 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph.pad2 {
    margin-bottom: 60px;
  }
  .paragraph.carrerlesspad2-copy3 {
    margin-bottom: 60px;
  }
  .paragraph.articletxt {
    margin-bottom: 60px;
  }
  .paragraph.spacing {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .privacy-c {
    margin-bottom: 0px;
  }
  .privacy-hero {
    left: auto;
  }
  .list-2-copy {
    margin-bottom: 0px;
  }
  .bullet-li {
    background-position: 0% 4px;
    line-height: 22px;
  }
  .wwa-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wwa-img2 {
    height: auto;
  }
  .blogpost-c {
    max-width: 48%;
    margin-bottom: 30px;
  }
  .blogpost-c.v2 {
    max-width: 48%;
  }
  .blogpost-c.blogpost.article {
    max-width: 100%;
  }
  .blog-ul2 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .blog-ul {
    margin-top: 20px;
  }
  .insight-btn {
    display: none;
  }
  .herobannermain {
    bottom: -60px;
  }
  .whoweare {
    padding-bottom: 60px;
  }
  .whoweare.removespacingtop {
    padding-top: 90px;
  }
  .wwa-img {
    bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  .privacy {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.menubutton {
    display: none;
  }
  .button.menubutton.parralaxmenubutton {
    display: none;
  }
  .button.privacybutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
    -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-radius: 200px;
    font-size: 16px;
    text-align: center;
  }
  .button.mobilemenubutton {
    display: block;
  }
  .hero {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }
  .hero.careerhero {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero.privacyhero {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .container-hero {
    padding-top: 20px;
  }
  .container-hero.letstalkhero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-hero.letstalkhero.career {
    padding-bottom: 20px;
  }
  .container-hero.privacyhero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-hero.insightcontainer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wwa-c1.greybcg {
    padding-top: 60px;
  }
  .heroh1 {
    font-size: 48px;
    line-height: 48px;
  }
  .heroh1.wwdh1 {
    font-size: 30px;
    line-height: 34px;
  }
  .heroh1.privacypolicy {
    font-size: 38px;
    line-height: 38px;
  }
  .heroh1.insighttitle {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .herodesc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .menu {
    position: fixed;
    z-index: 100;
    padding: 20px;
    background-color: #486691;
  }
  .menu-li {
    display: none;
  }
  .logistic {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .step-c {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-bullet {
    padding-right: 20px;
    padding-left: 20px;
  }
  .whatwedo {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .wwd-c {
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.flex-h1-copy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .partner-txt {
    font-size: 20px;
  }
  .partner-h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .partner-icon-rt {
    max-width: 140px;
    margin-right: 6px;
    margin-left: 6px;
  }
  .stayuptodate {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sutd-field {
    padding-left: 0px;
    text-align: center;
  }
  .sutd-c {
    margin-bottom: 0px;
    text-align: center;
  }
  .menu-inst {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 58px;
    height: 43px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    -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;
  }
  .burgerbar {
    position: relative;
    width: 100%;
    height: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
  }
  .burgerbar.yellowburger {
    z-index: 5;
    background-color: #ecb950;
  }
  .invisibleblock {
    display: block;
    width: 100%;
    height: 110px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .invisibleblock.hide {
    display: block;
  }
  .mobilemenu {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    padding: 120px 20px 40px;
    -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;
    background-color: #486691;
  }
  .m-menu-li {
    display: block;
    margin-bottom: 40px;
    color: #fffffe;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .m-menu {
    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;
    text-align: center;
  }
  .list-item-3 {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cookietxt {
    line-height: 16px;
    font-weight: 400;
  }
  .letstalk-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-field {
    max-width: 47%;
    margin-right: 0px;
  }
  .contact {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .career-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .career-c.insight {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .career-c.insight.blogpost {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  .joburl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .h1.pad {
    line-height: 22px;
  }
  .h1.careerlesspad2 {
    margin-top: 5px;
    line-height: 22px;
  }
  .paragraph.pad2 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
  .paragraph.carrerlesspad2-copy3 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
  .paragraph.articletxt {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
  .bullet-li {
    background-position: 0% 6px;
    line-height: 26px;
  }
  .wwa-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wwa-c2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wwa-img2 {
    display: block;
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .blogpost-c {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .blogpost-c.v2 {
    max-width: 100%;
  }
  .blog-img2 {
    max-width: 100%;
  }
  .author-img {
    max-width: 80px;
  }
  .author-txt {
    font-size: 16px;
    line-height: 20px;
  }
  .whoweare.removespacingtop {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .wwa-img {
    bottom: -30px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 135px;
  }
  .logistic {
    font-size: 24px;
    line-height: 30px;
  }
  .container.flex-h1-copy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .partner-c {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-col {
    width: 100%;
    max-width: 50%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-logo-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sutd-field {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block {
    max-width: 40%;
  }
  .link-block.bllogo {
    max-width: 70%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .contact-field {
    max-width: 100%;
  }
  .paragraph.spacing {
    padding-right: 0px;
    padding-left: 0px;
  }
}

