:root {
  --tcb-dark-blue: #105f99;
  --tcb-cyan: #25aae0;
  --shadow: #0000001a;
  --acumin: acumin-pro, sans-serif;
  --tcb-slate: #3c3c3c;
  --white: white;
  --stroke: #cfcfcf;
  --tcb-orange: #f16022;
  --tcb-gold: #f39521;
  --tcb-pink: #bd3970;
  --50px-radius: 50px;
  --light-gray: var(--tcb-slate);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.div-block {
  border-radius: 0;
}

.flex-block {
  background-color: var(--tcb-dark-blue);
  background-image: url('../images/BackgroundPattern.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--tcb-cyan), var(--tcb-dark-blue));
  box-shadow: 0 2px 5px 0 var(--shadow);
  mix-blend-mode: multiply;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1226px, auto;
  background-attachment: fixed, scroll;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-bottom: 67px;
}

.heading {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
}

.text-block {
  font-family: var(--acumin);
  color: #fff;
  letter-spacing: 7px;
  margin-top: 52px;
  margin-bottom: 52px;
}

.body {
  color: var(--tcb-slate);
  text-align: center;
  letter-spacing: 0;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
  display: block;
  overflow: visible;
}

.body.small {
  text-align: center;
  margin-top: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 21px;
}

.body.small.white {
  background-image: url('../images/Group-96.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body.small.white._1 {
  background-image: url('../images/Vector-2_2.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 80px;
}

.body.small.white._2 {
  background-image: url('../images/Vector-1_4.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 80px;
}

.body.small.white._3 {
  background-image: url('../images/Vector_4.png');
  background-position: 0 0;
  background-size: contain;
  padding-bottom: 80px;
}

.body.white {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 33px;
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.image {
  margin-top: 46px;
  margin-bottom: 46px;
}

.h2 {
  color: var(--tcb-dark-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: acumin-pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.h2.big {
  margin-top: 23px;
  margin-bottom: 21px;
  font-size: 100px;
  font-weight: 200;
  line-height: 110px;
}

.h3subheads {
  color: var(--tcb-cyan);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 29px;
  padding-left: 76px;
  padding-right: 76px;
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 38px;
}

.h3subheads.bold {
  margin-bottom: 20px;
  font-weight: 700;
}

.h3subheads.whi {
  color: var(--white);
  padding-left: 141px;
  padding-right: 141px;
  font-weight: 700;
}

.h3subheads.white {
  color: var(--white);
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.cell {
  border: .5px solid var(--stroke);
  box-shadow: 0 2px 5px 0 var(--shadow);
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 45px;
  transform: translate(0);
}

.paragraph {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.paragraph-2 {
  text-align: center;
  padding-right: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.janice {
  border: .5px solid var(--stroke);
  box-shadow: 0 2px 5px 0 var(--shadow);
  border-radius: 20px;
  transform: scale(2.5)translate(-34px, 70px);
}

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

.cell-2 {
  transform-style: preserve-3d;
  background-image: url('../images/cells.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  transform: translate3d(34px, -169px, -61px);
}

.paragraph-3 {
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  padding: 91px 52px;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  line-height: 42px;
}

.bold-text {
  background-image: linear-gradient(39deg, var(--tcb-orange), var(--tcb-gold));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.janiceletter {
  position: relative;
}

.image-3 {
  z-index: -999;
  border-radius: 40px;
  position: relative;
  top: 120px;
  transform: translate(20px, -111px);
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  max-width: 98%;
  position: relative;
  top: -250px;
}

.column {
  background-color: #fff;
  border: .5px solid #cfcfcf;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 7px 2px #0000001a;
}

.paragraph-4 {
  font-size: 15px;
}

.paragraph-5 {
  background-color: var(--white);
  color: var(--tcb-pink);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  padding: 71px 42px;
  font-family: acumin-pro, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 37px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2 {
  text-align: left;
  font-family: acumin-pro, sans-serif;
}

.container-2 {
  background-image: url('../images/BlueArrowset.png');
  background-position: 99% 89%;
  background-repeat: no-repeat;
  background-size: 218px;
  transform: translate(0);
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  font-family: acumin-pro, sans-serif;
}

.text-span-3 {
  font-weight: 400;
}

.heading-2 {
  color: var(--tcb-dark-blue);
  margin-top: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 70px;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-cards {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  margin: 26px 31px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.columns-2 {
  min-width: 80%;
  max-width: 100%;
}

.div-block-7, .div-block-8 {
  width: 200px;
  height: 200px;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 26px;
}

.flex-block-4 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
}

.small-text {
  text-align: center;
  margin-top: 13px;
  padding-top: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  padding: 14px;
}

.image-4 {
  z-index: -999;
  border-radius: 20px;
  position: relative;
}

.flex-block-6 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-6 {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-9 {
  z-index: -999;
  position: relative;
  top: -59px;
  transform: scale(1.5);
}

.thinkingbigger {
  margin-top: 120px;
}

.how-we-make-it-happen {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Drifting-arrows.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 73px;
  padding-top: 60px;
  padding-bottom: 166px;
  display: flex;
}

.text-block-3 {
  text-align: center;
}

.flipcardwrapper-front {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 23px 20px 130px;
}

.image-5 {
  display: inline-block;
}

.text-block-4 {
  color: var(--tcb-dark-blue);
  margin-top: 80px;
  font-family: acumin-pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.quick-stack-2 {
  width: 100%;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.columns-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.click-to-flip {
  z-index: -999;
  opacity: 1;
  color: var(--tcb-cyan);
  text-align: right;
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  display: flex;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.column-3 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.column-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-11 {
  align-self: auto;
}

.div-block-12 {
  width: 100%;
}

.how-we-make-it-happen-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around center;
  align-self: auto;
  place-items: center stretch;
  padding-left: 26px;
  padding-right: 26px;
  display: grid;
}

.card {
  backface-visibility: visible;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 365px;
  display: flex;
  position: relative;
}

.cardback {
  border-radius: var(--50px-radius);
  background-color: var(--tcb-dark-blue);
  backface-visibility: hidden;
  text-align: left;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 366px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 2px 5px #0003;
}

.cardback.solution {
  background-color: var(--tcb-cyan);
  backface-visibility: hidden;
  width: 365px;
  height: 365px;
}

.cardfront {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  backface-visibility: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.cardimage {
  padding-left: 38px;
  padding-right: 38px;
}

.cardwrapper {
  backface-visibility: visible;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.heading-3.solution {
  margin-bottom: 4px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-7 {
  text-align: center;
}

.paragraph-8 {
  text-align: center;
  padding-left: 53px;
  padding-right: 53px;
  font-size: 15px;
  line-height: 22px;
}

.card1header {
  color: var(--tcb-dark-blue);
  text-align: center;
  align-self: flex-start;
  margin-bottom: 25px;
  font-family: acumin-pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.card2header {
  color: var(--tcb-dark-blue);
  text-align: center;
  align-self: flex-start;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
}

.div-block-13 {
  border: 1px solid var(--tcb-pink);
  background-image: linear-gradient(211deg, var(--tcb-pink), var(--tcb-gold));
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

._3pillars {
  margin-top: 60px;
  padding-top: 10px;
}

.paragraph-9 {
  text-align: left;
}

.bluecaps {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.pillars {
  padding-left: 27px;
  padding-right: 27px;
}

.catalyzing-progress {
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 38px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  background-image: linear-gradient(84deg, var(--tcb-pink), var(--tcb-orange));
  color: var(--tcb-pink);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.metric {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metricscolumns {
  border-radius: var(--50px-radius);
  border: 1px solid #e7e7e7;
  justify-content: center;
  align-items: flex-start;
  height: 229px;
  padding-top: 53px;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.columns-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.superscript {
  font-size: 14px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  margin-bottom: 0;
}

.div-block-15 {
  border-radius: var(--50px-radius);
  opacity: 1;
}

.paragraph-10 {
  text-align: left;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.columns-5 {
  flex: 1;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 42px;
  display: flex;
}

.div-block-17 {
  padding: 30px 30px 33px;
}

.column-5, .column-6, .column-7, .column-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-11 {
  padding-left: 95px;
  padding-right: 95px;
  font-weight: 200;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.paragraph-12 {
  z-index: 10000;
  background-image: linear-gradient(180deg, var(--tcb-cyan), var(--tcb-dark-blue));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 34px;
  margin-left: 13px;
  padding-right: 20px;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.paragraph-13 {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
}

.column-9 {
  display: flex;
}

.columns-6 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  display: flex;
}

.text-span-4 {
  padding-right: 0;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.column-10 {
  text-align: right;
}

.div-block-19 {
  border-radius: var(--50px-radius);
  background-color: var(--white);
  background-image: url('../images/Amgen.png');
  background-position: 90% 94%;
  background-repeat: no-repeat;
  background-size: 79px;
  border: 1px solid #dddada;
  padding: 31px;
  overflow: auto;
  transform: translate(0, -56px);
  box-shadow: 0 2px 5px #00000017;
}

.div-block-19.metcalf {
  background-image: url('../images/LillyLogo_1LillyLogo.png');
  background-position: 93% 96%;
  background-repeat: no-repeat;
  background-size: 75px;
  transform: translate(0, 34px);
}

.quote.left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.image-6 {
  z-index: -10000;
  border-radius: var(--50px-radius);
  position: static;
  transform: translate(-142px, 97px);
}

.image-6._2 {
  position: relative;
  transform: translate(-268px, 291px);
}

.image-6._1 {
  transform: translate(129px, -25px);
}

.column-11 {
  text-align: right;
  margin-top: 68px;
  overflow: hidden;
  transform: translate(-34px, -2px);
}

.column-12 {
  margin-top: -48px;
  padding-right: 0;
}

.image-7 {
  z-index: -9999;
  position: relative;
  transform: translate(-400px, 156px);
}

.arrow {
  transform: translate(-79px, -201px);
}

.arrow._1 {
  transform: translate(-264px, 83px);
}

.flex-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.flex-block-7.no-top-margin {
  justify-content: center;
  align-items: center;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: auto;
  font-size: 35px;
}

.paragraph-14 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.div-block-20 {
  background-image: linear-gradient(180deg, var(--tcb-cyan), var(--tcb-dark-blue));
  border-radius: 20px;
  align-self: center;
  width: 450px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-5 {
  font-weight: 200;
}

.text-block-7 {
  color: var(--tcb-cyan);
  margin-top: 15px;
  font-weight: 700;
}

.tinybox {
  border: 1px #dfdfdf;
  border-radius: 0;
  padding: 38px;
}

.tinyinnerbox {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 27px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-21 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  padding-left: 106px;
  padding-right: 106px;
  display: flex;
}

.columns-9 {
  margin-top: 50px;
}

.bold-text-2 {
  display: block;
}

.columns-10 {
  margin-top: 70px;
}

.bold-text-3 {
  font-size: 18px;
  line-height: 21px;
}

.column-13 {
  padding-left: 0;
}

.container-6 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  transform: translate(129px, -29px);
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: center;
}

.section {
  margin-top: 126px;
}

.challengesolutioncards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.challengecardfront {
  backface-visibility: hidden;
  border: .5px solid #d1d1d1;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 365px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 10px -2px #00000036;
}

.paragraph-15 {
  color: var(--tcb-pink);
  margin-top: auto;
  font-weight: 700;
}

.paragraph-16 {
  margin-bottom: 20px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
}

.link {
  color: var(--tcb-dark-blue);
  font-weight: 700;
}

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

.text-span-8 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  display: block;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  display: block;
}

.text-span-9 {
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

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

.paragraph-17 {
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.flex-block-9 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 80px 35px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-11 {
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

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

.quick-stack-3 {
  background-image: url('../images/AdobeStock_408552325.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  max-width: 80%;
  padding-left: 60px;
  padding-right: 60px;
}

.section-2 {
  background-image: url('../images/BACKGROUND-PATTERN.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.div-block-22 {
  border: 1px solid var(--stroke);
  background-color: #fff;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 83px 36px;
  display: flex;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.div-block-23 {
  background-color: #25aae01a;
  border-radius: 50px;
  padding: 46px;
}

.paragraph-18, .paragraph-19, .paragraph-20 {
  text-align: left;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

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

.div-block-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-25 {
  border: 1px solid var(--stroke);
  background-color: #fff;
  border-radius: 35px;
  align-self: center;
  width: 212px;
  height: 125px;
  margin-left: 25px;
  box-shadow: 0 2px 5px #0003;
}

.background-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: flex;
  transform: translate(-92px, 124px);
}

.section-3 {
  margin-top: 39px;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-8 {
  color: var(--tcb-slate);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.column-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-span-12 {
  color: var(--tcb-pink);
}

.text-span-13 {
  color: var(--tcb-cyan);
  font-weight: 700;
}

.text-span-14 {
  color: var(--tcb-cyan);
}

.text-span-15, .text-span-16 {
  color: var(--tcb-orange);
  font-weight: 700;
}

.paragraph-21 {
  padding-left: 144px;
  padding-right: 144px;
}

.column-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-22 {
  font-weight: 200;
  line-height: 30px;
}

.paragraph-23, .paragraph-24, .paragraph-25 {
  font-size: 16px;
  line-height: 22px;
}

.quick-stack-4 {
  margin-bottom: 40px;
}

.div-block-27 {
  margin-top: 40px;
}

.flex-block-10 {
  border: .5px solid var(--stroke);
  border-radius: var(--50px-radius);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 70px 121px;
}

.section-4 {
  box-shadow: 0 2px 5px 0 var(--shadow);
}

.paragraph-26 {
  color: var(--tcb-cyan);
  padding-left: 41px;
  padding-right: 41px;
  font-size: 25px;
  line-height: 35px;
}

.container-7 {
  background-color: var(--tcb-dark-blue);
  background-image: linear-gradient(0deg, #062034 2%, #125e9a 66%);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 74px;
  padding-bottom: 74px;
}

.paragraph-27 {
  color: var(--white);
  padding-left: 113px;
  padding-right: 113px;
}

.text-span-19 {
  color: var(--tcb-orange);
  font-weight: 700;
  text-decoration: none;
}

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

.paragraph-28 {
  background-color: #463535;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-29 {
  color: #757373;
  margin-top: 95px;
  padding-left: 49px;
  padding-right: 49px;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}

.image-11 {
  z-index: -10000;
  border-radius: 50px;
  max-width: 30%;
  position: relative;
  transform: translate(400px, -196px);
}

.container-8 {
  background-image: url('../images/Group-1.png'), url('../images/arrow.svg');
  background-position: 0 75%, 0 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 86px, 66px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -153px;
  display: flex;
}

.image-12 {
  transform-style: preserve-3d;
}

.image-13 {
  display: none;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-30 {
  padding-left: 100px;
  padding-right: 100px;
}

.container-11 {
  width: 100vw;
}

.mobile-map-boxes {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.bold-text-9 {
  display: block;
}

.text-span-20, .text-span-21, .text-span-22 {
  font-size: 16px;
}

.text-block-10 {
  font-style: italic;
}

.text-block-11 {
  color: var(--white);
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
}

.text-span-23, .text-span-24 {
  color: var(--tcb-cyan);
}

.link-2 {
  text-underline-offset: 10px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--tcb-orange);
  text-decoration-color: var(--tcb-orange);
  text-decoration-style: solid;
  text-decoration-thickness: .5px;
}

.section-5 {
  margin-top: 49px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-16 {
  opacity: 1;
}

.solvingchallengesthatmatter {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  background-image: url('../images/Group-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 9%;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  background-image: url('../images/Group-78.png'), linear-gradient(#105f99, #25aae0);
  background-position: 100% -2%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 14%, auto;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px;
  display: flex;
}

.margin-bottom-24px {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-6 {
  color: var(--white);
}

.div-block-31 {
  z-index: 2;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 50px;
  outline: 1px solid #e0e0e0;
  padding: 82px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-32 {
  z-index: -4;
  position: absolute;
  inset: auto 5% -18% 70px;
}

.image-17 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #1368a2;
  border-radius: 50px;
  display: block;
}

.section-6 {
  margin-top: 70px;
  margin-bottom: 57px;
}

.container-13 {
  margin-top: 72px;
}

.hero-without-image {
  background-image: url('../images/arrow.svg');
  background-position: 13% 0;
  background-repeat: no-repeat;
  background-size: 54px;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--tcb-cyan);
  margin-bottom: 24px;
  line-height: 30px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-7 {
  color: var(--tcb-dark-blue);
}

.map {
  background-image: url('../images/map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 600px;
  display: block;
}

.map.mobile {
  display: none;
}

.map.desktop {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr 1.25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
}

.div-block-34 {
  background-color: var(--tcb-dark-blue);
}

.div-block-35 {
  background-color: var(--tcb-orange);
}

.div-block-36 {
  background-color: var(--tcb-pink);
}

.div-block-37 {
  background-color: var(--tcb-cyan);
}

.div-block-38 {
  background-color: var(--tcb-gold);
}

.columns-12 {
  width: 80%;
  margin-bottom: 20px;
}

.columns-13 {
  padding-left: 20px;
  padding-right: 31px;
}

.bubbletext {
  color: var(--white);
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
}

.bubbletext.yellow {
  background-color: var(--tcb-gold);
}

.div-block-39 {
  background-color: var(--tcb-orange);
  color: var(--white);
  border-radius: 20px;
}

.text-block-12 {
  padding: 20px;
}

.div-block-40 {
  background-color: var(--tcb-dark-blue);
  border-radius: 20px;
}

.div-block-40.lightblue {
  background-color: var(--tcb-cyan);
}

.div-block-41 {
  background-color: var(--tcb-pink);
  border-radius: 20px;
}

.div-block-42 {
  background-color: var(--tcb-cyan);
  border-radius: 20px;
  padding: 5px;
}

.div-block-43 {
  background-color: var(--tcb-gold);
  border-radius: 20px;
  padding: 2px;
}

.paragraph-30 {
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 30px;
}

.text-block-13 {
  color: var(--white);
}

.hyperlink {
  color: var(--white);
  transition: color .2s;
}

.hyperlink:hover {
  color: var(--tcb-pink);
}

.text-block-14 {
  color: var(--white);
  font-size: 18px;
}

.div-block-44 {
  margin-top: auto;
  padding-top: 0;
}

.image-18 {
  margin-top: 28px;
}

.image-19 {
  display: none;
}

.bold-text-10 {
  font-size: 28px;
}

.text-block-15 {
  color: var(--white);
  margin-top: 43px;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .h2 {
    margin-bottom: 20px;
  }

  .h3subheads {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3subheads.bold {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-17 {
    padding-left: 77px;
    padding-right: 77px;
  }

  .paragraph-21 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span-17, .text-span-18, .paragraph-24, .paragraph-25 {
    font-size: 16px;
    line-height: 22px;
  }

  .container-12, .container-14 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .solvingchallengesthatmatter, .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .flex-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .heading {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 73px;
    margin-bottom: 27px;
    font-size: 33px;
    font-weight: 200;
    line-height: 43px;
    display: flex;
  }

  .text-block {
    text-align: center;
    letter-spacing: 5px;
    margin-top: auto;
    font-size: 15px;
  }

  .body {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 18px;
    overflow: visible;
  }

  .body.small.white._1, .body.small.white._2 {
    margin-bottom: 35px;
  }

  .body.white {
    padding-left: 5px;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .image {
    margin-bottom: 15px;
    transform: scale(.8);
  }

  .h2 {
    margin-top: 7px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 38px;
  }

  .h2.big {
    background-color: #fff;
    font-size: 59px;
    line-height: 61px;
  }

  .h2.tackling-mobile {
    margin-top: -276px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3subheads {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 22px;
    line-height: 32px;
  }

  .h3subheads.bold, .h3subheads.whi {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .cell {
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0, -60px);
  }

  .paragraph-2 {
    margin-top: 17px;
    font-size: 18px;
    line-height: 30px;
  }

  .janice {
    order: -1;
    margin-bottom: 11px;
    display: inline-block;
    position: relative;
    overflow: clip;
    transform: none;
  }

  .image-3 {
    position: static;
    transform: scale(.8)translate(-111px);
  }

  .div-block-2 {
    flex-flow: column;
  }

  .column {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
  }

  .paragraph-5 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: border-box;
    border: 1px solid #cfcfcf;
    margin: 21px;
    padding: 30px;
    font-size: 24px;
    line-height: 31px;
    transform: translate(0, -75px);
  }

  .div-block-4 {
    margin-top: -38px;
  }

  .quick-stack {
    padding-left: 13px;
    padding-right: 13px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block {
    display: block;
  }

  .text-span-2 {
    background-image: linear-gradient(67deg, var(--tcb-gold), var(--tcb-pink));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .container-2 {
    background-position: 82% 84%;
    background-size: 100px;
  }

  .container-3 {
    position: relative;
    top: 35px;
  }

  .flex-block-2 {
    background-color: #fff;
    margin-top: auto;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .small-cards {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .flex-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    transform: translate(47px, -56px)scale(.7);
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -186px;
  }

  .paragraph-6 {
    text-align: center;
    margin-top: 17px;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .thinkingbigger {
    margin-top: 100px;
  }

  .how-we-make-it-happen {
    width: auto;
    min-width: 100%;
    margin-top: auto;
    margin-left: -12px;
    margin-right: -13px;
  }

  .click-to-flip {
    opacity: 1;
    color: var(--tcb-cyan);
  }

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

  .how-we-make-it-happen-cards {
    grid-template-rows: auto;
    align-self: auto;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    width: 275px;
    height: 275px;
  }

  .cardback, .cardback.solution {
    backface-visibility: hidden;
    width: 275px;
    height: 275px;
  }

  .cardwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 275px;
    display: flex;
  }

  .heading-3.solution {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 21px;
  }

  .card1header {
    font-size: 22px;
    line-height: 26px;
  }

  .card2header {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-13 {
    margin-bottom: 224px;
    padding-bottom: 0;
  }

  .catalyzing-progress {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-14 {
    margin-top: -193px;
  }

  .metricscolumns {
    justify-content: center;
    align-items: center;
    height: 229px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-4 {
    flex-flow: column;
    padding-left: 29px;
    padding-right: 29px;
  }

  .grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .paragraph-10 {
    text-align: center;
  }

  .columns-5 {
    max-width: 80%;
    margin-bottom: 38px;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-17 {
    padding: 0;
  }

  .column-5, .column-6, .column-7, .column-8 {
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
  }

  .paragraph-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .paragraph-12 {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 10px;
    line-height: 31px;
    position: static;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .column-9 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .columns-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .column-10 {
    height: 0;
  }

  .div-block-19 {
    background-image: url('../images/Amgen.png');
    background-position: 50% 95%;
    background-repeat: no-repeat;
    background-size: 71px;
    padding-bottom: 57px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    transform: translate(20px);
  }

  .div-block-19.metcalf {
    background-position: 50% 98%;
    background-size: 52px;
    margin-top: -396px;
    margin-bottom: 63px;
    padding-bottom: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote.left {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .image-6._2 {
    transform: translate(61px, -120px);
  }

  .column-11 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .column-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: -256px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .arrow {
    transform: translate(-106px, -450px);
  }

  .flex-block-7 {
    margin-bottom: auto;
  }

  .flex-block-7.no-top-margin {
    margin-top: 259px;
  }

  .div-block-20 {
    width: 250px;
    margin-top: auto;
  }

  .tinyinnerbox {
    width: 150px;
  }

  .div-block-21 {
    flex-flow: column;
  }

  .columns-9 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .bold-text-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    margin-top: 52px;
    margin-left: 20px;
    display: flex;
    transform: none;
  }

  .challengecardfront {
    clear: none;
    width: 275px;
    height: 275px;
    padding: 46px 0;
  }

  .paragraph-16 {
    line-height: 20px;
  }

  .paragraph-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .cell-4 {
    padding: 35px;
  }

  .quick-stack-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-block-22 {
    padding: 35px;
  }

  .div-block-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-18, .paragraph-19, .paragraph-20 {
    text-align: center;
  }

  .div-block-25 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 97px;
    margin-left: auto;
    display: flex;
  }

  .background-video {
    display: none;
  }

  .div-block-26 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: auto;
    transform: none;
  }

  .columns-11 {
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .text-block-8 {
    margin-left: -60px;
  }

  .column-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-15 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-22 {
    margin-top: -26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-10 {
    margin-top: 25px;
    margin-bottom: auto;
    padding: 50px 20px 20px;
  }

  .paragraph-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-29 {
    color: #000;
    margin-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8 {
    margin-bottom: -40px;
  }

  .image-12 {
    transform: translate3d(0, 0, 90px);
  }

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

  .bold-text-7 {
    font-size: 12px;
  }

  .column-17 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: static;
  }

  .container-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-28 {
    margin-bottom: 60px;
  }

  .container-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-right: 0;
    display: flex;
  }

  .cell-6, .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-9, .cell-10, .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .column-18, .column-19, .column-20 {
    padding-left: 0;
  }

  .column-21 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-13 {
    display: block;
  }

  .text-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-8 {
    line-height: 21px;
  }

  .image-14 {
    transform: scale(.7);
  }

  .image-15 {
    margin-bottom: 13px;
  }

  .div-block-29 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    width: 100%;
  }

  .mobile-map-boxes {
    display: flex;
  }

  .text-block-11 {
    margin-top: 0;
  }

  .solvingchallengesthatmatter {
    padding-bottom: 20px;
  }

  .container-12 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    max-width: none;
  }

  .hero-wrapper-two {
    background-position: 91% 2%, 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-24px {
    line-height: 30px;
  }

  .div-block-31 {
    padding: 40px 20px;
  }

  .div-block-32 {
    bottom: -10%;
    right: -38%;
  }

  .image-17 {
    max-width: 50%;
  }

  .section-6 {
    margin-top: auto;
  }

  .hero-without-image {
    background-position: 0 0;
    background-size: 37px;
    margin-top: -1px;
    padding-top: 20px;
  }

  .container-14 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .map {
    background-position: 50%;
    background-size: contain;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .map.mobile {
    background-image: none;
    display: block;
  }

  .map.desktop {
    display: none;
  }

  .columns-12 {
    order: 0;
    width: 100%;
  }

  .bubbletext {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-30 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-44 {
    font-weight: 200;
  }

  .image-18 {
    display: none;
    overflow: visible;
  }

  .h1.h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    margin-top: -1px;
  }

  .image-19 {
    display: block;
  }
}

#w-node-_65a43fbb-2257-8688-5253-75b6e2a49685-f0c693a1 {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr .5fr;
}

#w-node-_568c0688-784f-8537-7c25-e1fead9e248c-f0c693a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_568c0688-784f-8537-7c25-e1fead9e2498-f0c693a1, #w-node-_568c0688-784f-8537-7c25-e1fead9e24a8-f0c693a1 {
  justify-self: center;
}

#w-node-_568c0688-784f-8537-7c25-e1fead9e24b6-f0c693a1 {
  place-self: center;
}

#w-node-d4d2f3c2-d910-07b1-4217-dead7f28e54e-f0c693a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1ff0fb0-63e7-132f-e972-9b8c8a0d6023-f0c693a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e03997be-c8d7-7e2e-e837-42ff719be4e6-f0c693a1 {
  grid-row: span 2 / span 2;
}

#w-node-_04a59910-dca1-714c-3205-2e55b1ce360c-f0c693a1, #w-node-ac1bde41-f75e-fe0c-acc3-bfe8aadb28eb-f0c693a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_65a43fbb-2257-8688-5253-75b6e2a49685-f0c693a1 {
    grid-template-rows: auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-_65a43fbb-2257-8688-5253-75b6e2a49686-f0c693a1 {
    order: 0;
  }

  #w-node-_65a43fbb-2257-8688-5253-75b6e2a49687-f0c693a1 {
    order: -9999;
  }

  #w-node-e1ff0fb0-63e7-132f-e972-9b8c8a0d6023-f0c693a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-e03997be-c8d7-7e2e-e837-42ff719be4e6-f0c693a1 {
    grid-row: span 2 / span 2;
  }

  #w-node-_04a59910-dca1-714c-3205-2e55b1ce360c-f0c693a1, #w-node-ac1bde41-f75e-fe0c-acc3-bfe8aadb28eb-f0c693a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


