@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Big Caslon;
  src: url('../fonts/BigCaslon.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-primary: var(--gray);
  --herald-blue: #005bc6;
  --background-primary-dark: #16161a;
  --text-color-primary-dark: #edecda;
  --border-color-dark: #666662;
  --transparent: #0000;
  --half-white: #ede8e180;
  --muted-green: #363f36;
  --gray: #ede8e1;
  --white: white;
  --text-color-secondary: #5e697f;
  --text-color-gray: #999;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-primary);
  pointer-events: auto;
  cursor: none;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Caslon, Times New Roman, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Caslon, Times New Roman, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Caslon, Times New Roman, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Caslon, Times New Roman, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Caslon, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

p {
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
}

a {
  cursor: none;
}

img {
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.nav-menu-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 48px;
  display: flex;
}

.nav-menu-links-wrapper.white {
  max-width: 400px;
  color: var(--background-primary);
}

.nav-menu-link {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  font-family: Big Caslon, Times New Roman, sans-serif;
  display: flex;
}

.nav-menu-link.w--current {
  justify-content: flex-end;
  align-items: center;
  font-family: Big Caslon, Times New Roman, sans-serif;
}

.p1_s {
  text-align: justify;
  text-transform: none;
  font-family: Big Caslon, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.p1_s.r {
  text-align: right;
}

.p1_s.title {
  padding-bottom: 24px;
}

.pricing-card-top-block {
  grid-row-gap: 14px;
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
}

.pricing-card-bottom-block {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.about-image-block {
  width: 100%;
  height: 100%;
}

.about-text-content-wrapper {
  width: 100%;
}

.team-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
}

.service-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-title-block {
  color: var(--background-primary);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.service-description-text {
  font-size: 24px;
  line-height: 1.4em;
}

.process-card-image-block {
  flex: 1;
  align-self: center;
}

.process-card-text-content-inner {
  width: 100%;
  padding: 40px;
}

.recent-project-single-block {
  border-right: 1px solid var(--herald-blue);
  flex: none;
  width: 600px;
  height: 600px;
}

.review-card-image-block {
  border-right: 1px solid var(--herald-blue);
  width: 850px;
  height: 100%;
}

.homeworks-card-logo-block {
  mix-blend-mode: overlay;
  position: absolute;
}

.home-work-card {
  border: 1px solid var(--herald-blue);
  width: 100%;
  position: sticky;
  top: 24px;
}

.home-service-card {
  border-top: 1px none var(--herald-blue);
}

.button {
  letter-spacing: -.02rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.work-image-block {
  border-right: 1px solid var(--herald-blue);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.work-text-content-block {
  width: 32%;
}

.work-video {
  width: 100%;
  height: 100%;
}

.work-image {
  pointer-events: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.blog-card-text-content-block-inner {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.work-details-about-image-block {
  border-bottom: 1px solid var(--herald-blue);
  width: 100%;
  height: 100vh;
  min-height: 974px;
}

.cursor-primary {
  z-index: 999;
  pointer-events: none;
  -webkit-text-stroke-color: var(--background-primary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-primary-dot {
  z-index: 999;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.cursor-primary-dot.white {
  background-color: var(--background-primary);
}

.cursor-primary-dot.black {
  background-color: var(--background-primary-dark);
  mix-blend-mode: hard-light;
}

.cursor-primary-dot.blue {
  background-color: var(--herald-blue);
}

.utility-page-wrap {
  border: 1px solid var(--herald-blue);
  background-color: var(--background-primary);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--background-primary);
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

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

.team-card-dark {
  color: var(--text-color-primary-dark);
}

.work-image-block-dark {
  border-right: 1px solid var(--border-color-dark);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-card-dark {
  border: 1px solid var(--border-color-dark);
  color: var(--text-color-primary-dark);
}

.recent-project-single-block-dark {
  border-right: 1px solid var(--border-color-dark);
  flex: none;
  width: 600px;
  height: 600px;
}

.cursor-2 {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-out-cursor {
  border: 1px solid var(--background-primary-dark);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
}

.link-out-cursor.white {
  border-color: var(--background-primary);
}

.link-out-cursor.blue {
  border-color: var(--herald-blue);
}

.review-card-image-block-dark {
  border-right: 1px solid var(--border-color-dark);
  width: 850px;
  height: 100%;
}

.home-service-card-dark {
  border-top: 1px solid var(--border-color-dark);
  color: var(--text-color-primary-dark);
}

.cursor {
  z-index: 999;
  position: relative;
}

.cursor.black {
  background-color: var(--background-primary-dark);
}

.cursor.white {
  background-color: var(--background-primary);
}

.nav-block {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.home-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: grid;
  position: relative;
}

.helvetica-body-text {
  color: var(--background-primary);
  text-align: justify;
  letter-spacing: -.02rem;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.helvetica-body-text.button {
  background-color: var(--transparent);
  text-align: left;
  width: 80px;
  margin-top: 24px;
  padding: 0;
}

.newsletter-form-block {
  z-index: 999;
  padding-right: 24px;
  position: relative;
}

.newsletter-form-block.white {
  color: var(--background-primary);
}

.text-field {
  background-color: var(--transparent);
  height: 16px;
  color: var(--background-primary);
  letter-spacing: -.02rem;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  overflow: visible;
}

.text-field::placeholder {
  color: var(--half-white);
}

.nav-link-out {
  cursor: pointer;
  text-decoration: none;
}

.nav-link-out.white {
  color: var(--background-primary);
}

.nav-link-out.black.mobile {
  display: none;
}

.nav-spacer {
  height: 20px;
}

.form-block {
  border: .25px solid var(--background-primary);
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: var(--herald-blue);
  padding-left: 12px;
}

.success-message {
  background-color: var(--herald-blue);
  text-align: left;
  padding: 12px;
}

.form {
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.feb26-body {
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.txtblock {
  align-self: center;
}

.txtblock.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.txtblock.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.txtblock.small {
  width: 70%;
}

.txtblock.sticky {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 50vh;
}

.txtblock.l {
  align-self: flex-start;
}

.txtblock.r {
  align-self: flex-end;
}

.txtblock.fix {
  width: 300px;
}

.txtblock.fix.l {
  margin-left: 100px;
}

.txtblock.fix.r {
  margin-right: 100px;
}

.p1.black {
  color: var(--background-primary-dark);
}

.image-flicker-container {
  position: relative;
  overflow: hidden;
}

._0226-block {
  padding-top: 20vh;
}

._0226-block.half {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._0226-block.stack {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.lottie-animation-3 {
  aspect-ratio: 1;
  position: sticky;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.body.blue {
  background-color: var(--herald-blue);
}

.video-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed {
  width: 50%;
}

.mobileplayback {
  display: none;
}

.livestream-block {
  cursor: pointer;
  flex-flow: column;
  width: 100%;
}

.full-image {
  width: 100%;
}

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

.desktop-link-block, .entry-list-block {
  flex-flow: column;
  display: flex;
}

.grid---image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module_canvas {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.module_canvas.module_canvas-2 {
  z-index: auto;
}

.module_canvas.module-canvas-3 {
  z-index: auto;
  pointer-events: none;
}

.module_heading {
  max-width: 510px;
  margin-top: 17px;
}

.paragraph {
  color: #86868b;
  letter-spacing: .011em;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.19048em;
}

.item-image {
  z-index: 1;
  position: relative;
}

.item-image.video {
  width: 500px;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.item-image-wrapper {
  width: 100%;
  transform: ;
  transition: opacity .3s ease-out;
  position: relative;
}

.item-image-wrapper.matrix-1 {
  perspective: 200px;
  transform: ;
}

.bio-right {
  color: #a1a1a6;
  text-align: left;
  width: 300px;
  font-weight: 500;
  transform: translate(150px, 34.5px);
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.module_item {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  transform: translate(0);
}

.module_item.module_item-17 {
  transform: translate(326px, 804px);
}

.module_item.module_item-19 {
  transform: translate(804px, 833px);
}

.module_item.module_item-6 {
  transform: translate(-675px, -639px);
}

.module_item.module_item-13 {
  transform: translate(-1127px, -300px);
}

.module_item.module_item-18 {
  transform: translate(772px, 494px);
}

.module_item.module_item-9 {
  transform: translate(-150px, -394px);
}

.module_item.module_item-10 {
  transform: translate(600px, -196px);
}

.module_item.module_item-0 {
  transform: translate(-331px, 395px);
}

.module_item.module_item-20 {
  transform: translate(940px, 150px);
}

.module_item.module_item-8 {
  transform: translate(509px, 72px);
}

.module_item.module_item-5 {
  transform: translate(-710px, 800px);
}

.module_item.module_item-15 {
  transform: translate(800px, -590px);
}

.module_item.module_item-3 {
  transform: translate(-627px, -257px);
}

.module_item.module_item-11 {
  transform: translate(-531px, 51px);
}

.module_item.module_item-4 {
  transform: translate(87px, -742px);
}

.module_item.module_item-16 {
  transform: translate(808px, -288px);
}

.module_item.module_item-7 {
  transform: translate(-230px, 755px);
}

.module_item.module_item-1 {
  transform: translate(213px, 423px);
}

.module_item.module_item-12 {
  transform: translate(-1062px, 86px);
}

.module_item.module_item-2 {
  transform: translate(400px, -362px);
}

.module_item.module_item-14 {
  transform: translate(-777px, 422px);
}

.module_copy {
  pointer-events: auto;
}

.cta-link {
  color: #86868b;
  letter-spacing: .011em;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 21px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.cta-link:hover {
  filter: brightness(200%);
}

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

.submit-button {
  background-color: var(--herald-blue);
}

.item-bio {
  z-index: 1;
  color: #f5f5f7;
  letter-spacing: .012em;
  width: 300px;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
}

.item-bio:hover {
  opacity: 1;
}

.text-field-2 {
  border: 1px solid var(--herald-blue);
  background-color: var(--transparent);
  color: var(--background-primary-dark);
}

.bio-left {
  color: #a1a1a6;
  text-align: left;
  width: 300px;
  transform: translate(-150px, 34.5px);
}

.bio-left:hover {
  display: block;
}

._0326-block {
  padding-top: 5vh;
}

._0326-block.half {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

._0326-block.stack {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.headline-mask {
  display: inline-block;
}

.video-container-mar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mar262-body {
  background-color: #e6e6e6;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.sound-icon {
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: flex;
}

.control-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.video-container-2 {
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.controls-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.volume-container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 50%;
  display: flex;
}

.video-controls {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
}

.volume-progress {
  background-color: var(--background-primary-dark);
  height: 100%;
}

.button-wrapper {
  flex: 0 auto;
  width: auto;
  display: flex;
}

.button-wrapper.button-play-pause {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-wrapper.button-play-pause:hover {
  background-color: #4e5ffd;
}

.volume-handle {
  background-color: var(--background-primary-dark);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(-4px, -50%);
}

.progress-handle {
  background-color: #4e5ffd;
  border-radius: 1000%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.volume-slider {
  border-radius: 5px;
  width: 80px;
  height: 2px;
  position: relative;
}

.progress-bar {
  background-color: #4e5ffd;
  border-radius: 0;
  width: 0;
  height: 100%;
}

.quality-container_popup-item-text {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 22px;
  padding: 0 0;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.quality-container_popup-item-text:hover {
  background-color: #45455a;
}

.quality-container_popup {
  background-color: #08081d;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + .5rem);
  left: 50%;
  transform: translate(-50%);
}

.quality-container {
  position: relative;
}

.progress-container {
  cursor: pointer;
  background-color: #ffffff40;
  flex: 1;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}

.control-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.time-display {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  display: flex;
}

.mute-icon {
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: flex;
}

.txtblock-duo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 70%;
  display: grid;
}

.txtblock-duo.mid {
  align-self: center;
}

.txtblock-duo.r {
  align-self: flex-end;
}

.txtblock-duo.full {
  width: 100%;
}

.image-small {
  aspect-ratio: 1;
  object-fit: cover;
  align-self: flex-end;
  width: 30%;
}

.image-small.l {
  align-self: flex-start;
}

._0426-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

._0426-block.half {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._0426-block.stack {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.image-medium {
  width: 50%;
}

.image-medium.r {
  align-self: flex-end;
}

._0526-block-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

._0526-block-copy.half {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._0526-block-copy.stack {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._0526-block-copy.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.may26-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .process-card-image-block {
    align-self: center;
  }

  .helvetica-body-text, .text-field, .p1 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  h1 {
    font-size: 62px;
  }

  .about-image-block {
    border-right-width: 0;
  }

  .process-card-image-block {
    flex: 0 auto;
    height: 600px;
  }

  .review-card-image-block {
    border-right-width: 0;
    flex: 1;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
  }

  .work-image-block {
    border-right-width: 0;
    height: 456px;
  }

  .work-text-content-block {
    border-top: 1px solid var(--herald-blue);
    width: 100%;
  }

  .work-details-about-image-block {
    position: sticky;
    top: 0;
  }

  .cursor-primary {
    display: flex;
  }

  .work-image-block-dark {
    border-right-width: 0;
    height: 456px;
  }

  .cursor-2 {
    display: none;
  }

  .review-card-image-block-dark {
    border-right-width: 0;
    flex: 1;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
  }

  .p1 {
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .nav-menu-link {
    grid-column-gap: 10px;
  }

  .p1_s {
    font-size: 12px;
  }

  .service-description-text {
    font-size: 18px;
    line-height: 1.6em;
  }

  .process-card-image-block {
    height: auto;
  }

  .process-card-text-content-inner {
    padding: 24px 16px;
  }

  .recent-project-single-block {
    width: 500px;
    height: 500px;
  }

  .review-card-image-block {
    flex: 0 auto;
    height: 400px;
    max-height: none;
  }

  .work-image-block {
    height: 350px;
  }

  .work-details-about-image-block {
    height: 500px;
    min-height: auto;
    position: static;
  }

  .cursor-primary {
    display: flex;
  }

  .work-image-block-dark {
    height: 350px;
  }

  .recent-project-single-block-dark {
    width: 500px;
    height: 500px;
  }

  .cursor-2 {
    display: none;
  }

  .review-card-image-block-dark {
    flex: 0 auto;
    height: 400px;
    max-height: none;
  }

  .helvetica-body-text {
    font-size: 11px;
  }

  .text-field {
    height: 14px;
    font-size: 11px;
    line-height: 1;
  }

  .p1 {
    font-size: 11px;
  }

  .video-container {
    display: none;
  }

  .mobileplayback {
    display: flex;
  }

  .livestream-block {
    aspect-ratio: 16 / 9;
  }

  .module_heading {
    font-size: 48px;
  }

  .paragraph {
    font-size: 19px;
    font-weight: 400;
  }

  .item-image-wrapper {
    background-image: url('../images/she-creates_1she-creates.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .module_item {
    padding: 0;
  }

  .module_item.module_item-9 {
    transform: translate(-110px, -334px);
  }

  .module_item.module_item-0 {
    transform: translate(-210px, 310px);
  }

  .module_item.module_item-11 {
    transform: translate(-383px, -57px);
  }

  .module_item.module_item-1 {
    transform: translate(213px, 320px);
  }

  .module_item.module_item-2 {
    transform: translate(190px, -267px);
  }

  .cta-link {
    font-size: 19px;
  }

  .item-bio {
    z-index: 1000;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-links-wrapper {
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .p1_s {
    text-align: justify;
  }

  .p1_s.home {
    opacity: .5;
  }

  .cursor-primary {
    display: none;
  }

  .nav-block {
    height: auto;
    padding-bottom: 48px;
  }

  .home-wrapper {
    grid-template-rows: 25vh 200px auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: start stretch;
  }

  .newsletter-form-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .newsletter-form-block.white {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 12px;
    display: flex;
  }

  .nav-link-out.black {
    order: -9999;
    align-self: flex-start;
  }

  .nav-link-out.black.nomobile {
    display: none;
  }

  .nav-link-out.black.mobile {
    display: flex;
  }

  .form-block {
    width: 100%;
  }

  .feb26-body {
    padding: 1rem;
  }

  .txtblock.small {
    width: 80%;
  }

  .txtblock.small._2 {
    align-self: flex-start;
  }

  .txtblock.small._1 {
    align-self: flex-end;
  }

  .txtblock.sticky {
    position: relative;
    top: auto;
  }

  .txtblock.fix {
    width: 225px;
  }

  .txtblock.fix.l {
    align-self: center;
    margin-left: 0;
  }

  .txtblock.fix.r {
    align-self: center;
    margin-right: 0;
  }

  .image-flicker-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._0226-block.half {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  ._0226-block.stack.short {
    padding-top: 10vh;
  }

  ._0226-block.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .code-embed {
    width: 100%;
  }

  .mobile-link-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-left: 12px;
    display: flex;
  }

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

  .entry-list-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .module_canvas {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: static;
  }

  .module_heading {
    letter-spacing: normal;
    margin-top: 16px;
    font-size: 40px;
    line-height: 1.1em;
  }

  .item-image.video {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .item-image.video.horizontal {
    width: 300px;
    height: 300px;
  }

  .item-image.video.vertical {
    width: 80vw;
  }

  .page-wrapper {
    padding: 1rem;
  }

  .item-image-wrapper, .item-image-wrapper.matrix-1 {
    background-image: none;
  }

  .hero {
    width: auto;
    height: auto;
  }

  .module_item {
    position: static;
  }

  .module_item.module_item-17, .module_item.module_item-19, .module_item.module_item-6, .module_item.module_item-13, .module_item.module_item-18, .module_item.module_item-9, .module_item.module_item-10, .module_item.module_item-0, .module_item.module_item-20, .module_item.module_item-8, .module_item.module_item-5, .module_item.module_item-15 {
    transform: translate(0);
  }

  .module_item.module_item-3 {
    width: 236px;
    transform: translate(0);
  }

  .module_item.module_item-11 {
    transform: translate(0);
  }

  .module_item.module_item-4 {
    width: 281px;
    transform: translate(0);
  }

  .module_item.module_item-16 {
    transform: translate(0);
  }

  .module_item.module_item-7, .module_item.module_item-1 {
    width: 281px;
    transform: translate(0);
  }

  .module_item.module_item-12, .module_item.module_item-2, .module_item.module_item-14 {
    transform: translate(0);
  }

  .module_copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .cta-link {
    margin-top: 20px;
  }

  .module {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .item-bio {
    display: none;
  }

  ._0326-block.half {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  ._0326-block.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  ._0326-block.stack.short {
    padding-top: 10vh;
  }

  .mar262-body {
    padding: 1rem;
  }

  .code-embed-2 {
    width: 100%;
  }

  .volume-handle {
    width: 8px;
    height: 8px;
  }

  .volume-slider {
    height: 1px;
  }

  .txtblock-duo.l, .txtblock-duo.mid, .txtblock-duo.r {
    width: 100%;
  }

  ._0426-block.half {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  ._0426-block.stack.short {
    padding-top: 10vh;
  }

  ._0426-block.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  ._0526-block-copy.half {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  ._0526-block-copy.stack.short {
    padding-top: 10vh;
  }

  ._0526-block-copy.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .may26-body {
    padding: 1rem;
  }
}

#w-node-dae71c3c-089a-c502-5226-d1813322c59c-336ecb7d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_55c3b813-0007-c055-ff47-11a35a8789b7-336ecb7d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7ce37d8d-fce0-9d3e-9ec8-7a98b35de18d-9546b2ed {
  place-self: start center;
}

#w-node-_7ce37d8d-fce0-9d3e-9ec8-7a98b35de18a-9546b2ed, #w-node-_9f8cf790-0fa1-1dee-9786-02a74302d04d-9546b2ed {
  align-self: center;
}

#w-node-fc4477ca-dff2-447f-8183-60644ae6d0bc-9546b2ed {
  place-self: start center;
}

#w-node-ee7cddd5-9b83-fa63-a878-28d8f5609535-9546b2ed {
  justify-self: end;
}

#w-node-_7841edd4-d5c8-d7ed-91cf-512b73cd2b5e-9546b2ed {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a582abd2-82d2-cd2a-45e0-c8d892dbe89c-9546b2ed {
  grid-area: 1 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-a582abd2-82d2-cd2a-45e0-c8d892dbe89e-9546b2ed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a582abd2-82d2-cd2a-45e0-c8d892dbe8a6-9546b2ed {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aa737db3-14aa-cb17-ede3-b927fb1c879f-d6b1ea06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_912de0f9-90d3-63ea-1f8a-a09d584cd696-402dc406 {
  justify-self: end;
}

#w-node-cb0eec02-96d1-ffc6-1c3a-4854c9d47096-402dc406 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_7b066e2f-cff5-0349-96c6-54cbfc338506-402dc406 {
  justify-self: end;
}

#w-node-_22047db9-8161-ee02-8c00-5db30c270cd4-402dc406 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-a3dcc97f-49d7-3288-2c5d-38e0ebd537b4-402dc406 {
  justify-self: end;
}

#w-node-_87cad340-96ab-5005-333a-eac486743527-402dc406 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_912de0f9-90d3-63ea-1f8a-a09d584cd696-75973ca7 {
  justify-self: start;
}

#w-node-cb0eec02-96d1-ffc6-1c3a-4854c9d47096-75973ca7 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_7b066e2f-cff5-0349-96c6-54cbfc338506-75973ca7 {
  justify-self: start;
}

#w-node-_22047db9-8161-ee02-8c00-5db30c270cd4-75973ca7 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-a3dcc97f-49d7-3288-2c5d-38e0ebd537b4-75973ca7 {
  justify-self: center;
}

#w-node-_87cad340-96ab-5005-333a-eac486743527-75973ca7 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-dae71c3c-089a-c502-5226-d1813322c59c-336ecb7d {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_55c3b813-0007-c055-ff47-11a35a8789b7-336ecb7d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecb34ccf-1e65-b364-b17c-89ce7cae54a1-9546b2ed {
    align-self: end;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big Caslon';
  src: url('../fonts/BigCaslon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}