:root {
  --body-display: #a0a1af;
  --light-outline: #ffffff1a;
  --dark: #161a20;
  --extra-dark: #12151a;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --outline: #eff3f8;
  --background: #fafbfc;
  --dark-outlune: #e8edf3;
}

.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-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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

  .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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

blockquote {
  border-left: 1px solid var(--light-outline);
  background-color: #ffffff08;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.hero-section {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 170px;
}

.hero-section.no-clip {
  overflow: visible;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.background.two {
  background-position: 50% 0;
}

.background.testimonial-background {
  background-size: 3000px;
}

.background.founder-quote-background {
}

.overlay {
  z-index: 3;
  background-color: #03060c80;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #060b184d;
}

.overlay.dark {
  background-color: #03060cb3;
}

.navbar {
  z-index: 300;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  max-height: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  display: none;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.large.solid {
  background-color: #fff;
}

.brand {
  z-index: 25;
  border-right: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.brand.w--current {
  font-size: 20px;
}

.body {
  background-color: var(--dark);
  pointer-events: auto;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.nav-right {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.light-separator {
  background-color: var(--light-outline);
  width: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.light-separator.dot {
  width: 36px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  display: flex;
}

.lottie-animation {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.page-title {
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-right: 32px;
  display: flex;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
  margin-top: 122px;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  width: 100vw;
  margin-top: -82px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.rotate-heading {
  opacity: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
  margin-top: -50px;
  padding-top: 67px;
  font-size: 6vw;
  line-height: 1.6em;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.hero-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  padding-top: 36px;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-link {
  z-index: 200;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.hero-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 122px;
  display: grid;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--light-outline);
  color: #fff;
  width: 40%;
  position: relative;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.verticle-border {
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px solid var(--light-outline);
}

.section.verticle-border.no-padding {
  display: none;
}

.section.no-clip {
  overflow: visible;
}

.section.no-clip.no-bottom-padding {
  padding-bottom: 0;
}

.section.top-border {
  border-top: 1px solid var(--light-outline);
  justify-content: center;
  align-items: stretch;
}

.section.top-border.call-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section.large {
  padding-top: 270px;
  padding-bottom: 270px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.small-top-padding {
  padding-top: 85px;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-wrapper.indicator-grid-wrapper {
  z-index: 10;
  align-content: end;
  height: 0;
}

.grid-wrapper.zero-height {
  height: 0;
}

.grid-wrapper.about-us {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper.cta {
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) 1fr 1fr;
  place-content: stretch;
  place-items: center;
  margin-left: 15px;
}

.grid-wrapper.footer {
  flex-flow: column;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
  place-items: stretch stretch;
  display: flex;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.grain.in-nav {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  font-size: 9px;
  position: relative;
}

.subtitle.small {
  font-size: 10px;
}

.subtitle.dark {
  color: #000c;
  display: block;
  left: 17px;
}

.subtitle.cta-sub {
  width: auto;
  display: none;
}

.stacked-content {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

.stacked-content.large {
  grid-row-gap: 80px;
}

.horizontal-line {
  background-color: var(--light-outline);
  height: 1px;
}

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

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.video-cover {
  background-image: url('../images/pexels-niloy007-30207345.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  height: 90%;
  min-height: 50vh;
  margin-top: 49px;
  margin-left: 181px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.play-video {
  z-index: 50;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: center;
  width: 600px;
  max-width: 900px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0;
  padding: 0;
  display: grid;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-title.centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-link {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 15px;
  display: flex;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 14px;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-width {
  max-width: 800px;
}

.full-screen-menu {
  background-color: var(--extra-dark);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 100vh;
  padding-top: 200px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu-center {
  background-color: #05070a21;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  height: 53vw;
  margin-bottom: -45vw;
  display: flex;
  position: relative;
}

.menu-pin {
  background-color: #fff;
  width: 1px;
  height: 80px;
  margin-top: -40px;
}

.menu-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 200vw;
  margin-bottom: 80px;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: flex-end;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 0;
  padding-left: 0;
  line-height: 1.3em;
  display: flex;
  position: static;
}

.heading.large {
  font-size: 52px;
}

.heading.medium {
  text-align: left;
  width: 30vw;
  font-size: 28px;
}

.heading.about-us-header {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
}

.background-cover {
  position: absolute;
  inset: 0%;
}

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

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  place-items: center;
  display: grid;
  overflow: clip;
}

.project-item {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 2px solid #6767676b;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.project-item:nth-child(2n) {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.project-image {
  z-index: 25;
  border-bottom: 2px solid #6767676b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 0 auto;
  width: 100%;
  height: 300px;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.sticky-circle {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 47px;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 236px;
}

.sticky-circle.no-top {
  z-index: 50;
  margin-top: 0;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-sidebar.work {
  margin-right: 32px;
  padding-right: 25px;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.circle-link-text {
  z-index: 20;
  position: relative;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  text-align: center;
}

.testimonial-items {
  background-color: var(--dark);
  min-height: 450px;
  margin-left: -79px;
  position: relative;
  overflow: hidden;
}

.dark-fill {
  background-color: var(--dark);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  z-index: 500;
  background-color: #fff0;
  height: 100%;
  padding-left: 80px;
  position: relative;
}

.left-arrow {
  border-right: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50%;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow.bottom {
  border-top: 1px solid var(--light-outline);
  inset: auto auto 0% 0%;
}

.slide-nav {
  display: none;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  font-size: 20px;
  display: grid;
  position: relative;
}

.four-column.contact-sectionb {
  margin-left: 133px;
}

.four-column.cta-column {
  place-items: center;
}

.four-column.footer-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
}

.four-column.abput-me {
  flex-flow: row;
  display: flex;
}

.testimonial-card {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 80px 0;
  display: grid;
  position: relative;
}

.testimonial-image {
  min-height: 425px;
  margin-left: -24px;
  position: relative;
  overflow: hidden;
}

.testimonial-quote {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 0 80px;
  display: grid;
}

.testimonial-credit {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  background-image: url('../images/031.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.avatar.one {
  background-image: url('../images/Avatar003.jpeg');
}

.avatar.founder-avatar {
  background-image: url('../images/Portrait002.jpeg');
}

.avatar.two {
  background-image: url('../images/Avatar004.jpeg');
  background-position: 50% 40%;
}

.avatar.three {
  background-image: url('../images/Avatar005.jpeg');
}

.avatar.four {
  background-image: url('../images/Avatar006.jpeg');
}

.avatar.five {
  background-image: url('../images/Avatar007.jpeg');
}

.testimonial-name {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-name {
  font-size: 18px;
}

.news-top {
  z-index: 25;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -84px;
  display: grid;
  position: relative;
}

.verticle-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 137px;
}

.journal-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -9px;
  display: grid;
}

.journal-banner {
  min-height: 350px;
}

.project-hero {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-list {
  border-top: 1px solid var(--light-outline);
}

.news-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  height: 48px;
  margin-top: -3px;
  display: grid;
}

.news-title-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.clip-heading {
  letter-spacing: .02em;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.news-line {
  background-color: var(--light-outline);
  width: 60px;
  height: 1px;
}

.centered-intro {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-base {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 200px;
  margin-bottom: -60px;
  margin-left: -200px;
  margin-right: -200px;
  display: grid;
  transform: rotate(-25deg);
}

.arrow-base.right {
  grid-template-columns: auto 1fr;
  transform: rotate(25deg);
}

.arrow-line {
  background-color: var(--light-outline);
  width: 100%;
  height: 1px;
}

.arrow-corner {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  transform: rotate(45deg);
}

.arrow-corner.right {
  border-style: solid none none solid;
  margin-left: 0;
  margin-right: -12px;
  transform: rotate(-45deg);
}

.button-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.button {
  z-index: 25;
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 24px 60px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.resume-buttpm {
  display: none;
}

.button-outline {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-outline-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-outline-wrapper.left {
  width: 50%;
}

.button-outline-wrapper.right {
  justify-content: flex-end;
  width: 50%;
}

.button-outline-fill {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200%;
  min-width: 300px;
  height: 100%;
}

.footer-menu-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-outline);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: flex-start center;
  padding: 65px 0;
  text-decoration: none;
  display: grid;
}

.project-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 80vw;
  min-height: 700px;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.scrol-indicator-wrapper {
  z-index: 20;
  align-items: flex-end;
  width: 0;
  height: 0;
  max-height: 0;
  margin-bottom: 90px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.project-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 265px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: grid;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro.centered {
  text-align: center;
}

.rotating-circles {
  border-left: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  min-height: 400px;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.circle {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 225px;
  margin-left: 0;
  margin-right: -60px;
  display: flex;
}

.circle-items {
  display: flex;
}

.circles-rotating-wrapper {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

.gallery-arrow {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-arrow.right {
  margin-right: 12px;
  inset: 0% -75% 0% auto;
}

.item-slide-nav {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 700px;
  height: 50px;
  padding-top: 0;
  display: flex;
  top: auto;
  left: auto;
  right: auto;
}

.gallery-mask {
  width: 50%;
  max-width: 700px;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
}

.gallery-image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-slide {
  height: 80vh;
  overflow: hidden;
}

.view-link {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 18px 32px 18px 0;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.gallery-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.gallery-background {
  background-image: url('../images/Portrait23.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-background.one {
  background-image: url('../images/Portrait001.jpeg');
  background-position: 50% 40%;
}

.gallery-background.three {
  background-image: url('../images/Portrait004.jpeg');
  background-position: 50% 10%;
}

.gallery-background.two {
  background-image: url('../images/Portrait002.jpeg');
}

.gallery-background.four {
  background-image: url('../images/Portrait06.jpeg');
  background-position: 50% 30%;
}

.gallery-background.five {
  background-image: url('../images/Portrait07.jpeg');
  background-position: 100% 40%;
}

.about-hero {
  z-index: 25;
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero.small {
  min-height: 650px;
}

.project-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.img2 {
  border-bottom: 2px solid #6767676b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 300px;
}

.card-info {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto minmax(auto, .5fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.showcase-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  padding-top: 6px;
  padding-bottom: 0;
  display: grid;
}

.showcase-image {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.showcase-wrapper {
  margin: -1px -2px -2px -1px;
  position: relative;
  overflow: hidden;
}

.showcase-wrapper.two {
  flex-direction: column;
  margin-top: 36px;
  margin-left: 36px;
  display: flex;
}

.showcase-wrapper.three {
  margin-top: 72px;
  margin-left: 72px;
}

.showcase-wrapper.four {
  margin-top: 108px;
  margin-left: 108px;
}

.showcase-wrapper.five {
  margin-top: 144px;
  margin-left: 144px;
}

.project-arrow-link {
  z-index: 25;
  width: 25%;
  min-width: 60vw;
  margin-right: 75%;
  inset: 0% 0% 0% auto;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.hover-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.left {
  z-index: 20;
  width: 100vw;
}

.full-hero {
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.service-list-item.bottom {
  padding-bottom: 0;
}

.service-icon {
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: -30px auto auto 0%;
  overflow: hidden;
}

.service-icon.small {
  width: 48px;
  height: 48px;
  padding: 16px;
  top: -24px;
}

.service-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 72px;
  display: grid;
}

.service-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  display: grid;
}

.core-value-grid {
  grid-column-gap: 48px;
  grid-row-gap: 80px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: 150px;
  padding: 48px 0 0 48px;
  display: grid;
  position: relative;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.contact-wrapper {
  z-index: 35;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 80px;
  display: grid;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--light-outline);
  color: #fff;
  background-color: #fff0;
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #12151a4d;
  border-color: #ffffff40;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field.large {
  min-height: 160px;
}

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

.submit-button {
  border: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border-radius: 100%;
  padding: 26px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #fff;
}

.social-block {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.social-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.social-icon.small {
  width: 36px;
  height: 36px;
  padding: 9px;
}

.preloader {
  z-index: 500;
  background-color: var(--extra-dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 100;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-outline.bottom {
  inset: auto 0% 0% auto;
}

.gallery-content {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#12151a1a, #12151acc);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 120px 0 48px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.rotating-card-text {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.call-to-action-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.testimonial-text.large {
  font-size: 38px;
  line-height: 1.25em;
}

.play-icon-image {
  z-index: 24;
  width: 18px;
  margin-left: 2px;
  position: relative;
}

.rotate-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  transform: rotate(-90deg);
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 80px 0 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  border: 1px solid var(--light-outline);
  background-color: var(--extra-dark);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.error-message {
  background-color: var(--extra-dark);
  border: 1px #963030;
  border-left-style: solid;
  margin-top: 36px;
  padding: 12px;
}

.form-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 93px 60px 60px;
  display: grid;
  position: relative;
}

.showcase-gallery-image {
  width: 100%;
  margin: -1px;
}

.rich-text {
  margin-top: -36px;
  margin-bottom: -18px;
}

.rich-text h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text p {
  margin-bottom: 18px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.rich-text h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text h5, .rich-text h6 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.view-link-cover {
  z-index: 25;
  display: block;
  position: absolute;
  inset: 0%;
}

.logo-image {
  opacity: .5;
  width: 150px;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  width: 66.66%;
  margin-top: 80px;
  padding-top: 0;
  padding-right: 9px;
  display: grid;
}

.page-count {
  border-right: 1px none var(--light-outline);
  border-left: 1px none var(--light-outline);
  letter-spacing: 4px;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

.pagination-link {
  border-right: 1px solid var(--light-outline);
  color: #fff;
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 36px;
}

.pagination-link.right {
  border-left: 1px solid var(--light-outline);
  border-right-style: none;
  margin-left: 36px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
}

.pagination-link-wrapper {
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.hero-background {
  background-image: url('../images/Comp024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.news-background {
  background-image: url('../images/Comp025.jpg');
}

.hero-background.about-background {
  background-image: url('../images/Comp023.jpg');
}

.hero-background.services-background {
  background-image: url('../images/Image038.jpeg');
  background-position: 100%;
}

.hero-background.contact-background {
  background-image: none;
}

.hero-background.home-background {
  background-image: linear-gradient(#00000080, #00000080);
  inset: 0%;
}

.hero-background.projects-background {
  background-image: url('../images/Image39.jpeg');
  background-position: 50% 35%;
}

.testimonial-feature {
  background-image: url('../images/Comp032.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.testimonial-feature.two {
  background-image: url('../images/Comp017.jpg');
}

.testimonial-feature.three {
  background-image: url('../images/Comp014.jpg');
  background-position: 100%;
}

.testimonial-feature.four {
  background-image: url('../images/Comp023.jpg');
}

.testimonial-feature.five {
  background-image: url('../images/Comp035.jpg');
}

.button-text {
  z-index: 25;
  position: relative;
}

.footer-section {
  z-index: 25;
  background-color: var(--extra-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.service-icon-image {
  z-index: 25;
  position: relative;
}

.scroll-arrow-icon {
  width: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-items: stretch;
  width: 70vw;
  margin-left: 197px;
  margin-right: 197px;
  display: inline-flex;
}

.footer-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.footer-column.right {
  flex-flow: column;
  display: flex;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.legal-link {
  opacity: 1;
  color: var(--body-display);
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

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

.home-hero {
  justify-content: center;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #f3f6f9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.heading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-size: 36px;
  font-weight: 500;
  display: block;
}

.paragraph {
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.heading-3 {
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-left: 0;
  padding-left: 39px;
  display: flex;
}

.word-wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 4.5em;
  display: flex;
  overflow: visible;
}

.section-2 {
  background-color: #5a5a5a;
}

.section-2.is-hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 4em;
  display: flex;
}

.loader_heading {
  color: #fafafa;
  font-size: 3.28em;
  font-weight: 400;
}

.loader {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  color: #fafafa;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loader_column {
  background-color: #000;
  width: 25%;
  height: 100%;
}

.loader_column.is-3 {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  display: flex;
}

.loader_column.is-2 {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1em;
  display: flex;
}

.loader_column.is-4 {
  height: 100%;
}

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

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

.text-block-3 {
  width: 100%;
  font-size: 10px;
  overflow: clip;
}

.bottom-slider {
  margin-top: 221px;
  padding-top: 48px;
}

.image {
  z-index: 1000;
  margin-top: -167px;
  margin-left: 454px;
  position: relative;
}

.paragraph-2 {
  padding: 50px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.section-3 {
  margin-top: 0;
}

.skill {
  background-color: var(--light-outline);
  text-align: center;
  padding: 8px;
  font-size: 25px;
}

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

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

.heading-7 {
  text-align: center;
  font-size: 35px;
}

.heading-8 {
  text-align: center;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 300;
}

.heading-9 {
  text-align: center;
  padding-top: 10px;
  font-size: 30px;
  font-weight: 300;
}

.paragraph-3 {
  padding-top: 15px;
}

.singal-testimonial {
  margin-top: 50px;
  margin-bottom: 50px;
}

.video-code {
  width: 70%;
  height: 70%;
  margin-left: 55px;
  position: absolute;
}

.div-block-3 {
  margin-top: 117px;
}

.div-block-5 {
  margin-top: 677px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-11 {
  padding-top: 15px;
  font-size: 28px;
  font-weight: 400;
}

.list-item-2, .list-item-3, .list-item-4 {
  color: var(--body-display);
  font-weight: 300;
  line-height: 30px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-4 {
  padding-top: 15px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-overflow-hidden {
  border-bottom: 1px solid #ffffff1c;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  overflow: hidden;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-overflow-hidden {
  overflow: hidden;
}

.spark-button {
  border: 0px solid var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  background-color: #2b2e2d;
  border-radius: 8px;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
  margin-top: -37px;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-hold-circles {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.spark-hold-circles.spark-right-side {
  perspective-origin: 100%;
  transform-origin: 100%;
  left: auto;
  right: 0;
}

.spark-big-circle {
  border: 1px solid #0000008f;
  border-radius: 100%;
  width: 25vw;
  max-width: 300px;
  height: 40vw;
  max-height: none;
  position: relative;
  left: -85%;
}

.spark-big-circle.spark-circle-two {
  position: absolute;
  inset: 0% auto 0% -61%;
}

.spark-big-circle.spark-circle-three {
  position: absolute;
  inset: 0% auto 0% -40%;
}

.spark-big-circle.spark-circle-static {
  height: 40vw;
  max-height: none;
  left: auto;
  right: -85%;
}

.spark-big-circle.spark-circle-right-two {
  height: 40vw;
  max-height: none;
  position: absolute;
  inset: 0% -61% 0% auto;
}

.spark-big-circle.spark-circle-three-right {
  height: 40vw;
  max-height: none;
  position: absolute;
  inset: 0% -40% 0% auto;
}

.spark-centered-content {
  text-align: center;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-self: center;
  place-items: center stretch;
  width: auto;
  margin-bottom: 37px;
  text-decoration: none;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/blob.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.social-icons {
  width: 65px;
  overflow: clip;
}

.div-block-7 {
  background-image: url('../images/blob.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  overflow: clip;
}

@media screen and (min-width: 1280px) {
  .background {
    inset: 0%;
  }

  .section.top-border.call-section {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
  }

  .grid-wrapper.about-us {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1039px) minmax(5vw, 1fr);
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .grid-wrapper.footer {
    width: auto;
    margin-left: -100px;
  }

  .subtitle {
    font-size: 12px;
  }

  .subtitle.cta-sub {
    margin-top: -443px;
    margin-left: 75px;
    display: none;
  }

  .subtitle.about-me-sub {
    margin-top: 32px;
    margin-left: 61px;
    font-size: 12px;
  }

  .subtitle.service-siub {
    margin-top: -47px;
  }

  .left-intro.about-me-par {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .stacked-title.centered {
    place-items: center;
  }

  .heading.about-us-header {
    justify-content: center;
    align-items: center;
  }

  .project-image {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .left-sidebar.work {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -18px;
  }

  .project-card-info {
    width: 35%;
  }

  .four-column.contact-sectionb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .four-column.footer-column {
    flex-flow: column;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .four-column.abput-me {
    flex-flow: row;
    justify-content: center;
    place-items: center stretch;
  }

  .button.resume-buttpm {
    display: none;
  }

  .project-description {
    min-width: 275px;
  }

  .view-link {
    text-align: center;
  }

  .project-image-wrapper.img2 {
    height: 400px;
  }

  .card-info {
    grid-column-gap: 0px;
  }

  .full-hero.contact-us-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .core-value-grid {
    grid-column-gap: 80px;
  }

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

  .form-wrapper {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .view-link-cover {
    text-align: center;
  }

  .footer-section {
    margin-left: 0;
  }

  .footer-links-wrapper {
    place-content: start center;
    place-items: stretch stretch;
    width: 70vw;
    margin-left: 258px;
    margin-right: 258px;
    display: flex;
  }

  .footer-credit-wrapper {
    width: auto;
  }

  .skill {
    background-color: var(--light-outline);
    text-align: center;
    padding: 8px;
    font-size: 18px;
  }

  .heading-7 {
    padding-top: 15px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .heading-11 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .background {
    opacity: .64;
  }

  .background.testimonial-background {
    background-size: 3000px;
  }

  .body {
    overflow: auto;
  }

  .nav-text {
    font-size: 17px;
  }

  .hero-content {
    margin-top: 90px;
  }

  .rotate-text-wrapper.top-text {
    margin-top: -60px;
    padding-bottom: 7px;
  }

  .rotate-text-wrapper.top-text.bottom {
    box-sizing: border-box;
    margin-top: -67px;
    padding-bottom: 0;
    overflow: visible;
  }

  .rotate-heading {
    margin-top: -34px;
    padding-top: 46px;
  }

  .rotating-text-wrapper.top-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: -56px;
    padding-bottom: 0;
  }

  .hero-wrapper {
    margin-top: 30px;
  }

  .scroll-link {
    width: 400px;
    height: 400px;
    padding-bottom: 233px;
    padding-left: 86px;
    padding-right: 197px;
    bottom: -235px;
  }

  .section.top-border.call-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: 0;
    display: grid;
  }

  .grid-wrapper.about-us {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 828px) minmax(5vw, 1fr);
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .grid-wrapper.cta {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 416px;
    margin-right: 380px;
    display: flex;
  }

  .grid-wrapper.footer {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .grid-wrapper.testimonial-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subtitle {
    text-align: left;
    font-size: 15px;
  }

  .subtitle.dark {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 15px;
  }

  .subtitle.cta-sub {
    margin-top: -334px;
    margin-left: 0;
  }

  .subtitle.about-me-sub {
    margin-top: 24px;
    margin-left: 111px;
    font-size: 15px;
  }

  .subtitle.service-siub {
    margin-top: -59px;
  }

  .subtitle.service {
    margin-left: -62px;
  }

  .subtitle.preload-sub {
    text-align: center;
  }

  .card:hover {
    transform-origin: 50%;
    transform: scale(.8);
  }

  .video-cover {
    width: 30vw;
    margin-left: 0;
  }

  .left-intro.about-me-par {
    width: 700px;
    max-width: none;
    padding-right: 0;
    display: block;
  }

  .stacked-title {
    place-items: center;
    width: auto;
    display: block;
  }

  .heading {
    justify-content: center;
    align-items: stretch;
    width: 50vw;
  }

  .heading.medium {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    font-size: 35px;
    font-weight: 700;
  }

  .heading.about-us-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    font-size: 22px;
  }

  .grain-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .project-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: ltr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .project-item {
    grid-column-gap: 0;
    grid-row-gap: 0;
    border: 1px solid #3b3939;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .project-image {
    border-bottom: 2px solid #3b3939;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    padding-right: 0;
    margin-left: 0;
    overflow: clip;
  }

  .sticky-circle {
    width: 180px;
    height: 180px;
  }

  .left-sidebar.work {
    justify-content: space-between;
    align-items: center;
    margin-left: -99px;
    padding-right: 0;
  }

  .outline-circle-wrapper {
    width: 180px;
    height: 180px;
  }

  .outline-circle {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
  }

  .project-card-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 20px;
    display: flex;
  }

  .left-arrow {
    display: none;
  }

  .four-column {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 2.5fr 1.75fr;
  }

  .four-column.logo {
    margin-left: -200px;
  }

  .four-column.contact-sectionb {
    margin-left: 0;
  }

  .four-column.cta-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 2.5fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .four-column.footer-column {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    order: 0;
    grid-template-columns: .5fr 1fr 1fr 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 90vw;
    display: flex;
  }

  .four-column.abput-me {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-radius: 20px;
    flex-flow: row;
    grid-template-columns: .5fr;
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: flex;
  }

  .testimonial-card {
    grid-template-columns: 1fr 1fr .25fr;
    padding-bottom: 50px;
  }

  .button-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button {
    display: block;
  }

  .button.resume-buttpm {
    display: none;
  }

  .page-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 190px;
    margin-bottom: -2px;
    padding-top: 100px;
  }

  .project-description {
    min-width: 290px;
  }

  .circle:hover {
    background-color: var(--light-outline);
  }

  .view-link {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .project-image-wrapper.img2 {
    width: auto;
    height: 500px;
  }

  .card-info {
    grid-column-gap: 0px;
    text-align: left;
    margin-left: 0;
    text-decoration: none;
  }

  .full-hero.contact-us-section {
    width: 100vw;
  }

  .contact-wrapper.contact-section {
    width: 130%;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .form {
    place-items: center stretch;
    width: 80%;
    margin-left: 112px;
  }

  .collection-list-wrapper {
    padding-left: 50px;
  }

  .call-to-action-intro {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .form-wrapper {
    place-items: center;
    margin-left: 0;
  }

  .view-link-cover {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .footer-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 70vw;
    margin-left: 237px;
    display: flex;
  }

  .footer-credit-wrapper {
    width: 100vw;
    margin-left: -16px;
  }

  .footer-column.right {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: inline-flex;
  }

  .heading-3 {
    width: 60vw;
    margin-left: 74px;
    padding-left: 0;
  }

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

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

  .bottom-slider {
    padding-top: 116px;
    padding-bottom: 0;
  }

  .text-block-4, .text-block-5 {
    font-size: 20px;
  }

  .skill {
    background-color: var(--light-outline);
    text-align: center;
    border-radius: 3px;
    padding: 15px;
    font-size: 25px;
    font-weight: 300;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 115px;
    display: grid;
  }

  .heading-6 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-bottom: 40px;
    margin-left: 544px;
    font-size: 55px;
    display: flex;
  }

  .text-span {
    color: #a93d3d;
    font-weight: 700;
  }

  .div-block-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    place-items: start center;
  }

  .video {
    border-radius: 0;
    height: 50%;
    margin-top: 0;
    position: sticky;
    top: 48px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    display: flex;
  }

  .heading-7 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 52px;
  }

  .heading-8 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
  }

  .heading-9 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
  }

  .paragraph-3 {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .video-code {
    border-radius: 20px;
    width: 70%;
    height: 70%;
    margin-left: 0;
    position: absolute;
    inset: 20% 0% 0% 15%;
  }

  .div-block-3 {
    border-radius: 20px;
    width: 100%;
    margin-left: 0;
    position: static;
    top: -2px;
  }

  .div-block-4 {
    position: static;
  }

  .div-block-5 {
    margin-top: 433px;
    position: static;
    top: -304px;
    left: 331px;
    right: 459px;
  }

  .heading-11 {
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 28px;
    font-weight: 400;
  }

  .list-ite {
    font-size: 17px;
    font-weight: 500;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    color: var(--body-display);
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }

  .list {
    padding-bottom: 10px;
  }

  .paragraph-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar-wrapper {
    grid-template-rows: 1fr;
  }

  .nav-menu {
    display: none;
  }

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

  .rotating-text-wrapper.top-text {
    margin-top: -211px;
  }

  .scroll-link {
    width: 450px;
    height: 450px;
  }

  .scroll-link.w--current {
    border-radius: 100%;
  }

  .section.verticle-border.no-padding {
    flex-flow: row;
  }

  .section.no-clip {
    margin-left: 0;
    padding-left: 0;
  }

  .section.top-border.call-section {
    margin-left: 0;
  }

  .grid-wrapper {
    order: 0;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) 1fr;
    align-self: auto;
  }

  .grid-wrapper.zero-height {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1515px) 1fr;
  }

  .grid-wrapper.about-us {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
  }

  .grid-wrapper.cta {
    margin-left: 515px;
  }

  .grid-wrapper.footer {
    margin-left: -50px;
  }

  .grid-wrapper.sevices {
    grid-template-columns: minmax(5vw, .25fr) minmax(auto, 1742px) repeat(auto-fit, minmax(5vw, .25fr));
  }

  .grid-wrapper.servces {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1736px) 1fr;
  }

  .subtitle {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 15px;
    display: flex;
  }

  .subtitle.dark {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 18px;
  }

  .subtitle.cta-sub {
    margin-top: -348px;
    margin-left: 323px;
  }

  .subtitle.about-me-sub {
    width: auto;
    margin-top: 56px;
    margin-left: 0;
    padding-left: 25px;
    font-size: 20px;
  }

  .subtitle.service-siub {
    margin-top: -54px;
  }

  .subtitle.service.ser-sub {
    margin-left: -10px;
  }

  .subtitle.preload-sub {
    text-align: center;
  }

  .stacked-content {
    grid-column-gap: 90em;
    grid-row-gap: 23px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-around;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    display: block;
  }

  .three-card-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100vw;
  }

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

  .video-cover {
    width: 100vw;
    margin-left: 0;
  }

  .left-intro.about-me-par {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    width: 50vw;
    max-width: none;
    margin-top: 100px;
    margin-left: 0;
    display: block;
  }

  .stacked-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 800px;
    font-size: 40px;
    display: block;
  }

  .body-display {
    font-size: 22px;
  }

  .stacked-description {
    grid-column-gap: 20px;
    grid-template-columns: 1.5fr;
    padding-left: 0;
  }

  .medium-width {
    max-width: none;
    margin-left: 259px;
    padding-bottom: 61px;
  }

  .heading {
    min-width: 50vw;
    font-size: 40px;
  }

  .heading.medium {
    justify-content: flex-start;
    align-items: stretch;
    width: 15vw;
    min-width: auto;
    max-width: 60vw;
    font-size: 32px;
  }

  .heading.about-us-header {
    width: auto;
    min-width: auto;
    margin-top: 35px;
    font-size: 30px;
    display: block;
  }

  .grain-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-grid {
    grid-column-gap: 5px;
    grid-row-gap: 170px;
    flex-flow: column;
    grid-template: "."
                   "Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch start;
    align-items: center;
    display: grid;
  }

  .project-item {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .project-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .sticky-circle {
    width: 150px;
    height: 150px;
  }

  .left-sidebar {
    flex-flow: column;
  }

  .left-sidebar.work {
    justify-content: space-between;
    align-items: center;
  }

  .outline-circle-wrapper {
    width: 150px;
    height: 150px;
  }

  .outline-circle {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .circle-link-text {
    font-size: 15px;
  }

  .project-card-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .four-column {
    grid-template-columns: .4fr 1fr 1fr 1fr;
    place-items: center stretch;
    margin-left: 0;
  }

  .four-column.logo {
    margin-left: 0;
  }

  .four-column.contact-sectionb {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    margin-left: -55px;
  }

  .four-column.cta-column, .four-column.footer-column {
    margin-left: 0;
  }

  .four-column.abput-me {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle:hover {
    background-color: var(--light-outline);
  }

  .view-link {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .project-image-wrapper.img2 {
    flex-flow: row;
    width: 800px;
    height: 900px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .card-info {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .full-hero.contact-us-section {
    margin-left: 176px;
  }

  .contact-wrapper.contact-section {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }

  .form-block {
    justify-content: space-around;
    margin-left: 0;
  }

  .form {
    place-items: center start;
    width: 50%;
    max-width: none;
    margin-left: 0;
    overflow: visible;
  }

  .text-field {
    width: 100%;
  }

  .feild-block-wrapper {
    width: 80%;
    margin-left: 98px;
  }

  .submit-button {
    width: 75%;
    margin-left: 123px;
  }

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

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    display: block;
  }

  .call-to-action-intro {
    margin-left: 0;
  }

  .form-wrapper {
    grid-template-columns: 1.25fr;
    width: auto;
    margin-left: 0;
  }

  .view-link-cover {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    left: 0%;
  }

  .scroll-arrow-icon {
    color: #fefefe;
  }

  .footer-links-wrapper {
    margin-left: 218px;
  }

  .footer-credit-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    margin-left: -73px;
  }

  .heading-2 {
    margin-left: 592px;
    padding-bottom: 60px;
    font-size: 40px;
  }

  .paragraph {
    width: 400px;
    max-width: 30vw;
    font-size: 26px;
  }

  .heading-3 {
    justify-content: center;
    align-items: center;
    width: 40vw;
    padding-left: 32px;
    display: flex;
  }

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

  .bottom-slider {
    margin-top: 224px;
    padding-top: 218px;
    padding-bottom: 0;
  }

  .text-block-4, .text-block-5 {
    font-size: 25px;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 40px;
  }

  .skill {
    font-size: 30px;
  }

  .div-block {
    margin-top: 139px;
    margin-left: 0;
  }

  .heading-6 {
    font-size: 70px;
  }

  .heading-7 {
    font-size: 65px;
  }

  .heading-8, .heading-9 {
    font-size: 35px;
  }

  .paragraph-3 {
    font-size: 30px;
  }

  .div-block-5 {
    margin-top: 826px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 25px;
    line-height: 40px;
  }

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

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-section.small {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .navbar-wrapper {
    grid-template-columns: auto 1fr;
    place-items: center;
    height: 65px;
  }

  .reel-link {
    display: none;
  }

  .brand {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 6vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.3em;
  }

  .scroll-link {
    display: none;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.top-border.call-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
  }

  .section.large {
    padding-top: 180px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1.25fr) minmax(auto, 1307px) minmax(5vw, 1fr);
    place-content: stretch;
    place-items: center;
    margin-left: 0;
  }

  .grid-wrapper.cta {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    place-items: center;
    margin-left: -6px;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 500px;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .video-clip {
    justify-content: center;
  }

  .play-video {
    margin-left: 0;
  }

  .left-intro {
    grid-row-gap: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .left-intro.about-me-par {
    justify-content: stretch;
    place-items: center;
    margin-left: 44px;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-center {
    width: 70vw;
    height: 55vw;
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: end;
    width: auto;
    display: grid;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: grid;
  }

  .menu-link.w--current {
    grid-auto-columns: 1fr;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right {
    display: none;
  }

  .menu-items {
    text-align: center;
  }

  .heading.large {
    font-size: 42px;
  }

  .heading.medium {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .heading.about-us-header {
    text-align: left;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .project-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .project-item:nth-child(odd) {
    margin-right: 0;
  }

  .project-item:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .project-image {
    text-align: center;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    margin-left: 0;
    display: flex;
  }

  .sticky-circle {
    width: 90px;
    height: 90px;
  }

  .left-sidebar.work {
    padding-right: 32px;
  }

  .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .project-card-info {
    text-align: center;
    width: 100%;
    padding: 20px 10px;
  }

  .testimonial-items {
    margin-left: 0;
  }

  .dark-fill.hide-on-tablet-mobile {
    display: none;
  }

  .four-column {
    grid-row-gap: 48px;
    place-items: center stretch;
  }

  .four-column.cta-column {
    grid-template-columns: .5fr 1fr 1fr 1fr;
    place-items: center;
  }

  .testimonial-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-image {
    min-height: 300px;
    margin-left: 0;
  }

  .testimonial-quote {
    padding: 60px 0 60px 60px;
  }

  .news-top {
    margin-left: 0;
  }

  .news-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
    height: auto;
  }

  .news-title-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-dot {
    display: none;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right {
    margin-bottom: -100px;
    margin-left: -70px;
  }

  .arrow-base.left {
    margin-bottom: -100px;
    margin-right: -70px;
  }

  .project-banner {
    min-height: 500px;
  }

  .project-description {
    padding-bottom: 0;
  }

  .rotating-circles {
    min-height: 300px;
  }

  .circle {
    width: 400px;
    height: 200px;
    margin-right: -48px;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .item-slide-nav, .gallery-mask {
    width: 66.66%;
  }

  .view-link {
    margin-left: 0;
  }

  .about-hero.small {
    min-height: auto;
  }

  .project-image-wrapper {
    width: 100%;
    position: relative;
    height: 250px;
  }

  .card-info {
    grid-row-gap: 18px;
    text-align: center;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .full-hero {
    min-height: 90vh;
  }

  .service-list-item {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-left: 60px;
  }

  .service-title {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-description {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .form-block {
    padding-bottom: 60px;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .gallery-content {
    padding-bottom: 36px;
  }

  .call-to-action-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .view-link-cover {
    text-align: center;
    margin-left: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .logo-image {
    width: 140px;
  }

  .list-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph {
    text-align: center;
  }

  .text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .bottom-slider {
    font-size: 8px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hold-circles {
    top: 66%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 18px;
  }

  .hero-section {
    min-height: 600px;
  }

  .hero-section.small {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .dot.large {
    border-width: 1px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .page-title {
    padding-right: 18px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading {
    font-size: 8vw;
  }

  .hero-wrapper {
    grid-row-gap: 120px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-wrapper.cta {
    place-items: center;
    margin-left: 87px;
  }

  .grid-wrapper.footer {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
    grid-auto-columns: 1fr;
    width: 100vw;
    display: grid;
  }

  .subtitle {
    padding-bottom: 10px;
  }

  .video-cover {
    width: auto;
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .left-intro.about-me-par {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .stacked-title {
    width: auto;
    display: block;
  }

  .menu-center {
    width: 100vw;
    height: 60vw;
  }

  .menu-link, .heading, .heading.large {
    font-size: 36px;
  }

  .heading.medium {
    width: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }

  .heading.about-us-header {
    font-size: 18px;
  }

  .project-grid {
    grid-template-rows: auto;
    place-items: center;
  }

  .project-item {
    justify-content: center;
    align-items: flex-end;
  }

  .project-image {
    justify-content: center;
    align-items: center;
  }

  .sticky-circle {
    z-index: 50;
    background-color: var(--dark);
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .sticky-circle.no-top {
    top: auto;
    bottom: 36px;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

  .left-sidebar.work {
    display: none;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .project-card-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .testimonial-items {
    margin-left: 5vw;
  }

  .testimonial-slider {
    padding-top: 60px;
    padding-left: 0;
  }

  .left-arrow {
    border-bottom: 1px solid var(--light-outline);
    width: 50%;
    height: 60px;
  }

  .left-arrow.bottom {
    border-top-style: none;
    inset: 0% 0% auto auto;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .four-column.cta-column {
    grid-template-columns: .5fr 1fr 1fr 1fr;
  }

  .four-column.footer-column {
    width: 100vw;
  }

  .testimonial-card {
    grid-template-rows: 1fr;
  }

  .testimonial-quote {
    grid-row-gap: 60px;
    padding: 48px;
  }

  .news-top {
    grid-column-gap: 24px;
    margin-bottom: 36px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right, .arrow-base.left {
    margin-bottom: -80px;
  }

  .project-banner {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .rotating-circles {
    border-left-style: none;
    min-height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle {
    width: 300px;
    height: 150px;
    margin-right: -36px;
  }

  .item-slide-nav, .gallery-mask {
    width: 90%;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 700px;
  }

  .about-hero.small {
    min-height: auto;
  }

  .card-info {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .service-list {
    padding-bottom: 160px;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    place-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .rotate-text {
    transform: none;
  }

  .form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-image {
    width: 110px;
  }

  .pagination {
    margin-top: 120px;
  }

  .footer-section {
    width: auto;
    padding-top: 80px;
  }

  .footer-links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 90vw;
  }

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-1 {
    display: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-4 {
    display: none;
  }

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

  .hero-heading-center {
    padding: 60px 15px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hold-circles {
    display: none;
    top: 68%;
  }

  .spark-big-circle {
    width: 20vw;
    height: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 93vh;
  }

  .hero-section.small {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .background-wrapper {
    position: relative;
  }

  .background {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
  }

  .navbar-wrapper {
    height: 60px;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .body {
    box-sizing: border-box;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .light-separator.dot, .page-title {
    display: none;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .rotate-text-wrapper.top-text {
    font-size: 8px;
  }

  .rotate-text-wrapper.top-text.bottom {
    grid-column-gap: 9px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rotate-heading {
    font-size: 8vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2em;
  }

  .hero-wrapper {
    grid-row-gap: 80px;
  }

  .scroll-link {
    display: none;
  }

  .hero-links {
    grid-column-gap: 12px;
  }

  .underline-link.dark {
    width: 80%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.verticle-border.no-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.no-clip {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.top-border.no-padding {
    flex-flow: column;
    font-size: 9px;
  }

  .section.top-border.call-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-wrapper.about-us {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-wrapper.footer {
    grid-row-gap: 0px;
  }

  .subtitle {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .subtitle.small {
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle.about-me-sub {
    padding-top: 15px;
  }

  .subtitle.service-siub {
    font-size: 14px;
  }

  .video-cover {
    min-height: 350px;
  }

  .left-intro {
    padding-right: 0;
  }

  .left-intro.about-me-par {
    text-align: center;
    padding-bottom: 0;
  }

  .stacked-title.centered {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-content {
    padding-top: 80px;
  }

  .menu-center {
    width: 100vw;
    height: 75vw;
    display: none;
  }

  .menu-wrapper {
    padding-bottom: 0;
  }

  .menu-link {
    font-size: 36px;
  }

  .heading {
    text-align: center;
    font-size: 32px;
  }

  .heading.large {
    font-size: 32px;
  }

  .heading.medium {
    text-transform: uppercase;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 32px;
    font-weight: 700;
  }

  .heading.about-us-header {
    text-align: center;
  }

  .grain-wrapper {
    inset: 0%;
  }

  .project-grid {
    grid-row-gap: 30px;
    display: flex;
  }

  .project-item {
    border: 2px solid #323131;
    border-radius: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .project-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    min-height: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 2px;
    display: none;
    left: 0;
    right: 0;
  }

  .left-sidebar.work {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .project-card-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .four-column {
    place-items: center;
  }

  .four-column.contact-sectionb {
    margin-left: 0;
  }

  .four-column.footer-column {
    width: auto;
    margin-left: -32px;
  }

  .four-column.abput-me {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .four-column.quote-column {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .testimonial-card {
    grid-column-gap: 20px;
    flex-flow: column;
    justify-content: center;
    place-items: flex-start center;
    display: flex;
  }

  .testimonial-image {
    min-height: 225px;
  }

  .testimonial-quote {
    grid-row-gap: 20px;
    border-left: 3px solid var(--body-display);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 25px;
    padding: 10px 28px 0;
    display: flex;
  }

  .testimonial-credit {
    text-align: center;
    place-items: center;
    display: flex;
  }

  .testimonial-name {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .news-top {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .verticle-icons {
    grid-template-rows: auto;
    grid-auto-flow: column;
    position: relative;
    top: 0;
  }

  .journal-title {
    grid-row-gap: 18px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .arrow-base {
    margin-bottom: -80px;
  }

  .arrow-base.right {
    margin-bottom: -120px;
    margin-left: -70px;
    transform: rotate(45deg);
  }

  .arrow-base.left {
    margin-bottom: -120px;
    margin-right: -70px;
    transform: rotate(-45deg);
  }

  .button-wrapper {
    grid-column-gap: 0px;
  }

  .button.resume-buttpm {
    border-radius: 0%;
    display: flex;
  }

  .project-banner {
    min-height: 300px;
  }

  .page-wrapper {
    margin-bottom: -80px;
  }

  .project-description {
    padding-right: 0;
  }

  .item-slide-nav {
    width: 100%;
  }

  .gallery-mask {
    width: 100%;
    max-width: 100vw;
  }

  .gallery-image, .gallery-slide {
    max-height: 500px;
  }

  .view-link {
    position: static;
  }

  .gallery-background {
    max-height: 500px;
  }

  .project-image-wrapper.img2 {
    border-top-left-radius: 10px;
    height: 100%;
  }

  .card-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .showcase-image-wrapper {
    margin-bottom: 24px;
  }

  .showcase-wrapper.two {
    margin-top: 12px;
    margin-left: 12px;
  }

  .showcase-wrapper.three {
    margin-top: 24px;
    margin-left: 24px;
  }

  .showcase-wrapper.four {
    margin-top: 36px;
    margin-left: 36px;
  }

  .showcase-wrapper.five {
    flex-direction: column;
    margin-top: 48px;
    margin-left: 48px;
    display: flex;
  }

  .hero-image.full {
    width: 100%;
  }

  .full-hero {
    min-height: 550px;
  }

  .service-list {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .service-list-item {
    flex-direction: column;
    padding: 48px 0 48px 48px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .core-value-grid {
    grid-row-gap: 60px;
  }

  .contact-wrapper.contact-section {
    width: 100%;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .form {
    padding-top: 60px;
  }

  .collection-list-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .call-to-action-intro {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .testimonial-text {
    font-size: 15px;
    font-weight: 300;
  }

  .pagination {
    justify-content: start;
    width: 100%;
    margin-top: 100px;
  }

  .pagination-link {
    margin-right: 24px;
    padding-right: 24px;
  }

  .pagination-link.right {
    margin-left: 24px;
    padding-left: 24px;
  }

  .footer-section {
    padding-top: 48px;
  }

  .footer-links-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .home-hero {
    height: 93vh;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    width: 100%;
  }

  .heading-3 {
    width: 100vw;
    padding-left: 0;
    font-size: 20px;
  }

  .heading-4 {
    font-size: 4em;
    line-height: 1.4;
  }

  .text-block {
    text-align: center;
    font-size: 8px;
    line-height: 20px;
  }

  .bottom-slider {
    margin-left: -422px;
    display: block;
  }

  .bottom-slider.second-slider {
    display: block;
  }

  .skill {
    background-color: var(--light-outline);
    text-align: center;
    padding: 10px;
    font-size: 15px;
  }

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

  .heading-9 {
    font-size: 20px;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .singal-testimonial {
    margin-bottom: -170px;
  }

  .video-code {
    width: 100%;
    height: 30%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    margin-top: 369px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading-11 {
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .paragraph-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
    margin-top: 0;
  }

  .spark-hold-circles {
    display: none;
    top: 82%;
  }

  .spark-hold-circles.spark-right-side {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .div-block-6 {
    height: 210px;
  }

  .div-block-8 {
    margin-top: 0;
    display: block;
  }
}

#w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-5c1d8a12 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_8a8b0b16-81c6-9194-e04b-2e6630cd3864-5c1d8a12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8c2f5e44-76f6-5885-577c-b15d5f6a39ea-5c1d8a12 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-_8b499747-6179-93d3-477f-743d7b5dd540-5c1d8a12 {
  justify-self: end;
}

#w-node-_36a32bde-e9e6-f6ca-7526-d051c387a037-5c1d8a12 {
  align-self: center;
}

#w-node-eae1fb38-9031-6958-1e47-8f8fcc9ed929-5c1d8a12 {
  justify-self: start;
}

#w-node-cfc55052-804b-f5cb-6e02-b73661e48760-5c1d8a12, #w-node-_8a1ae57f-2560-c7b2-589e-fdfafec63b46-5c1d8a12 {
  place-self: stretch stretch;
}

#w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-5c1d8a12 {
  place-self: start;
}

#w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-5c1d8a12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce4ec62b-1373-2967-b41b-8ba08cdddd42-5c1d8a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_466f1517-9970-0056-02e3-2c6e76aaf15d-5c1d8a12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-5c1d8a12 {
  align-self: stretch;
}

#w-node-b5f91b28-5a0c-7f66-d2b4-127b80225c4b-5c1d8a12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19d851e4-2066-f592-c608-0b627fa868f3-5c1d8a12 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c79-5c1d8a12 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_295ce9a0-b218-f9f1-8782-d6f80ec22355-87a3772a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a916-74e8a914 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91d-74e8a914 {
  justify-self: center;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
  place-self: center start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91f-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a926-74e8a914 {
  justify-self: start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a928-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
  place-self: center end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92c-74e8a914 {
  justify-self: start;
}

#w-node-_36c1fa0b-81ea-f87d-ba14-aa8c21de7156-fd813ec8, #w-node-_50e99ecd-60a3-ad22-36ea-263a4ea4c43a-fd813ec8, #w-node-_5ae82fcb-e599-e7a5-6211-7e78aa3712d5-fd813ec8, #w-node-f2ee2009-3a5c-1f38-f0b5-eeea5c641cc9-fd813ec8, #w-node-_54b76c04-bfca-a564-bba9-80fe27d7496f-fd813ec8, #w-node-d9c06a54-fd4f-d664-08b4-48e68fcd8b4e-fd813ec8 {
  place-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d51-21b10d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d55-21b10d4f {
  align-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d63-21b10d4f {
  justify-self: stretch;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d3-c8b714cc {
  align-self: start;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d5-c8b714cc {
  place-self: start end;
}

#w-node-_4736be50-a474-0a93-ab0b-aefe69042bb7-5c1d8a45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6111e4787a31d355cc31ef6600000000000c-5c1d8a45 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bb4dd89-52c0-9935-0c80-7d4e3f566d87-5c1d8a45 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d03c3ac-b4e2-5cee-f071-8f6cb465d64d-5c1d8a45 {
  align-self: center;
}

#w-node-_6111e4787a31d355cc31ef6600000000000e-5c1d8a45 {
  justify-self: center;
}

#w-node-_34736873-62d9-9d9b-a697-42516143767c-5c1d8a45 {
  justify-self: start;
}

#pass.w-node-_6111e4787a31d355cc31ef66000000000012-5c1d8a45 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e86-5c1d8a45, #w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e88-5c1d8a45 {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-5c1d8a68 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-5c1d8a68 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6111e4915a3e617d56ff3c2b00000000000b-5c1d8a68 {
  align-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f1-5c1d8a68 {
  justify-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f6-5c1d8a68 {
  justify-self: start;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f8-5c1d8a68 {
  justify-self: end;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8311-5c1d8a68, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8313-5c1d8a68 {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b831c-5c1d8a68 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2887da82-e397-c950-7053-a0e916567d2f-5c1d8a69 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-5c1d8a69 {
  grid-area: 1 / 2 / 2 / 4;
}

#email-form.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb48-5c1d8a69 {
  place-self: start center;
}

#w-node-a2d0d4e2-50a8-f3df-0c85-ac9074d4bcc6-5c1d8a69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb4b-5c1d8a69, #name-2.w-node-_18daaa77-051c-fe4a-6662-4a8f2b3dea83-5c1d8a69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589269d2-3f89-1c76-1e4e-d113da5b2878-5c1d8a69, #name-4.w-node-_589269d2-3f89-1c76-1e4e-d113da5b287a-5c1d8a69, #w-node-cb1c5440-3bc9-6795-7e69-53320a9be143-5c1d8a69, #field.w-node-_212bf294-8524-1a00-1901-561264fe8759-5c1d8a69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b635996a-7f0a-cccd-a1fd-db469392a70e-5c1d8a69, #w-node-c2cccb29-9e2e-cf2c-9c3d-7a400ea0e01e-5c1d8a69 {
  justify-self: center;
}

#w-node-_542b4c2b-d3bb-902e-c321-fa4fda6094d2-5c1d8a69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_901c839e-560c-0741-cbe2-9e9c1820f14d-5c1d8a6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-5c1d8a6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-5c1d8a6a {
  align-self: start;
}

#w-node-f77d1bf5-2a3e-3b0d-3620-f356b23fc7f0-5c1d8a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4081ca4-cb4a-124e-da65-e5aac33ecbe0-5c1d8a6a, #w-node-c4539243-0ade-1422-bfbb-f935b7bc1bbc-5c1d8a6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-5c1d8a6a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f2-5c1d8a6a {
  align-self: start;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d5469-5c1d8a6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d546d-5c1d8a6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d546f-5c1d8a6a {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b1-5c1d8a6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-5c1d8a6a {
  align-self: stretch;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365ba-5c1d8a6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365bc-5c1d8a6a {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-5c1d8a6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-5c1d8a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a6-5c1d8a6a, #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ad-5c1d8a6a {
  align-self: center;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ae-5c1d8a6a {
  align-self: end;
}

#w-node-_4f6957c5-972f-d278-efc7-ad6230f49591-5c1d8a80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f6957c5-972f-d278-efc7-ad6230f49595-5c1d8a80 {
  align-self: center;
}

#w-node-_4f6957c5-972f-d278-efc7-ad6230f49598-5c1d8a80 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_4f6957c5-972f-d278-efc7-ad6230f495a0-5c1d8a80 {
  justify-self: stretch;
}

#w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acb6-5c1d8a80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acb7-5c1d8a80 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acbc-5c1d8a80 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acc1-5c1d8a80 {
  align-self: center;
}

#w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acca-5c1d8a80 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-5c1d8a81 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-5c1d8a81 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-5c1d8a81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-5c1d8a81 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-5c1d8a81 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-5c1d8a81 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-5c1d8a81 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-5c1d8a81 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-5c1d8a81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-5c1d8a81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-5c1d8a81 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-5c1d8a81 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-5c1d8a81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-5c1d8a81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-5c1d8a81 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-5c1d8a81 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc6-5c1d8a81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc7-5c1d8a81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc9-5c1d8a81 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349accb-5c1d8a81 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-5c1d8a81 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-5c1d8a81 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-5c1d8a81 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-d01354ee-2099-43a2-1128-4da09b7769b0-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d01354ee-2099-43a2-1128-4da09b7769b5-298796d8 {
  align-self: center;
}

#w-node-d01354ee-2099-43a2-1128-4da09b7769bc-298796d8, #w-node-_46bd5263-c747-7018-d10b-ecb6298796f6-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4783-e19a4780, #w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4786-e19a4780, #w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4789-e19a4780 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-5c1d8a12 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-5c1d8a12 {
    place-self: start;
  }

  #w-node-d674a2e2-03df-ea59-0455-a40c42bc8582-5c1d8a12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c79-5c1d8a12 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: auto;
  }

  #w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c7b-5c1d8a12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto stretch;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-5c1d8a12 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c79-5c1d8a12 {
    align-self: auto;
  }

  #w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c7b-5c1d8a12 {
    place-self: auto;
  }

  #w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto stretch;
  }

  #w-node-_295ce9a0-b218-f9f1-8782-d6f80ec22355-87a3772a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-5c1d8a68, #w-node-_2887da82-e397-c950-7053-a0e916567d2f-5c1d8a69, #w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acb6-5c1d8a80, #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6c11994e-4400-0358-4390-2423f349acad-5c1d8a81, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-5c1d8a81, #w-node-_6c11994e-4400-0358-4390-2423f349acc9-5c1d8a81 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column: 1 / 5;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    place-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    place-self: end start;
  }

  #w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-5c1d8a68 {
    grid-column: 1 / 4;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-5c1d8a68 {
    grid-column: 1 / 5;
  }

  #w-node-_2887da82-e397-c950-7053-a0e916567d2f-5c1d8a69 {
    grid-column: 1 / 4;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-5c1d8a69 {
    grid-column: 1 / 5;
  }

  #w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-5c1d8a6a {
    grid-column: span 4 / span 4;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-5c1d8a6a {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f6-5c1d8a6a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-5c1d8a6a {
    justify-self: start;
  }

  #w-node-_4f6957c5-972f-d278-efc7-ad6230f49598-5c1d8a80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acb7-5c1d8a80 {
    grid-column-start: 1;
  }

  #w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acbc-5c1d8a80 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-5c1d8a81 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-5c1d8a81 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-5c1d8a81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-5c1d8a81 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-5c1d8a81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-5c1d8a81 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc6-5c1d8a81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc9-5c1d8a81 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-start: 1;
  }

  #w-node-d01354ee-2099-43a2-1128-4da09b7769b0-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-d01354ee-2099-43a2-1128-4da09b7769bc-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-5c1d8a12 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c79-5c1d8a12 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a, #w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
    grid-column-end: 2;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-5c1d8a6a {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-5c1d8a6a {
    grid-column-end: 2;
  }

  #w-node-_5131d816-26be-fed2-14e8-a856f63d5469-5c1d8a6a {
    grid-row-end: 2;
  }

  #w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-5c1d8a6a {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-5c1d8a6a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-5c1d8a6a {
    justify-self: start;
  }

  #w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acb6-5c1d8a80 {
    grid-column: 1 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-5c1d8a81, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-5c1d8a81, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-5c1d8a81 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-5c1d8a81 {
    grid-row-end: 2;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8, #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
    grid-column: 1 / 4;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-5c1d8a12 {
    justify-self: start;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    justify-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    justify-self: start;
  }

  #w-node-fc881fd5-67a7-613d-9e4f-502f79f3247a-21b10d4f {
    place-self: center;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-5c1d8a68, #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-5c1d8a69 {
    grid-column-end: 2;
  }

  #w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-5c1d8a6a, #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f2-5c1d8a6a {
    justify-self: start;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f6-5c1d8a6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99c471ec-3e0f-c57d-3916-7a7ad449f151-5c1d8a80 {
    place-self: center;
  }

  #w-node-dd5f74ed-78f0-c75c-29d9-795bd0a4acb7-5c1d8a80 {
    grid-column-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-5c1d8a81 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-5c1d8a81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-end: 2;
  }
}


