.section-homepage-top {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  max-height: 620px;
}

.section-homepage-content {
  position: relative;
  z-index: 50;
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
}

.homepage-top-bgimg {
  position: relative;
  z-index: 2;
}

.section-homepage-bottom1 {
  position: relative;
  margin-top: -561px;
}

.homepage-bot1-bgimc {
  position: relative;
  z-index: 1;
}

.section-homepage-bottom2 {
  position: relative;
}

.homepage-top-bgimg-copy {
  position: relative;
  z-index: 2;
}

.homepage-bot2-bgimg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  max-width: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: inline-block;
  width: 45%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.link {
  position: relative;
  right: auto;
  display: inline-block;
  width: auto;
  margin-right: 38px;
  padding-right: 0px;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  display: inline-block;
  height: 23px;
  border-bottom: 13px solid #00b0c7;
  color: #fff;
}

.text-span-4 {
  display: inline-block;
}

.text-span-4:hover {
  height: 23px;
  border-bottom: 13px solid #00b0c7;
}

.top-rightnav {
  position: absolute;
  left: 208px;
  top: 25%;
  right: auto;
  bottom: 0%;
  width: 300px;
}

.toptop {
  position: relative;
  z-index: 0;
  display: none;
}

.text-span-3 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-3:hover {
  height: 23px;
  padding-right: 0px;
  border-bottom: 13px solid #00b0c7;
}

.image-3 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.headercontent {
  position: relative;
  width: 179px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-2 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-2:hover {
  height: 23px;
  border-bottom: 13px solid #00b0c7;
}

.top-leftnav {
  position: absolute;
  left: auto;
  top: 25%;
  right: 160px;
  bottom: 0%;
  width: 300px;
}

.site-header {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), transparent);
}

.site-header-leftnav {
  position: absolute;
  top: 16px;
  right: 238px;
  width: 200px;
  padding-right: 28px;
  text-align: right;
}

.site-header-rightnav {
  padding-right: 0px;
  padding-left: 28px;
}

.link-2 {
  position: relative;
  font-family: Din, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block {
  position: relative;
}

.link-3 {
  position: relative;
  display: block;
  font-family: Din, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #1aff00;
}

.text-span-5 {
  position: relative;
  font-style: italic;
}

.site-header-leftnav-copy {
  position: absolute;
  top: 16px;
  right: -275px;
  width: 250px;
  padding-right: 28px;
  text-align: left;
}

.link-4 {
  position: relative;
  display: block;
  width: 80px;
  font-family: Din, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  color: #1aff00;
}

.text-span-6 {
  font-style: italic;
}

.link-5 {
  position: absolute;
  left: 68px;
  top: 0px;
  display: block;
  width: 180px;
  padding-left: 24px;
  font-family: Din, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-5:hover {
  color: #1aff00;
}

.attitudeslink {
  position: relative;
  z-index: auto;
  display: block;
  width: 100%;
  max-width: none;
}

.attitudeslink-link-container {
  position: absolute;
  left: 14%;
  top: auto;
  right: auto;
  bottom: 35%;
  z-index: 60;
  display: block;
  width: 25%;
  -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;
}

.text-block {
  position: relative;
  margin-top: 25px;
  padding-right: 41px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.reltalklink-link-container {
  position: absolute;
  left: 45%;
  top: auto;
  right: auto;
  bottom: 13%;
  z-index: 10;
  display: block;
  width: 22%;
  -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;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 23%;
  right: 14%;
  bottom: 0%;
  z-index: 10;
  width: 30%;
  max-width: none;
}

.image-5 {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 4%;
  z-index: 20;
  width: 20%;
  max-width: none;
}

.image-6 {
  width: 58%;
  max-width: none;
}

.homepage-contentblock1 {
  display: block;
  width: 88vw;
  margin-right: auto;
  margin-left: auto;
}

.homepage-contentblock2 {
  width: 88vw;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  width: 55%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.homepage-contentblock3 {
  width: 88vw;
  margin: 7% auto;
}

.image-8 {
  width: 66%;
  max-width: none;
}

.homepage-contentblock1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer {
  position: relative;
  padding-top: 45px;
  padding-bottom: 40px;
}

.image-9 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
}

.text-block-2 {
  position: relative;
  font-family: Din, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-content-top {
  position: relative;
  z-index: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 13px;
  background-color: transparent;
}

.link-block {
  position: relative;
}

.realtalk-text {
  position: relative;
  margin-top: 25px;
  padding-right: 0px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.link-block-2 {
  position: relative;
}

.interior-toppic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 27px;
}

.ceo-content {
  position: relative;
  margin-top: -71px;
  padding-bottom: 112px;
}

.image-10 {
  position: relative;
  z-index: 5;
  display: block;
  width: 30%;
  margin-top: -56px;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  width: 80vw;
  margin-top: -2px;
  margin-right: auto;
  margin-left: auto;
}

.horizontal-gray-bar {
  position: relative;
  width: auto;
  height: 2px;
  background-color: #8f8f8f;
}

.column {
  padding-right: 64px;
  padding-left: 0px;
  background-color: transparent;
}

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

.heading {
  position: relative;
  margin-top: 29px;
  margin-bottom: -8px;
  font-family: Din, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 58px;
  text-transform: uppercase;
}

.text-block-3 {
  position: relative;
  font-family: Din, sans-serif;
  color: #000;
  font-size: 23px;
  font-weight: 500;
}

.text-block-4 {
  position: relative;
  margin-top: 23px;
  font-family: Din, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 31px;
  font-style: italic;
  font-weight: 300;
}

.bio {
  position: relative;
  margin-top: 23px;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
}

.section-linkblock {
  position: relative;
  height: 420px;
  background-image: url('../images/realitywearattitudes_bottom.jpg');
  background-position: 50% 0%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.columns-2 {
  position: relative;
  height: 100%;
}

.column-3 {
  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;
}

.column-4 {
  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;
}

.attitudeslink-link-container-bottom {
  position: static;
  left: 14%;
  top: auto;
  right: auto;
  bottom: 35%;
  z-index: 60;
  display: block;
  width: 45%;
  -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;
}

.textblock-pagebottom {
  position: relative;
  margin-top: 20px;
  padding-right: 22px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
}

.textblock-pagebottom-right {
  position: relative;
  margin-top: 20px;
  padding-right: 22px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
}

.section-content-main {
  position: relative;
  z-index: 30;
  padding-bottom: 112px;
}

.image-11 {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
}

.link-block-3 {
  position: relative;
  left: 116px;
  top: -79px;
  width: 40%;
}

.section-content-attitudessliders {
  position: relative;
  z-index: 3;
  height: 80px;
  background-color: #000;
}

.section-linkblock-realtalk {
  position: relative;
  height: 420px;
  background-image: url('../images/realtalk_bottom.jpg');
  background-position: 50% 0%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.section-linkblock-attitudes {
  position: relative;
  height: 420px;
  background-color: #000;
  background-image: url('../images/realitywearattitudes_bottom.jpg');
  background-position: 50% 0%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.section-linkblock-coceos {
  position: relative;
  height: 420px;
  background-image: url('../images/coceos_bottom.jpg');
  background-position: 50% 0%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.image-12 {
  width: 130%;
  max-width: 120%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.body {
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.realtalk-left {
  position: relative;
  padding-top: 8px;
  padding-right: 43px;
  padding-left: 43px;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
}

.realtalk-columns {
  position: relative;
  width: 80vw;
  margin-top: -204px;
  margin-right: auto;
  margin-left: auto;
}

.realtalk-column-left {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

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

.image-13 {
  margin-top: -183px;
}

.text-span-7 {
  font-size: 20px;
  font-weight: 700;
}

.realtalk-headline {
  position: relative;
  margin-top: 277px;
  margin-bottom: -8px;
  font-family: Din, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-span-8 {
  font-weight: 700;
}

.realtalk-right {
  position: relative;
  margin-top: 23px;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
}

.text-span-9 {
  font-size: 25px;
  font-weight: 700;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  font-weight: 700;
}

.image-14 {
  width: 60%;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-right: 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-4 {
  display: block;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.before {
  position: relative;
  display: block;
  height: 100vh;
  background-image: url('../images/look1_model.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.after {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  background-image: url('../images/look1_original.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.look1 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 630px;
}

.look2 {
  position: relative;
  overflow: hidden;
  height: 630px;
}

.before2 {
  position: relative;
  display: block;
  height: 100vh;
  background-image: url('../images/look2_model.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.after2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  background-image: url('../images/look2_inspiration.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.the-inspiration {
  position: absolute;
  left: 32px;
  top: 25px;
  z-index: 29;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.the-look {
  position: absolute;
  left: auto;
  top: 25px;
  right: 32px;
  bottom: auto;
  z-index: 29;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-15 {
  position: absolute;
  left: 0%;
  top: 18px;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: block;
  width: 85px;
  margin-right: auto;
  margin-left: auto;
}

.slidergradient {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), transparent);
}

.heading-2 {
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-5 {
  position: relative;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-3 {
  position: relative;
  left: 0%;
  top: -52%;
  right: 0%;
  bottom: 0px;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  background-color: #000;
}

.look3 {
  position: relative;
  overflow: hidden;
  height: 630px;
}

.before3 {
  position: relative;
  display: block;
  height: 100vh;
  background-image: url('../images/look3_model.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.after3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  background-image: url('../images/look3_inspiration.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.look4 {
  position: relative;
  overflow: hidden;
  height: 630px;
}

.before4 {
  position: relative;
  display: block;
  height: 100vh;
  background-image: url('../images/look4_model.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.after4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  background-image: url('../images/look4_inspiration.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.look5 {
  position: relative;
  overflow: hidden;
  height: 630px;
}

.before5 {
  position: relative;
  display: block;
  height: 100vh;
  background-image: url('../images/look5_model.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.after5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  background-image: url('../images/look5_inspiration.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.grouplook {
  position: relative;
  display: block;
  overflow: hidden;
  height: 630px;
}

.before-group {
  position: relative;
  display: block;
  height: 100vh;
  background-image: url('../images/group_model.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.after-group {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  background-image: url('../images/group_inspiration.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.link-6 {
  font-family: Din, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.columns-3 {
  position: absolute;
  left: 0%;
  top: 140px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  position: relative;
  width: 75%;
  margin-bottom: 32px;
}

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

.text-block-6 {
  position: relative;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

.text-span-13 {
  font-style: italic;
  font-weight: 700;
}

.text-block-7 {
  position: relative;
  margin-bottom: 10px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.column-6 {
  padding-top: 71px;
  padding-left: 25px;
}

.text-block-8 {
  position: relative;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.section-content-slideshow {
  position: relative;
  z-index: 3;
  display: block;
  height: auto;
  padding-top: 38px;
  -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: #000;
}

.slider {
  display: block;
  width: 70%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.section-content-top-attitudes {
  position: relative;
  z-index: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 13px;
  background-color: #000;
}

.image-17 {
  position: absolute;
  left: -54%;
  top: 45%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  display: none;
}

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

.columns-4 {
  display: none;
}

.look2alt {
  display: none;
}

.look3alt {
  display: none;
}

.look4alt {
  display: none;
}

.look5alt {
  display: none;
}

.look6alt {
  display: none;
}

.mobileonly-attitudeblurb {
  display: none;
}

.attitudes-column1 {
  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;
}

.attitudes-column2 {
  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;
}

.image-23 {
  display: none;
}

.hometext {
  position: relative;
  display: none;
  margin-top: 23px;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
}

.text-span-20 {
  font-weight: 700;
}

.link-7 {
  color: #009acf;
}

.link-7:hover {
  color: #e2b204;
}

.link-8 {
  color: #009acf;
}

.link-8:hover {
  color: #e2b204;
}

.image-25 {
  display: none;
}

.image-27 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 36px;
}

.link-9 {
  color: #009acf;
}

.link-9:hover {
  color: #e2b204;
}

.pawaheader {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

.pawa-left {
  position: relative;
  padding-top: 19px;
  padding-right: 43px;
  padding-left: 43px;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
}

.pawa-right {
  position: relative;
  margin-top: 244px;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
}

.list-item {
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-3 {
  font-size: 18px;
  line-height: 26px;
}

.list-item-4 {
  font-size: 18px;
  line-height: 24px;
}

.list {
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.list-item-5 {
  padding-bottom: 11px;
  line-height: 28282828px;
}

.list-item-6 {
  font-size: 16px;
  line-height: 26px;
}

.list-2 {
  margin-top: 225px;
  margin-bottom: 0px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 31px;
}

.list-item-7 {
  padding-bottom: 11px;
  font-family: Exo, sans-serif;
}

.list3 {
  margin-bottom: 0px;
  padding-left: 52px;
  font-size: 16px;
  line-height: 31px;
}

.list-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 31px;
}

.image-28 {
  width: 100%;
}

.image-29 {
  width: 100%;
}

.image-30 {
  width: 100%;
}

.image-31 {
  width: 100%;
}

.image-32 {
  width: 100%;
}

.image-33 {
  width: 100%;
}

.image-34 {
  width: 100%;
}

.image-35 {
  width: 100%;
}

.image-36 {
  width: 100%;
}

.image-37 {
  width: 100%;
}

.image-38 {
  width: 100%;
}

.image-39 {
  width: 100%;
}

.image-40 {
  width: 100%;
}

.text-span-22 {
  font-weight: 700;
}

.text-span-23 {
  font-weight: 700;
}

.text-span-24 {
  font-weight: 700;
}

.text-span-25 {
  font-weight: 700;
}

.diabolical-left {
  position: relative;
  padding-top: 15px;
  padding-right: 43px;
  padding-left: 43px;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
}

.text-span-7-copy {
  font-size: 35px;
  font-weight: 700;
}

.diabolical-right {
  position: relative;
  margin-top: 219px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 35px;
  font-style: normal;
  font-weight: 300;
}

.text-span-26 {
  font-size: 23px;
  font-weight: 700;
}

.text-span-27 {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .section-homepage-top {
    max-height: 880px;
  }

  .section-homepage-content {
    margin-top: auto;
    padding-top: 104px;
  }

  .section-homepage-bottom1 {
    margin-top: -783px;
  }

  .attitudeslink {
    width: 110%;
  }

  .attitudeslink-link-container {
    left: 12%;
    bottom: 36%;
  }

  .text-block {
    padding-right: 57px;
    font-size: 19px;
  }

  .image-6 {
    width: 70%;
  }

  .homepage-contentblock1 {
    padding-top: 107px;
  }

  .image-7 {
    width: 76%;
  }

  .image-8 {
    width: 80%;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    padding-top: 56px;
    padding-bottom: 66px;
  }

  .image-9 {
    position: relative;
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
  }

  .text-block-2 {
    position: relative;
    font-family: Din, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .section-content-top {
    height: auto;
    padding-bottom: 33px;
    background-color: #fff;
  }

  .realtalk-text {
    font-size: 20px;
  }

  .ceo-content {
    margin-top: -104px;
  }

  .image-10 {
    margin-top: -67px;
  }

  .columns {
    position: relative;
    z-index: 20;
    background-color: #fff;
  }

  .attitudeslink-link-container-bottom {
    left: 12%;
    bottom: 36%;
  }

  .textblock-pagebottom {
    padding-right: 0px;
    font-size: 19px;
  }

  .textblock-pagebottom-right {
    padding-right: 0px;
    font-size: 19px;
  }

  .section-content-attitudessliders {
    height: 75px;
  }

  .realtalk-left {
    padding-top: 10px;
    font-size: 24px;
    line-height: 47px;
  }

  .realtalk-columns {
    margin-top: -273px;
  }

  .image-13 {
    margin-top: -217px;
  }

  .text-span-7 {
    font-size: 24px;
  }

  .realtalk-headline {
    margin-top: 328px;
    font-size: 60px;
    line-height: 59px;
  }

  .realtalk-right {
    font-size: 21px;
    line-height: 38px;
  }

  .text-span-9 {
    font-size: 32px;
  }

  .div-block-2 {
    padding-top: 38px;
    padding-right: 66px;
  }

  .section {
    overflow: hidden;
  }

  .before {
    background-image: url('../images/look1_model.jpg');
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
  }

  .after {
    display: block;
    background-image: url('../images/look1_original.jpg');
    background-attachment: fixed;
  }

  .look1 {
    overflow: hidden;
    height: 800px;
  }

  .look2 {
    overflow: hidden;
    height: 800px;
  }

  .before2 {
    background-image: url('../images/look2_model.jpg');
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
  }

  .after2 {
    display: block;
    background-image: url('../images/look2_inspiration.jpg');
    background-attachment: fixed;
  }

  .the-inspiration {
    position: absolute;
    left: 32px;
    top: 30px;
    right: auto;
    bottom: auto;
    z-index: 6;
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .the-look {
    position: absolute;
    left: auto;
    top: 30px;
    right: 32px;
    bottom: auto;
    z-index: 6;
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .image-15 {
    position: absolute;
    left: 0%;
    top: 22px;
    right: 0%;
    bottom: auto;
    z-index: 25;
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .slidergradient {
    position: absolute;
    z-index: 3;
    width: 100vw;
    height: 15%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent);
  }

  .heading-2 {
    margin-top: 61px;
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 65px;
    line-height: 69px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .look3 {
    overflow: hidden;
    height: 800px;
  }

  .before3 {
    background-image: url('../images/look3_model.jpg');
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
  }

  .after3 {
    display: block;
    background-image: url('../images/look3_inspiration.jpg');
    background-attachment: fixed;
  }

  .look4 {
    overflow: hidden;
    height: 800px;
  }

  .before4 {
    background-image: url('../images/look4_model.jpg');
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
  }

  .after4 {
    display: block;
    background-image: url('../images/look4_inspiration.jpg');
    background-attachment: fixed;
  }

  .look5 {
    overflow: hidden;
    height: 800px;
  }

  .before5 {
    background-image: url('../images/look5_model.jpg');
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
  }

  .after5 {
    display: block;
    background-image: url('../images/look5_inspiration.jpg');
    background-attachment: fixed;
  }

  .grouplook {
    overflow: hidden;
    height: 800px;
  }

  .before-group {
    background-image: url('../images/group_model.jpg');
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
  }

  .after-group {
    display: block;
    background-image: url('../images/group_inspiration.jpg');
    background-attachment: fixed;
  }

  .columns-3 {
    width: 1000px;
  }

  .image-16 {
    width: 85%;
    margin-bottom: 51px;
  }

  .text-block-6 {
    font-size: 27px;
    line-height: 38px;
  }

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

  .column-6 {
    padding-top: 87px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 32px;
  }

  .section-content-slideshow {
    height: auto;
  }

  .slider {
    height: 100%;
  }

  .section-content-top-attitudes {
    height: auto;
    padding-bottom: 33px;
    background-color: #000;
  }

  .link-8 {
    color: #009acf;
  }

  .link-8:hover {
    color: #e2b204;
  }

  .link-9 {
    color: #009acf;
  }

  .link-9:hover {
    color: #e2b204;
  }

  .pawaheader {
    font-size: 48px;
    line-height: 51px;
  }

  .pawa-left {
    padding-top: 21px;
    font-size: 24px;
    line-height: 47px;
  }

  .pawa-right {
    font-size: 21px;
    line-height: 38px;
  }

  .list-2 {
    margin-top: 280px;
    font-size: 18px;
    line-height: 34px;
  }

  .list3 {
    font-size: 18px;
    line-height: 34px;
  }

  .list-4 {
    font-size: 18px;
    line-height: 34px;
  }

  .diabolical-left {
    padding-top: 23px;
    font-size: 24px;
    line-height: 47px;
  }

  .text-span-7-copy {
    font-size: 43px;
  }

  .diabolical-right {
    margin-top: 295px;
    font-size: 21px;
    line-height: 38px;
  }

  .text-span-26 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .section-homepage-top {
    max-height: 1000px;
  }

  .section-homepage-content {
    padding-top: 64px;
  }

  .section-homepage-bottom1 {
    margin-top: -990px;
  }

  .image {
    width: 3000px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .site-header-leftnav {
    top: 40px;
    right: 437px;
  }

  .link-3 {
    font-size: 22px;
    line-height: 22px;
  }

  .site-header-leftnav-copy {
    top: 40px;
    right: -489px;
    width: 450px;
  }

  .link-4 {
    font-size: 22px;
    line-height: 22px;
  }

  .link-5 {
    left: 158px;
    width: 250px;
    padding-left: 1px;
    font-size: 22px;
    line-height: 22px;
  }

  .attitudeslink {
    width: 160%;
  }

  .text-block {
    margin-top: 44px;
    font-size: 27px;
    line-height: 42px;
  }

  .image-5 {
    bottom: 4%;
  }

  .image-6 {
    width: 63%;
  }

  .image-7 {
    width: 70%;
  }

  .image-8 {
    width: 72%;
  }

  .image-9 {
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .realtalk-text {
    margin-top: 44px;
    font-size: 27px;
    line-height: 42px;
  }

  .ceo-content {
    margin-top: -128px;
  }

  .image-10 {
    margin-top: -90px;
  }

  .heading {
    font-size: 58px;
  }

  .text-block-3 {
    font-size: 38px;
    line-height: 45px;
  }

  .text-block-4 {
    font-size: 29px;
    line-height: 45px;
  }

  .bio {
    font-size: 27px;
    line-height: 50px;
  }

  .textblock-pagebottom {
    margin-top: 29px;
    font-size: 27px;
    line-height: 35px;
  }

  .textblock-pagebottom-right {
    margin-top: 29px;
    font-size: 27px;
    line-height: 36px;
  }

  .image-11 {
    left: 0px;
  }

  .link-block-3 {
    left: 110px;
    top: -117px;
  }

  .section-linkblock-realtalk {
    height: 520px;
  }

  .section-linkblock-attitudes {
    height: 520px;
    background-size: 2200px;
  }

  .section-linkblock-coceos {
    height: 520px;
  }

  .realtalk-left {
    padding-top: 25px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 31px;
    line-height: 60px;
  }

  .realtalk-columns {
    margin-top: -337px;
  }

  .image-13 {
    margin-top: -282px;
  }

  .text-span-7 {
    font-size: 33px;
  }

  .realtalk-headline {
    margin-top: 415px;
    font-size: 80px;
    line-height: 85px;
  }

  .realtalk-right {
    font-size: 28px;
    line-height: 49px;
  }

  .div-block-2 {
    padding-top: 44px;
    padding-right: 75px;
  }

  .before3 {
    background-image: url('../images/look3_model.jpg');
  }

  .after3 {
    background-image: url('../images/look3_inspiration.jpg');
  }

  .before4 {
    background-image: url('../images/look4_model.jpg');
  }

  .after4 {
    background-image: url('../images/look4_inspiration.jpg');
  }

  .before5 {
    background-image: url('../images/look5_model.jpg');
  }

  .after5 {
    background-image: url('../images/look5_inspiration.jpg');
  }

  .before-group {
    background-image: url('../images/group_model.jpg');
  }

  .after-group {
    background-image: url('../images/group_inspiration.jpg');
  }

  .columns-3 {
    top: 225px;
    width: 1300px;
  }

  .text-block-6 {
    font-size: 34px;
    line-height: 47px;
  }

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

  .text-block-8 {
    font-size: 25px;
    line-height: 43px;
  }

  .section-content-slideshow {
    height: auto;
  }

  .slider {
    height: 100%;
  }

  .image-18 {
    width: 320px;
  }

  .hometext {
    font-size: 27px;
    line-height: 50px;
  }

  .pawaheader {
    font-size: 63px;
    line-height: 68px;
  }

  .pawa-left {
    padding-top: 38px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 31px;
    line-height: 60px;
  }

  .pawa-right {
    font-size: 28px;
    line-height: 49px;
  }

  .list-item-2 {
    font-size: 30px;
  }

  .list-2 {
    margin-top: 370px;
    font-size: 26px;
    line-height: 52px;
  }

  .list3 {
    font-size: 26px;
    line-height: 52px;
  }

  .list-4 {
    font-size: 26px;
    line-height: 52px;
  }

  .image-28 {
    width: 100%;
  }

  .image-29 {
    width: 100%;
  }

  .image-30 {
    width: 100%;
  }

  .diabolical-left {
    padding-top: 25px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 31px;
    line-height: 60px;
  }

  .text-span-7-copy {
    font-size: 57px;
  }

  .diabolical-right {
    margin-top: 396px;
    font-family: Exo, sans-serif;
    font-size: 26px;
    line-height: 52px;
  }

  .text-span-26 {
    font-size: 38px;
    font-weight: 700;
  }

  .text-span-27 {
    font-weight: 700;
  }

  .link-10 {
    color: #009acf;
  }

  .link-10:hover {
    color: #e2b204;
  }
}

@media screen and (max-width: 991px) {
  .section-homepage-top {
    max-height: none;
  }

  .section-homepage-content {
    margin-top: -295px;
    padding-top: 0px;
  }

  .section-homepage-bottom1 {
    margin-top: -389px;
  }

  .image-2 {
    bottom: 51%;
  }

  .link {
    margin-right: 26px;
    font-size: 12px;
  }

  .text-span-4 {
    font-size: 12px;
  }

  .top-rightnav {
    left: 170px;
    top: 20%;
    bottom: auto;
    width: 230px;
  }

  .toptop {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .text-span-3 {
    font-size: 13px;
  }

  .image-3 {
    width: 179px;
  }

  .headercontent {
    width: 150px;
  }

  .text-span-2 {
    font-size: 13px;
  }

  .top-leftnav {
    top: 20%;
    right: 125px;
    bottom: auto;
    width: 270px;
    font-size: 13px;
  }

  .site-header-leftnav {
    right: 151px;
  }

  .attitudeslink-link-container {
    bottom: 30%;
  }

  .text-block {
    margin-top: 15px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .reltalklink-link-container {
    bottom: 11%;
  }

  .image-5 {
    bottom: 43%;
    width: 25%;
  }

  .image-6 {
    width: 85%;
  }

  .image-7 {
    width: 80%;
  }

  .image-8 {
    width: 92%;
  }

  .section-content-top {
    overflow: hidden;
  }

  .realtalk-text {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .interior-toppic {
    width: 930px;
  }

  .ceo-content {
    margin-top: -59px;
  }

  .column {
    padding-right: 20px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .heading {
    margin-top: 16px;
    margin-bottom: -16px;
    font-size: 28px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 28px;
  }

  .bio {
    font-size: 14px;
    line-height: 27px;
  }

  .attitudeslink-link-container-bottom {
    width: 55%;
    margin-top: 27px;
  }

  .textblock-pagebottom {
    margin-top: 14px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 19px;
  }

  .textblock-pagebottom-right {
    margin-top: 14px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 19px;
  }

  .image-11 {
    left: 0px;
    top: 0px;
  }

  .link-block-3 {
    left: 81px;
    top: -66px;
    width: 45%;
  }

  .section-linkblock-realtalk {
    height: 320px;
    background-size: 1400px;
  }

  .section-linkblock-attitudes {
    height: 320px;
    background-size: 1400px;
  }

  .section-linkblock-coceos {
    height: 320px;
    background-size: 1400px;
  }

  .image-12 {
    position: relative;
    left: -155px;
  }

  .realtalk-left {
    padding-top: 2px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 27px;
  }

  .realtalk-columns {
    margin-top: -134px;
  }

  .image-13 {
    margin-top: -119px;
  }

  .text-span-7 {
    font-size: 17px;
  }

  .realtalk-headline {
    margin-top: 154px;
    font-size: 35px;
    line-height: 38px;
  }

  .realtalk-right {
    font-size: 14px;
    line-height: 27px;
  }

  .text-span-9 {
    font-size: 21px;
  }

  .div-block-2 {
    padding-right: 43px;
  }

  .link-block-4 {
    width: 16%;
  }

  .before {
    display: none;
  }

  .after {
    display: none;
  }

  .before2 {
    display: none;
  }

  .after2 {
    display: none;
  }

  .before3 {
    display: none;
  }

  .after3 {
    display: none;
  }

  .before4 {
    display: none;
  }

  .after4 {
    display: none;
  }

  .before5 {
    display: none;
  }

  .after5 {
    display: none;
  }

  .before-group {
    display: none;
  }

  .after-group {
    display: none;
  }

  .columns-3 {
    top: 95px;
    width: 670px;
  }

  .image-16 {
    margin-bottom: 28px;
  }

  .column-5 {
    padding-right: 29px;
  }

  .text-block-6 {
    font-size: 17px;
    line-height: 27px;
  }

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

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

  .section-content-slideshow {
    height: auto;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .section-content-top-attitudes {
    overflow: hidden;
  }

  .image-18 {
    width: 150px;
  }

  .image-19 {
    overflow: hidden;
    height: auto;
  }

  .image-21 {
    position: relative;
    margin-left: -77px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .columns-4 {
    display: block;
    width: auto;
    height: 630px;
  }

  .column-7 {
    height: 630px;
    background-image: url('../images/look1_original.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column-8 {
    height: 630px;
    background-image: url('../images/look1_model.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .look2alt {
    display: block;
    width: auto;
    height: 630px;
  }

  .look2lalt-col1 {
    height: 630px;
    background-image: url('../images/look2_inspiration.jpg');
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .look2alt-col2 {
    height: 630px;
    background-image: url('../images/look2_model.jpg');
    background-position: 77% 50%;
    background-size: cover;
  }

  .look3alt {
    display: block;
    width: auto;
    height: 630px;
  }

  .look3lalt-col1 {
    height: 630px;
    background-image: url('../images/look3_inspiration.jpg');
    background-position: 40% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .look3alt-col2 {
    height: 630px;
    background-image: url('../images/look3_model.jpg');
    background-position: 55% 50%;
    background-size: cover;
  }

  .look4alt {
    display: block;
    width: auto;
    height: 630px;
  }

  .look4lalt-col1 {
    height: 630px;
    background-image: url('../images/look4_inspiration.jpg');
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .look4alt-col2 {
    height: 630px;
    background-image: url('../images/look4_model.jpg');
    background-position: 69% 50%;
    background-size: cover;
  }

  .look5alt {
    display: block;
    width: auto;
    height: 630px;
  }

  .look5lalt-col1 {
    height: 630px;
    background-image: url('../images/look5_inspiration.jpg');
    background-position: 55% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .look5alt-col2 {
    height: 630px;
    background-image: url('../images/look5_model.jpg');
    background-position: 60% 50%;
    background-size: cover;
  }

  .look6alt {
    display: block;
    width: auto;
    height: 630px;
  }

  .look6lalt-col1 {
    height: 630px;
    background-image: url('../images/group_inspiration.jpg');
    background-position: 35% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .look6alt-col2 {
    height: 630px;
    background-image: url('../images/group_model.jpg');
    background-position: 15% 50%;
    background-size: cover;
  }

  .hometext {
    font-size: 14px;
    line-height: 27px;
  }

  .pawaheader {
    font-size: 24px;
    line-height: 28px;
  }

  .pawa-left {
    padding-top: 7px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 27px;
  }

  .pawa-right {
    font-size: 14px;
    line-height: 27px;
  }

  .list-2 {
    margin-top: 149px;
    font-size: 13px;
    line-height: 27px;
  }

  .list3 {
    font-size: 13px;
    line-height: 27px;
  }

  .list-4 {
    font-size: 13px;
    line-height: 27px;
  }

  .diabolical-left {
    padding-top: 2px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 27px;
  }

  .text-span-7-copy {
    font-size: 23px;
  }

  .diabolical-right {
    margin-top: 160px;
    font-size: 13px;
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .section-homepage-content {
    margin-top: -423px;
  }

  .section-homepage-bottom1 {
    margin-top: -302px;
  }

  .image-2 {
    bottom: 63%;
    width: 50%;
  }

  .site-header-leftnav {
    right: 118px;
    padding-right: 0px;
  }

  .link-3 {
    font-size: 11px;
  }

  .site-header-leftnav-copy {
    left: 116px;
    width: 200px;
  }

  .link-4 {
    width: 60px;
    font-size: 11px;
  }

  .link-5 {
    width: 120px;
    padding-left: 4px;
    font-size: 11px;
  }

  .attitudeslink-link-container {
    left: 9%;
  }

  .text-block {
    margin-top: 9px;
    padding-right: 0px;
    font-size: 9px;
    line-height: 15px;
  }

  .image-5 {
    bottom: 62%;
    width: 22%;
  }

  .realtalk-text {
    font-size: 9px;
    line-height: 15px;
  }

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

  .image-18 {
    width: 100px;
  }

  .div-block-4 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section-homepage-content {
    margin-top: 28px;
  }

  .section-homepage-bottom1 {
    overflow: hidden;
    margin-top: 28px;
  }

  .section-homepage-bottom2 {
    height: auto;
  }

  .homepage-bot2-bgimg {
    display: block;
  }

  .image {
    width: 150%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-2 {
    left: auto;
    top: 307px;
    right: 0%;
    bottom: auto;
    width: 85%;
  }

  .toptop {
    display: none;
  }

  .site-header {
    display: none;
  }

  .attitudeslink-link-container {
    bottom: 28%;
    width: 35%;
  }

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

  .reltalklink-link-container {
    left: 53%;
    width: 30%;
  }

  .image-4 {
    right: 56%;
  }

  .image-5 {
    left: 9%;
    top: 564px;
    right: auto;
    bottom: auto;
    width: 55%;
  }

  .image-6 {
    display: none;
  }

  .homepage-contentblock1 {
    width: 83vw;
  }

  .image-7 {
    width: 93%;
    margin-top: 59px;
    margin-bottom: 58px;
  }

  .image-8 {
    display: none;
  }

  .homepage-contentblock1-copy {
    display: block;
    width: 83vw;
  }

  .realtalk-text {
    font-size: 12px;
  }

  .ceo-content {
    margin-top: 39px;
  }

  .image-10 {
    display: none;
  }

  .horizontal-gray-bar {
    display: none;
  }

  .column {
    padding-right: 0px;
  }

  .column-2 {
    margin-top: 57px;
    padding-left: 0px;
  }

  .heading {
    font-size: 31px;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 27px;
  }

  .text-block-4 {
    font-size: 19px;
    line-height: 33px;
  }

  .bio {
    font-size: 18px;
    line-height: 33px;
  }

  .columns-2 {
    height: auto;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .column-4 {
    padding-top: 119px;
  }

  .attitudeslink-link-container-bottom {
    margin-top: auto;
  }

  .image-11 {
    left: 0px;
    top: 0px;
  }

  .link-block-3 {
    left: 43px;
    top: -64px;
  }

  .section-content-attitudessliders {
    display: block;
  }

  .section-linkblock-realtalk {
    height: 630px;
    background-image: url('../images/realtalk_bottom_mobile.jpg');
    background-size: contain;
  }

  .section-linkblock-attitudes {
    height: 630px;
    background-image: url('../images/realitywearattitudes_bottom_MOBILE.jpg');
    background-size: contain;
  }

  .section-linkblock-coceos {
    height: 630px;
    background-image: url('../images/coceos_bottom_MOBILE.jpg');
    background-size: contain;
  }

  .image-12 {
    width: 1400px;
    max-width: none;
    margin-left: -788px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .realtalk-left {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 33px;
  }

  .realtalk-columns {
    width: 90vw;
    margin-top: 0px;
  }

  .realtalk-column-right {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-13 {
    margin-top: -279px;
  }

  .text-span-7 {
    font-size: 20px;
  }

  .realtalk-headline {
    margin-top: 19px;
    font-size: 37px;
    line-height: 40px;
  }

  .realtalk-right {
    font-size: 18px;
    line-height: 33px;
  }

  .text-span-9 {
    font-size: 24px;
  }

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

  .link-block-4 {
    width: 120px;
  }

  .look1 {
    display: block;
    height: auto;
  }

  .look2 {
    display: block;
    height: auto;
  }

  .the-inspiration {
    top: 29px;
  }

  .the-look {
    left: 32px;
    top: auto;
    right: auto;
    bottom: 18px;
  }

  .image-15 {
    display: none;
  }

  .heading-2 {
    margin-top: 13px;
    margin-bottom: -1px;
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-3 {
    top: -606%;
    width: 90vw;
  }

  .look3 {
    display: block;
    height: auto;
  }

  .look4 {
    display: block;
    height: auto;
  }

  .look5 {
    display: block;
    height: auto;
  }

  .grouplook {
    display: block;
    height: auto;
  }

  .columns-3 {
    top: 157px;
    width: auto;
  }

  .image-16 {
    width: auto;
  }

  .column-5 {
    padding-right: 39px;
    padding-left: 39px;
  }

  .text-block-6 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
  }

  .text-span-13 {
    font-weight: 700;
  }

  .column-6 {
    display: none;
  }

  .section-content-slideshow {
    height: auto;
  }

  .slider {
    width: 100%;
    height: auto;
    margin-top: 13px;
  }

  .section-content-top-attitudes {
    padding-bottom: 29px;
  }

  .image-17 {
    left: 34%;
    top: 35%;
    width: 175px;
  }

  .image-19 {
    width: 1400px;
    max-width: none;
  }

  .navbar {
    position: absolute;
    display: block;
    width: 100vw;
    background-color: transparent;
  }

  .icon {
    color: #fff;
    font-size: 51px;
  }

  .menu-button {
    padding: 9px 11px 0px 0px;
  }

  .container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent);
  }

  .image-20 {
    width: 50%;
  }

  .nav-menu {
    width: 80vw;
    height: 100vh;
    background-color: rgba(0, 154, 207, 0.84);
  }

  .nav-link {
    padding-top: 116px;
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-link-2 {
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .text-span-14 {
    font-style: italic;
  }

  .nav-link-3 {
    font-family: Din, sans-serif;
  }

  .nav-link-4 {
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: none;
  }

  .text-span-15 {
    font-style: italic;
    text-transform: uppercase;
  }

  .image-21 {
    width: 1400px;
    height: auto;
    max-width: none;
    margin-left: -566px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-22 {
    display: block;
    width: 177px;
    margin-top: 41px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 41px;
  }

  .div-block-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .columns-4 {
    height: 450px;
  }

  .column-7 {
    height: 450px;
  }

  .column-8 {
    height: 450px;
  }

  .look2alt {
    height: 450px;
  }

  .look2lalt-col1 {
    height: 450px;
  }

  .look2alt-col2 {
    height: 450px;
  }

  .look3alt {
    height: 450px;
  }

  .look3lalt-col1 {
    height: 450px;
  }

  .look3alt-col2 {
    height: 450px;
  }

  .look4alt {
    height: 450px;
  }

  .look4lalt-col1 {
    height: 450px;
  }

  .look4alt-col2 {
    height: 450px;
  }

  .look5alt {
    height: 450px;
  }

  .look5lalt-col1 {
    height: 450px;
  }

  .look5alt-col2 {
    height: 450px;
  }

  .look6alt {
    height: 450px;
  }

  .look6lalt-col1 {
    height: 450px;
  }

  .look6alt-col2 {
    height: 450px;
  }

  .mobileonly-attitudeblurb {
    display: block;
    padding-top: 56px;
    padding-bottom: 44px;
    background-image: url('../images/realitywearattitudes_howwhybg_MOBILE.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-9 {
    display: block;
    height: auto;
    margin-bottom: 17px;
    -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;
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    text-align: left;
  }

  .div-block-5 {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .text-span-16 {
    font-style: italic;
  }

  .text-span-17 {
    font-style: italic;
  }

  .text-block-10 {
    font-family: Din, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
  }

  .attitudes-column1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .attitudes-column2 {
    padding-top: 119px;
  }

  .image-23 {
    position: relative;
    display: block;
    width: 100vw;
    max-width: none;
  }

  .image-24 {
    display: none;
  }

  .hometext {
    display: block;
    margin-top: 0px;
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
  }

  .text-span-18 {
    font-weight: 700;
  }

  .text-span-19 {
    font-size: 21px;
    line-height: 35px;
    font-style: italic;
    font-weight: 700;
  }

  .text-span-21 {
    font-style: italic;
  }

  .image-25 {
    position: absolute;
    left: auto;
    top: auto;
    right: 12%;
    bottom: -174px;
    display: block;
    width: 50%;
    max-width: none;
  }

  .image-26 {
    position: relative;
    left: -53px;
    width: 150%;
    max-width: 150%;
  }

  .image-27 {
    width: 150px;
  }

  .pawaheader {
    font-size: 31px;
    line-height: 36px;
  }

  .pawa-left {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 33px;
  }

  .pawa-right {
    font-size: 18px;
    line-height: 33px;
  }

  .list-2 {
    margin-top: 0px;
  }

  .diabolical-left {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 33px;
  }

  .text-span-7-copy {
    font-size: 30px;
  }

  .diabolical-right {
    margin-top: 0px;
    font-size: 18px;
    line-height: 33px;
  }
}

@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}