body {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 39px;
  line-height: 140%;
  font-weight: 900;
  letter-spacing: 5%;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 5%;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0038ff;
  text-decoration: none;
}

a:hover {
  color: #1e949e;
}

ul {
  max-width: 50vw;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  max-width: 50vw;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-size: 22px;
}

img {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

strong {
  line-height: 145%;
  font-weight: 700;
}

.mycontain {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

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

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #25bcca;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.secondary {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #595959;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.secondary.disclaimer {
  line-height: 100%;
}

.secondary.desktop-only {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.secondary.desktop-only.ipad-hidden {
  text-align: center;
}

.secondary.coming-soon {
  color: #949494;
}

.secondary.lapa {
  text-align: center;
}

.secondary.hide {
  opacity: 0;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
}

.colorbox.brandmaincolor {
  background-color: #595959;
}

.colorbox.brand2ndcolor {
  background-color: #b41900;
}

.colorbox.darkgreycolor {
  background-color: #0038ff;
}

.colorbox.lightgreycolor {
  background-color: #fff;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  width: 327px;
  height: 64px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.cta-button:hover {
  background-color: #595959;
  color: #fff;
}

.cta-button.ghost-button {
  border: 1px solid #25bcca;
  background-color: transparent;
  color: #25bcca;
}

.cta-button.ghost-button:hover {
  border-color: #25bcca;
  background-color: #25bcca;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  border-color: #fff;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #25bcca;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #25bcca;
}

.cta-button.inverse-button:hover {
  background-color: #1e949e;
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -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: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.heading-3 {
  font-family: Lato, sans-serif;
}

.fold-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 98.8vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.fold-left-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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: left;
}

.fold-left-half.mobile-side-margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fold-right-half {
  width: 49.5vw;
  max-height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fold-right-half.mobile-fold {
  display: none;
}

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

.fold-container {
  display: block;
  width: 65%;
  height: auto;
  max-width: 65%;
  min-width: 57.5%;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block.lapa {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.text-block.lapa.coming-soon {
  color: #949494;
}

.fold-seperator {
  width: 100%;
  height: 24px;
}

.fold-seperator.mobile-only {
  display: none;
}

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

.centerer.mobile-only {
  display: none;
}

.story-section {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.header {
  width: 75vw;
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.standard-paragraph {
  display: block;
  max-width: 50vw;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 145%;
}

.standard-paragraph.user-quote {
  color: #b41900;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.standard-paragraph.disclaimer {
  line-height: 100%;
}

.standard-paragraph.lapa {
  width: 75vw;
  max-width: none;
  margin-bottom: 0px;
}

.rich-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pre-chapter-spacing {
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-header-spacing {
  height: 24px;
}

.paragraph-spacing {
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prepostimage-spacing {
  height: 96px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.prepostimage-spacing.about-me {
  height: 48px;
}

.prepostimage-spacing.special-about {
  display: none;
}

.text-span {
  text-decoration: underline;
}

.text-span-2 {
  text-decoration: underline;
}

.text-span-4 {
  text-decoration: underline;
}

.text-span-5 {
  text-decoration: underline;
}

.chapter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-6 {
  text-decoration: underline;
}

.text-span-7 {
  text-decoration: underline;
}

.text-span-8 {
  text-decoration: underline;
}

.text-span-9 {
  text-decoration: underline;
}

.text-span-10 {
  text-decoration: underline;
}

.text-span-11 {
  text-decoration: underline;
}

.text-span-12 {
  text-decoration: underline;
}

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

.text-span-13.large-quote {
  font-size: 38px;
}

.text-span-14 {
  text-decoration: underline;
}

.body {
  display: block;
  overflow: visible;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body.lapa {
  display: block;
  max-height: 100vh;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  max-width: 1416px;
  min-width: 60vw;
  -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-style: solid none none;
  border-width: 1px;
  border-color: #949494;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transition-property: none;
  transition-property: none;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #595959;
}

.footer-link.center-block {
  border-style: none solid;
  border-width: 1px;
  border-color: #949494;
}

.footer-text {
  font-weight: 700;
  text-transform: uppercase;
}

.footer-text:hover {
  border-bottom: 3px solid #000;
  color: #000;
}

.mobile-heading-1.lapa {
  font-size: 24px;
  line-height: 150%;
  font-weight: 900;
  text-align: center;
}

.mobile-heading-1.lapa.coming-soon {
  color: #949494;
}

.mobile-heading-1.about {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 900;
}

.mobile-only {
  display: none;
}

.desktop-only.about-me {
  max-width: 50vw;
}

.desktop-only._1440 {
  max-width: 1440px;
}

.desktop-only._959 {
  max-width: 959px;
}

.mobile-hor-scroll-enabler {
  display: none;
  overflow: visible;
}

.paragraph-2 {
  width: 125%;
  max-width: none;
  font-size: 22px;
}

.lapa-fold-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.opening-statement {
  width: 75vw;
  max-height: 15vh;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lapa-header {
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 900;
  letter-spacing: 0%;
  text-transform: none;
}

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.project-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
}

.lapa-divider {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.projects {
  max-width: 100%;
}

.projects.lapa {
  height: auto;
  max-height: 37.5vh;
  max-width: 25vw;
}

.lapa-divider-2 {
  display: block;
  height: 7vh;
}

.navigation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98.8vw;
  height: auto;
  margin-top: 1vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-section.about {
  margin-top: 0vh;
}

.lapa-centerer {
  width: 60vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block {
  display: inline;
  width: 92px;
  height: auto;
  margin-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  text-align: left;
}

.link-block.lapa {
  display: none;
}

.link-block.hidden {
  display: none;
}

.nav-link {
  display: inline;
  color: #595959;
  font-size: 14px;
  line-height: 100%;
}

.nav-link:hover {
  border-bottom: 3px solid #000;
  color: #000;
}

.nav-link.selected {
  display: inline;
  border-bottom: 3px solid #595959;
}

.cs-navi {
  display: none;
  width: auto;
  height: auto;
  max-width: 65%;
  min-width: 57.5%;
  margin-top: 2.5vh;
  margin-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cs-navi.beta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
}

.cs-navi.beta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  margin-top: 3vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.fold-centerer {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.cs-navi-seperator {
  display: block;
  height: 6.5vh;
}

.div-block {
  display: inline-block;
  width: 20px;
  padding-right: 0px;
}

.navi-container-left-half {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navi-container-right-half {
  width: 49.5vw;
  height: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navi-centerer {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.extender {
  width: 50vw;
  height: 6vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.extender.lapa {
  height: 3vh;
}

.extender.about {
  height: 3vh;
}

.navi-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  min-width: 57.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-2 {
  display: inline;
  color: #595959;
  font-size: 14px;
  line-height: 100%;
}

.nav-link-2.selected {
  display: inline;
  border-bottom: 3px none #595959;
  color: #595959;
}

.project-card-link {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-card-link:hover {
  box-shadow: 0 1px 2px 1px #949494;
}

.link {
  text-decoration: underline;
}

.link-2 {
  text-decoration: underline;
}

.nav-link-3 {
  display: inline;
  color: #595959;
  font-size: 14px;
  line-height: 100%;
}

.nav-link-3:hover {
  border-bottom: 3px solid #000;
  color: #000;
}

.link-3 {
  text-decoration: underline;
}

.link-4 {
  text-decoration: underline;
}

.link-5 {
  text-decoration: underline;
}

.mobile-navigation.mobile-navi {
  display: none;
}

.navi-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  min-width: 57.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._1240 {
  max-width: 1240px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list-item {
  margin-bottom: 5px;
}

.cta-button-2 {
  width: 327px;
  height: 64px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.cta-button-2:hover {
  background-color: #595959;
  color: #fff;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-2 {
  max-width: 0px;
}

.italic-text {
  font-size: 28px;
}

.italic-text-2 {
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .secondary.desktop-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

  .secondary.desktop-only.ipad-hidden {
    display: none;
  }

  .fold-section {
    width: 100vw;
    height: auto;
    -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;
  }

  .fold-left-half.mobile-side-margins {
    width: auto;
    margin-top: 32px;
  }

  .fold-right-half {
    display: none;
  }

  .fold-right-half.mobile-fold.mobile-margins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .story-section {
    width: 100%;
  }

  .header {
    display: inline-block;
    width: 90vw;
    max-width: none;
  }

  .standard-paragraph {
    max-width: none;
  }

  .standard-paragraph.lapa {
    width: 90vw;
  }

  .rich-text-container {
    width: auto;
  }

  .pre-chapter-spacing {
    height: 10vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .prepostimage-spacing.special-padding {
    height: 192px;
  }

  .prepostimage-spacing.special-padding.ipad-overtall-2 {
    height: 4vh;
  }

  .prepostimage-spacing.ipad-overtall {
    height: 4vh;
  }

  .prepostimage-spacing.presolution {
    height: 4vh;
  }

  .chapter-container {
    width: 100%;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: none;
    object-fit: none;
  }

  .footer-section {
    display: block;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-container {
    width: 90vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .desktop-only.about-me {
    max-width: 90vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .desktop-only._1440 {
    width: 100%;
  }

  .desktop-only._959 {
    width: 100%;
  }

  .ipad-exceeding-label {
    text-align: center;
  }

  .lapa-fold-section {
    width: 90vw;
  }

  .opening-statement {
    width: 90vw;
    max-height: none;
  }

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

  .lapa-divider {
    height: 5vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .projects.lapa {
    max-height: 33vh;
    max-width: none;
  }

  .lapa-divider-2 {
    height: 4vh;
  }

  .navigation-section.about.desktop-only {
    display: none;
  }

  .navigation-section.about.desktop-navi {
    display: none;
  }

  .lapa-centerer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -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;
  }

  .link-block.about {
    margin-left: 0%;
  }

  .link-block.about {
    margin-left: 0%;
  }

  .cs-navi.beta.ipad-cs {
    display: none;
  }

  .cs-navi-seperator.ipad-cs {
    display: none;
  }

  .extender.about.mobile {
    width: 90vw;
  }

  .extender.about.mobile {
    width: 90vw;
  }

  .navi-container-2 {
    width: 90vw;
    max-width: none;
    min-width: auto;
  }

  .mobile-navigation.mobile-navi {
    width: 90vw;
  }

  .mobile-navigation.mobile-navi {
    display: block;
    width: 90vw;
  }

  .navi-container-3 {
    width: 90vw;
    max-width: none;
    min-width: auto;
  }

  ._1240 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 16px;
    font-weight: 900;
  }

  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .secondary {
    font-size: 12px;
  }

  .secondary.desktop-only {
    display: none;
  }

  .secondary.mobile-only {
    display: block;
  }

  .secondary.cs-tilted-phone {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .cta-button {
    height: 48px;
    font-size: 16px;
    line-height: 44px;
  }

  .fold-section {
    -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;
  }

  .fold-left-half.mobile-side-margins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fold-right-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .fold-right-half.mobile-fold.mobile-margins {
    display: none;
  }

  .fold-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .fold-seperator.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fold-seperator.desktop-only {
    display: none;
  }

  .centerer.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .centerer.desktop-only {
    display: none;
  }

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

  .pre-chapter-spacing {
    height: 64px;
  }

  .prepostimage-spacing.special-padding.ipad-overtall-2 {
    height: 96px;
  }

  .prepostimage-spacing.ipad-overtall {
    display: none;
  }

  .prepostimage-spacing.about-me {
    height: 48px;
  }

  .body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .body.lapa {
    max-height: none;
  }

  .footer-section {
    height: 48px;
  }

  .footer-link {
    height: 48px;
  }

  .footer-text {
    font-size: 16px;
  }

  .mobile-heading-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .mobile-heading-1.lapa {
    font-size: 16px;
  }

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

  .bold-text {
    font-size: 16px;
  }

  .lapa-fold-section {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .works {
    width: 90vw;
    -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;
  }

  .project-card {
    max-width: 40vw;
  }

  .lapa-divider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .projects.lapa {
    max-height: none;
    max-width: 40vw;
  }

  .lapa-centerer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .fold-centerer {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .project-card-link {
    max-width: 40vw;
  }

  .cta-button-2 {
    height: 48px;
    font-size: 16px;
    line-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 900;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  ul {
    max-width: none;
    margin-bottom: 0px;
  }

  ol {
    max-width: none;
  }

  li {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .secondary {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 150%;
  }

  .secondary.disclaimer {
    line-height: 150%;
  }

  .secondary.desktop-only {
    display: none;
  }

  .cta-button {
    width: 100%;
    height: 48px;
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 44px;
  }

  .fold-section {
    width: 100vw;
    height: auto;
    -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;
  }

  .fold-left-half {
    width: auto;
  }

  .fold-left-half.mobile-side-margins {
    width: 100vw;
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fold-right-half {
    display: none;
  }

  .fold-right-half.mobile-fold {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vw;
  }

  .fold-right-half.mobile-fold.mobile-margins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 0px 16px 16px;
    -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;
  }

  .fold-container {
    width: 100%;
  }

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

  .fold-seperator {
    font-size: 16px;
  }

  .fold-seperator.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fold-seperator.desktop-only {
    display: none;
  }

  .centerer.mobile-only {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .centerer.desktop-only {
    display: none;
  }

  .story-section {
    width: 100%;
  }

  .header {
    max-width: none;
    font-size: 48px;
    line-height: 150%;
  }

  .standard-paragraph {
    max-width: none;
    font-size: 16px;
    line-height: 150%;
  }

  .pre-chapter-spacing {
    height: 64px;
  }

  .post-header-spacing {
    height: 0px;
  }

  .prepostimage-spacing {
    height: 32px;
  }

  .prepostimage-spacing.special-padding {
    height: 64px;
  }

  .prepostimage-spacing.special-padding.ipad-overtall-2.special3 {
    height: 48px;
  }

  .prepostimage-spacing.ipad-overtall {
    display: none;
  }

  .prepostimage-spacing.presolution {
    height: 96px;
  }

  .prepostimage-spacing.about-me.special1 {
    display: none;
  }

  .prepostimage-spacing.special-about.special2 {
    display: block;
  }

  .chapter-container {
    width: 100%;
  }

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

  .body {
    overflow: visible;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-section {
    width: 100vw;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-container {
    width: 100%;
    height: 48px;
  }

  .footer-link {
    height: 48px;
    font-size: 12px;
  }

  .footer-text {
    font-size: 12px;
    text-transform: uppercase;
  }

  .mobile-heading-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .mobile-heading-1.lapa {
    margin-top: 5px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .mobile-hor-scroll-enabler {
    display: block;
    overflow: auto;
    max-width: 90vw;
  }

  .happy-path-horscroll {
    overflow: auto;
    min-width: 480px;
  }

  .happy-path-horscroll.research {
    min-width: 484px;
  }

  .lapa-fold-section {
    width: auto;
  }

  .opening-statement {
    width: auto;
  }

  .works {
    width: auto;
    margin-right: 0px;
    margin-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-card {
    max-width: none;
  }

  .lapa-divider {
    height: 8vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .projects.lapa {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .lapa-centerer {
    width: auto;
  }

  .project-card-link {
    width: auto;
    max-width: none;
  }

  .cta-button-2 {
    width: 100%;
    height: 48px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 44px;
  }

  .list {
    margin-bottom: 0px;
  }

  .list-3 {
    max-width: none;
  }
}

