:root {
  --floral-white: #fffbeb;
  --light-blue: black;
  --background-1: #dfa5a4;
  --main-green: #56f09f;
  --dark-green: #004737;
  --honeydew\<deleted\|variable-5512e545\>: #e6c98f;
  --white-green: #ccfce3;
  --background-3: #a8aeda;
  --dark-floral-white: #f8eecc;
  --background-2: #a7dce1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--floral-white);
  color: var(--light-blue);
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

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

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

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

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

p {
  opacity: 0.75;
  color: var(--light-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

li {
  padding-bottom: 4px;
  font-size: 15px;
}

blockquote {
  border-left: 1px solid var(--light-blue);
  color: var(--light-blue);
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: var(--floral-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.input {
  border: 2px solid var(--light-blue);
  background-color: var(--floral-white);
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: #111314;
}

.input:focus {
  color: #444;
  border-color: #111314;
}

.input::placeholder {
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 500;
}

.margin-12px {
  margin-top: 12px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.3;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: var(--light-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.margin-60px {
  margin-top: 60px;
}

.color-block {
  background-color: var(--light-blue);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--background-1);
  color: #3d3d3d;
}

.section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.section.rounded-top {
  color: var(--light-blue);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.section.dark {
  min-height: 1000px;
}

.margin-25px {
  margin-top: 25px;
}

.title-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.title-1.left {
  text-align: left;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

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

.container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.button {
  background-color: var(--main-green);
  width: 100%;
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s;
}

.button:hover {
  color: var(--dark-green);
}

.button.full {
  width: 100%;
}

.button.full.margin {
  margin-top: 7px;
}

.page-content {
  background-color: var(--floral-white);
}

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

.licensing-content {
  display: flex;
}

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

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-link {
  color: var(--light-blue);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.dark-link:hover {
  color: #000;
}

.copyright-dot {
  background-color: var(--light-blue);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  font-weight: 600;
}

.page-wrapper {
  background-color: var(--dark-green);
}

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

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-line-animation {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.margin-100px {
  margin-top: 100px;
}

.photo-move-2 {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-move {
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--light-blue);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.toggle-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uppercase {
  color: var(--light-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.project-grid-main {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.info-flex {
  background-color: #f7f7fc;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 47px 50px;
  display: flex;
}

.project-line-divider {
  background-color: var(--light-blue);
  opacity: 0.13;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.rounded-image {
  border-radius: 30px;
}

.rich-text-minus-20px {
  margin-top: -20px;
}

.info-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid var(--light-blue);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.title-tag {
  color: var(--floral-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
}

.title-tag.big {
  font-size: 40px;
  font-weight: 600;
}

.title-tag.big.add-bottom {
  margin-bottom: 20px;
  font-size: 20px;
}

.card-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block.second {
  height: 40svh;
}

.button-underline {
  color: var(--light-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.photo-animation-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.checkout-form {
  padding-top: 71px;
  padding-bottom: 71px;
}

.contact-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.success-message {
  background-color: var(--honeydew\<deleted\|variable-5512e545\>);
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

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

.pricing-card {
  grid-row-gap: 0.6em;
  text-align: left;
  background-color: #f7f7fc;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-part-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.main-pricing-title {
  color: var(--light-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.feature-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.feature-grid.center {
  text-align: center;
  justify-items: start;
  margin-top: 0;
}

.feature-big-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.feature-big-title.dark {
  color: var(--light-blue);
  margin-bottom: 5px;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.paragraph-product {
  opacity: 1;
  color: var(--light-blue);
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}

.feature-second {
  color: var(--light-blue);
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.pricing-center-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.hero.for-inner {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 160px;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.center {
  justify-content: center;
}

.social-wrapper.absolute-right {
  flex-direction: row;
  justify-content: flex-start;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  filter: invert();
  width: 20px;
  position: relative;
}

.social-circle {
  background-color: var(--background-1);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-liner {
  color: var(--light-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.display-1 {
  color: var(--floral-white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

.display-1.on-project-page {
  color: var(--floral-white);
  text-align: center;
  font-size: 48px;
  line-height: 1.3;
}

.hero-title-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-gray {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.work-wrapper-first {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-left.add-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-title-tag {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}

.copyright-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gray-link {
  color: var(--dark-green);
  text-decoration: none;
  display: inline;
}

.copyright {
  color: var(--dark-green);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.link-no-overline {
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 0.35fr 0.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-tag {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.link-underline {
  color: var(--dark-green);
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.link-underline._0px {
  margin-bottom: 0;
}

.visit-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 40px;
  display: flex;
}

.flex-tag-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 11px 20px;
  display: flex;
}

.flex-tag-footer.white {
  border-width: 2px;
  border-color: var(--dark-green);
  color: var(--dark-green);
  font-weight: 600;
}

.team-name-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.job-role {
  opacity: 0.8;
  color: var(--floral-white);
  margin-bottom: 0;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.job-role.color {
  color: var(--light-blue);
}

.team-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 70%;
  padding-right: 70px;
  display: flex;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 5% 10px;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.category-tag {
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  text-transform: uppercase;
  cursor: default;
  border-radius: 30px;
  padding: 5px 20px;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.blog-title {
  color: var(--dark-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s;
}

.contact-link-cta {
  z-index: 2;
  background-color: #f5e9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-text-wrapper {
  z-index: 5;
  height: 29px;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper._20px {
  height: 20px;
}

.verical-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.menu-button {
  background-color: #0000;
}

.navigation-line {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  height: 110px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text {
  height: 34px;
  color: var(--floral-white);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 32px;
}

.button-text.red {
  color: var(--floral-white);
}

.button-text.red.small {
  color: var(--dark-green);
}

.button-text.small {
  height: 20px;
  color: var(--dark-green);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.nav-menu {
  order: -1;
}

.button-rounded {
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  padding: 9px 21px 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.button-rounded:hover {
  background-color: var(--white-green);
}

.vertical-line-1 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.navar {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffa3;
  padding: 16px 25px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 8px #00000026;
}

.line-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.container-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 0.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-overlay {
  z-index: 2;
  background-color: var(--light-blue);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay._2 {
  transform: translate(0%, 100%);
}

.photo-animation {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo {
  object-position: 50% 0%;
  width: 100vw;
  height: 100%;
}

.card-block-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-120px {
  margin-top: 120px;
}

.section-take {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section-take.take-off {
  cursor: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 79px 0%;
  display: flex;
}

.project-circle-black {
  z-index: 10;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
}

.project-circle-black.black {
  background-color: var(--main-green);
  cursor: none;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  color: var(--dark-green);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
}

.start-icon {
  flex: none;
  width: 40px;
  height: 40px;
  margin-left: 19px;
  margin-right: 19px;
}

.brand {
  order: -1;
}

.bureau-logo {
  transform: translate(0);
}

.max-w-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-w-center._700px {
  max-width: 720px;
}

.play-video {
  z-index: 2;
  background-color: var(--floral-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
}

.flex-tag {
  grid-column-gap: 10px;
  background-color: var(--light-blue);
  border-width: 2px;
  border-color: #c7c3cf;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px;
  display: flex;
}

.margin-150px {
  margin-top: 150px;
}

.work-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.logo-main {
  z-index: 1;
  border: 1px solid #3b3b3b;
  flex: 0 33.333%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: -1px;
  margin-left: -1px;
  display: flex;
  position: relative;
}

.logo-center {
  order: 1;
}

.order-confirmation {
  color: var(--light-blue);
}

.main-work-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url("../images/button.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.scroll-down {
  filter: sepia();
  width: 60px;
}

.subhead-main {
  opacity: 1;
  color: var(--floral-white);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.with-px {
  color: #fffbeb;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
}

.subhead-main.dark {
  color: var(--dark-green);
  font-size: 40px;
}

.subhead-main.dark.smaller {
  line-height: 1.3;
}

.subhead-main.smaller {
  color: var(--dark-green);
  font-size: 24px;
}

.gray-color {
  opacity: 0.5;
}

.gray-color.color-1 {
  opacity: 1;
  color: var(--background-3);
}

.gray-color.color-2 {
  opacity: 1;
  color: var(--background-1);
}

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-flex.add-to-center {
  justify-content: center;
}

.button-with-animation {
  background-color: var(--floral-white);
  color: var(--dark-green);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 46px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-animation.dark {
  background-color: var(--dark-green);
  color: var(--floral-white);
}

.button-with-animation.green {
  background-color: var(--main-green);
  color: var(--dark-green);
}

.arrow-button {
  width: 26px;
  position: absolute;
}

.arrow-button.filter {
  filter: none;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-wrapper {
  background-color: #fffbeb;
  background-image: url("../images/Syringe.png");
  background-position: 150% 200px;
  background-repeat: no-repeat;
  background-size: 450px;
  border-radius: 30px;
  min-height: 500px;
  padding: 35px 39px;
}

.service-wrapper.second {
  background-color: var(--white-green);
  background-image: url("../images/String.png");
}

.main-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.main-text.showreel-text {
  color: var(--floral-white);
  font-size: 14px;
  font-weight: 600;
}

.text-rotator-move {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
  position: relative;
}

.text-rotator-move._1 {
  grid-column-gap: 10px;
}

.text-rotator-main {
  grid-column-gap: 25px;
  color: var(--dark-green);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.light-line {
  font-weight: 300;
}

.lightbox-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-green);
  color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  min-height: 40px;
  margin-right: auto;
  padding: 10px 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-title-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.display-3 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
}

.project-arrow {
  filter: invert(30%) sepia() hue-rotate(90deg);
  width: 60px;
}

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

.grid-3-columns._2 {
  grid-column-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation-main {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.title-flex-2 {
  flex-direction: column;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.top-text {
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  text-transform: capitalize;
  border-radius: 40px;
  flex: none;
  padding: 9px 22px;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrapper.for-project {
  grid-row-gap: 25px;
  color: #000;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
}

.project-title {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.heading-overlay-2 {
  z-index: 2;
  background-color: var(--light-blue);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay-2._2 {
  transform: translate(0%, 100%);
}

.project-title-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.error-message-2 {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.contact-grid {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.label {
  color: #fff;
  max-width: 88%;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.label.dark {
  color: #fff;
  max-width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.success-message-2 {
  background-color: var(--main-green);
  color: var(--dark-green);
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
}

.contact-wrapper {
  background-color: var(--dark-green);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.contact-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gray-text-2 {
  color: #2c2c2c80;
}

.input-main {
  min-height: 56px;
  color: var(--light-blue);
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 16px 20px 16px 27px;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.input-main::placeholder {
  color: #686868;
  font-size: 15px;
  font-weight: 600;
}

.quick-stack {
  padding: 0;
}

.left-part {
  background-color: var(--dark-floral-white);
  background-image: url("../images/Frame-496.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 420px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.service-item {
  background-color: var(--dark-green);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 50px;
  display: flex;
  position: relative;
}

.service-item._1 {
  background-color: var(--main-green);
  flex-direction: column;
}

.service-item._2 {
  background-color: var(--dark-green);
}

.service-item._3 {
  background-color: var(--white-green);
}

.service-item._4 {
  background-color: var(--dark-floral-white);
}

.icon-main {
  background-color: var(--background-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  display: flex;
}

.icon-main._1 {
  background-color: var(--dark-green);
}

.icon-main._3 {
  background-color: var(--dark-floral-white);
}

.icon-main._4 {
  background-color: var(--main-green);
  overflow: hidden;
}

.icon-main._2 {
  background-color: var(--floral-white);
}

.title-main {
  color: var(--floral-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.title-main.service-item-text-1 {
  color: var(--dark-green);
  font-size: 18px;
  line-height: 28px;
}

.client-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  color: var(--background-1);
  text-align: center;
  flex-direction: column;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.margin-50px-2 {
  z-index: 10;
  margin-top: 50px;
  position: relative;
}

.margim-150px {
  margin-top: 150px;
}

.title-4 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.title-4.fun-text {
  color: var(--dark-green);
  margin-bottom: 0;
  font-family:
    Inter Tight,
    sans-serif;
}

.number-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.remove-button {
  background-color: #ff0e0e;
  background-image: url("../images/close.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 27px auto auto 160px;
}

.close-button {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.subtotal.white {
  color: #fff;
}

.table-price {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
}

.cart-line-item {
  align-items: center;
}

.cart-circle {
  color: #fff;
  background-color: #4d4d4d;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.x-button {
  width: 20px;
  position: relative;
}

.x-button.remove {
  width: 7px;
}

.apple-pay {
  border-radius: 3px;
  height: 48px;
}

.cart-header {
  border-bottom-color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.cart {
  transition: all 0.3s;
}

.paypal {
  margin-bottom: 5px;
}

.no-item-2 {
  color: #f1f1f7;
  font-family:
    Inter Tight,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.cart-image {
  filter: invert();
  width: 22px;
  position: relative;
}

.cart-container {
  max-width: 520px;
  box-shadow: none;
  background-color: #222;
  border: 1px solid #333;
}

.cart-wrapper {
  z-index: 9995;
  background-color: #000000e6;
}

.price-tag-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag-2.small {
  color: #ccc;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.social-overlay {
  background-color: #4d4d4d;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cart-item {
  align-items: center;
}

.cart-footer {
  border-top-color: #333;
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.your-cart {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.empty-state {
  flex-direction: column;
}

.cart-quantity-2 {
  color: #4d4d4d;
  background-color: #fff;
  width: 50px;
  font-weight: 500;
}

.flex-right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  order: -1;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--background-2);
}

.text-span-2,
.text-span-3,
.text-span-4 {
  color: var(--main-green);
}

.text-span-5 {
  color: var(--background-2);
}

.text-span-6 {
  color: var(--main-green);
  font-style: italic;
}

.italic-text {
  color: var(--main-green);
}

.text-span-7 {
  color: var(--main-green);
  font-style: italic;
}

.text-span-8 {
  color: var(--main-green);
}

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

.paragraph-2,
.paragraph-3 {
  color: var(--dark-green);
}

.lottie-animation-2 {
  filter: none;
  min-width: 200%;
}

.lottie-animation-3 {
  filter: hue-rotate(270deg);
  min-width: 140%;
}

.paragraph-4,
.paragraph-5 {
  color: var(--dark-green);
}

.text-block,
.text-block-2 {
  color: var(--main-green);
}

.paragraph-6,
.paragraph-7 {
  color: var(--dark-green);
}

.rich-text-block {
  line-height: 150%;
}

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

.div-block {
  margin-top: 32px;
}

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

@media screen and (min-width: 1280px) {
  .delete-me {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .contact-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .color-block-parent {
    width: 33.3333%;
  }

  .title-3 {
    line-height: 1.2;
  }

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

  .margin-40px {
    margin-top: 24px;
  }

  .licensing-block {
    width: 100%;
  }

  .page-wrapper {
    background-size: 1000px;
  }

  .services-wrapper {
    width: 70%;
  }

  .margin-100px._60px {
    margin-top: 60px;
  }

  .project-grid-main {
    flex-direction: column;
    display: flex;
  }

  .info-flex {
    width: 100%;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .card-block.second {
    height: 32svh;
  }

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 188px;
  }

  .hero.for-inner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .display-1 {
    font-size: 70px;
  }

  .display-1.on-project-page {
    font-size: 36px;
  }

  .hero-title-flex {
    flex-direction: column;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    display: flex;
  }

  .visit-grid {
    grid-template-columns: 0.75fr;
  }

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .category-tag {
    font-size: 13px;
  }

  .blog-title {
    font-size: 22px;
  }

  .verical-line-2 {
    background-color: var(--dark-green);
    height: 2px;
  }

  .menu-button {
    order: 1;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .button-text.small {
    color: var(--dark-green);
  }

  .nav-menu {
    background-color: var(--floral-white);
    padding-left: 2%;
    padding-right: 2%;
    box-shadow: 0 4px 8px #00000026;
  }

  .button-rounded,
  .button-rounded.w--current {
    border-color: var(--dark-green);
    color: var(--dark-green);
  }

  .vertical-line-1 {
    background-color: var(--dark-green);
    height: 2px;
  }

  .navar {
    background-color: var(--floral-white);
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
  }

  .line-wrapper {
    align-items: center;
  }

  .flex-navigation {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-nav {
    flex-direction: row;
    grid-template-columns: 1fr 0.5fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .photo {
    border-radius: 30px;
  }

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .section-take {
    padding-top: 40px;
  }

  .section-take.take-off {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-circle-black {
    width: 80px;
    height: 80px;
  }

  .project-circle-black.black {
    width: 100px;
    height: 100px;
  }

  .text-rotator {
    font-size: 90px;
  }

  .brand {
    order: -1;
  }

  .display-2 {
    font-size: 45px;
  }

  .display-2.for-fade {
    font-size: 40px;
  }

  .logo-center {
    order: -1;
  }

  .subhead-main.with-px {
    max-width: 95%;
    font-size: 43px;
    line-height: 1.3;
  }

  .button-flex.add-to-center {
    justify-content: center;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .lightbox-link {
    width: 87%;
  }

  .display-3 {
    font-size: 70px;
  }

  .grid-3-columns._2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .project-title {
    font-size: 24px;
  }

  .contact-wrapper {
    min-height: auto;
    padding: 50px;
  }

  .contact-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .left-part {
    background-size: 350px;
  }

  .service-item {
    padding: 24px;
  }

  .title-main {
    font-size: 17px;
    line-height: 1.2;
  }

  .title-4 {
    line-height: 1;
  }

  .cart {
    flex: none;
  }

  .flex-right {
    order: 1;
  }

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

@media screen and (max-width: 767px) {
  .title-3 {
    font-size: 40px;
    line-height: 1.1;
  }

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

  .section.rounded-top {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .services-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .project-grid-main {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .card-block.second {
    height: 37svh;
  }

  .contact-link {
    margin-top: 40px;
  }

  .hero {
    padding-bottom: 155px;
    position: relative;
  }

  .hero.for-inner {
    background-size: 150px;
    padding-top: 150px;
    padding-bottom: 99px;
  }

  .display-1 {
    text-align: center;
  }

  .display-1.on-project-page {
    font-size: 6vw;
  }

  .hero-title-flex {
    max-width: 100%;
  }

  .flex-left.add-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .copyright-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-grid,
  .footer {
    flex-direction: column;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .navigation-line {
    flex: 0 50%;
  }

  .flex-navigation {
    grid-column-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-nav {
    grid-template-columns: minmax(200px, 0.5fr) 1.5fr minmax(200px, 0.5fr);
  }

  .photo {
    border-radius: 30px;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .section-take {
    padding-top: 21px;
  }

  .project-circle-black {
    display: none;
  }

  .project-circle-black.black {
    display: flex;
  }

  .text-rotator {
    font-size: 70px;
  }

  .brand {
    padding-left: 0;
  }

  .play-video {
    margin-top: 40px;
  }

  .display-2.for-fade {
    font-size: 26px;
  }

  .logo-main {
    flex-basis: 50%;
    height: 8.9em;
  }

  .main-work-grid {
    grid-template-columns: 1fr;
  }

  .subhead-main {
    font-size: 28px;
  }

  .subhead-main.dark {
    font-size: 32px;
  }

  .lightbox-link {
    width: 100%;
  }

  .display-3 {
    font-size: 50px;
  }

  .project-arrow {
    width: 50px;
  }

  .grid-3-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-title {
    font-size: 22px;
  }

  .contact-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .label {
    max-width: 95%;
  }

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-grid-main {
    grid-template-columns: 1fr;
  }

  .left-part {
    background-size: 100%;
    min-height: 500px;
  }

  .service-item {
    width: 100%;
  }

  .title-4 {
    font-size: 10vw;
  }

  .paragraph-5 {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

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

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .section.rounded-top {
    padding-top: 32px;
  }

  .title-1 {
    font-size: 26px;
  }

  .licensing-content {
    flex-direction: column;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .copyright-dot {
    display: none;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .services-wrapper {
    width: 100%;
  }

  .photo-move-2,
  .photo-move {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .uppercase {
    font-size: 15px;
  }

  .project-grid-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info-flex {
    padding: 29px 16px;
  }

  .info-content {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .title-tag.big {
    font-size: 36px;
  }

  .card-block.second {
    height: 26svh;
  }

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

  .pricing-card {
    padding: 30px 20px;
  }

  .pricing-center-wrapper {
    font-size: 18px;
  }

  .hero {
    padding-top: 150px;
    padding-bottom: 115px;
    padding-right: 5%;
  }

  .hero.for-inner {
    background-image: none;
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .display-1 {
    text-align: center;
    font-size: 41px;
  }

  .display-1.on-project-page {
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-title-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
  }

  .footer-title-tag {
    font-size: 11px;
    line-height: 1.4;
  }

  .visit-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-bottom: 20px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .collection-item {
    width: 100%;
  }

  .scroll-down-wrapper {
    justify-content: center;
    padding-top: 10px;
    bottom: 15px;
  }

  .blog-content {
    padding-top: 20px;
  }

  .blog-title {
    font-size: 20px;
  }

  .menu-button {
    border-right-style: none;
    padding-right: 10px;
  }

  .line-wrapper {
    align-items: flex-end;
  }

  .container-nav {
    grid-template-columns: 2fr 1fr;
  }

  .photo {
    border-radius: 30px;
  }

  .section-take {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-take.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text-rotator {
    font-size: 46px;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bureau-logo {
    width: 120%;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.for-fade {
    font-size: 24px;
  }

  .logo-main {
    flex-basis: 100%;
    min-width: 35vw;
    height: 8em;
  }

  .invert-color {
    width: 40px;
  }

  .subhead-main {
    max-width: 100%;
    font-size: 20px;
  }

  .subhead-main.with-px {
    font-size: 32px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-with-animation {
    font-size: 17px;
  }

  .service-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
    padding: 30px 16px;
  }

  .service-wrapper.second {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 30px;
  }

  .main-text {
    font-size: 40px;
  }

  .text-rotator-move {
    top: 0;
  }

  .text-rotator-main {
    max-width: 90%;
  }

  .lightbox-link {
    width: 80%;
  }

  .display-3 {
    font-size: 40px;
  }

  .project-title-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-wrapper {
    padding: 40px 25px;
  }

  .input-main {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-main::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .service-item {
    min-height: 270px;
  }

  .title-main {
    font-size: 16px;
  }

  .margin-50px-2 {
    margin-top: 30px;
  }

  .margim-150px {
    margin-top: 100px;
  }

  .title-4 {
    font-size: 12vw;
  }

  .title-4.fun-text {
    font-size: 60px;
  }

  .number-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .table-price {
    font-size: 16px;
  }

  .price-tag-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag-2.small {
    font-size: 16px;
  }

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

  .div-block {
    margin-top: 16px;
  }
}

#w-node-_8dfef83e-7d31-3317-f9f2-81fd9ad88cb8-e4dd815e,
#w-node-fd49a6e3-502e-1b10-1117-d2a98433ac92-e4dd815e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff8-e4dd815e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff9-e4dd815e {
  grid-row: span 2 / span 2;
}

#w-node-b28bcfca-ca27-0ce2-83d2-ae6391171ad0-e4dd815e,
#w-node-b28bcfca-ca27-0ce2-83d2-ae6391171ad6-e4dd815e,
#w-node-b28bcfca-ca27-0ce2-83d2-ae6391171add-e4dd815e,
#w-node-b28bcfca-ca27-0ce2-83d2-ae6391171ae3-e4dd815e,
#w-node-f9e48845-7341-a7fd-4aa3-80d224d28a1e-e4dd815e,
#w-node-_7310ebcb-25e4-83ff-1819-2b93bcb16d0c-e4dd815e,
#w-node-_7310ebcb-25e4-83ff-1819-2b93bcb16d12-e4dd815e,
#w-node-c49800c7-e2b1-d29a-2da4-e045fbd6ad89-e4dd815e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c49800c7-e2b1-d29a-2da4-e045fbd6adac-e4dd815e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a48725d2-5e9e-2213-0f69-c7af29e3488c-29e34889,
#w-node-a48725d2-5e9e-2213-0f69-c7af29e34893-29e34889,
#w-node-a48725d2-5e9e-2213-0f69-c7af29e348a4-29e34889,
#w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5e8b-08bf5e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afaa5691-be51-32a6-944a-4521947e7864-08bf5e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ea315d1e-dec6-76d5-311f-f40ecbc74428-e4dd8182,
#w-node-ea315d1e-dec6-76d5-311f-f40ecbc7442e-e4dd8182,
#w-node-c5319bb5-da4a-b99a-c172-e1d31d01c8a5-e4dd8182,
#w-node-c5319bb5-da4a-b99a-c172-e1d31d01c8be-e4dd8182,
#w-node-_39f5037e-a504-c9d5-d707-7aad9ba25269-e4dd8182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39f5037e-a504-c9d5-d707-7aad9ba2528a-e4dd8182 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c217be9f-603d-75f3-61aa-62e98fe2d6e2-e4dd81bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c217be9f-603d-75f3-61aa-62e98fe2d703-e4dd81bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0d43ac1-83d6-7287-d359-3c577873609a-e4dd81bf,
#w-node-f0d43ac1-83d6-7287-d359-3c57787360a0-e4dd81bf,
#w-node-_9c14d44e-cd41-9359-4dfb-d99d6537d19d-e4dd81c2,
#w-node-_9c14d44e-cd41-9359-4dfb-d99d6537d1a3-e4dd81c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2a94567-42d6-14d3-97eb-c77c58db5e64-e4dd81c3 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff8-e4dd815e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff9-e4dd815e {
    grid-row: span 2 / span 2;
  }

  #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5ead-08bf5e85 {
    justify-self: center;
  }

  #w-node-afaa5691-be51-32a6-944a-4521947e7864-08bf5e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff8-e4dd815e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff9-e4dd815e {
    grid-row: span 2 / span 2;
  }

  #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5ead-08bf5e85 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c49800c7-e2b1-d29a-2da4-e045fbd6adac-e4dd815e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5ead-08bf5e85 {
    justify-self: end;
  }

  #w-node-_39f5037e-a504-c9d5-d707-7aad9ba2528a-e4dd8182,
  #w-node-c217be9f-603d-75f3-61aa-62e98fe2d703-e4dd81bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
