:root {
  --brand-main: #30475e;
  --brand2nd: #f48021;
  --light-grey: #ececec;
  --dark-grey: #222831;
  --black-2: black;
  --white: white;
  --black: black;
  --off-black: #333;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

body {
  color: #333;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 3.438em;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 2.625em;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 1.438em;
  font-weight: 700;
  line-height: 31px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
}

a {
  color: var(--brand-main);
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--brand2nd);
}

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

.styletitle {
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: var(--brand-main);
  padding-top: 26px;
  padding-bottom: 0;
}

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

.stylename {
  border-top: 1px solid var(--light-grey);
  border-bottom: 0px none var(--light-grey);
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.small-p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

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

.colorbox.blackcolor {
  background-color: var(--black-2);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--brand-main);
}

.colorbox.brand2ndcolor {
  background-color: var(--brand2nd);
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
  color: var(--dark-grey);
}

.colorbox.lightgreycolor {
  background-color: var(--light-grey);
}

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

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

.cta-button {
  background-color: var(--brand2nd);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
  display: inline-block;
}

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

.cta-button.ghost-button {
  border: 1px solid var(--brand-main);
  color: var(--brand-main);
  background-color: #0000;
}

.cta-button.ghost-button:hover {
  border-color: var(--brand-main);
  background-color: var(--brand-main);
  color: #fff;
}

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

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: var(--light-grey);
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.body {
  white-space: normal;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  height: 96px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navmenu {
  z-index: 1000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 87px;
  display: flex;
  position: relative;
}

.navbrand {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbrand.w--current {
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.navlink.w--current {
  font-size: 14px;
}

.body-2 {
  display: block;
}

.navctacontain {
  z-index: 1000;
  align-items: center;
  display: flex;
  position: relative;
}

.curatoriocontainer {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.curatorcode {
  padding-top: 57px;
  padding-bottom: 24px;
}

.fullscreencontain {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  margin-top: 70px;
  display: block;
  position: relative;
}

.fullscreencontain.snapsection {
  height: 90vh;
  margin-top: 0;
  overflow: hidden;
}

.fullscreencontain.snapsection.dontsnap {
  height: 50vh;
  margin-top: 96px;
}

.productbgvid {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.herooverlay {
  filter: brightness(27%);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/features_background.jpg'), linear-gradient(#000000bf, #000000bf);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.videoembedcontain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 125px;
  display: none;
  position: relative;
}

.author-name {
  color: var(--light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.play-button {
  display: none;
  position: absolute;
}

.right-arrow {
  background-color: var(--brand2nd);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  display: none;
  top: 17px;
  right: -17px;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.left-arrow {
  background-color: var(--brand2nd);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: none;
  top: 17px;
  left: -17px;
}

.content-block {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 20px 35px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-image {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.testimonial-image.maryimg {
  object-position: 50% 10%;
}

.testimonial-image.adrianimg {
  object-position: 50% 30%;
}

.testimonial-image.bradleyimg {
  object-position: 50% 10%;
}

.testimonial-image.luimg {
  object-position: 50% 40%;
}

.testimonial-image.docimg {
  object-position: 50% 17%;
}

.play-icon {
  width: 60px;
}

.testimonialcontainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quote-h4 {
  color: var(--light-grey);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.image-wrapper {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 725px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  border-radius: 500px;
  display: block;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card {
  z-index: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.author-job {
  color: var(--light-grey);
  text-align: center;
  font-weight: 300;
}

.text-fixed-height {
  max-width: 720px;
  min-height: 100px;
}

.slider {
  z-index: 1;
  clear: none;
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 100%;
}

.mask {
  z-index: 2;
  overflow: visible;
}

.testcoloroverlay {
  z-index: 3;
  background-image: linear-gradient(#30475ea6, #30475ea6);
  position: absolute;
  inset: 0%;
}

.herocontentcontain {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heroheader {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 4.4em;
}

.herotext {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
  font-size: 17px;
}

.herotext.mainherotext {
  color: var(--white);
  max-width: 550px;
  font-size: 34px;
  line-height: 36px;
}

.productsectioncontain {
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.productbgimage {
  flex: 1;
}

.individualproductcontain {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 2000vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.bi-productdesc {
  margin-top: 50px;
  margin-bottom: 13px;
}

.dualcolumn {
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.dualleftcontain, .dualrightcontain {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dualprodhead {
  margin-top: 10px;
}

.dualproddesc {
  max-width: 475px;
  padding-left: 30px;
  padding-right: 30px;
}

.productimg {
  flex: 1;
}

.productlinkblock {
  align-self: center;
  text-decoration: none;
}

.footer {
  text-align: center;
  background-color: #f7f5f2;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: static;
}

.footer.dontsnap {
  font-size: 16px;
  line-height: 21px;
}

.footer-flex-container {
  text-align: center;
  justify-content: space-between;
  width: 500px;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-width: 150px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.footer-link.footerfontawesome {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
}

.footer-link.footerfontawesome:hover {
  text-decoration: none;
}

.footer-link.footerfontawesome.home-social-link {
  color: var(--white);
}

.footer-link.footerfontawesome.home-social-link:hover {
  color: var(--brand2nd);
}

.productcontentcontainer {
  flex-direction: column;
  display: flex;
}

.productstickycontainer {
  object-fit: fill;
  background-image: url('../images/stickySectionBG.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.productimgcontain {
  align-self: auto;
  display: block;
  position: absolute;
}

.productimgcontain.prodsec1img1 {
  flex: none;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrowcontainerleft {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
}

.arrowcontainerleft.firstleftarrow {
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
  top: -30px;
  left: 12px;
}

.arrowcontainerleft.firstleftarrow.arrowcontainerprod2 {
  left: -15px;
}

.arrowlineleft {
  border: 1px solid var(--brand2nd);
  width: 100px;
  position: absolute;
  left: -111px;
}

.arrowlineleft.cameraswitcherline {
  border-width: 1px;
  border-color: var(--light-grey);
  width: 160px;
  position: relative;
  left: auto;
}

.arrowlineleft.cameraswitcherline.arrowlineprod2.prod9arrowline {
  top: -29px;
}

.arrowlineleft.cameraswitcherline.commentsline {
  width: 190px;
  left: 30px;
}

.arrowcircleleft {
  border: 2px solid var(--light-grey);
  border-radius: 100%;
  width: 11px;
  height: 11px;
  display: none;
  position: relative;
}

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

.prodvimeocontain.prodsec1container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prodvimeocontain.prodsec1container.prod8contain {
  opacity: 0;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.productcontentparagraphleft {
  z-index: 2;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-right: 0;
  display: block;
  position: absolute;
  top: -137px;
  left: -227px;
  right: auto;
}

.productcontentparagraphleft.productcontentparagraphright {
  position: relative;
  top: auto;
  left: 185px;
}

.productcontentparagraphleft.productcontentparagraphright.prod9contentp.prod9contentcontain {
  top: -113px;
}

.productcontentparagraphleft.vimeowords {
  z-index: 10;
  flex: none;
  max-width: 50%;
  position: relative;
  top: -80px;
  left: 100px;
}

.arrowparagraphcontainleft {
  z-index: 3;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 59.5%;
  right: 58.3%;
}

.arrowparagraphcontainleft.prod1img1left {
  flex-flow: wrap;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
}

.arrowparagraphcontainleft.prod1img1left.arrowpcontainright {
  justify-content: center;
  top: 110px;
  left: -31px;
}

.arrowheading {
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
}

.arrowheading.arrowheadingprod2.prod9arrowheading {
  min-width: 450px;
}

.productlistitem {
  color: var(--light-grey);
  margin-bottom: 10px;
  margin-left: -20px;
  line-height: 23px;
}

.headingarrowcontain {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.headingarrowcontain.headingarrowcontainsection2 {
  position: relative;
  left: -156px;
}

.prodvideoright {
  justify-content: center;
  width: 50%;
  display: block;
}

.prod9contain {
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.prod9leftcontain {
  z-index: 3;
  position: relative;
  top: 30px;
  left: 60px;
}

.prod9rightcontain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -60px;
}

.prod9rightimg {
  margin-bottom: 40px;
}

.prodbottomcontain {
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/prod100vhImage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.prodcontentcontain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 250px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prodbottomhead {
  color: var(--white);
  text-transform: uppercase;
  align-self: auto;
  width: auto;
  margin-bottom: 25px;
  margin-left: -40px;
  margin-right: auto;
  font-size: 2em;
}

.prodbottomlistwrapper {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.prodbottomlist {
  margin-right: 0;
  padding-left: 0;
}

.vimeovid {
  z-index: 3;
  opacity: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}

.videowrap {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.backgroundelements {
  z-index: 1;
  background-color: #1c2225;
  border: 1px #ffffff40;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.topuielement {
  opacity: .7;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  width: 90%;
  margin-top: -10px;
  padding: 0 10px 10px;
  font-size: 12px;
}

.topuielement.bottomuielement {
  opacity: 1;
  background-color: #363c40;
  border: 1px solid #43494e;
  border-radius: 20px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: #61676c;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
  position: relative;
  top: -3px;
  left: 5px;
}

.productsectioncontainer {
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
}

.horizontal-text-left {
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.prod-content-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.prod-content-contain.prod-content-contain-right {
  flex: none;
  align-items: flex-start;
}

.product-image-contain {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 650px;
  display: flex;
}

.prod-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-sans, sans-serif;
  font-size: 1.6em;
}

.prod-list-item {
  color: var(--white);
  margin-left: -20px;
}

.prod-img {
  flex: 1;
  width: 100%;
}

.heading-line-container {
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  top: 15px;
  right: -120px;
}

.line-white-1 {
  z-index: 3;
  background-color: var(--white);
  width: 280px;
  height: 2px;
  margin-left: 12px;
  position: relative;
}

.context-line-contain {
  z-index: 10;
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.prod-text-contain.prod-text-right {
  align-self: flex-end;
}

.heading-line-container-2 {
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  top: 15px;
  left: -110px;
}

.line-white-2 {
  z-index: 3;
  background-color: var(--white);
  width: 210px;
  height: 2px;
  margin-left: 12px;
  position: relative;
}

.productsectioncontainer-1 {
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
}

.productsectioncontainer-2 {
  opacity: 1;
  width: 100%;
  display: flex;
  position: absolute;
}

.heading-line-container-3 {
  opacity: 1;
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  top: 15px;
  right: -57px;
}

.line-white-3 {
  z-index: 3;
  background-color: var(--white);
  width: 220px;
  height: 2px;
  margin-left: 12px;
  position: relative;
}

.productsectioncontainer-3 {
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
}

.context-line-contain-smallimg {
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  left: 128px;
}

.heading-line-container-4 {
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  top: 15px;
  left: -140px;
}

.line-white-4 {
  z-index: 3;
  background-color: var(--white);
  width: 130px;
  height: 2px;
  margin-left: 12px;
  position: relative;
}

.productsectioncontainer-4 {
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
}

.heading-line-container-5 {
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  top: 15px;
  right: -76px;
}

.line-white-5 {
  z-index: 3;
  background-color: var(--white);
  width: 230px;
  height: 2px;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.productsectioncontainer-5 {
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
}

.heading-line-container-6 {
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  top: 15px;
  left: -179px;
}

.line-white-6 {
  z-index: 3;
  background-color: var(--white);
  width: 150px;
  height: 2px;
  margin-left: 12px;
  position: relative;
}

.prodsectionverticalcontain {
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.vertical-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prod-video-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  transform: scale(.9);
}

.prod-vertical-text-wrapper {
  z-index: 2;
  opacity: 0;
  position: relative;
}

.vertical-line-container {
  background-color: var(--white);
  width: 2px;
  position: relative;
  left: 23px;
}

.prod-vertical-line {
  width: 2px;
  height: 120px;
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.text-block-3 {
  color: #9fa1a3;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.x-button-top-left {
  z-index: 3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 auto auto 5px;
}

.text-block-4 {
  font-size: 10px;
}

.text-block-5 {
  color: #9fa1a3;
  font-family: "Fa solid 900";
  font-size: 16px;
}

.context-line-contain-1, .context-line-contain-2 {
  z-index: 10;
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.context-line-contain-3 {
  z-index: 10;
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  top: -55px;
}

.context-line-contain-smallimg-4 {
  z-index: 10;
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  top: -40px;
  left: 80px;
}

.context-line-contain-smallimg-1 {
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  top: -20px;
  left: 0;
}

.home-social {
  z-index: 3;
  position: absolute;
  inset: auto auto 3% 2%;
}

.homesoci {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.home-social-list-items {
  color: var(--white);
}

.home-social-list-items:hover {
  color: var(--brand2nd);
}

.home-social-link {
  color: #444;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.home-social-link:hover {
  text-decoration: underline;
}

.home-social-link.footerfontawesome {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
}

.home-social-link.footerfontawesome:hover {
  text-decoration: none;
}

.home-social-link.home-font-awesome {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
}

.home-social-link.home-font-awesome:hover {
  color: var(--brand2nd);
  text-decoration: none;
}

.footer-link-copy {
  color: #444;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  text-decoration: underline;
}

.footer-link-copy.footerfontawesome {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
}

.footer-link-copy.footerfontawesome:hover {
  text-decoration: none;
}

.footer-link-copy.footerfontawesome.home-social-link {
  color: var(--white);
  text-align: center;
}

.footer-link-copy.footerfontawesome.home-social-link:hover {
  color: var(--brand2nd);
}

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

.text-block-6 {
  font-size: 14px;
}

.top-header-section {
  height: 50vh;
  margin-top: 70px;
}

.top-header-section-contain {
  width: 100%;
  height: 100%;
  position: relative;
}

.header-bg-contain-about {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/aboutUsHeader.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.top-header-heading {
  z-index: 3;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  position: static;
  inset: 0%;
}

.header-content-contain {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-bg-contain-pro {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/ecammLiveProHeader.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.header-bg-contain-contact {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/contactHead.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.header-bg-contain-press {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/aboutUsHeader.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.join-section {
  position: relative;
}

.connect-section {
  margin-bottom: 50px;
  position: relative;
}

.connect-section.dontsnap {
  margin-bottom: -10px;
}

.join-container {
  width: 100%;
  margin-top: 49px;
  margin-bottom: 49px;
}

.join-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.connect-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.connect-content-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.horizontal-social-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ecamm-social-links {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 40px;
  text-decoration: none;
}

.ecamm-social-link {
  color: #333;
  font-family: "Fa brands 400", sans-serif;
}

.ecamm-social-link:hover {
  color: var(--brand2nd);
}

._3tab-section {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

._3tab-container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

._3tab-tabs-menui {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.tab-link-tab-3 {
  background-color: #0000;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
}

._3tab-youtube-container {
  width: 440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.info-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.info-section-contain {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-section-p {
  max-width: 700px;
}

.left-picture-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.horizontal-center-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-pic-left-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pic-left-contain {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 50%;
  height: 100%;
  display: flex;
}

.pic-left-content-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.pic-left-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pic-left-heading {
  font-size: 32px;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

._2nd-tab-youtube-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-youtube-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.experts-section {
  margin-top: 0;
  margin-bottom: 0;
}

.experts-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.experts-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4em;
}

.horizontal-3-card-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.q-and-a-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.q-and-a-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.q-and-a-heading {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.q-and-a-yt-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.q-and-a-youtube {
  margin-bottom: 25px;
}

.team-collection-list-wrapper {
  max-width: 1100px;
}

.team-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: -67px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-list-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  transition: all .2s;
  display: flex;
}

.team-list-item-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-img {
  width: 100%;
}

.team-member-header {
  font-size: 24px;
  overflow: hidden;
}

.team-member-p {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  overflow: hidden;
}

.team-member-vertical {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.member-link-block {
  text-align: center;
  text-decoration: none;
}

.live-non-desktop-contain {
  display: none;
}

.prod-section-contain-snap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.background-video-mobile {
  width: 890px;
}

.navbar-wrapper-shadow {
  width: 100%;
  display: flex;
}

.nav-drop-shadow {
  z-index: 998;
  opacity: 0;
  width: 100%;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #000;
}

.videowrap-mobile {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.vimeovid-mobile {
  z-index: 3;
  opacity: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}

.backgroundelements-mobile {
  z-index: 1;
  background-color: #1c2225;
  border: 1px #ffffff40;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.topuielement-mobile {
  opacity: .7;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  width: 90%;
  margin-top: -10px;
  padding: 0 10px 10px;
  font-size: 12px;
}

.topuielement-mobile.bottomuielement {
  opacity: 1;
  background-color: #363c40;
  border: 1px solid #43494e;
  border-radius: 20px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-3-mobile {
  color: #9fa1a3;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.product-image-contain-vert-1 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 350px;
  display: flex;
}

.product-image-contain-vert-2 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 380px;
  max-width: 380px;
  display: flex;
}

.product-image-contain-vert-3, .product-image-contain-vert-4 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 350px;
  display: flex;
}

.live-non-desktop-bottom-contain {
  display: none;
}

.center-div {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.mug-shots-contain {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.mug-shots-list-wrapper {
  column-count: 3;
  padding-left: 25px;
  padding-right: 25px;
}

.image {
  margin-bottom: 20px;
}

.center-content-section {
  margin-top: 40px;
}

.center-content-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.center-content-p {
  text-align: center;
}

.text-link {
  color: var(--brand2nd);
}

.text-link:hover {
  color: #f4802180;
}

.contact-list {
  margin-bottom: 38px;
}

.contact-form-section {
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-form-contain {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.contact-form-select-field {
  background-color: var(--white);
  border: 2px solid #0000001a;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 20px;
}

.form-text-field {
  background-color: var(--white);
  border: 2px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
}

.field-label {
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.form-50-50 {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-50-left {
  width: 50%;
  padding-right: 10px;
}

.form-50-right {
  width: 50%;
  padding-left: 10px;
}

.contact-form-select-field-100 {
  background-color: var(--white);
  border: 2px solid #0000001a;
  border-radius: 5px;
  width: 97%;
  margin-bottom: 20px;
}

.form-50-left-drop {
  width: 50%;
  padding-right: 0;
}

.form-text-arena {
  border: 2px solid #0000001a;
  border-radius: 5px;
  min-height: 250px;
  margin-bottom: 35px;
}

.press-section {
  margin-left: 40px;
  margin-right: 40px;
}

.press-container {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 30px auto;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.press-container:hover {
  color: var(--brand-main);
}

.press-left-container {
  flex: 1;
  width: 80%;
}

.press-right-container {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.press-header {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 50px;
  font-size: 1.2em;
  line-height: 26px;
}

.press-item {
  margin-top: -30px;
}

.press-img {
  width: 150px;
  height: 150px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.info-section-p-ken {
  max-width: 700px;
  padding-left: 25px;
  padding-right: 25px;
}

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

.link, .link-2 {
  text-decoration: none;
}

.div-block, .div-block-2 {
  text-align: center;
}

.container {
  justify-content: center;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 6px;
  font-size: 2.5em;
  line-height: 1.3em;
}

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

.heading-2 {
  font-size: 2em;
  font-style: normal;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.html-embed {
  padding-bottom: 40px;
}

.link-4 {
  font-size: 15px;
  text-decoration: none;
}

.text-block-7 {
  color: var(--brand-main);
}

.columns {
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 18em;
  display: flex;
}

.section {
  background-color: #f7f5f2;
  margin-top: 65px;
  margin-bottom: 40px;
}

.section-2 {
  padding-bottom: 35px;
}

.chevron {
  color: #ffffff4a;
  text-align: center;
  font-family: Ss standard, sans-serif;
  font-size: 30px;
  position: absolute;
  inset: auto auto 2%;
}

.image-2 {
  align-self: center;
}

.text-block-10 {
  font-size: 15px;
}

.text-block-11 {
  font-family: "Museosans 500", sans-serif;
  font-size: 22px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 33px;
  display: flex;
}

.text-block-12 {
  color: #03060985;
  padding-left: 25px;
  font-family: "Museosans 500", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.text-span {
  text-align: right;
  font-family: Ss standard, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.text-block-14 {
  margin-top: -13px;
}

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

.text-block-15 {
  text-align: right;
  padding-right: 5px;
  font-family: Ss standard, sans-serif;
}

.columns-3, .columns-4, .columns-5, .column, .columns-6 {
  display: flex;
}

.text-block-16 {
  white-space: nowrap;
}

.link-block-2 {
  text-decoration: none;
}

.text-span-3 {
  font-family: Ss standard, sans-serif;
  font-size: 19px;
  position: relative;
  top: 4px;
  right: 2px;
}

.link-5 {
  color: var(--white);
  text-decoration: none;
}

.link-5:hover {
  color: #fff;
}

.section-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-3 {
  text-align: center;
  margin-top: 60px;
}

.image-3 {
  max-width: 500px;
}

.link-block-3 {
  max-width: 500px;
  display: block;
}

.image-4 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-7 {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  background-color: var(--black);
  border-radius: 7px;
  width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-6 {
  width: 200px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5-copy {
  background-color: var(--black);
  border-radius: 7px;
  width: 200px;
  margin: 20px auto 30px;
  padding: 20px;
  display: block;
}

.columns-8 {
  width: 500px;
}

.column-2, .column-3 {
  text-align: center;
}

.cta-button-blue {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #2c67a3;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.cta-button-blue:hover {
  background-color: var(--brand-main);
  color: var(--white);
  transform: translate(0, -2px);
  box-shadow: 1px 1px 7px #000000c4;
}

.cta-button-blue.ghost-button {
  border: 1px solid var(--brand-main);
  color: var(--brand-main);
  background-color: #0000;
}

.cta-button-blue.ghost-button:hover {
  border-color: var(--brand-main);
  background-color: var(--brand-main);
  color: #fff;
}

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

.cta-button-blue.ghost-button.inverse-ghost:hover, .cta-button-blue.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.cta-button-blue.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.herotext-smaller {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 35px;
  font-size: 11px;
  line-height: 17px;
  text-decoration: none;
}

.herotext-smaller.mainherotext {
  max-width: 550px;
  font-size: 34px;
  line-height: 36px;
}

.link-6, .link-7 {
  color: #4981b9;
  text-decoration: none;
}

.image-7 {
  width: 672px;
  margin-bottom: 92px;
}

.div-block-4 {
  width: 672px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  text-align: center;
}

.calltoaction {
  background-color: #f7f5f2;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 40px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.div-block-5-copy {
  filter: brightness(200%);
  background-color: #0000008a;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bold-text {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Museosans 700", sans-serif;
  display: inline-block;
}

.lesliebutton {
  border: 2.5px solid var(--brand2nd);
  background-color: var(--brand2nd);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--brand2nd);
  border-radius: 22px;
  margin-bottom: 7px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 700", sans-serif;
  font-size: 18px;
}

.lesliebutton:hover {
  background-color: var(--brand2nd);
  color: var(--white);
}

.lesliebutton:active {
  color: var(--white);
}

.whitefineprint {
  color: var(--light-grey);
  text-align: center;
  margin-top: 3px;
  font-size: 12px;
  line-height: 19px;
}

.whitemediumprint {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 13px;
}

.whitemediumprint.bottommargin {
  margin-bottom: 35px;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.div-block-7 {
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.image-8 {
  filter: invert();
  width: 43px;
  padding-bottom: 2px;
}

.div-block-8 {
  border: 0px solid var(--light-grey);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 37px;
  display: flex;
}

.text-block-18 {
  color: var(--light-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 44px;
}

.text-block-19 {
  color: var(--black);
  font-family: "Museosans 700", sans-serif;
  font-size: 30px;
}

.div-block-8-copy {
  border: 2.5px none var(--light-grey);
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 70px;
  margin-right: 0;
  display: flex;
}

.div-block-8-copy-copy {
  border: 2.5px solid var(--light-grey);
  background-color: var(--light-grey);
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-right: 35px;
  display: flex;
}

.mixblend {
  color: var(--black);
  font-family: "Museosans 700", sans-serif;
  font-size: 30px;
}

.image-9 {
  margin-right: 35px;
}

.toppart {
  margin-top: 90px;
  overflow: hidden;
}

.logos {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.tour {
  width: auto;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.tour.snap {
  height: 93vh;
  overflow: hidden;
}

.overviewimage {
  width: auto;
  max-width: 90%;
  height: 100%;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  box-shadow: 0 0 16px -2px #0000007a;
}

.tourblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.herooverlay-copy {
  background-color: #0000;
  background-image: linear-gradient(#000000bf, #000000bf);
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.div-block-10 {
  opacity: 1;
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-20 {
  text-align: center;
  width: 80%;
}

.normalwhiteprint, .normalwhiteprint-copy {
  color: var(--light-grey);
  text-align: center;
  width: 70%;
  margin-bottom: 13px;
}

.tourhead {
  color: var(--light-grey);
  margin-bottom: 19px;
  font-family: "Museosans 500", sans-serif;
  font-size: 30px;
}

.normalwhiteprint-copy {
  opacity: 1;
  color: var(--light-grey);
  text-align: center;
  width: 780px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.image-10-copy {
  width: 780px;
  margin-bottom: 38px;
  position: relative;
}

.image-11 {
  opacity: .69;
  display: none;
  position: absolute;
  inset: 7% auto auto 4%;
}

.image-11-copy {
  opacity: .69;
  display: none;
  position: absolute;
  inset: auto 4% 7px auto;
}

.image-11-copy-copy {
  opacity: .69;
  display: none;
  position: absolute;
  inset: 7% 4% 25% auto;
}

.image-11-copy-copy2 {
  opacity: .69;
  display: none;
  position: absolute;
  inset: auto auto 7px 4%;
}

.snap {
  display: block;
}

.snappy, .container-2 {
  flex-direction: column;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/macos-big-sur-apple-layers-fluidic-colorful-wwdc-stock-1920x1200-1455.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: sticky;
}

.div-block-12 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: auto;
}

.whitebutton-copy {
  border: 2.5px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 22px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 500", sans-serif;
}

.whitebutton-copy:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.whitebutton-copy:active {
  color: var(--black);
}

.scenesimage {
  width: auto;
  max-width: none;
  height: 90%;
  display: block;
  position: absolute;
  top: auto;
}

.overviewtext {
  text-align: center;
  display: none;
  position: absolute;
  inset: 79px 0% auto;
}

.overviewtext.no2 {
  display: block;
}

.overviewtext.no2.no3.no4.no5.no6 {
  top: auto;
}

.scenestext {
  text-align: center;
  display: none;
  position: absolute;
  inset: 79px 0% auto;
}

.scenestext.no1 {
  display: block;
}

.scenestext.no1.no3.no4.no5.no6 {
  top: auto;
}

.effectsimage {
  width: auto;
  height: 100%;
  position: absolute;
  top: auto;
}

.effectstext {
  text-align: center;
  display: block;
  position: absolute;
  inset: 79px 0% auto;
}

.effectstext.no1.no2.no4.no5.no6 {
  top: auto;
}

.overlaystext {
  text-align: center;
  display: block;
  position: absolute;
  inset: 79px 0% auto;
}

.overlaystext.no1.no2.no3.no5.no6 {
  top: auto;
}

.commentstext {
  text-align: center;
  display: block;
  position: absolute;
  inset: 79px 0% auto;
}

.commentstext.no1.no2.no3.no4.no6 {
  top: auto;
}

.gueststext {
  text-align: center;
  position: absolute;
  inset: 79px 0% auto;
}

.gueststext.no6 {
  display: block;
}

.gueststext.no1.no2.no3.no4.no5 {
  top: auto;
}

.video-2 {
  position: absolute;
}

.commentsimage {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
}

.commentsimage.tallone {
  max-height: 500px;
  margin-top: 10px;
}

.interviewimage {
  width: auto;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
}

.section-4 {
  background-color: #00000094;
  height: 95vh;
}

.div-block-13 {
  background-image: url('../images/features_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.div-block-14 {
  background-color: #0000009c;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.leftbutton {
  border: 2.5px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 22px 0 0 22px;
  width: 150px;
  margin-left: 8px;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 500", sans-serif;
}

.leftbutton:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.leftbutton:active {
  color: var(--black);
}

.rightbutton {
  border: 2.5px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 0 22px 22px 0;
  width: 150px;
  margin-left: -2px;
  margin-right: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 500", sans-serif;
}

.rightbutton:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.rightbutton:active {
  color: var(--black);
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-4 Area-3";
  position: absolute;
  top: 100px;
}

.grid.output-grid, .grid.input-grid, .grid.middle-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: auto;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  max-width: 210px;
  display: flex;
}

.i-o-desc {
  color: var(--light-grey);
  text-align: center;
}

.i-o-title {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 5px;
  font-family: "Museosans 500", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
}

.text-span-4 {
  font-size: .7em;
  position: relative;
  top: auto;
  bottom: 8px;
}

.i-o-title-superscript {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 5px;
  font-family: "Museosans 500", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
}

.i-o-image {
  margin-bottom: 10px;
}

.i-o-image.wider {
  width: 85px;
  height: 60px;
}

.titlearea {
  flex-direction: column;
  width: 100%;
  height: 120px;
  display: block;
  position: relative;
}

.div-block-15 {
  width: 100%;
  height: 60%;
  position: relative;
}

.div-block-12-copy {
  text-align: left;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
  position: static;
  inset: auto auto 60px;
}

.div-block-16 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 450px;
  display: flex;
  position: absolute;
}

.div-block-16.tallone {
  margin-top: 0;
}

.comment-backing {
  width: auto;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
}

.html-embed-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 72%;
  display: flex;
  position: absolute;
}

.video-3 {
  height: 100%;
  position: absolute;
}

.html-embed-2-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
}

.comment-backing-copy {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-19 {
  height: 60%;
  position: relative;
}

.div-block-20 {
  height: 10%;
}

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

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.whitemediumprint-copy {
  color: var(--off-black);
  text-align: center;
  margin-bottom: 13px;
  margin-left: 20px;
  margin-right: 20px;
}

.blackfineprint {
  color: var(--off-black);
  text-align: center;
  margin-top: 3px;
  font-size: 12px;
  line-height: 20px;
}

.lower-call-to-action {
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.white-link, .white-link:hover {
  color: var(--light-grey);
}

.featureblackbutton {
  border: 2.5px solid var(--brand2nd);
  background-color: var(--brand2nd);
  color: var(--white);
  text-align: center;
  border-radius: 22px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 700", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.featureblackbutton:hover, .featureblackbutton:active {
  color: var(--white);
}

.blacklink, .blacklink:hover {
  color: var(--off-black);
}

.leftbutton-copy {
  border: 2.5px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 22px 0 0 22px;
  width: 150px;
  margin-left: 8px;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 500", sans-serif;
}

.leftbutton-copy:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.leftbutton-copy:active {
  color: var(--black);
}

.middlebutton {
  border: 2.5px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  width: 150px;
  margin-left: -2px;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Museosans 500", sans-serif;
}

.middlebutton:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.middlebutton:active {
  color: var(--black);
}

.div-block-12-copy {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: auto;
}

.div-block-20-copy {
  height: 20%;
}

.div-block-12-copy-copy {
  text-align: left;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
  position: static;
  inset: auto auto 60px;
}

.profeaturespan {
  background-color: #b8b8b873;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  display: inline-block;
}

.div-block-23 {
  max-width: 900px;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  overflow: hidden;
}

.tallone {
  max-height: none;
}

.columns-9, .div-block-25 {
  display: flex;
}

.image-12 {
  align-self: center;
  max-width: 800px;
}

.link-block-4 {
  align-self: center;
  width: 80%;
}

.image-13 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.link-block-5 {
  align-self: center;
  width: 80%;
  max-width: 800px;
  position: absolute;
  inset: 0 auto auto;
}

.html-embed-3 {
  text-align: center;
  margin-top: 44px;
}

.youtube {
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-262 {
  width: 900px;
  height: 506px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.cornerthing {
  border: 3px solid var(--white);
  border-radius: 0;
  width: 70px;
  height: 68px;
  position: absolute;
}

.image-14 {
  filter: invert();
}

.textparts {
  color: var(--off-black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin: 25px auto 0;
  font-size: 15px;
  display: block;
}

.text-span-5 {
  margin-left: 19px;
}

.div-block-27 {
  justify-content: center;
  height: 150px;
  display: flex;
}

.heading-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 2.5em;
  line-height: 1.3em;
}

.video-4 {
  margin-top: 41px;
}

.div-block-28 {
  justify-content: center;
  max-width: 700px;
  margin: 35px auto 19px;
  display: flex;
}

.heading-copy-copy {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 6px;
  font-size: 2.5em;
  line-height: 1.3em;
}

.biggerheader {
  text-align: center;
}

.div-block-27-copy {
  justify-content: center;
  height: 240px;
  margin-top: 29px;
  display: flex;
}

.heading-copy-copy-copy {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 6px;
  font-size: 2.5em;
  line-height: 1.3em;
}

.image-16 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-263 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-17 {
  width: 880px;
}

.autoplayvideo {
  justify-content: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-264 {
  display: flex;
}

.html-embed-4 {
  text-align: center;
}

.lesliesection {
  margin-top: 118px;
}

.lesliequote {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(161deg, #ff6a00, #f421cd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.1em;
}

.leslieattribution {
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.leslieimage {
  border-radius: 8%;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.leslieblock {
  justify-content: center;
  margin-bottom: 31px;
  display: flex;
}

.zoomheading {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 45px;
}

.lesliecode {
  font-weight: 700;
}

.leslieblock2 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.lesliecouponcode {
  font-weight: 700;
}

.alecimage {
  border-radius: 20px;
}

.leslieima {
  border-radius: 50%;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.image-18 {
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-265 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/bluegradient.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-top: -21px;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}

.bold-text-2 {
  font-size: 24px;
}

.list {
  padding-left: 87px;
  font-size: 18px;
  line-height: 24px;
  list-style-type: square;
}

.list-item-2 {
  margin-bottom: 6px;
}

.section-6 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.youtube-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-6-copy {
  text-align: left;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-2 {
  height: auto;
  margin: 45px auto 0;
  display: block;
}

.slide-nav-2 {
  bottom: -38px;
}

.div-block-266 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-6, .text-span-7 {
  font-family: Ss standard, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  width: 318px;
  font-family: Spacegrotesk, sans-serif;
  font-weight: 400;
}

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

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

.image-20 {
  width: auto;
  height: auto;
}

.heading-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 5em;
  line-height: 59px;
}

.quick-stack {
  width: 1010px;
  padding-top: 39px;
}

.zoomtext {
  color: #757575;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  font-family: Spacegrotesk, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

.div-block-268 {
  padding-top: 25px;
  padding-bottom: 47px;
  display: flex;
}

.div-block-269 {
  max-width: 970px;
  margin: 0 auto 36px;
  padding-bottom: 59px;
}

.image-21 {
  align-self: center;
  width: 24%;
  padding-bottom: 10px;
}

.cell-3 {
  background-color: #fff;
}

.flex-block {
  padding-top: 41px;
  font-size: 15px;
}

.featureheading {
  text-align: center;
  align-self: center;
  margin-bottom: 6px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1.2em;
  line-height: 20px;
}

.featuretext {
  color: #777;
  text-align: center;
  padding-bottom: 28px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacegrotesk, sans-serif;
  font-size: .95em;
  font-weight: 400;
  line-height: 20px;
}

.div-block-271 {
  max-width: 1237px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-top: 38px;
}

.div-block-272 {
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-3 {
  color: #8a8a8a;
  padding-bottom: 13px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.paragraph-3 {
  margin-bottom: 12px;
  padding-top: 7px;
  font-family: Spacegrotesk, sans-serif;
  font-weight: 500;
}

.quick-stack-3 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  margin-bottom: 42px;
}

.image-22 {
  width: 408px;
}

.quick-stack-4 {
  padding-top: 0;
}

.quote-cell {
  background-color: #fff;
}

.person-image {
  border-radius: 70px;
  align-self: center;
  width: 140px;
  margin-bottom: 18px;
  line-height: 30px;
}

.quote-text {
  color: #777;
  text-align: center;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 23px;
}

.quote-name {
  color: #f48022;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 39px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 20px;
}

.div-block-273 {
  margin-top: 25px;
}

.div-block-268-copy {
  padding-top: 5px;
  padding-bottom: 44px;
  display: flex;
}

.section-6-copy {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.zoomheading-copy {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 45px;
}

.section-6-copy-copy {
  text-align: left;
  text-align: left;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.zoomheading-copy-copy {
  text-align: left;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 45px;
}

.zoomheading-copy-scopy {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 29px;
  padding-left: 0;
  padding-right: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 45px;
}

.smallerimage {
  border-radius: 50%;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.smallerquote {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(161deg, #ff6a00, #f421cd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.1em;
}

.rkquote {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(161deg, #ff6a00, #f421cd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.1em;
}

.youtube-3 {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.videoblock {
  justify-content: center;
  width: 696px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  margin-left: 60px;
  margin-right: 60px;
}

.subheading-6 {
  text-align: center;
  font-size: 3em;
}

.heading6 {
  white-space: nowrap;
  font-size: 1.7em;
  line-height: 30px;
}

.headinng6 {
  text-align: center;
  margin-bottom: 0;
  font-size: 4.2em;
}

.paragraph-4 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.live-motion-section {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 2.6em;
}

.live-motion-section.withtoparea {
  padding-top: 22px;
}

.gray-section {
  background-color: #e7e7e7;
}

.quote-desc {
  color: #8d8d8d;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 6px;
  margin-bottom: 39px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacegrotesk, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 15px;
}

.quote-name-copy {
  color: #f48022;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 20px;
}

.roleslistitem {
  margin-bottom: 9px;
}

.gray-section-copy {
  background-color: #e9e9e9;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11px;
}

.div-block-275 {
  margin-left: 60px;
  margin-right: 60px;
}

.cell-3-copy {
  background-color: #fff;
}

.quick-stack-2-copy {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-top: 16px;
  padding-bottom: 35px;
}

.section-8 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bashfulmovie {
  max-width: 800px;
}

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

.background-video-2 {
  aspect-ratio: auto;
}

.flex-block-2 {
  justify-content: flex-end;
  display: block;
}

.link-8 {
  color: var(--brand2nd);
  text-decoration: none;
}

.list-2, .list-3 {
  font-size: 1.125em;
}

.lesliesection-copy {
  margin-top: 39px;
}

.topareathing {
  height: 500px;
  margin-top: 96px;
}

.background-video-3 {
  background-image: linear-gradient(#00000091, #00000091);
  padding-top: 200px;
}

.bold-text-3 {
  white-space: nowrap;
}

.section-7-copy {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 40px;
}

.quick-stack-6 {
  padding-top: 0;
}

.bold-text-4 {
  text-align: center;
}

.paragraph-4-copy {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-4-copy {
  text-align: center;
}

.bold-text-4-copy.left {
  text-align: left;
}

.list-2-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.125em;
}

.div-block-268-copy-copy {
  padding-top: 5px;
  padding-bottom: 44px;
  display: flex;
}

.section-7-copy-copy {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .navmenu {
    flex: 1;
    padding-right: 0;
  }

  .navbrand {
    flex: 0 auto;
    justify-content: center;
  }

  .navlink {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .videoembedcontain {
    padding: 85px;
  }

  .column-left {
    padding: 20px;
  }

  .testimonialcontainer {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productsectioncontain {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrowcontainerleft.firstleftarrow {
    display: none;
  }

  .horizontal-center-contain {
    flex-direction: row;
  }

  .flex-pic-left-contain {
    flex-direction: column;
    height: 650px;
  }

  .pic-left-contain, .pic-left-content-contain {
    width: 100%;
  }

  .pic-left-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .horizontal-youtube-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    padding: 50px;
  }

  .q-and-a-heading {
    font-size: 1.6em;
  }

  .q-and-a-yt-contain {
    grid-template-columns: .75fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .live-non-desktop-contain {
    background-image: url('../images/stickySectionBG.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
    display: flex;
  }

  .live-mobile-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .live-mobile-text-left-contain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .live-mobile-list {
    padding-left: 20px;
  }

  .live-mobile-list-item {
    color: var(--white);
    font-size: 12px;
  }

  .live-mobile-heading {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .live-mobile-img-right {
    margin-left: 15px;
  }

  .live-mobile-img-left {
    margin-right: 15px;
  }

  .live-mobile-img-vertical-right {
    margin-left: 15px;
  }

  .live-mobile-img-vertical-left {
    margin-left: 0;
    margin-right: 15px;
  }

  .live-mobile-wrapper-1, .live-mobile-wrapper-2, .live-mobile-wrapper-3, .live-mobile-wrapper-4, .live-mobile-wrapper-5, .live-mobile-wrapper-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .tabs-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .live-mobile-wrapper-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .mobile-vid {
    z-index: 1;
    width: 80vw;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    overflow: visible;
  }

  .background-video-mobile {
    width: 490px;
  }

  .mobile-vid-yt {
    width: 100%;
    height: 100%;
  }

  .yt-mobile {
    display: block;
  }

  .mobile-bg-video {
    display: none;
  }

  .aspect-ratio-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    position: relative;
  }

  .video {
    display: none;
  }

  .live-mobile-wrapper-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .videowrap-mobile {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .live-mobile-wrapper-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .live-mobile-text-left-contain-triple {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .live-mobile-img-vertical-left-triple-1 {
    margin-left: 0;
    margin-right: 15px;
  }

  .live-mobile-heading-triple {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .live-mobile-list-triple {
    padding-left: 20px;
  }

  .mobile-vertical-triple-right-contain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .vert-triple-pushover {
    margin-left: 20px;
  }

  .mobile-bottom-product {
    background-image: url('../images/prod100vhImage.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100vh;
  }

  .live-mobile-wrapper-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .live-mobile-text-left-contain-bottom {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .live-mobile-heading-bottom {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .live-mobile-list-bottom {
    padding-left: 20px;
  }

  .live-mobile-list-item-bottom {
    color: var(--white);
    font-size: 12px;
  }

  .live-non-desktop-bottom-contain {
    display: block;
  }

  .mobile-bottom-contain {
    background-image: linear-gradient(#00000080, #00000080), url('../images/prod100vhImage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .mobile-bottom-content-contain {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .mobile-bottom-heading {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.2em;
  }

  .mobile-bottom-list-contain {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobile-bottom-list {
    padding-left: 20px;
  }

  .mobile-bottom-list-item {
    color: var(--white);
    font-size: 13px;
  }

  .center-div {
    margin-top: 0;
  }

  .columns-2 {
    display: block;
  }

  .section-3 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    max-width: 210px;
  }

  .i-o-desc {
    font-size: 13px;
    line-height: 15px;
  }

  .i-o-title {
    font-size: 1.3em;
  }

  .div-block-16 {
    max-height: 401px;
  }

  .div-block-12-copy-copy {
    font-size: 12px;
  }

  .div-block-262 {
    width: 100%;
    height: auto;
    margin-bottom: 83px;
  }

  .textparts {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .image-22 {
    width: auto;
  }

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

@media screen and (max-width: 767px) {
  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

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

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

  .flex3col {
    width: 100%;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .navmenu {
    flex: 1;
    justify-content: flex-end;
    padding-right: 7px;
  }

  .navbrand {
    flex: 0 auto;
    padding-left: 10px;
  }

  .navlink {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .navlink.w--current {
    font-size: 12px;
  }

  .navctacontain {
    display: none;
  }

  .fullscreencontain {
    margin-top: auto;
  }

  .fullscreencontain.snapsection.dontsnap {
    margin-top: 0;
  }

  .videoembedcontain {
    padding: 50px;
  }

  .column-left {
    width: 100%;
  }

  .quote-h4 {
    margin-bottom: -15px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-wrapper {
    height: 280px;
  }

  .testimonial-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heroheader {
    font-size: 3.5em;
    line-height: 50px;
  }

  .herotext {
    padding-left: 20px;
    padding-right: 20px;
  }

  .herotext.mainherotext {
    margin-bottom: 0;
    font-size: 30px;
  }

  .dualcolumn {
    display: block;
  }

  .dualrightcontain {
    margin-top: 51px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading, .footer-link, .homesoci, .home-social-link, .footer-link-copy {
    font-size: 16px;
  }

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

  .connect-section {
    display: none;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  ._3tab-list-itme {
    font-size: 12px;
    line-height: 20px;
  }

  .info-section-contain {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pic-left-contain {
    justify-content: center;
  }

  .live-mobile-wrapper {
    flex-direction: column-reverse;
  }

  .live-mobile-text-left-contain {
    max-width: 350px;
  }

  .live-mobile-list-item {
    line-height: 18px;
  }

  .live-mobile-img-right {
    margin-left: 0;
  }

  .live-mobile-img-left {
    margin-right: 0;
  }

  .live-mobile-img-vertical-right {
    margin-left: 0;
  }

  .live-mobile-img-vertical-left {
    margin-right: 0;
  }

  .live-mobile-wrapper-1 {
    flex-direction: column-reverse;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-2 {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-3 {
    flex-direction: column-reverse;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-4 {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-5 {
    flex-direction: column-reverse;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-6 {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-7 {
    flex-direction: column;
  }

  .live-mobile-wrapper-8 {
    flex-direction: column-reverse;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-wrapper-9 {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-text-left-contain-triple {
    max-width: 350px;
  }

  .live-mobile-img-vertical-left-triple-1 {
    margin-right: 0;
  }

  .live-mobile-wrapper-10 {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .live-mobile-text-left-contain-bottom {
    max-width: 350px;
  }

  .live-mobile-list-item-bottom {
    line-height: 18px;
  }

  .mobile-bottom-list-contain {
    flex-direction: column;
  }

  .mobile-bottom-list {
    margin-bottom: 0;
  }

  .mug-shots-list-wrapper {
    column-count: 2;
  }

  .heading {
    margin-top: 48px;
    font-size: 2em;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .chevron {
    font-size: 23px;
  }

  .text-block-11 {
    padding-top: 29px;
    padding-left: 0;
  }

  .text-block-15 {
    text-align: left;
  }

  .columns-6 {
    display: block;
  }

  .section-3 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .herotext-smaller.mainherotext {
    font-size: 30px;
  }

  .image-7 {
    width: 90%;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 25px;
    display: flex;
  }

  .whitemediumprint.bottommargin {
    margin-bottom: 10px;
    font-size: 14px;
  }

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

  .tour.snap {
    height: 100vh;
  }

  .tourhead {
    margin-top: 20px;
  }

  .normalwhiteprint-copy {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
  }

  .commentsimage {
    max-height: 280px;
  }

  .commentsimage.tallone {
    max-height: 450px;
    margin-top: -30px;
  }

  .section-4 {
    height: 100vh;
  }

  .titlearea {
    height: 190px;
  }

  .div-block-16 {
    max-height: 243px;
    margin-top: 40px;
  }

  .div-block-16.tallone {
    max-height: 400px;
  }

  .div-block-12-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 25px;
    display: grid;
  }

  .link-block-5 {
    width: 100vw;
    max-width: 100vw;
    display: none;
  }

  .heading-copy {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 2em;
  }

  .heading-copy-copy, .heading-copy-copy-copy {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 2em;
  }

  .lesliesection {
    margin-top: auto;
  }

  .lesliequote {
    font-size: 2em;
  }

  .zoomheading {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-265 {
    height: auto;
  }

  .section-6-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2 {
    justify-content: space-between;
    align-items: center;
  }

  .image-20 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack {
    flex: 0 auto;
    order: 1;
  }

  .zoomtext {
    width: auto;
  }

  .div-block-269 {
    padding-bottom: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-274 {
    min-width: 100px;
    min-height: 100px;
  }

  .zoomheading-copy {
    padding-top: 10px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-6-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .zoomheading-copy-copy {
    text-align: center;
    padding-top: 10px;
  }

  .zoomheading-copy-scopy {
    padding-left: 80px;
    padding-right: 80px;
  }

  .videoblock {
    width: 100%;
  }

  .heading6 {
    font-size: 1.2em;
  }

  .lesliesection-copy, .topareathing {
    margin-top: auto;
  }

  .bold-text-3 {
    font-size: .8em;
  }

  .paragraph-4-copy {
    padding-top: 32px;
  }

  .bold-text-4-copy {
    white-space: nowrap;
    font-size: .7em;
  }

  .bold-text-4-copy.left {
    text-align: left;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

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

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

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

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

  a {
    font-size: 15px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    padding: 6px 12px;
    font-size: 12px;
  }

  .navbar {
    padding-top: 20px;
    padding-left: 17px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .navmenu {
    clear: none;
    flex-wrap: nowrap;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    display: flex;
    left: auto;
  }

  .navbrand {
    flex: 0 auto;
    justify-content: flex-start;
    max-width: 120px;
    padding-left: 2px;
  }

  .navlink {
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 3px;
    font-size: 10px;
    line-height: 11px;
  }

  .navlink.w--current {
    font-size: 10px;
  }

  .videoembedcontain {
    padding: 25px;
  }

  .author-name {
    line-height: 14px;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .column-left {
    padding: 40px 15px;
  }

  .author-block {
    margin-top: 0;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
  }

  .content-block {
    padding-bottom: 35px;
  }

  .quote-h4 {
    font-size: 12px;
    line-height: 12px;
  }

  .image-wrapper {
    height: 260px;
  }

  .author-job {
    line-height: 14px;
  }

  .text-fixed-height {
    margin-bottom: 30px;
  }

  .heroheader {
    white-space: normal;
    width: 90%;
    margin-top: -57px;
    font-size: 3em;
  }

  .herotext.mainherotext {
    white-space: nowrap;
    font-size: 23px;
    line-height: 27px;
  }

  .dualcolumn {
    flex-direction: column;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: row;
  }

  .footer-logo-link {
    height: 60px;
    display: none;
  }

  .footer-image {
    text-align: left;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 12px;
  }

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

  .footer-link.footerfontawesome {
    text-align: left;
    margin-bottom: 12px;
  }

  .productcontentparagraphleft.vimeowords {
    max-width: 100%;
  }

  .arrowparagraphcontainleft.prod1img1left {
    flex-direction: row;
  }

  .prodvideoright {
    width: 100%;
  }

  .homesoci {
    margin-top: 20px;
  }

  .home-social-link.footerfontawesome, .home-social-link.home-font-awesome, .footer-link-copy.footerfontawesome {
    text-align: left;
  }

  .list-item {
    font-size: 14px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .top-header-section {
    height: 25vh;
  }

  .connect-section {
    display: none;
  }

  .center-p {
    padding-left: 19px;
    padding-right: 19px;
  }

  .horizontal-social-container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ecamm-social-link {
    margin-top: 41px;
  }

  ._3tab-youtube-container {
    width: 260px;
  }

  .flex-pic-left-contain {
    height: auto;
  }

  .pic-left-contain {
    background-image: none;
  }

  .pic-left-content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .horizontal-youtube-contain {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .q-and-a-heading {
    font-size: 1.2em;
    line-height: 24px;
  }

  .live-mobile-text-left-contain {
    max-width: 230px;
  }

  .vimeovid-mobile {
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .live-mobile-text-left-contain-triple {
    max-width: 230px;
  }

  .live-mobile-img-vertical-left-triple-1 {
    max-height: 290px;
  }

  .live-mobile-text-left-contain-bottom {
    max-width: 230px;
  }

  .mug-shots-list-wrapper {
    column-count: 1;
  }

  .form-50-50 {
    flex-direction: column;
  }

  .form-50-left {
    width: 100%;
    padding-right: 0;
  }

  .form-50-right {
    width: 100%;
    padding-left: 0;
  }

  .press-container {
    flex-direction: column;
  }

  .press-left-container {
    text-align: center;
    width: 100%;
  }

  .press-right-container {
    width: 100%;
  }

  .press-header {
    padding-right: 25px;
  }

  .press-item {
    margin-top: 0;
  }

  .press-img {
    width: 100px;
    height: 100px;
  }

  .heading {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.7em;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .chevron {
    margin-top: -200px;
  }

  .text-block-12 {
    padding-right: 25px;
  }

  .link-5 {
    font-size: 43px;
  }

  .cta-button-blue {
    padding: 6px 12px;
    font-size: 12px;
  }

  .herotext-smaller.mainherotext {
    white-space: nowrap;
    font-size: 23px;
    line-height: 27px;
  }

  .link-6, .link-7 {
    font-size: 11px;
  }

  .whitemediumprint.bottommargin {
    white-space: normal;
    width: 90%;
  }

  .tourhead {
    font-size: 24px;
  }

  .normalwhiteprint-copy {
    margin-top: -3px;
  }

  .commentsimage {
    max-height: 340px;
    margin-top: auto;
  }

  .commentsimage.tallone {
    max-height: 370px;
    margin-top: 0;
  }

  .leftbutton {
    width: 100px;
    padding-left: 23px;
    font-size: 13px;
  }

  .rightbutton {
    width: 100px;
    padding-left: 16px;
    font-size: 13px;
  }

  .grid.output-grid, .grid.input-grid, .grid.middle-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-3.nomobilegriditem {
    display: none;
  }

  .i-o-desc {
    font-size: 11px;
  }

  .i-o-title, .i-o-title-superscript {
    font-size: 1.1em;
  }

  .i-o-image {
    width: 50px;
  }

  .i-o-image.wider {
    width: 70px;
    height: 50px;
  }

  .titlearea {
    margin-top: 22px;
  }

  .div-block-15 {
    margin-top: 32px;
  }

  .div-block-16 {
    max-height: 160px;
  }

  .div-block-16.tallone {
    max-height: 300px;
  }

  .white-link, .blacklink {
    font-size: 12px;
  }

  .middlebutton {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .div-block-12-copy-copy {
    grid-column-gap: 4px;
    grid-row-gap: 18px;
    margin-bottom: 73px;
  }

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

  .textparts {
    margin-left: 35px;
    margin-right: 35px;
  }

  .heading-copy, .heading-copy-copy, .heading-copy-copy-copy {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.7em;
  }

  .lesliequote {
    font-size: 2.1em;
  }

  .zoomheading {
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .div-block-265 {
    margin-top: 0;
  }

  .list {
    padding-left: 0;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube-2 {
    margin-bottom: 0;
  }

  .paragraph-2 {
    width: auto;
  }

  .cell-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 4em;
  }

  .div-block-267 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3, .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .zoomheading-copy {
    padding-top: 37px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .section-6-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zoomheading-copy {
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .section-6-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .zoomheading-copy-copy {
    text-align: center;
    padding-top: 8px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .zoomheading-copy-scopy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .smallerquote, .rkquote {
    font-size: 2.1em;
  }

  .subheading-6 {
    font-size: 1.5em;
  }

  .heading6 {
    font-size: .6em;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    overflow: visible;
  }

  .quick-stack-2-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4-copy {
    margin-bottom: 20px;
    overflow: visible;
  }

  .bold-text-4-copy {
    font-size: .4em;
  }

  .bold-text-4-copy.left {
    white-space: normal;
    font-size: .7em;
  }

  .bold-text-5 {
    font-size: .5em;
  }

  .bold-text-6 {
    font-size: .9em;
  }

  .bold-text-7 {
    font-size: .5em;
  }
}

#w-node-_16da39ac-af13-5feb-bb10-ed70467c2756-4e21e7d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef1aa838-7cc5-2f3a-85c5-e84d2adafc95-4e21e7d7 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_23a9c199-351a-6886-c77c-dcbf6f759eee-4e21e7d7, #w-node-_5e15bd5f-31a9-b342-8a91-99bcbb6b9620-4e21e7d7, #w-node-ca18f135-89ab-66c0-f59c-319b4e9fb1aa-4e21e7d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8e2ffd59-af53-1f22-8dd8-e26ec87a87f8-4e21e7d7 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e583ba0b-8e63-dd41-2c37-2598e3f20687-4e21e7d7 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_481dc173-a724-9fa8-c114-1c03bcb45739-4e21e7d7, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a67-4e21e7d7 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a6d-4e21e7d7 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a73-4e21e7d7, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a79-4e21e7d7, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a7f-4e21e7d7, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a85-4e21e7d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a8b-4e21e7d7 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a91-4e21e7d7 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617f4-4e21e7d7 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617fa-4e21e7d7 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff06180c-4e21e7d7, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff06181a-4e21e7d7, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061800-4e21e7d7, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061806-4e21e7d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061820-4e21e7d7 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061812-4e21e7d7 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_74f1b394-9786-fb95-18e7-9b702252f6e4-1ad4bb96, #w-node-_74f1b394-9786-fb95-18e7-9b702252f6e4-f688f5d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16da39ac-af13-5feb-bb10-ed70467c2756-88ddfd58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef1aa838-7cc5-2f3a-85c5-e84d2adafc95-88ddfd58 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_23a9c199-351a-6886-c77c-dcbf6f759eee-88ddfd58, #w-node-_5e15bd5f-31a9-b342-8a91-99bcbb6b9620-88ddfd58, #w-node-ca18f135-89ab-66c0-f59c-319b4e9fb1aa-88ddfd58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8e2ffd59-af53-1f22-8dd8-e26ec87a87f8-88ddfd58 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e583ba0b-8e63-dd41-2c37-2598e3f20687-88ddfd58 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_481dc173-a724-9fa8-c114-1c03bcb45739-88ddfd58, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617f4-88ddfd58 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617fa-88ddfd58 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff06180c-88ddfd58, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff06181a-88ddfd58, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061800-88ddfd58, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061806-88ddfd58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061820-88ddfd58 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061812-88ddfd58 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_74f1b394-9786-fb95-18e7-9b702252f6e4-88ddfd58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16da39ac-af13-5feb-bb10-ed70467c2756-049dbb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef1aa838-7cc5-2f3a-85c5-e84d2adafc95-049dbb83 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_23a9c199-351a-6886-c77c-dcbf6f759eee-049dbb83, #w-node-_5e15bd5f-31a9-b342-8a91-99bcbb6b9620-049dbb83, #w-node-ca18f135-89ab-66c0-f59c-319b4e9fb1aa-049dbb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8e2ffd59-af53-1f22-8dd8-e26ec87a87f8-049dbb83 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e583ba0b-8e63-dd41-2c37-2598e3f20687-049dbb83 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_481dc173-a724-9fa8-c114-1c03bcb45739-049dbb83, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617f4-049dbb83 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617fa-049dbb83 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff06180c-049dbb83, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff06181a-049dbb83, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061800-049dbb83, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061806-049dbb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061820-049dbb83 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061812-049dbb83 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_16da39ac-af13-5feb-bb10-ed70467c2756-92551906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef1aa838-7cc5-2f3a-85c5-e84d2adafc95-92551906 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_23a9c199-351a-6886-c77c-dcbf6f759eee-92551906, #w-node-_5e15bd5f-31a9-b342-8a91-99bcbb6b9620-92551906, #w-node-ca18f135-89ab-66c0-f59c-319b4e9fb1aa-92551906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8e2ffd59-af53-1f22-8dd8-e26ec87a87f8-92551906 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e583ba0b-8e63-dd41-2c37-2598e3f20687-92551906 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_481dc173-a724-9fa8-c114-1c03bcb45739-92551906, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a67-92551906 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a6d-92551906 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a73-92551906, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a79-92551906, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a7f-92551906, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a85-92551906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a8b-92551906 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a91-92551906 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617f4-92551906 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617fa-92551906 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff06180c-92551906, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff06181a-92551906, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061800-92551906, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061806-92551906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061820-92551906 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061812-92551906 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_16da39ac-af13-5feb-bb10-ed70467c2756-53bb9363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef1aa838-7cc5-2f3a-85c5-e84d2adafc95-53bb9363 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_23a9c199-351a-6886-c77c-dcbf6f759eee-53bb9363, #w-node-_5e15bd5f-31a9-b342-8a91-99bcbb6b9620-53bb9363, #w-node-ca18f135-89ab-66c0-f59c-319b4e9fb1aa-53bb9363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8e2ffd59-af53-1f22-8dd8-e26ec87a87f8-53bb9363 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e583ba0b-8e63-dd41-2c37-2598e3f20687-53bb9363 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_481dc173-a724-9fa8-c114-1c03bcb45739-53bb9363, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a67-53bb9363 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a6d-53bb9363 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a73-53bb9363, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a79-53bb9363, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a7f-53bb9363, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a85-53bb9363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a8b-53bb9363 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a91-53bb9363 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617f4-53bb9363 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617fa-53bb9363 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff06180c-53bb9363, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff06181a-53bb9363, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061800-53bb9363, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061806-53bb9363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061820-53bb9363 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061812-53bb9363 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_16da39ac-af13-5feb-bb10-ed70467c2756-20bb6db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef1aa838-7cc5-2f3a-85c5-e84d2adafc95-20bb6db0 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_23a9c199-351a-6886-c77c-dcbf6f759eee-20bb6db0, #w-node-_5e15bd5f-31a9-b342-8a91-99bcbb6b9620-20bb6db0, #w-node-ca18f135-89ab-66c0-f59c-319b4e9fb1aa-20bb6db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8e2ffd59-af53-1f22-8dd8-e26ec87a87f8-20bb6db0 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e583ba0b-8e63-dd41-2c37-2598e3f20687-20bb6db0 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_481dc173-a724-9fa8-c114-1c03bcb45739-20bb6db0, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a67-20bb6db0 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a6d-20bb6db0 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a73-20bb6db0, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a79-20bb6db0, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a7f-20bb6db0, #w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a85-20bb6db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a8b-20bb6db0 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_37bbdacb-5cf0-2149-6f1f-6d3929810a91-20bb6db0 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617f4-20bb6db0 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff0617fa-20bb6db0 {
  grid-area: Area-4;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff06180c-20bb6db0, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff06181a-20bb6db0, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061800-20bb6db0, #w-node-_25f43c0d-67f8-b093-6d18-fe89ff061806-20bb6db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061820-20bb6db0 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_25f43c0d-67f8-b093-6d18-fe89ff061812-20bb6db0 {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e4f10313-f236-ec65-9633-a252ce96a8fe-66ebca9e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-f091aff3-e603-bdaa-1b42-20f1d4a13d0f-66ebca9e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7a3b04af-5077-627d-b717-1143830944e1-66ebca9e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2fr;
}

#w-node-c3e73de5-9595-aa45-bc9e-e8568af8e6e1-66ebca9e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-d6e872a6-ef05-a251-1fbe-cc86d8b91cf4-66ebca9e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3c3c7838-aa28-58de-3d47-2bb9f69fd1f5-66ebca9e {
  grid-column: span 2 / span 2;
}

#w-node-e7392072-76e2-a4e4-180a-58c97ab50d65-66ebca9e {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-_34c3ef80-1e76-5853-4b98-8ede74b02471-581b4470 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc789598-9c58-b92b-8b5a-9603eaea29ee-581b4470 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_48e7047d-8cd0-2132-89be-aa5c026b1082-581b4470 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f091aff3-e603-bdaa-1b42-20f1d4a13d0f-66ebca9e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7a3b04af-5077-627d-b717-1143830944e1-66ebca9e {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-d6e872a6-ef05-a251-1fbe-cc86d8b91cf4-66ebca9e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e7392072-76e2-a4e4-180a-58c97ab50d65-66ebca9e {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_48e7047d-8cd0-2132-89be-aa5c026b1082-581b4470 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4f10313-f236-ec65-9633-a252ce96a8fe-66ebca9e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4f10313-f236-ec65-9633-a252ce96a8ff-66ebca9e {
    order: 9999;
  }

  #w-node-f091aff3-e603-bdaa-1b42-20f1d4a13d0f-66ebca9e, #w-node-d6e872a6-ef05-a251-1fbe-cc86d8b91cf4-66ebca9e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3c3c7838-aa28-58de-3d47-2bb9f69fd1f5-66ebca9e {
    grid-column: span 1 / span 1;
  }

  #w-node-_34c3ef80-1e76-5853-4b98-8ede74b02471-581b4470, #w-node-_48e7047d-8cd0-2132-89be-aa5c026b1082-581b4470 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Museosans 700';
  src: url('../fonts/museosans_700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 900';
  src: url('../fonts/museosans_900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 900';
  src: url('../fonts/museosans_900_italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/museosans_500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/museosans_500_italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 100';
  src: url('../fonts/museosans_100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 300';
  src: url('../fonts/museosans_300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 700';
  src: url('../fonts/museosans_700_italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 100';
  src: url('../fonts/museosans_100_italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 300';
  src: url('../fonts/museosans_300_italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ss standard';
  src: url('../fonts/ss-standard.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BoldLC.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}