:root {
  --white: rgba(255, 255, 255, .58);
  --black: black;
}

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

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

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

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  color: #0020a2;
  border: 5px rgba(83, 4, 143, .76);
  border-left-style: solid;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  color: #0026be;
  text-align: center;
  margin-top: 5px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  background-color: #dcebe7;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.film {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 700;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
}

.heading-jumbo-small.film:hover {
  color: #00ff3c;
}

.heading-jumbo-small.art {
  background-color: rgba(220, 235, 231, .36);
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.heading-jumbo-tiny.filmstills {
  color: #0f4;
  background-color: #030303;
  font-family: Inconsolata, monospace;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela, sans-serif;
}

.rich-text p {
  opacity: .6;
  margin-top: 5px;
  margin-bottom: auto;
  line-height: 20px;
}

.rich-text.project {
  text-align: left;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1140px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(235, 231, 231, 0);
  border-radius: 18px;
  margin: 10px auto 20px;
  padding: 20px;
}

.container.about-intro-grid {
  background-image: url('../images/collagebackground.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  border-bottom-style: none;
  border-bottom-color: #fff;
  border-radius: 0;
  align-content: center;
  justify-content: flex-start;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.services {
  padding-top: 0;
  padding-bottom: 0;
}

.container.email {
  background-image: url('../images/The-Beehive.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.container.videoproduction {
  background-image: url('../images/Callsheetschedule.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.container.animation-container {
  background-image: url('../images/cartoon-background.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
}

.container.artcontainer {
  background-image: url('../images/Sketchdrinkingbeer.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.container.creative-producer {
  background-image: url('../images/scenebreakdown.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.container.production {
  background-image: url('../images/brickwall.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  color: #000;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.paragraph-small.indie-film {
  color: #f8faff;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  background-image: url('../images/Banner-City.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-transform: none;
  text-shadow: 0 5px 6px rgba(0, 0, 0, .2);
  background-color: rgba(255, 255, 255, .56);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.heading-jumbo:hover {
  color: rgba(211, 246, 221, .37);
}

.heading-jumbo.animation {
  color: #f36;
  -webkit-text-stroke-color: #fff;
  text-shadow: none;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.heading-jumbo.video {
  color: #fff;
  border-radius: 0;
  line-height: 60px;
}

.paragraph-tiny {
  color: #a5e48c;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  color: #000;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  font-family: PT Sans, sans-serif;
}

.label {
  color: #b2a010;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  color: #06b106;
  background-color: #e2eed5;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 10px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph {
  opacity: .6;
  color: #2f0;
  margin-top: 10px;
  padding-top: 40px;
  padding-left: 20px;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  transition: opacity .3s cubic-bezier(.755, .05, .855, .06);
}

.paragraph:hover {
  color: var(--white);
}

.paragraph.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 20px;
}

.section.cc-contact {
  background-color: rgba(37, 255, 124, .41);
  background-image: linear-gradient(rgba(126, 255, 177, .86), rgba(87, 138, 231, .66));
  border: 1px solid #000;
  border-radius: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section.animation-page {
  background-image: url('../images/Animationbackgroundpool.gif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section.cproducer {
  background-image: url('../images/Charactersheet.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}

.section.opening {
  background-image: url('../images/afilmbydileniarodriguezgraphicstitle.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #0cc20b;
  margin-top: auto;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #19d885;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #4bff75;
  font-family: Varela, sans-serif;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #19d885;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  color: #acff13;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #888383;
  background-color: rgba(11, 4, 99, .31);
  border: 1px solid #0f0f0f;
  align-items: center;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation:hover {
  opacity: .82;
  background-color: rgba(255, 255, 255, 0);
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  border: 1px #000;
  border-radius: 0;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.intro-wrap:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: rgba(11, 4, 99, .17);
  border-radius: 0;
  outline-width: 1px;
  outline-style: dashed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 20px;
  display: block;
}

.name-text {
  color: #19d885;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.name-text:hover {
  color: var(--white);
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.work-description {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #caccd8;
  background-image: url('../images/inexistentstill.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: start;
  margin-bottom: 60px;
  transition: opacity .3s cubic-bezier(.6, -.28, .735, .045);
}

.work-experience-grid.work {
  background-color: #fff;
  background-image: none;
  align-content: center;
  justify-items: center;
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr .25fr 1.5fr;
  align-content: center;
  align-items: start;
  justify-items: center;
  margin-bottom: 80px;
}

.work-position-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 19px;
  margin: 10px;
  padding: 5px 10px;
  line-height: 20px;
}

.work-position-wrap.blue {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(239, 243, 248, .78);
  border-radius: 19px;
  padding-left: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.work-position-wrap.green {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding-left: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/FBOYS-WATER-SCENE.gif');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/PAULBUNYANANIMATIONLOOP.gif');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/DOSFILM.gif');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-color: #eaedf6;
  background-image: url('../images/TiaSmoking.jpg');
  background-size: cover;
}

.project-name-link {
  color: #97f5b2;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: rgba(85, 61, 165, .34);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 40px 50px;
  display: flex;
  position: static;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: #00166f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  background-color: rgba(255, 255, 255, .81);
  border: 1px solid #6010ff;
  border-bottom: 1px #fff;
  border-radius: 20px;
  flex-flow: column-reverse wrap-reverse;
  flex: 0 auto;
  order: 1;
  grid-template: ". ."
  / 1.75fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
  padding: 10px 20px;
  display: grid;
  box-shadow: 0 15px 13px rgba(0, 0, 0, .2);
}

.hi-there-heading {
  color: #0332ee;
  -webkit-text-stroke-color: #a01be2;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
}

.hi-there-heading:hover {
  color: #65ee03;
}

.service-name-text {
  opacity: .6;
  color: #617ceb;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.service-name-text:hover {
  color: #970ea7;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  background-color: rgba(205, 249, 255, .41);
  background-image: linear-gradient(#a0f4ff, rgba(247, 213, 237, .71));
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
  padding: 10px 20px;
}

.speaking-text {
  margin-right: 8px;
  font-weight: 700;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  color: #210042;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(206, 226, 252, .48);
  border-radius: 18px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 0 9px 12px rgba(0, 0, 0, .2);
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .87);
  border-radius: 20px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(145, 214, 58, .89);
  border-radius: 20px;
  margin: 20px auto 200px;
  padding-top: 20px;
  box-shadow: 0 16px 10px rgba(1, 66, 51, .5);
}

.email-section.artpage {
  background-color: rgba(255, 255, 255, .89);
}

.email-link {
  color: #000;
  text-transform: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .95);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.navigation-item-copy {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-copy:hover {
  opacity: .9;
  color: #19d885;
}

.navigation-item-copy:active {
  opacity: .8;
}

.navigation-item-copy.w--current {
  opacity: 1;
  color: #4bff75;
  font-weight: 600;
}

.navigation-item-copy.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-copy.w--current:active {
  opacity: .7;
  color: #32343a;
}

.background-video {
  margin: 100px -30px 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: transform .4s cubic-bezier(.25, .1, 0, 1.147);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  clear: left;
  text-align: center;
  object-fit: contain;
  display: block;
}

.play-state {
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-2 {
  opacity: 1;
  color: #d3f6dd;
  background-color: rgba(68, 9, 119, .92);
  background-image: linear-gradient(#8780a5, rgba(135, 101, 214, .51));
  border-radius: 0;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.button-2:hover {
  color: #00ff49;
  background-color: rgba(25, 108, 180, .92);
}

.button-2.page-link-button {
  background-color: rgba(228, 91, 91, .92);
}

.button-2.page-link-button:hover {
  background-color: rgba(91, 194, 228, .92);
}

.button-2.call-to-action {
  text-align: center;
  background-color: rgba(87, 143, 202, .92);
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.button-2.email-link {
  text-align: left;
  object-fit: fill;
  margin-top: 114px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 800;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.link:hover {
  color: #00ff49;
}

.button-3 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: var(--black);
  background-color: rgba(242, 255, 0, .79);
  border-radius: 18px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
}

.button-3:hover {
  color: #d7f0c2;
  background-color: #121069;
}

.div-block {
  display: flex;
}

.div-block-2 {
  min-height: 420px;
  min-width: 720px;
  background-image: linear-gradient(#d65e77, #c0acb7);
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.section-2 {
  margin-bottom: 100px;
}

.film-title {
  color: #9afdcf;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

.video {
  margin-top: 20px;
  margin-bottom: 20px;
}

.film-description {
  background-color: #94fbc4;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-weight: 100;
  text-decoration: overline;
}

.paragraph-2 {
  color: #fff;
  padding-left: 10px;
  line-height: 20px;
}

.image-2 {
  text-align: center;
  border-radius: 20px;
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2);
}

.container-2 {
  justify-content: flex-start;
  display: flex;
}

.text-block {
  padding-bottom: 10px;
}

.section-3 {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 128, 38, .08);
  background-image: url('../images/pinklines.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

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

.image-3 {
  display: block;
}

.bold-text {
  color: #7bd48d;
}

.bold-text-2 {
  color: #7b9655;
}

.heading {
  color: #000;
  background-color: rgba(138, 138, 138, .57);
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
}

.div-block-4 {
  background-color: rgba(134, 240, 215, .77);
}

.div-block-5 {
  background-color: #f6f6ff;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  text-decoration: underline;
  transition: flex-grow .325s cubic-bezier(.6, .04, .98, .335);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.heading-2:hover {
  background-color: #a3fc96;
}

.bold-text-3 {
  color: var(--white);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.bold-text-3:hover {
  color: var(--white);
  padding-right: 20px;
}

.paragraph-3 {
  text-align: left;
  line-height: 20px;
}

.cell {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-image: url('../images/X.gif');
  background-position: 0 0;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 8px;
}

.heading-3 {
  text-align: center;
  padding-left: 20px;
  font-weight: 800;
  text-decoration: none;
}

.heading-3:hover {
  color: #83f8b6;
}

.heading-4 {
  color: #fff;
  font-weight: 800;
}

.heading-4:hover {
  color: #90a3f1;
}

.bold-text-4 {
  padding-left: 20px;
  font-weight: 800;
}

.bold-text-4:hover {
  color: #e2c08a;
}

.cell-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/judybloom.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 7px;
  font-weight: 800;
}

.heading-5 {
  color: #fff;
  padding-left: 20px;
  font-weight: 800;
}

.heading-5:hover {
  color: #bce75f;
}

.quick-stack {
  background-color: rgba(215, 223, 250, 0);
  border-radius: 20px;
}

.cell-3 {
  background-image: url('../images/sketch.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;
  padding-left: 20px;
}

.cell-4 {
  background-image: url('../images/pinksandgreen.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
}

.bold-text-5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #66b99e;
  padding-left: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
}

.image-4, .image-5, .image-6, .image-7 {
  padding-bottom: 20px;
}

.text-block-3, .text-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-5 {
  background-color: rgba(239, 243, 248, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-4 {
  margin-top: 10px;
}

.heading-6 {
  color: #5e7eff;
  font-weight: 800;
}

.heading-6:hover {
  color: #7a0adb;
}

.div-block-6 {
  background-image: url('../images/brickwall.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
}

.div-block-7 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(149, 220, 248, .23);
  border-radius: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.bold-text-6 {
  color: var(--black);
  font-weight: 300;
}

.bold-text-7 {
  color: #eafcf4;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .2);
}

.heading-7 {
  color: #bd00a4;
}

.div-block-8 {
  background-color: rgba(0, 0, 0, 0);
  border-left: 5px solid #2018b4;
  border-radius: 0;
  padding-left: 10px;
}

.text-block-6 {
  color: var(--white);
  background-color: #c40f72;
  padding-left: 10px;
}

.bold-text-8 {
  -webkit-text-stroke-color: var(--white);
}

.text-block-7 {
  font-size: 12px;
  font-weight: 300;
}

.heading-8 {
  color: #8dd3a9;
}

.bold-text-9 {
  color: #ff6164;
}

.section-5 {
  background-image: url('../images/pinklines.gif');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-9 {
  background-image: url('../images/pinklines.gif');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.slide-nav {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
}

.slide-nav.anima {
  opacity: .55;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f8f8f8;
}

.slide-nav.painting {
  background-color: rgba(233, 233, 233, .02);
}

.slide-nav.community {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .4);
}

.paragraph-4 {
  color: #fff;
  padding-left: 10px;
}

.youtube {
  width: 50%;
  height: 50%;
  margin-top: 40px;
  margin-left: 70px;
  padding-left: 0;
}

.div-block-10 {
  object-fit: fill;
  background-image: url('../images/orangestrike.gif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 140px;
}

.dropdown-toggle {
  max-height: 40px;
  min-height: 40px;
  opacity: .89;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #e5e5f1;
  border-radius: 0;
  margin-top: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-toggle:hover {
  opacity: 1;
  background-color: #ccfab9;
}

.dropdown-toggle.w--open {
  background-color: rgba(152, 255, 78, .51);
}

.dropdown-list {
  max-height: 280px;
  max-width: 195px;
  min-height: 280px;
  min-width: 195px;
  opacity: .88;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(134, 226, 36, .69), #bbbeff);
  margin-top: 151px;
  margin-left: 0;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.dropdown-list.w--open {
  max-height: 320px;
  min-height: 320px;
  background-image: linear-gradient(rgba(134, 226, 36, .34), rgba(186, 190, 253, .5) 99%, #bbbeff);
  margin-top: 177px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown {
  position: fixed;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-8:hover {
  color: #25c545;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cell-5 {
  flex-wrap: nowrap;
}

.dropdown-link {
  margin-top: 20px;
  font-family: Changa One, Impact, sans-serif;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  font-family: Changa One, Impact, sans-serif;
}

.heading-9 {
  text-align: center;
  margin-left: 70px;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
}

.heading-9.reel {
  color: #dbf7e2;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3600ca;
}

.heading-9.reel:hover {
  color: #5eff89;
}

.heading-9.indie {
  font-family: Inconsolata, monospace;
}

.link-2 {
  color: #1a1f1b;
  text-align: center;
  margin-top: 10px;
}

.link-2:hover {
  color: #00ff3c;
}

.link-2.indie {
  color: #75ff95;
}

.container-anima {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-anima:hover {
  background-image: linear-gradient(rgba(242, 255, 0, .63), rgba(237, 187, 245, .77));
}

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

.slide {
  background-color: #f33;
}

.slide-2 {
  background-color: #fff;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  background-color: rgba(0, 0, 0, 0);
}

.slide-9, .slide-10 {
  background-color: #a31e1e;
}

.slide-11, .slide-12 {
  background-color: #643b3b;
}

.slide-13 {
  background-color: rgba(0, 0, 0, 0);
}

.slide-14 {
  background-color: #fff;
}

.slide-15 {
  background-color: #ffd000;
}

.slide-16 {
  background-color: var(--white);
}

.slide-17 {
  background-color: #c0a7a7;
}

.slide-18 {
  background-color: #d4c1c1;
}

.slide-19 {
  background-color: #fffdfd;
}

.slide-20 {
  background-color: #fffefe;
}

.slide-21 {
  background-color: #fcfbf8;
}

.slide-22 {
  background-color: var(--white);
}

.quick-stack-2 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: rgba(136, 150, 230, .24);
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(215, 227, 245, .72));
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 11px 9px rgba(0, 60, 213, .2);
}

.text-span-4 {
  color: #6980db;
}

.paragraph-5 {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}

.bold-text-10 {
  color: #0e38e0;
}

.cell-7 {
  background-color: #fff;
  border-radius: 13px;
}

.cell-8 {
  background-color: #fff;
  border-radius: 19px;
}

.cell-9 {
  background-color: #fff;
  border-radius: 20px;
}

.stages {
  color: #1019b9;
  -webkit-text-stroke-color: #f3eefc;
  background-color: #f4fcbf;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.quick-stack-4 {
  background-image: url('../images/paulbunyananimationframe.gif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.heading-10 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #0d34d1;
  text-align: center;
  background-color: rgba(139, 221, 107, .78);
  border-radius: 8px;
  font-family: Changa One, Impact, sans-serif;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2);
}

.heading-10:hover {
  color: #43c1dd;
  background-color: rgba(233, 255, 69, .78);
}

.div-block-12 {
  background-image: url('../images/Walking-gif.gif');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 76px;
}

.div-block-13 {
  background-image: url('../images/Ladieswalking.gif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 60px;
  padding-top: 77px;
  padding-bottom: 60px;
}

.quick-stack-5 {
  color: #000;
  background-color: #000;
  background-image: url('../images/FBOYSSTILL.jpg');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-7 {
  color: var(--white);
  font-family: Varela, sans-serif;
}

.slide-23 {
  background-color: #000;
}

.slide-24, .slide-25, .slide-26 {
  background-color: var(--black);
}

.container-3 {
  margin-top: 20px;
}

.production {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2);
}

.paragraph-8, .paragraph-9 {
  background-color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 20px;
}

.quick-stack-6 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-image: url('../images/brickwall.jpg');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
}

.bold-text-11 {
  color: #00ff4c;
}

.bold-text-11:hover {
  color: #bffc08;
}

.container-4 {
  background-color: var(--black);
}

.cell-10, .cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16, .cell-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-11 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-12 {
  text-align: center;
  border: 1px solid #000;
}

.paragraph-10 {
  background-color: #fff;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 20px;
}

.bold-text-13 {
  font-family: Changa One, Impact, sans-serif;
}

.dropdown-link-6 {
  background-color: rgba(188, 184, 238, .65);
  margin-top: 0;
}

.quick-stack-7 {
  background-color: #e5293f;
}

.video-2 {
  width: 100%;
}

.quick-stack-8 {
  background-image: url('../images/IDAPaintingDR.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.text-block-9 {
  text-align: center;
  font-style: italic;
}

.bold-text-15 {
  color: #1e45e2;
}

.text-block-10 {
  text-align: center;
  margin-top: 10px;
}

.paragraph-11 {
  padding-top: 20px;
}

.image-8 {
  margin-top: 20px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.quick-stack-9 {
  background-color: rgba(6, 92, 55, .43);
  background-image: linear-gradient(rgba(66, 238, 117, .32), #8d88a7), url('../images/birdinsidebockchi2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph-12 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: PT Sans, sans-serif;
  line-height: 20px;
}

.paragraph-13 {
  background-color: rgba(247, 250, 233, .71);
  padding-left: 10px;
  padding-right: 40px;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.paragraph-14 {
  background-color: #fff;
  padding: 10px;
  font-family: PT Sans, sans-serif;
  line-height: 20px;
}

.paragraph-15 {
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
}

.text-block-11 {
  color: #7c94f8;
  padding-left: 10px;
}

.text-block-12 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.image-9 {
  margin-top: 40px;
}

.container-5 {
  padding: 20px;
}

.sale {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(90, 187, 11, .57);
  border-radius: 19px;
  margin-top: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.sale:hover {
  color: #fff;
  background-color: rgba(90, 187, 11, .98);
  font-weight: 700;
}

.text-block-13 {
  color: #1f1b1a;
}

.dropdown-toggle-2 {
  background-color: #c2e6ca;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-toggle-2:hover {
  background-color: var(--white);
}

.dropdown-toggle-2.w--open {
  width: auto;
  flex-wrap: nowrap;
  margin-right: 10px;
}

.dropdown-link-7 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-block-14 {
  text-align: center;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.icon {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-toggle-3 {
  float: right;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  background-color: rgba(198, 233, 177, .72);
  margin-left: auto;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-toggle-3.w--open {
  top: 50%;
}

.dropdown-list-2 {
  position: fixed;
}

.dropdown-list-2.w--open {
  width: 300px;
  height: 200px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-link-8 {
  text-align: right;
  margin-left: auto;
}

.dropdown-link-9, .dropdown-link-10, .dropdown-link-11 {
  text-align: right;
}

.heading-13 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.button-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #20006a;
  background-color: rgba(108, 175, 153, 0);
  border-radius: 20px;
  font-weight: 700;
  text-decoration: overline;
}

.button-6 {
  background-color: #ca2083;
  border-radius: 20px;
}

.button-6:hover {
  background-color: #c1f8c3;
}

.button-7 {
  background-color: #ec3889;
  border-radius: 20px;
}

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

.button-8 {
  background-color: #ff0967;
  border-radius: 20px;
}

.paragraph-17 {
  color: #c71a87;
}

.quick-stack-10 {
  grid-column-gap: 0px;
}

.caption {
  color: #0085aa;
  margin-top: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.button-9 {
  background-color: #77ec38;
  border-radius: 20px;
}

.button-10 {
  background-color: #38ec80;
}

.button-11 {
  text-align: center;
  background-color: #77ec38;
  border-radius: 20px;
}

.button-11:hover {
  color: #003df3;
  background-color: #ddec38;
}

.heading-14 {
  font-weight: 300;
}

.image-10 {
  text-align: center;
  align-self: center;
}

.bold-text-16 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-15 {
  color: #f36;
  padding-bottom: 20px;
  font-size: 24px;
}

.image-11 {
  margin-left: 25px;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}

.icon-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(218, 223, 250, .71);
}

.heading-15 {
  color: #9ff5d5;
  font-weight: 700;
}

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

.paragraph-19 {
  padding-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-20 {
  font-size: 12px;
}

.paragraph-21 {
  padding-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

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

.paragraph-23 {
  padding-top: 20px;
  font-size: 12px;
}

.paragraph-24 {
  font-size: 12px;
}

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

.image-12 {
  box-shadow: 0 10px 11px rgba(0, 100, 33, .2);
}

.image-13 {
  box-shadow: 0 12px 14px rgba(0, 0, 0, .2);
}

.image-14 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
}

.animation-section {
  opacity: 1;
  background-image: radial-gradient(circle, rgba(252, 252, 252, .73), #fff), url('../images/pinklines.gif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.film-section {
  background-image: url('../images/orangestrike.gif');
  background-position: 0 0;
  background-size: auto;
}

.video-section {
  background-image: url('../images/X.gif');
  background-position: 0 0;
  background-size: auto;
}

.container-6 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.slider {
  background-color: #fff;
}

.image-15 {
  box-shadow: 0 8px 9px rgba(0, 0, 0, .2);
}

.image-16 {
  box-shadow: 0 8px 13px rgba(0, 0, 0, .2);
}

.image-17, .image-18 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.div-block-14 {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-26 {
  font-weight: 400;
  line-height: 16px;
}

.subscript, .subscript-2, .subscript-3, .subscript-4 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-16 {
  margin-top: 20px;
}

.image-19 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.text-block-17 {
  padding-top: 20px;
}

.image-20 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

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

.text-block-18, .text-block-19, .text-block-20 {
  margin-top: 10px;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  margin-top: 10px;
}

.painting-section {
  background-image: url('../images/yellowswirl.gif');
  background-position: 0 0;
  background-size: contain;
}

.container-7 {
  background-color: #fff;
}

.text-block-30, .text-block-31 {
  margin-top: 10px;
}

.container-8 {
  background-color: #fff;
}

.text-block-32, .text-block-33 {
  margin-top: 10px;
}

.slide-27 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/gardenmapping.jpg');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
}

.icon-3 {
  background-color: rgba(246, 234, 234, .37);
}

.slide-28 {
  background-color: #fff;
}

.slide-29 {
  background-image: url('../images/birdinsidebockchi2.jpg');
  background-position: 0 0;
  background-size: contain;
}

.heading-16 {
  color: #ffec66;
  text-shadow: 0 8px 3px rgba(34, 5, 5, .55);
}

.image-33 {
  box-shadow: 0 12px 5px rgba(0, 0, 0, .2);
}

.image-34 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-35 {
  box-shadow: 0 9px 5px rgba(0, 0, 0, .2);
}

.image-36 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.image-37 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-38 {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.community-section {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(255, 255, 255, .68), #fff), url('../images/pinksandgreen.gif');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.section-6 {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-34 {
  background-color: #d8f0c4;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.quick-stack-11 {
  background-color: #edeaf6;
  margin-top: auto;
  margin-bottom: 20px;
}

.paragraph-27 {
  margin-top: 10px;
}

.paragraph-28 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32 {
  margin-top: 10px;
}

.image-39, .image-40, .image-41 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-43 {
  border-radius: 20px;
  align-self: center;
  box-shadow: 0 5px 5px rgba(161, 128, 199, .66);
}

.image-44 {
  border-radius: 20px;
  align-self: center;
  box-shadow: 0 5px 5px rgba(132, 97, 143, .5);
}

.image-45 {
  border-radius: 20px;
  align-self: center;
  box-shadow: 0 5px 7px rgba(32, 0, 136, .38);
}

.image-46 {
  border-radius: 20px;
  align-self: center;
}

.quick-stack-12 {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-17 {
  color: #fff;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .63);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  font-weight: 700;
}

.paragraph-33 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

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

.text-block-35 {
  padding-right: 20px;
  line-height: 20px;
}

.text-block-37 {
  line-height: 20px;
}

.image-47 {
  margin-top: 3px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
}

.div-block-16 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.quick-stack-13 {
  background-color: #120572;
}

.text-block-38, .text-block-39 {
  line-height: 20px;
}

.paragraph-34 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.bold-text-19 {
  background-color: #fff;
}

.image-49, .image-50, .image-51 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.paragraph-35 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.cell-19 {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .73), rgba(24, 11, 124, .15));
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.cell-20 {
  background-image: linear-gradient(rgba(253, 253, 254, .34), rgba(24, 11, 124, .15));
  border-radius: 20px;
  padding: 10px 10px 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.cell-21 {
  background-image: linear-gradient(rgba(252, 252, 254, .5), rgba(71, 51, 206, .18));
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.subscript-5 {
  color: #03f;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-40, .text-block-41 {
  color: #03f;
}

.bold-text-20 {
  color: var(--white);
  background-color: #3a2063;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.flocabsection {
  background-color: #fff;
}

.text-block-42 {
  background-color: #cbddff;
  align-self: flex-start;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-36 {
  margin-top: 10px;
  padding-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.cell-22 {
  background-image: linear-gradient(#fff, rgba(255, 51, 0, .19));
  border-radius: 20px;
  padding: 10px;
}

.image-52 {
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.image-53 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cell-23 {
  background-color: rgba(248, 225, 202, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .28), rgba(204, 102, 0, .13));
  border-radius: 20px;
  padding: 10px;
}

.image-54 {
  padding-top: 10px;
  padding-left: 10px;
}

.cell-24 {
  background-image: linear-gradient(#fff, rgba(243, 215, 215, .12));
  border-radius: 20px;
  padding: 10px;
}

.quick-stack-14 {
  margin-left: auto;
  margin-right: auto;
}

.image-55 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.text-block-43 {
  color: #010301;
  background-color: rgba(146, 173, 255, .37);
  padding: 10px 0 10px 10px;
}

.cell-25, .cell-26, .cell-27, .cell-28 {
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.quick-stack-15 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-44 {
  text-align: center;
  background-color: #d7ddff;
  border-radius: 6px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-37 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.video-3, .video-4, .video-5 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.container-9 {
  background-color: #f1f1f1;
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

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

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

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

.container-10 {
  margin-top: 40px;
}

.text-block-45 {
  text-align: center;
  background-color: rgba(177, 206, 246, .41);
}

.heading-18 {
  padding-top: 10px;
}

.image-57 {
  border-radius: 19px;
  margin-top: 10px;
  box-shadow: inset 0 11px 5px #020202;
}

.text-block-46 {
  margin-bottom: 10px;
  line-height: 20px;
}

.container-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-16 {
  box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
}

.text-block-47 {
  text-decoration: underline;
}

.bold-text-21 {
  color: #ff0004;
}

.text-block-48 {
  color: #1f1a1a;
}

.text-span-5 {
  color: red;
}

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

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

.link-block.opening {
  opacity: 1;
  color: #a2f4e1;
  border: 1px #000;
  border-radius: 0;
  text-decoration: underline;
}

.image-58 {
  border-radius: 0;
}

.text-block-49 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-50 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.image-59 {
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(47, 37, 87, .2);
}

.image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66 {
  border-radius: 20px;
}

.heading-19 {
  background-color: rgba(116, 157, 233, .65);
  padding-left: 10px;
}

.text-block-52 {
  background-color: #fff200;
  padding-left: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.text-block-53 {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(246, 236, 188, .58);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

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

.paragraph-39 {
  font-size: 12px;
}

.cell-31 {
  line-height: 16px;
}

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

.paragraph-41 {
  background-color: #faf8f0;
  margin-top: 10px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.heading-21, .paragraph-42 {
  color: #fff;
}

.quick-stack-17 {
  background-image: url('../images/afilmbydileniarodriguezgraphicstitle.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.div-block-17 {
  background-image: url('../images/A-filmbydileniarodriguez.gif');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.quick-stack-18 {
  margin-left: 40px;
  margin-right: 40px;
}

.quick-stack-19 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(241, 237, 237, .62);
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-67, .bold-text-22 {
  border-radius: 20px;
}

.quick-stack-20 {
  margin-top: 20px;
}

.text-block-56 {
  font-size: 12px;
}

.text-block-57 {
  background-color: #fff;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-18 {
  background-color: #eaedf6;
}

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

.image-68 {
  border-radius: 20px;
}

.bold-text-26 {
  color: #000;
}

.heading-22 {
  background-color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.section-8 {
  margin-top: 140px;
}

.section-8.banner {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: url('../images/Americanmoviecompanyillustration.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-43 {
  background-color: rgba(224, 224, 224, .92);
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px;
}

.div-block-19 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .87);
  border-radius: 17px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.paragraph-44 {
  padding: 20px;
  line-height: 20px;
}

.image-69 {
  border-radius: 18px;
  order: 1;
  align-self: center;
}

.cell-32 {
  justify-content: center;
}

.superscript, .superscript-2, .superscript-3, .superscript-4 {
  font-weight: 700;
}

.heading-23 {
  margin-left: 10px;
  font-weight: 700;
}

.paragraph-45 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-12 {
  background-color: rgba(255, 255, 255, .81);
  border-radius: 0 0 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-9 {
  background-color: #e2e1ee;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-46 {
  padding: 20px;
}

.paragraph-47 {
  padding: 20px;
  line-height: 20px;
}

.paragraph-48 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

.video-6 {
  padding-left: 20px;
}

.container-13 {
  background-color: #ddbfcd;
  border-radius: 20px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.paragraph-49 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.heading-24 {
  color: #1236c9;
  background-color: #f3e7e7;
  border-radius: 13px 13px 0 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.div-block-20 {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.quick-stack-21 {
  background-color: #faf2f2;
  border-radius: 0 0 17px 17px;
}

.cell-33 {
  background-color: #fff;
  border-radius: 20px;
}

.cell-33.wef {
  padding: 10px 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.cell-34 {
  font-size: 25px;
}

.paragraph-50 {
  line-height: 29px;
}

.quick-stack-22 {
  background-color: #f6eeee;
  border-radius: 12px;
  margin-top: 20px;
}

.cell-35 {
  background-color: rgba(255, 255, 255, .49);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.section-10 {
  background-image: url('../images/Christiesauctionbts.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 114px;
  margin-bottom: 60px;
  padding: 20px;
}

.quick-stack-23 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .79);
  border-radius: 20px;
}

.image-70 {
  border-radius: 20px;
}

.paragraph-51 {
  font-size: 14px;
  line-height: 14px;
}

.heading-25 {
  background-color: rgba(248, 252, 206, .7);
  border-radius: 12px;
  padding-left: 20px;
  font-size: 24px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.paragraph-52 {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.cell-36 {
  background-color: var(--white);
  border-radius: 19px;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.text-block-58 {
  background-color: #e9e7b9;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.text-block-59, .text-block-60 {
  background-color: #e9e7b9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}

.container-14 {
  background-color: #fffff6;
}

.cell-37 {
  border-radius: 14px;
}

.image-71 {
  border-radius: 14px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-72 {
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.bold-text-27 {
  color: #b38626;
}

.cell-38 {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.text-block-61 {
  font-size: 12px;
  line-height: 16px;
}

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

.text-block-62 {
  font-size: 24px;
}

.cell-39 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 25px;
}

.emailme:hover {
  color: #00ff2a;
  background-color: rgba(0, 0, 0, 0);
}

.section-11 {
  margin-bottom: 20px;
}

.section-12 {
  background-image: url('../images/animationcharactersheet.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 60px;
  padding: 60px 40px 20px;
}

.quick-stack-24 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .89);
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-74 {
  border-radius: 20px;
}

.section-13 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.paragraph-53 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.heading-26 {
  font-size: 25px;
  line-height: 28px;
}

.bold-text-28 {
  font-size: 24px;
  line-height: 24px;
}

.heading-27 {
  line-height: 24px;
}

.heading-28 {
  font-size: 24px;
}

.paragraph-54 {
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.text-block-63 {
  font-size: 24px;
}

.text-block-63:hover {
  color: #f36;
}

.text-block-64 {
  font-size: 24px;
}

.text-block-65 {
  margin-top: 20px;
  font-size: 24px;
}

.cell-40 {
  background-color: #fff;
  border-radius: 19px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.quick-stack-25 {
  background-color: #f2f3f8;
  border-radius: 18px;
}

.cell-41 {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-76 {
  border-radius: 19px;
}

.quick-stack-26 {
  border-radius: 19px;
  margin-bottom: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.image-77 {
  border-radius: 14px;
}

.container-15 {
  margin-top: 40px;
}

.section-14 {
  margin-top: 140px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-16 {
  background-color: #fdb4d7;
  background-image: linear-gradient(to bottom, var(--white), rgba(242, 239, 232, .96) 6%, rgba(254, 244, 249, .95) 30%, rgba(253, 233, 243, .9) 87%, rgba(237, 102, 166, .25));
  border-radius: 20px 20px 0 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  border-radius: 20px;
}

.section-15 {
  clear: both;
  background-image: url('../images/F234filmproductionbackgroundimage1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  margin-top: 200px;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-bottom: 40px;
}

.container-17 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .72);
  border-radius: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.paragraph-55 {
  background-color: #fcc0f0;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2);
}

.paragraph-56 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-66 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.image-79, .image-80 {
  border-radius: 20px;
}

.section-16 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container-18 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-57 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .6);
  border-radius: 20px;
  padding: 20px;
  line-height: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-67 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-68 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.quick-stack-27 {
  background-color: #eaf3e9;
  border-radius: 20px;
}

.image-82 {
  border-radius: 0 0 18px 18px;
}

.text-block-69 {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-12 {
  border-radius: 17px;
}

.button-13 {
  color: #fff;
  background-color: #ed66a7;
  border-radius: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.quick-stack-28 {
  background-color: rgba(228, 228, 228, .56);
  border-radius: 17px;
}

.paragraph-58 {
  padding: 10px;
  line-height: 20px;
}

.paragraph-59 {
  background-color: rgba(255, 252, 252, .7);
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.quick-stack-29 {
  background-color: #dcf7db;
  border-radius: 20px;
}

.paragraph-60 {
  margin-top: 10px;
  padding: 10px;
  line-height: 20px;
}

.heading-29 {
  background-color: #00f8ae;
  border-radius: 14px;
  padding-left: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.quick-stack-30 {
  margin: 10px 20px;
}

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

.cell-42 {
  background-image: url('../images/Shootbts.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  font-size: 24px;
}

.heading-31 {
  font-size: 24px;
}

.heading-32, .heading-33 {
  font-size: 24px;
  line-height: 28px;
}

.heading-34 {
  font-family: PT Serif, serif;
}

.heading-35 {
  font-size: 24px;
  line-height: 28px;
}

.heading-35:hover {
  color: #18ee00;
}

.nav-link {
  color: #03f;
}

.nav-link:hover {
  color: #00ff5d;
}

.nav-link-2 {
  color: #4a69fc;
}

.nav-link-2:hover {
  color: #1cff14;
}

.nav-link-3 {
  color: #6a81fb;
}

.nav-link-3:hover {
  color: #00ff19;
}

.link-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #586596;
  background-color: rgba(235, 226, 226, .73);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.link-3:hover {
  color: #00ff3c;
}

.link-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #6e5d90;
  background-color: rgba(241, 234, 234, .79);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.link-4:hover {
  color: #00d82b;
}

.text-block-70 {
  color: #000;
  padding-top: 10px;
}

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

.section-17 {
  background-image: url('../images/Featuredtrailerbackground.jpg');
  background-position: 0 0;
  background-size: auto;
  margin: 100px 10px 20px;
  padding: 60px 20px;
}

.cell-45 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.quick-stack-32 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .71);
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.section-18 {
  background-color: #fff;
  padding: 20px;
}

.cell-46 {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.paragraph-62 {
  align-self: center;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-63 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.paragraph-64 {
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.text-block-71 {
  font-size: 12px;
}

.text-block-72 {
  align-self: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.bold-text-30 {
  font-weight: 300;
}

.quick-stack-33 {
  background-color: rgba(247, 247, 247, .7);
}

.section-19 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-73 {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.heading-36 {
  padding-top: 100px;
}

.heading-37 {
  background-color: #ffd000;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.quick-stack-34 {
  background-color: #fefff5;
}

.section-20 {
  background-color: rgba(255, 234, 0, .71);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

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

.section-21 {
  background-color: #e9f3f3;
  margin: 100px 10px 20px;
  padding: 20px 10px 10px;
}

.quick-stack-35 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-65 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-66 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.cell-48 {
  padding: 10px;
}

.cell-49 {
  padding: 20px;
}

.paragraph-67 {
  align-self: center;
  font-size: 24px;
}

.quick-stack-36 {
  background-color: #fefdff;
}

.section-22 {
  margin-top: 100px;
  padding-top: 20px;
}

.cell-50 {
  background-color: #eff5f2;
  border-radius: 20px;
  padding: 10px;
}

.quick-stack-37 {
  margin-left: 60px;
  margin-right: 60px;
}

.text-block-74 {
  padding: 10px;
}

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

.heading-38 {
  margin-left: 20px;
  margin-right: 20px;
}

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

.heading-39 {
  font-size: 16px;
  line-height: 28px;
}

.heading-39:hover {
  color: #00f642;
}

.cell-53 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(245, 243, 243, .89);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.quick-stack-38 {
  background-color: #96e4bc;
  border-radius: 20px;
}

.bold-text-31 {
  background-color: #96e4bc;
}

.text-block-75 {
  background-color: #96e4bc;
  border-radius: 20px 20px 0 0;
  padding: 10px;
}

.image-83 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.paragraph-68 {
  background-color: snow;
  border-radius: 18px;
  margin-top: 10px;
  padding: 10px;
  line-height: 20px;
}

.section-23 {
  background-color: #e2ffef;
  border-radius: 20px;
}

.paragraph-69 {
  margin-top: 10px;
}

.paragraph-70 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: rgba(255, 255, 255, .59);
  border-radius: 14px;
  padding: 10px;
}

.section-24 {
  margin-top: 111px;
}

.cell-54 {
  background-color: #6a7086;
  border-radius: 20px;
  padding: 20px;
}

.text-block-77 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.cell-55 {
  background-image: url('../images/Living-Water-Poster.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
}

.section-25 {
  margin: 10px;
  padding: 20px 10px;
}

.bold-text-32 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #03f;
  text-align: center;
  background-color: #ebd6d6;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-33 {
  background-color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-78 {
  margin: 10px;
  padding: 10px;
}

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

.section-26 {
  background-image: url('../images/judybloom.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  margin: 117px 10px 10px;
  padding: 20px 40px;
}

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

.heading-40 {
  background-color: #dbd8db;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.container-19 {
  background-color: #fff9f9;
}

.quick-stack-39 {
  border: 1px solid #fc0202;
  border-radius: 14px;
}

.quick-stack-39.purple {
  border-color: #9700d8;
}

.section-27 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-stack-40 {
  border: 1px solid #33af79;
}

.section-28 {
  background-image: url('../images/9rouninterviews12345566.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 120px;
}

.container-20 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.text-block-80 {
  color: #fff;
}

.paragraph-72 {
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  line-height: 20px;
}

.paragraph-73 {
  color: #fff;
  line-height: 20px;
}

.heading-41 {
  text-align: center;
  background-color: #d5cece;
}

.paragraph-74 {
  background-color: #d2d8e9;
  border-radius: 14px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  line-height: 20px;
}

.quick-stack-41 {
  margin: 10px;
}

.heading-42 {
  text-align: center;
  background-color: #eeff69;
}

.paragraph-75 {
  background-color: #fdffd5;
  border-radius: 17px;
  padding: 10px;
  line-height: 20px;
}

.paragraph-76 {
  background-color: #fdffd5;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  line-height: 20px;
}

.paragraph-77, .paragraph-78 {
  margin-top: 10px;
  line-height: 20px;
}

.heading-43 {
  text-align: center;
  background-color: #d3db97;
}

.paragraph-79 {
  background-color: #f0f3d5;
  border-radius: 17px;
  padding: 10px;
}

.paragraph-80 {
  background-color: #f0f3d5;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  line-height: 20px;
}

.image-86 {
  border-radius: 20px;
}

.paragraph-81 {
  margin-top: 10px;
  padding: 10px;
  line-height: 20px;
}

.heading-44 {
  text-align: center;
  background-color: #ffe900;
}

.paragraph-82 {
  margin-top: 10px;
  padding: 10px 10px 10px 20px;
  line-height: 20px;
}

.text-block-81 {
  background-color: #ffe900;
  border-radius: 19px;
  margin: 10px;
  padding: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.section-29 {
  border-radius: 9px;
}

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

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

.heading-45 {
  text-align: left;
  background-color: #cdff63;
  border-radius: 20px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.section-30 {
  background-color: rgba(156, 229, 0, 0);
  border-radius: 20px;
}

.quick-stack-42 {
  border-radius: 12px;
}

.image-87 {
  border-radius: 20px;
}

.paragraph-83 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0 20px 20px;
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.heading-46 {
  color: #6b7002;
  text-align: center;
  -webkit-text-stroke-color: #f2ff00;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
}

.image-88, .image-89, .image-90 {
  border-radius: 20px;
}

.div-block-21 {
  text-align: center;
}

.bold-text-37 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-21 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.quick-stack-43 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-84, .paragraph-85 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  line-height: 20px;
}

.heading-57, .heading-58 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.heading-59, .container-22 {
  padding: 10px;
}

.quick-stack-44 {
  margin: 10px;
}

.bold-text-40 {
  color: #fffb00;
  text-shadow: 0 3px 4px #0a169b;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.text-block-85, .text-block-86, .text-block-87, .text-block-88 {
  font-size: 12px;
  line-height: 16px;
}

.container-23 {
  background-color: #64b800;
  border-radius: 20px;
  margin-top: 10px;
  padding-top: 10px;
}

.text-block-89 {
  opacity: 1;
  background-color: rgba(179, 177, 207, .65);
  border-radius: 0;
  padding-left: 10px;
  font-weight: 700;
}

.text-block-90 {
  background-color: #d8df61;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

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

.paragraph-87 {
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-88 {
  color: #3f4b48;
  padding: 10px;
  line-height: 20px;
}

.quick-stack-46 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(224, 245, 208, .66);
  border-radius: 20px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
}

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

.text-block-91 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}

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

.cell-59, .cell-60 {
  justify-content: center;
}

.image-94, .image-95, .image-96 {
  border-radius: 20px;
}

.div-block-22 {
  background-color: #d1cbff;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-22:hover {
  background-color: #cbffd5;
}

.quick-stack-47 {
  background-color: #d9e5e7;
}

.cell-61, .cell-62, .cell-63 {
  justify-content: center;
  align-items: center;
}

.link-block-2 {
  background-color: #cbdaec;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-2:hover {
  background-color: #cbeccd;
}

.quick-stack-48 {
  background-color: #e0e7f0;
  border-radius: 0;
}

.image-97, .image-98, .image-99, .image-100 {
  border-radius: 20px;
}

.cell-64, .cell-65, .cell-66, .cell-67 {
  justify-content: center;
  align-items: center;
}

.div-block-23 {
  background-color: #fffdfd;
  padding-left: 10px;
}

.div-block-23:hover {
  background-color: #e7fde8;
}

.cell-68 {
  align-items: center;
}

.container-24 {
  background-color: #e2f0ee;
}

.image-101, .image-102, .image-103, .image-104 {
  border: 3px solid red;
}

.text-block-93, .text-block-94 {
  line-height: 20px;
}

.text-block-95 {
  text-align: center;
  padding: 10px;
}

.bold-text-42, .text-block-96, .cell-69, .bold-text-43, .text-block-97, .paragraph-89, .paragraph-90, .paragraph-91, .paragraph-92, .paragraph-93, .list-item, .paragraph-94, .paragraph-95, .italic-text-3, .paragraph-96, .text-block-98, .italic-text-4, .cell-78, .paragraph-97, .paragraph-98, .paragraph-99, .bold-text-44, .text-block-99, .text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104, .text-block-105, .text-block-106, .text-block-107, .text-block-108, .text-block-109, .text-block-110, .text-block-111, .text-block-112, .text-block-113, .text-block-114, .text-block-115, .text-block-116, .text-block-117, .text-block-118 {
  line-height: 20px;
}

.text-block-119 {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph-100, .paragraph-101, .paragraph-103, .paragraph-104, .paragraph-105, .paragraph-106 {
  line-height: 20px;
}

.cell-79, .cell-80 {
  justify-content: center;
  align-items: center;
}

.paragraph-107, .cell-81 {
  line-height: 20px;
}

.paragraph-108 {
  color: #1e1f1a;
}

@media screen and (min-width: 1280px) {
  .background-video {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    opacity: 1;
    outline-offset: 0px;
    outline: 3px solid #888383;
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .navigation-item-copy {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-copy:active {
    background-color: #eef0f3;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

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

  .logo-link {
    padding-left: 0;
  }

  .navigation-items {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .work-image.cc-work-4 {
    justify-content: center;
    align-items: center;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

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

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .container-17 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo-small {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-jumbo-small.film {
    line-height: 32px;
  }

  .heading-jumbo-tiny.filmstills {
    padding-right: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .rich-text p {
    line-height: 18px;
  }

  .container {
    overflow-wrap: anywhere;
    background-color: rgba(235, 231, 231, 0);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px;
    display: inline-block;
    overflow: visible;
  }

  .paragraph-small {
    line-height: 12px;
  }

  .styleguide-header-wrap {
    margin-top: 200px;
  }

  .heading-jumbo {
    text-align: left;
    align-self: flex-start;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-jumbo:hover {
    color: rgba(211, 246, 221, .32);
  }

  .heading-jumbo.video {
    overflow-wrap: normal;
    border-radius: 13px;
    padding: 5px 10px 5px 12px;
    line-height: 24px;
  }

  .paragraph-tiny.cc-paragraph-tiny-light {
    text-align: left;
  }

  .paragraph:hover {
    color: var(--white);
  }

  .section {
    background-color: rgba(226, 250, 221, 0);
    border-radius: 20px;
    padding-left: 10px;
  }

  .section.opening {
    background-size: contain;
  }

  .navigation-item {
    opacity: 1;
    background-color: #fff;
  }

  .navigation-item:hover {
    opacity: 1;
    color: #00ff90;
  }

  .navigation-items {
    background-color: rgba(255, 255, 255, 0);
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-wrap:hover {
    margin-top: auto;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .name-text {
    padding-top: 140px;
  }

  .name-text:hover {
    color: var(--white);
  }

  .position-name-text {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .work-description {
    width: 100%;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: column wrap-reverse;
    order: 1;
    align-content: space-around;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
    overflow: auto;
  }

  .work-experience-grid {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  .works-grid {
    align-items: center;
  }

  .work-position-wrap {
    align-self: center;
  }

  .work-position-wrap.blue, .work-position-wrap.green {
    padding-left: 10px;
  }

  .carrer-headline-wrap {
    margin-top: 40px;
  }

  .work-image.cc-work-1 {
    border-radius: 14px;
    margin-top: 40px;
  }

  .work-image.cc-work-2 {
    border-radius: 14px;
  }

  .work-image.cc-work-3 {
    object-fit: fill;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .project-name-link {
    margin-left: 20px;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading, .service-name-text, .reference-link {
    text-align: left;
  }

  .featured-item-wrap {
    float: none;
    text-align: left;
    overflow-wrap: normal;
    display: inline-block;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 100%;
    max-width: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
    margin-right: 5px;
    padding-right: 5px;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .email-link {
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
  }

  .navigation-item-copy {
    opacity: 1;
    background-color: #fff;
  }

  .background-video {
    object-fit: cover;
    margin-top: 150px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-2 {
    border-radius: 12px;
    flex-wrap: wrap;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.page-link-button {
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 10px;
    display: flex;
  }

  .button-2.call-to-action {
    font-size: 24px;
    line-height: 32px;
  }

  .button-2.email-link {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .button-3 {
    text-align: center;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-2 {
    min-height: auto;
    min-width: auto;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .video {
    width: auto;
    height: auto;
    object-fit: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .film-description {
    margin-right: auto;
    padding-right: 0;
  }

  .paragraph-2 {
    width: auto;
    height: auto;
    text-align: left;
    object-fit: contain;
    object-position: 50% 50%;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: static;
  }

  .div-block-3 {
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: 10px;
    padding-right: 0;
    display: block;
  }

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

  .heading {
    text-align: center;
    background-color: rgba(223, 230, 231, .57);
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-5 {
    overflow-wrap: anywhere;
  }

  .heading-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 16px;
    display: inline;
  }

  .bold-text-3 {
    overflow-wrap: break-word;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline;
    overflow: visible;
  }

  .quick-stack {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .bold-text-7 {
    text-align: left;
  }

  .heading-7 {
    text-align: left;
    font-size: 25px;
  }

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

  .paragraph-4 {
    line-height: 18px;
  }

  .dropdown-toggle {
    margin-top: 140px;
  }

  .dropdown-list {
    margin-top: 130px;
    margin-left: 0;
  }

  .cell-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-9 {
    float: none;
    clear: none;
    margin-left: auto;
    position: static;
  }

  .heading-9.reel {
    margin-left: auto;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-9.indie {
    margin-left: auto;
    padding-left: 10px;
  }

  .cell-6 {
    align-items: center;
  }

  .div-block-11 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

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

  .production {
    line-height: 24px;
  }

  .paragraph-8, .paragraph-9 {
    line-height: 18px;
  }

  .bold-text-11 {
    overflow-wrap: normal;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    position: static;
    overflow: visible;
  }

  .container-4 {
    border-radius: 20px;
  }

  .heading-12 {
    overflow-wrap: break-word;
  }

  .paragraph-10 {
    line-height: 18px;
  }

  .bold-text-12 {
    display: inline;
    overflow: visible;
  }

  .bold-text-14 {
    overflow-wrap: anywhere;
  }

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

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

  .heading-14 {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-23, .paragraph-24 {
    line-height: 16px;
  }

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

  .text-block-35 {
    text-align: left;
    padding-left: 20px;
  }

  .bold-text-17 {
    text-align: left;
    align-self: flex-start;
  }

  .bold-text-18 {
    align-self: flex-start;
  }

  .text-block-36, .italic-text {
    text-align: left;
  }

  .text-block-37 {
    text-align: left;
    padding-right: 10px;
  }

  .text-block-38, .text-block-39 {
    text-align: left;
  }

  .container-11 {
    overflow-wrap: anywhere;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 12px;
    display: flex;
  }

  .quick-stack-16 {
    object-fit: fill;
    margin-left: auto;
    font-family: PT Sans, sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  .text-block-47 {
    text-decoration: underline;
  }

  .heading-20 {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-51, .list, .list-2, .text-block-54, .text-block-55 {
    text-align: left;
  }

  .div-block-17 {
    background-size: cover;
  }

  .quick-stack-18 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-18 {
    border-radius: 9px;
  }

  .bold-text-24 {
    color: #000;
    background-color: #000;
  }

  .bold-text-25 {
    color: #000;
  }

  .bold-text-26 {
    font-size: 14px;
  }

  .section-15 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .container-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-55 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-56 {
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .text-block-66 {
    text-align: left;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

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

  .image-80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-31 {
    margin: 10px;
  }

  .cell-43 {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .paragraph-61 {
    object-fit: cover;
    margin-left: 15px;
    margin-right: 10px;
    padding: 10px;
  }

  .italic-text-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 10px;
  }

  .cell-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-29 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-74 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cell-52 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-76 {
    margin-left: 5px;
    margin-right: 10px;
  }

  .paragraph-69 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .text-block-78, .paragraph-71 {
    font-size: 12px;
    line-height: 16px;
  }

  .section-26 {
    background-size: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-45 {
    margin-right: 10px;
    line-height: 20px;
  }

  .quick-stack-42 {
    padding: 0;
  }

  .bold-text-34 {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-35 {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-47 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-36, .heading-48, .heading-49 {
    font-size: 20px;
    line-height: 24px;
  }

  .bold-text-37, .heading-50 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-51 {
    font-size: 24px;
  }

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

  .bold-text-38 {
    overflow-wrap: anywhere;
  }

  .heading-52 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-53 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-54 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-55 {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

  .bold-text-39 {
    overflow-wrap: anywhere;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-56 {
    line-height: 30px;
  }

  .quick-stack-43 {
    margin: 10px auto;
  }

  .paragraph-84 {
    aspect-ratio: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 101px;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .paragraph-85 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-57 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-58 {
    overflow-wrap: normal;
    align-self: center;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 20px;
    line-height: 26px;
  }

  .image-91 {
    padding: 10px;
  }

  .image-92 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }

  .section-31 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .bold-text-40 {
    font-size: 14px;
    line-height: 16px;
  }

  .quick-stack-45 {
    padding: 0;
  }

  .heading-60 {
    font-size: 14px;
    line-height: 16px;
  }

  .bold-text-41 {
    font-size: 16px;
    line-height: 18px;
  }

  .link-5 {
    font-size: 16px;
    line-height: 16px;
  }

  .figure-caption, .figure-caption-2 {
    line-height: 16px;
  }

  .block-quote {
    line-height: 22px;
  }

  .text-block-82 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-83, .text-block-84 {
    font-size: 12px;
    line-height: 16px;
  }

  .list-3 {
    line-height: 18px;
  }

  .figure-caption-3 {
    line-height: 16px;
  }

  .heading-61 {
    line-height: 24px;
  }

  .heading-62 {
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-85, .text-block-86, .text-block-87, .text-block-88 {
    line-height: 18px;
  }

  .heading-63 {
    line-height: 26px;
  }

  .list-4 {
    line-height: 18px;
  }

  .block-quote-2 {
    line-height: 24px;
  }

  .heading-64 {
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-89 {
    border-radius: 20px;
  }

  .text-block-90 {
    border-radius: 13px;
  }

  .paragraph-88 {
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .quick-stack-46 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 0;
  }

  .quick-stack-49 {
    padding-left: 0;
  }

  .text-block-92 {
    font-size: 12px;
    line-height: 16px;
  }

  .cell-69, .cell-70, .cell-71, .cell-72, .cell-73, .cell-74, .cell-75, .cell-76, .cell-77 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-100, .paragraph-101, .paragraph-102, .paragraph-103, .paragraph-104, .paragraph-105, .paragraph-106 {
    line-height: 20px;
  }

  .cell-79 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .cell-80 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-b8720f46-45ca-1cbb-9376-f54af043ed6c-ebbabd9c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-ebbabd9c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_362934b2-1713-1077-714a-9f8341abb620-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-ebbabd9c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-ebbabd9c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_64e08bf7-23b8-9015-e176-6efa95088b2a-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-ebbabd9c {
  grid-area: 2 / 2 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_14f9706f-46e0-a32c-d9db-4795eedaedf6-ebbabd9c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2efd39c2-13d7-34f2-9585-339585c9a884-ebbabd9c, #w-node-_2d9a0b9f-11fe-43e5-b2f9-a69ea8153e66-ebbabd9c {
  grid-column: span 2 / span 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-ebbabd9c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_16f22913-d6a6-0e5b-eaed-0402563def01-ebbabd9c, #w-node-c35377bc-9e9b-9c8c-be1c-b807c2cb0832-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-ebbabd9c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c82cbde-081d-d484-b789-8e0bf27ead0b-ebbabd9c, #w-node-bd990f61-7bab-9663-ced1-a7746177e3bb-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-ebbabd9c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d6214e83-def9-a729-c2f1-538d8628d58e-ebbabd9c, #w-node-a0dd2b39-03f6-ebc1-8177-add4db2d3af5-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-ebbabd9c {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_0b9bb49e-66d9-ae12-6c7b-77e86257e39c-ebbabd9c, #w-node-c0bcea1e-8e44-6f90-a306-38c9b38b5fd5-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ec476b4-fa18-eee8-26f4-8b6c06f86bdf-ebbabd9c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_6168d8dc-4c55-017a-f0a5-710fa92fdc94-ebbabd9c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_3e2e9acc-6441-275a-4217-51187456c781-ebbabd9c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_82b4c47c-384d-1639-1e65-b458802b3be8-ebbabd9c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-aef48e50-12d6-ae5b-acf3-1b87749f2efd-ebbabd9c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-babf932b-d977-9e6b-101b-1ff10b3f35d5-ebbabd9c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-aef48e50-12d6-ae5b-acf3-1b87749f2f1d-ebbabd9c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7900dea4-128b-7052-4095-cbf132650a68-ebbabd9c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_62bdceb1-8c65-664c-78e1-3aa8d9158058-ebbabd9c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55bd8d27-2a74-7cf4-49f7-f2a93839f76d-ebbabd9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a76f87da-3558-a22d-35ec-b17f2d278516-ebbabd9c, #w-node-_74e3b366-6d00-8026-b41b-2cfa68a8906f-ebbabd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e53ba53-224c-4463-efb1-915e7fc6c4d5-ebbabd9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-ebbabd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-ebbabd9f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-ebbabd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1924c97a-c65b-d7d3-ffb9-20a8a3944d3d-ebbabd9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_026b5aca-6fde-caa2-2973-1c8ebf79cb72-ebbabd9f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec46aa38-c997-1552-508c-8b0356d530a5-ebbabd9f, #w-node-_53436b87-46ed-cfdd-9c4c-cf0317f95e69-ebbabd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-ebbabd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-ebbabd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-ebbabd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-ebbabd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-ebbabd9f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-ebbabd9f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-ebbabd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_544b7448-49bd-eed7-101d-1668b2a40294-ebbabd9f, #w-node-_544b7448-49bd-eed7-101d-1668b2a40294-ebbabd9f:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a803abd-238c-7494-16ea-0a7ca2388a40-ebbabd9f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_813bd611-c9cb-faaa-bd5d-a4e7e972c689-ebbabd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6b1397a-83c1-f6a9-e525-a64dea0714ba-ebbabd9f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2adf68d9-c0a6-33c0-39b0-1240a09d29ab-ebbabd9f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3498f2b2-cde9-8128-4dbf-276639b63bdc-ebbabd9f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_58b153a8-4c69-5645-a92e-ef45604b8289-ebbabd9f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_598a11b2-e16f-7449-fd6b-0893004cf152-ebbabd9f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2dcf0bda-5e95-3e64-e5d1-598b73049796-ebbabd9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda1 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_701f2545-01aa-54a7-13b7-1d634d25af7b-ebbabda1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-ebbabda1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35551b1d-5671-3fe1-dd54-d4ecb79a5ef3-ebbabda1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ffb04c0-f388-07cf-e92f-8d9af1090446-ebbabda1, #w-node-a277c154-7af8-3eec-3b35-726d5101b340-ebbabda1, #w-node-fd18dac3-546f-b7c6-6039-eccfe3175b1c-ebbabda1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9fff782d-96d7-cbf5-129c-a765ad53daab-ebbabda1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda2 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda2 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_65decfbd-97e3-1057-8dc3-b3696cfac323-ebbabda2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-ebbabda2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2762132a-abd3-0b8c-d928-11ee06423173-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_540ac937-bdde-c481-da2a-65b1442ea4f9-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.25fr;
}

#w-node-_0eb01f88-6f33-6b90-998b-29d579bf23fa-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_97f02a52-7c7c-0497-945c-18fa9e9f961a-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
}

#w-node-_1571b8f2-708b-8665-52fe-98e24c2ec5f6-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5bb7cc74-d323-da1c-95ed-ef2f1bb331e2-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_63fc8d06-ca80-4392-52c1-5dc3dfe7b664-ebbabda2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28d0a05b-92aa-6259-9aa6-034cfac639e6-ebbabda2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c7eb99f1-0cb4-20a3-e8b7-2bfa1cb7b58d-ebbabda2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9c6b6ecc-4798-085d-41f3-4f8c3667fccc-ebbabda2, #w-node-dd727cc1-0068-4e2f-1845-e388578353fd-ebbabda2 {
  grid-column: span 2 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda3 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e9925610-3f3d-0997-a9cb-2dfb2a56352a-ebbabda3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a8fdd241-98aa-a0a4-4f4d-ce30dc74d9ae-ebbabda3, #w-node-b9a9df37-5211-39e7-30ff-041b9a94b1aa-ebbabda3, #w-node-d5bbe770-69e0-78f5-694b-3aebe8469c8d-ebbabda3, #w-node-_6550b350-4f57-854d-58f9-067dfc40a295-ebbabda3, #w-node-_62f47d75-8732-7ee6-bd4f-5b16c9f67763-ebbabda3, #w-node-_53f33f22-3a2a-f4cd-5d3f-8c9635e30726-ebbabda3, #w-node-f552909f-9c59-d62f-36bf-cbf2a55f4730-ebbabda3, #w-node-c1ee4f3d-c9a8-efdd-d522-e229c139638c-ebbabda3, #w-node-d32c3f5e-38bd-227d-339c-121989147fb6-ebbabda3, #w-node-_5cf100e3-ed41-70dc-bea3-28262dca7a99-ebbabda3, #w-node-_497a4dfe-a5d7-25c7-eb15-f9c036d482b2-ebbabda3, #w-node-_4ba3f973-faa3-cd21-5060-83e78539e948-ebbabda3, #w-node-_874d6b0d-a494-6128-599f-b91397f2d624-ebbabda3, #w-node-fa6ebfa6-a996-0449-a24a-8564fd835db5-ebbabda3, #w-node-ffb382bd-0ad7-5133-ba91-d69dbbe5082b-ebbabda3, #w-node-_793fefd4-b7bb-829c-a26c-c93b1e8c8320-ebbabda3, #w-node-_9f407863-c1a8-9da3-ab66-44ba4592ba8e-ebbabda3, #w-node-_87dbd37c-e19d-839e-1f91-239d58ef3d93-ebbabda3, #w-node-_933931ad-1e54-d3b3-66f6-64d55f5a1ca2-ebbabda3, #w-node-_8014f801-8f23-d386-f364-90a3d0891d14-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df6f9985-8e70-4615-703a-0d06cb7a0fd6-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d647db03-f29c-8f12-a0f6-0eccb9aa3ffb-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8540458-1615-7430-d4f0-05ef3d59004f-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d647db03-f29c-8f12-a0f6-0eccb9aa4019-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4ff59f6d-b1ed-7e7e-d4cd-1b799ad0201e-ebbabda3, #w-node-_63dc6683-5a32-f751-bbe3-daf4be8f943b-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37cf2937-5d96-6ba4-24ae-12e7d2339e35-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37cf2937-5d96-6ba4-24ae-12e7d2339e4b-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10b9e49b-3906-7edc-8bca-22b0ef85e3a6-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_10b9e49b-3906-7edc-8bca-22b0ef85e3b5-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_898321c1-b68b-9fdf-9442-7f4b993ce040-ebbabda3, #w-node-_650e7a3c-862a-7194-9b19-252ca49b48d8-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4ac88d2-4b65-25a8-8753-1252b102e0ac-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed07fd08-5091-c5e4-d8f5-6306751e8656-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15168a6e-5750-955f-4405-b4e977a5894a-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3bb26f67-a3a5-2227-3ec4-4ae212ce9826-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e40f-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e425-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96b0e146-9fb2-3d14-cf01-46097c05825f-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e43d-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e44c-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff5c0dba-dee3-8e54-9893-f5e696a9f17d-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e461-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e473-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25c1a88e-9bce-fd9f-41a3-1c35de751085-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e488-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_531afa09-1fab-71ff-2afd-eb3507dafbd9-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e4a6-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebffa489-d1fb-b18b-e1da-a669eaeabeb3-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcd6b-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcd81-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d16222f4-c16e-0d06-6652-13d4005ea0ad-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcd99-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcda8-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10a1cc34-b28b-4c2a-dc32-6c3e679c8a0e-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcdbd-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcdcf-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d4853ed-1119-1407-1379-371f353b71b3-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dcde4-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe7f4c76-ab0c-9b06-26c5-866a9af4ff84-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e70bc44-edb5-1194-01af-5578523dce02-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_284b5d92-9a5e-20b3-ffc4-509c3bc0e045-ebbabda3, #w-node-_867ad886-7586-dba8-6df2-23b66f7460a7-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b8c3-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b8d9-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b8f1-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b900-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8fcb378-c351-1352-0138-4132eaa2f5e2-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b915-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b927-ebbabda3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18ebf80b-03d8-06ed-49ba-6a47fe8d7459-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af79bce7-1fd5-4723-c0c6-6218f082b93c-ebbabda3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7dbf8e10-0461-5995-d874-94682359dd12-ebbabda3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df874499-4075-92bd-e682-d07831e780d4-ebbabda3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda4 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-ebbabda4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36c30861-1677-a1bb-2053-3436fb6771b3-ebbabda4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_79e75c07-2155-1f7d-aaee-ab3d004d369c-ebbabda4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ca26a116-4c6e-a531-0566-025028668dcc-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1.25fr;
}

#w-node-_4dc069e5-2fec-c097-4a8f-607688bd12b4-ebbabda5, #w-node-_2917c0dd-b9fe-15ee-598f-4d370181dde0-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c001c22a-f495-29e1-8760-ebbeaeb54d08-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_92dd3f8f-e2e6-a489-606f-ebfddf135625-ebbabda5, #w-node-f7fedc87-120f-0794-1746-6cf8a8c9802e-ebbabda5, #w-node-a2bec851-79b8-eb83-5c24-2e1cd12e10fd-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce54fe9c-9dc1-af88-adaf-d30417ea82c4-ebbabda5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8942054e-fc9c-b335-fafb-8174d902fb21-ebbabda5, #w-node-_3478fa17-eb28-d136-b888-6688dfbe71a5-ebbabda5, #w-node-_135e45ba-b23f-128c-4ad4-1d6f724b67d3-ebbabda5, #w-node-_3b5a2cd2-b173-9967-76b2-eb6a1eebb53c-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69cffa1d-fccd-165f-6706-477535010a2d-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_66abd93b-d5b9-490e-5127-c12a31e1296e-ebbabda5, #w-node-_6715e49d-5e89-1ff2-7d99-01e0bb82c121-ebbabda5, #w-node-cf61c396-3b8e-9c9a-4adb-0e818a52e90e-ebbabda5, #w-node-_9d47df1d-b00d-f343-50d0-f5d8cdfce684-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3add0e5-748d-b308-99c3-a9e48a5715cb-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1.25fr;
}

#w-node-e3add0e5-748d-b308-99c3-a9e48a5715cc-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a5715d1-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4d7-ebbabda5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 1fr;
}

#w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4d8-ebbabda5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4dc-ebbabda5, #w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4e0-ebbabda5, #w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4e4-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4e6-ebbabda5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4e8-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c94f3fbd-b826-ed76-581c-3f0adcfd5336-ebbabda5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5be14e0e-d36f-5008-a4c5-0f366abf00ed-ebbabda5, #w-node-f8d3490f-c0ec-e6ff-5ccc-ad72bd715ef2-ebbabda5, #w-node-aeca672f-0590-4af2-9460-fa294b429c52-ebbabda5, #w-node-b20b5475-fcec-1796-bd8c-41e56321ddd1-ebbabda5, #w-node-_7063ee9c-5dbb-7b6a-1824-6a59a1d5e762-ebbabda5, #w-node-_48b50b69-a9ed-6415-9991-fed364729e91-ebbabda5, #w-node-ffea8b82-9d1f-af5d-09e5-62bb4882888b-ebbabda5, #w-node-_2755a832-0d1e-e54a-2e04-de4732858e3c-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3add0e5-748d-b308-99c3-a9e48a57160a-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e3add0e5-748d-b308-99c3-a9e48a57160b-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a57160f-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a571613-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a571617-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1462d48-253a-a0b8-403b-08b037dd7d77-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1.25fr;
}

#w-node-c1462d48-253a-a0b8-403b-08b037dd7d78-ebbabda5, #w-node-c1462d48-253a-a0b8-403b-08b037dd7d7d-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce3bd843-b384-8316-21f5-d80d421f9e1f-ebbabda5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a0d88aea-9aa5-acb1-52e4-7d89b6602a06-ebbabda5, #w-node-_345ef603-ae11-dd63-9952-84de52e37f7a-ebbabda5, #w-node-_002359eb-046d-ffce-caed-8e01c639a2d0-ebbabda5, #w-node-fc277ac7-302b-cf1f-2c8c-801d6d97ea05-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1462d48-253a-a0b8-403b-08b037dd7db6-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4952bd56-7cf5-06f4-71cd-950719f97e73-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1.25fr;
}

#w-node-_4952bd56-7cf5-06f4-71cd-950719f97e74-ebbabda5, #w-node-_4952bd56-7cf5-06f4-71cd-950719f97e79-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc878eb1-4c3d-960c-a80b-e741f73c75ad-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_213fad49-86e1-5125-d456-592a49ae1876-ebbabda5, #w-node-_2b2b488f-25f4-f226-61a8-cda32bb9972f-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3b9166-c317-3c21-cce1-4aa127118c28-ebbabda5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_19229ae2-beaf-75eb-f72c-c6c190d0e022-ebbabda5, #w-node-e1b99ddf-6c2e-09ac-54ab-f8c1ddda006a-ebbabda5, #w-node-b7b2f15d-e0e6-4478-0f3a-09ec63dd91a5-ebbabda5, #w-node-_0477f434-d23f-23b3-d712-005409341297-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb554ea3-e397-b0cb-2958-d802d93fb8b7-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_44f6a228-7f1a-b672-4631-efa4071d13e0-ebbabda5, #w-node-ea834815-cbe8-d423-ff75-58e56c2ceff8-ebbabda5, #w-node-ec7cf42b-039b-87e9-4931-337459fdeec6-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa811a26-8f8c-6210-8b50-9e1d4d636eeb-ebbabda5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58c4621a-778f-c18f-eeb7-336f4e0c3af4-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e7d964c-66c3-c5ce-d1cd-bb3e36040412-ebbabda5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b303f33-bfe5-31d1-217e-76146bdbfa57-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4952bd56-7cf5-06f4-71cd-950719f97eb2-ebbabda5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c57-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1.25fr;
}

#w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c58-ebbabda5, #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c5d-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9901f6b-4bc6-0754-f1e7-4a184611a00a-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9901f6b-4bc6-0754-f1e7-4a184611a00b-ebbabda5, #w-node-a9901f6b-4bc6-0754-f1e7-4a184611a00c-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c57098-18fe-3bd5-7c9f-acfb4f2a2cad-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0c57098-18fe-3bd5-7c9f-acfb4f2a2cae-ebbabda5, #w-node-e0c57098-18fe-3bd5-7c9f-acfb4f2a2caf-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4fc0da-89d7-420f-2915-fb9c94e6fc78-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4f4fc0da-89d7-420f-2915-fb9c94e6fc79-ebbabda5, #w-node-_4f4fc0da-89d7-420f-2915-fb9c94e6fc7a-ebbabda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c96-ebbabda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6e2c28fe-1178-dca6-44cc-08dea2a1ae32-b7e6fc9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ec8ffde-ca6e-bcda-83f3-846d737e21aa-b7e6fc9f, #w-node-_7d8915f3-962b-6d6a-e66a-7bb50e583045-b7e6fc9f, #w-node-ee5869e9-56e2-c0c7-2b05-9899bc81e5dd-b7e6fc9f, #w-node-_4323bde7-0f5f-13d1-04b2-fefdf43aa3bb-b7e6fc9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72099f3f-c79e-9a79-52dc-53b4b6cc1003-b7e6fc9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_01868902-b8e8-bd23-f872-a3ca1e8b2f05-b7e6fc9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_0ac90a19-57a6-297f-515b-ad3bc87ad788-d8e73e99 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_12d48b6f-ca5b-cf4b-2fbe-05f66ef384a9-d8e73e99 {
  grid-row: span 3 / span 3;
}

#w-node-_5cf0c6bc-8e20-3fa5-4f06-3f11c9d9530b-d8e73e99 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6c48ee14-fd83-654d-4768-faab7a22f34f-d8e73e99 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

#w-node-_223f5f93-9886-5535-f6de-07cf3659a822-4d20161d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_829a5a03-df5b-e7d1-32f7-5f4967ca474c-4d20161d {
  grid-row: span 2 / span 2;
}

#w-node-_80cec6ca-f2b5-4eae-4803-34687ff4a409-4d20161d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4670499c-b4f6-7e9a-ce1e-8ecf6afdc157-4d20161d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cdbf0c4-f00c-081c-936a-7484ba40b13d-4d20161d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_532dd0d6-d082-112c-c60f-f91585c21e7d-fdc63c68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c6c8c7f-ac6d-3b3b-fdf8-cf2627ffad83-fdc63c68 {
  grid-row: span 2 / span 2;
}

#w-node-_26ac3f60-9dfe-fbdf-5378-f22c3adb2ccf-fdc63c68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_3c4146da-9cc8-2d17-0504-739a1dc2c71f-fdc63c68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed768220-11ce-ddc1-2bb8-0be8e35d63c7-fdc63c68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c8cad65c-d38f-b153-3f48-1048b7bf43a1-fdc63c68, #w-node-_6e7e394b-d001-ceb1-d09e-8d0418724b85-fdc63c68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-bf9899d4-48eb-c6d4-ef1d-ef2711d2847d-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-df3adeb7-7216-e3af-48f2-9d18eb20e3fb-96349ac3, #w-node-_96a21d6a-0cd4-9b83-22a1-6099d43cdb80-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_422bb316-0cfe-6333-f8ed-134721a25a98-96349ac3, #w-node-cbe446a8-3b01-3827-2896-46de32b70e65-96349ac3, #w-node-_59191dae-cac1-3e1e-fc87-fd38e7f2bf6e-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8d144d83-c9de-90c2-de39-255c87ef8082-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_61cc978e-e081-c759-a992-013fcb1d42db-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb1f582e-1409-c280-f359-c555a1d00ba5-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a8d6d0e-60c3-2552-b91d-13b48f747698-96349ac3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5ab0db1-4607-d546-1f4d-1be763cfcca1-66ee539a, #w-node-_3855702a-d493-a364-fee3-160cb0cff3a2-66ee539a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_1449e623-6ab4-80db-e018-c873575a6ba1-66ee539a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_037a4f7d-9add-8a14-6d7f-f2aeaeaf1384-66ee539a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e9b986e0-0364-6c8b-49e3-6e3f08118c37-66ee539a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-e1475424-d5cf-11d1-1a7d-d9cedb248e4c-2e0b86ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
}

#w-node-d762f569-8240-4847-597b-8d940f241055-2e0b86ec {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .25fr;
}

#w-node-a5fc8bc9-6af7-c377-9051-a4e086680f96-2e0b86ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-ee352d95-ffe1-56db-c35a-f79e62fd0a54-ed3da4a6, #w-node-_05dfbf07-d1dc-742f-a666-1af7f349a108-ed3da4a6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db22be25-0a80-f57b-5e40-ec3e93e00a2e-ed3da4a6 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13823cf6-f486-8127-2d91-4167054d478a-ed3da4a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_4f1976d6-8d67-2f81-98bf-2c523f7ccdb6-6b7e3b5a, #w-node-a6ce77ed-f605-6d78-c6e4-c8356601f27f-6b7e3b5a, #w-node-_16e33a67-1ecf-cabb-3ae0-bfefbd6c6049-6b7e3b5a, #w-node-ce743e6f-50ea-e5bd-d339-37fdee9503dc-6b7e3b5a, #w-node-_2a994943-6254-ee5d-2e2e-c99413668138-6b7e3b5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_02d779d5-f312-b464-3cec-c1f21f3a6821-6b7e3b5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_048ab5c6-0c70-6080-95ee-eb50cfb3b739-6b7e3b5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-f77b1836-53b5-d64c-6b2a-1599461ee5cb-8ab84515 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-b3b24788-f51e-599b-bbf2-db188a1a1d93-8ab84515, #w-node-_3b841473-2111-c578-6288-9c067536f11f-8ab84515 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_08485c76-cafb-41f0-a50c-819e98df6260-8ab84515 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-cc837de4-a4a5-6409-0ed6-cefdec6af490-8ab84515 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-c12a1449-3187-dbd2-0c76-22c466d43acc-649bc82c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_305791e6-ea4d-b507-0220-828ab54cb1e6-649bc82c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

@media screen and (max-width: 991px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-ebbabd9c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-ebbabd9c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3e2e9acc-6441-275a-4217-51187456c781-ebbabd9c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_82b4c47c-384d-1639-1e65-b458802b3be8-ebbabd9c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-aef48e50-12d6-ae5b-acf3-1b87749f2f1d-ebbabd9c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7900dea4-128b-7052-4095-cbf132650a68-ebbabd9c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-ebbabd9f, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-ebbabd9f, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-ebbabd9f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-ebbabd9f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-ebbabd9f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3a803abd-238c-7494-16ea-0a7ca2388a40-ebbabd9f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e6b1397a-83c1-f6a9-e525-a64dea0714ba-ebbabd9f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2adf68d9-c0a6-33c0-39b0-1240a09d29ab-ebbabd9f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3498f2b2-cde9-8128-4dbf-276639b63bdc-ebbabd9f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_58b153a8-4c69-5645-a92e-ef45604b8289-ebbabd9f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_598a11b2-e16f-7449-fd6b-0893004cf152-ebbabd9f {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda1 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda2 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda3 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d647db03-f29c-8f12-a0f6-0eccb9aa3ffb-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d647db03-f29c-8f12-a0f6-0eccb9aa4019-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37cf2937-5d96-6ba4-24ae-12e7d2339e35-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37cf2937-5d96-6ba4-24ae-12e7d2339e4b-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_10b9e49b-3906-7edc-8bca-22b0ef85e3a6-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_10b9e49b-3906-7edc-8bca-22b0ef85e3b5-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4ac88d2-4b65-25a8-8753-1252b102e0ac-ebbabda3, #w-node-_15168a6e-5750-955f-4405-b4e977a5894a-ebbabda3, #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e40f-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e425-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e43d-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e44c-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e461-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e473-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e488-ebbabda3, #w-node-_1fa7f946-7d50-3676-065f-34ee2ec1e4a6-ebbabda3, #w-node-_8e70bc44-edb5-1194-01af-5578523dcd6b-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e70bc44-edb5-1194-01af-5578523dcd81-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e70bc44-edb5-1194-01af-5578523dcd99-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e70bc44-edb5-1194-01af-5578523dcda8-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e70bc44-edb5-1194-01af-5578523dcdbd-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e70bc44-edb5-1194-01af-5578523dcdcf-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e70bc44-edb5-1194-01af-5578523dcde4-ebbabda3, #w-node-_8e70bc44-edb5-1194-01af-5578523dce02-ebbabda3, #w-node-af79bce7-1fd5-4723-c0c6-6218f082b8c3-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af79bce7-1fd5-4723-c0c6-6218f082b8d9-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af79bce7-1fd5-4723-c0c6-6218f082b8f1-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af79bce7-1fd5-4723-c0c6-6218f082b900-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af79bce7-1fd5-4723-c0c6-6218f082b915-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af79bce7-1fd5-4723-c0c6-6218f082b927-ebbabda3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af79bce7-1fd5-4723-c0c6-6218f082b93c-ebbabda3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-ebbabda4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ebbabda4 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-ebbabda4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-ebbabda4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-ebbabda4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_532dd0d6-d082-112c-c60f-f91585c21e7d-fdc63c68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c6c8c7f-ac6d-3b3b-fdf8-cf2627ffad83-fdc63c68 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8720f46-45ca-1cbb-9376-f54af043ed6c-ebbabd9c {
    grid-template-rows: minmax(31px, 1fr);
    grid-template-columns: .25fr;
  }

  #w-node-_14f9706f-46e0-a32c-d9db-4795eedaedf6-ebbabd9c, #w-node-_62bdceb1-8c65-664c-78e1-3aa8d9158058-ebbabd9c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffd90-ebbabd9f {
    justify-self: start;
  }

  #w-node-_0ffb04c0-f388-07cf-e92f-8d9af1090446-ebbabda1, #w-node-a277c154-7af8-3eec-3b35-726d5101b340-ebbabda1, #w-node-fd18dac3-546f-b7c6-6039-eccfe3175b1c-ebbabda1, #w-node-_9fff782d-96d7-cbf5-129c-a765ad53daab-ebbabda1, #w-node-_2762132a-abd3-0b8c-d928-11ee06423173-ebbabda2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_540ac937-bdde-c481-da2a-65b1442ea4f9-ebbabda2 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_0eb01f88-6f33-6b90-998b-29d579bf23fa-ebbabda2, #w-node-_97f02a52-7c7c-0497-945c-18fa9e9f961a-ebbabda2, #w-node-_1571b8f2-708b-8665-52fe-98e24c2ec5f6-ebbabda2, #w-node-_5bb7cc74-d323-da1c-95ed-ef2f1bb331e2-ebbabda2, #w-node-_28d0a05b-92aa-6259-9aa6-034cfac639e6-ebbabda2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e9925610-3f3d-0997-a9cb-2dfb2a56352a-ebbabda3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_36c30861-1677-a1bb-2053-3436fb6771b3-ebbabda4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca26a116-4c6e-a531-0566-025028668dcc-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }

  #w-node-_4dc069e5-2fec-c097-4a8f-607688bd12b4-ebbabda5, #w-node-_2917c0dd-b9fe-15ee-598f-4d370181dde0-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c001c22a-f495-29e1-8760-ebbeaeb54d08-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce54fe9c-9dc1-af88-adaf-d30417ea82c4-ebbabda5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69cffa1d-fccd-165f-6706-477535010a2d-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_66abd93b-d5b9-490e-5127-c12a31e1296e-ebbabda5, #w-node-_6715e49d-5e89-1ff2-7d99-01e0bb82c121-ebbabda5, #w-node-cf61c396-3b8e-9c9a-4adb-0e818a52e90e-ebbabda5, #w-node-_9d47df1d-b00d-f343-50d0-f5d8cdfce684-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3add0e5-748d-b308-99c3-a9e48a5715cb-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }

  #w-node-e3add0e5-748d-b308-99c3-a9e48a5715cc-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a5715d1-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e2651d3-7f95-a293-0e8a-f741fc75a4d7-ebbabda5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c94f3fbd-b826-ed76-581c-3f0adcfd5336-ebbabda5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5be14e0e-d36f-5008-a4c5-0f366abf00ed-ebbabda5, #w-node-f8d3490f-c0ec-e6ff-5ccc-ad72bd715ef2-ebbabda5, #w-node-aeca672f-0590-4af2-9460-fa294b429c52-ebbabda5, #w-node-b20b5475-fcec-1796-bd8c-41e56321ddd1-ebbabda5, #w-node-_7063ee9c-5dbb-7b6a-1824-6a59a1d5e762-ebbabda5, #w-node-_48b50b69-a9ed-6415-9991-fed364729e91-ebbabda5, #w-node-ffea8b82-9d1f-af5d-09e5-62bb4882888b-ebbabda5, #w-node-_2755a832-0d1e-e54a-2e04-de4732858e3c-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3add0e5-748d-b308-99c3-a9e48a57160a-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3add0e5-748d-b308-99c3-a9e48a57160b-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a57160f-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a571613-ebbabda5, #w-node-e3add0e5-748d-b308-99c3-a9e48a571617-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1462d48-253a-a0b8-403b-08b037dd7d77-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }

  #w-node-ce3bd843-b384-8316-21f5-d80d421f9e1f-ebbabda5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a0d88aea-9aa5-acb1-52e4-7d89b6602a06-ebbabda5, #w-node-_345ef603-ae11-dd63-9952-84de52e37f7a-ebbabda5, #w-node-_002359eb-046d-ffce-caed-8e01c639a2d0-ebbabda5, #w-node-fc277ac7-302b-cf1f-2c8c-801d6d97ea05-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1462d48-253a-a0b8-403b-08b037dd7db6-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1462d48-253a-a0b8-403b-08b037dd7db7-ebbabda5, #w-node-c1462d48-253a-a0b8-403b-08b037dd7dbb-ebbabda5, #w-node-c1462d48-253a-a0b8-403b-08b037dd7dbf-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4952bd56-7cf5-06f4-71cd-950719f97e73-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }

  #w-node-_4952bd56-7cf5-06f4-71cd-950719f97e74-ebbabda5, #w-node-_4952bd56-7cf5-06f4-71cd-950719f97e79-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc878eb1-4c3d-960c-a80b-e741f73c75ad-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_213fad49-86e1-5125-d456-592a49ae1876-ebbabda5, #w-node-_2b2b488f-25f4-f226-61a8-cda32bb9972f-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f3b9166-c317-3c21-cce1-4aa127118c28-ebbabda5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_19229ae2-beaf-75eb-f72c-c6c190d0e022-ebbabda5, #w-node-e1b99ddf-6c2e-09ac-54ab-f8c1ddda006a-ebbabda5, #w-node-b7b2f15d-e0e6-4478-0f3a-09ec63dd91a5-ebbabda5, #w-node-_0477f434-d23f-23b3-d712-005409341297-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb554ea3-e397-b0cb-2958-d802d93fb8b7-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_44f6a228-7f1a-b672-4631-efa4071d13e0-ebbabda5, #w-node-ea834815-cbe8-d423-ff75-58e56c2ceff8-ebbabda5, #w-node-ec7cf42b-039b-87e9-4931-337459fdeec6-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa811a26-8f8c-6210-8b50-9e1d4d636eeb-ebbabda5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58c4621a-778f-c18f-eeb7-336f4e0c3af4-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e7d964c-66c3-c5ce-d1cd-bb3e36040412-ebbabda5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1b303f33-bfe5-31d1-217e-76146bdbfa57-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4952bd56-7cf5-06f4-71cd-950719f97eb2-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4952bd56-7cf5-06f4-71cd-950719f97eb3-ebbabda5, #w-node-_4952bd56-7cf5-06f4-71cd-950719f97eb7-ebbabda5, #w-node-_4952bd56-7cf5-06f4-71cd-950719f97ebb-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c57-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }

  #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c58-ebbabda5, #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c5d-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c96-ebbabda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c97-ebbabda5, #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c9b-ebbabda5, #w-node-_3fb91b4f-5a1e-71ae-7e6e-72ee67ee6c9f-ebbabda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e2c28fe-1178-dca6-44cc-08dea2a1ae32-b7e6fc9f, #w-node-_72099f3f-c79e-9a79-52dc-53b4b6cc1003-b7e6fc9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ac90a19-57a6-297f-515b-ad3bc87ad788-d8e73e99 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_12d48b6f-ca5b-cf4b-2fbe-05f66ef384a9-d8e73e99 {
    grid-row: span 3 / span 3;
  }

  #w-node-_5cf0c6bc-8e20-3fa5-4f06-3f11c9d9530b-d8e73e99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_223f5f93-9886-5535-f6de-07cf3659a822-4d20161d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_829a5a03-df5b-e7d1-32f7-5f4967ca474c-4d20161d {
    grid-row: span 2 / span 2;
  }

  #w-node-_80cec6ca-f2b5-4eae-4803-34687ff4a409-4d20161d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4670499c-b4f6-7e9a-ce1e-8ecf6afdc157-4d20161d, #w-node-_532dd0d6-d082-112c-c60f-f91585c21e7d-fdc63c68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c6c8c7f-ac6d-3b3b-fdf8-cf2627ffad83-fdc63c68 {
    grid-row: span 2 / span 2;
  }

  #w-node-_26ac3f60-9dfe-fbdf-5378-f22c3adb2ccf-fdc63c68, #w-node-_3c4146da-9cc8-2d17-0504-739a1dc2c71f-fdc63c68, #w-node-ed768220-11ce-ddc1-2bb8-0be8e35d63c7-fdc63c68, #w-node-c8cad65c-d38f-b153-3f48-1048b7bf43a1-fdc63c68, #w-node-_6e7e394b-d001-ceb1-d09e-8d0418724b85-fdc63c68, #w-node-bf9899d4-48eb-c6d4-ef1d-ef2711d2847d-96349ac3, #w-node-df3adeb7-7216-e3af-48f2-9d18eb20e3fb-96349ac3, #w-node-_96a21d6a-0cd4-9b83-22a1-6099d43cdb80-96349ac3, #w-node-_422bb316-0cfe-6333-f8ed-134721a25a98-96349ac3, #w-node-cbe446a8-3b01-3827-2896-46de32b70e65-96349ac3, #w-node-_59191dae-cac1-3e1e-fc87-fd38e7f2bf6e-96349ac3, #w-node-_8d144d83-c9de-90c2-de39-255c87ef8082-96349ac3, #w-node-_61cc978e-e081-c759-a992-013fcb1d42db-96349ac3, #w-node-fb1f582e-1409-c280-f359-c555a1d00ba5-96349ac3, #w-node-_0a8d6d0e-60c3-2552-b91d-13b48f747698-96349ac3, #w-node-_3855702a-d493-a364-fee3-160cb0cff3a2-66ee539a, #w-node-e9b986e0-0364-6c8b-49e3-6e3f08118c37-66ee539a, #w-node-e1475424-d5cf-11d1-1a7d-d9cedb248e4c-2e0b86ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d762f569-8240-4847-597b-8d940f241055-2e0b86ec {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
  }

  #w-node-a5fc8bc9-6af7-c377-9051-a4e086680f96-2e0b86ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee352d95-ffe1-56db-c35a-f79e62fd0a54-ed3da4a6, #w-node-_05dfbf07-d1dc-742f-a666-1af7f349a108-ed3da4a6, #w-node-db22be25-0a80-f57b-5e40-ec3e93e00a2e-ed3da4a6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f1976d6-8d67-2f81-98bf-2c523f7ccdb6-6b7e3b5a, #w-node-a6ce77ed-f605-6d78-c6e4-c8356601f27f-6b7e3b5a, #w-node-_16e33a67-1ecf-cabb-3ae0-bfefbd6c6049-6b7e3b5a, #w-node-ce743e6f-50ea-e5bd-d339-37fdee9503dc-6b7e3b5a, #w-node-_2a994943-6254-ee5d-2e2e-c99413668138-6b7e3b5a, #w-node-_02d779d5-f312-b464-3cec-c1f21f3a6821-6b7e3b5a, #w-node-_048ab5c6-0c70-6080-95ee-eb50cfb3b739-6b7e3b5a, #w-node-f77b1836-53b5-d64c-6b2a-1599461ee5cb-8ab84515 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3b24788-f51e-599b-bbf2-db188a1a1d93-8ab84515, #w-node-_3b841473-2111-c578-6288-9c067536f11f-8ab84515 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_08485c76-cafb-41f0-a50c-819e98df6260-8ab84515 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .5fr;
  }

  #w-node-cc837de4-a4a5-6409-0ed6-cefdec6af490-8ab84515 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


