@font-face {
  font-family: Hubotsans Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --honeydew: #dcf2e7;
  --alice-blue: #f0f5ff;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray900: #101828;
  --white: white;
  --transparent: #ff010100;
  --lightgrey: #ebebeb;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-primary200: #e9d7fe;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-2: #f9fafb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary300: #d6bbfb;
  --honeydew-section: #ecfcf4;
  --grey: #3f3f3f;
  --greyl: var(--grey);
  --ubuntu: Ubuntu, Helvetica, sans-serif;
}

.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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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: .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 {
  color: var(--black);
  background-color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  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 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  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(--black);
  color: var(--black);
  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: #fff;
  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;
}

.subhead {
  font-size: 23px;
  line-height: 1.3;
}

.subhead.right {
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.subhead.right.subhead_ae {
  text-align: right;
}

.subhead.right.subhead_ae.subhead_ae-grid {
  text-align: center;
  max-width: 100%;
  margin-left: 0;
}

.input {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  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: #888;
  font-size: 16px;
  font-weight: 500;
}

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

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

.white-block {
  background-color: #f1f1f1;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

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

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

.caption.margined {
  color: #000;
  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: 33px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

.section.add-top-margin {
  padding-top: 200px;
}

.section.for-inner {
  padding-top: 186px;
}

.section.for-inner.section-case {
  padding-bottom: 50px;
}

.section.color {
  background-color: var(--alice-blue);
  pointer-events: auto;
  width: 100%;
}

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

.section.section-contact {
  padding-top: 10px;
}

.section.section__about-news {
  display: none;
}

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

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

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

.title-1.for-blog-page {
  font-size: 9em;
}

.light-block-second {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

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

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

.margin-20px.margin-20px-work {
  width: 100%;
}

.margin-20px.margin-20px-form {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.margin-20px.margin-20px-s {
  width: 50%;
  margin-top: 0;
  display: flex;
}

.margin-20px.margin-20px-form-cheks {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-20px.moretext {
  display: none;
}

.margin-20px.margin-20px-ae {
  justify-content: flex-end;
  align-items: center;
}

.container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Hubotsans Slnt Wdth Wght, sans-serif;
  position: relative;
}

.light-block {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.button {
  background-color: var(--alice-blue);
  color: var(--untitled-ui-gray800);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--untitled-ui-gray800);
  color: #fff;
}

.button.full {
  width: 100%;
}

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

.button.btn-new-form {
  background-color: var(--untitled-ui-gray900);
  color: var(--white);
}

.button.btn-new-form:hover {
  background-color: var(--white);
  color: var(--untitled-ui-gray900);
}

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

.margin-40px {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.margin-40px.margin-40px-footer {
  flex-direction: column;
  align-items: flex-start;
}

.margin-40px.margin-40px-video {
  z-index: 100;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.licensing-content {
  background-color: #f1f1f1;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.margin-30px {
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.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: #757575;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

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

.copyright-dot {
  background-color: #826f8d;
  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: #fff;
}

.button-3d {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-inner {
  position: relative;
}

.button-first {
  background-color: var(--black);
  color: #181818;
  padding: 1rem 1.6rem;
  font-weight: 700;
}

.button-first.static {
  color: #fff;
}

.button-first.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

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

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

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

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

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

.margin-100px._60px {
  display: none;
}

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

.field-label {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-size: 12px;
  font-weight: 600;
}

.field-label.add-margin {
  margin-bottom: 20px;
}

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

.line-divider {
  background-color: var(--black);
  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(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.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;
  align-items: center;
  display: grid;
}

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

.info-flex {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  padding: 47px 50px 47px 10px;
  display: flex;
}

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

.rounded-image {
  padding-left: 0;
  padding-right: 10px;
}

.rounded-image.rounded-image2 {
  object-fit: fill;
  width: 50%;
}

.rounded-image.rounded-image__forseo {
  vertical-align: baseline;
  width: 100%;
  height: 500px;
  padding-right: 0;
}

.rich-text-minus-20px {
  color: var(--black);
  margin-top: -20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
}

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

.navigation-main {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  width: 100px;
}

.menu-square {
  z-index: 2;
  grid-row-gap: 14px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  margin-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.hamburger-circle {
  background-color: var(--alice-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hamburger-circle:hover {
  background-color: #f0f5ff00;
}

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

.circle-absolute.hide {
  background-color: var(--alice-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
}

.circle-absolute.hide:hover {
  background-color: var(--alice-blue);
}

.menu-big {
  z-index: 888;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-background {
  background-color: var(--alice-blue);
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.menu-content {
  z-index: 3;
  position: relative;
}

.navigation-items {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  line-height: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link-move {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform .4s ease-in;
  display: flex;
  overflow: hidden;
}

.navigation-link-move:hover {
  transform: scale(1.1);
}

.navigation-link-move.home__link.w--current {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  padding-bottom: 0;
  line-height: 0;
}

.nav-text-wrapper {
  height: 92px;
  overflow: hidden;
}

.nav-text-wrapper._1 {
  height: 76px;
  line-height: 0;
}

.nav-text-wrapper._3 {
  display: flex;
}

.nav-text-wrapper._4 {
  flex: 0 auto;
  display: flex;
  overflow: visible;
}

.text-line {
  color: var(--black);
  text-transform: capitalize;
  font-size: 96px;
  font-weight: 600;
  line-height: .9;
  display: block;
}

.text-full {
  color: var(--black);
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 800px;
  font-size: 76px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.flex-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.flex-tag.flex-tag-ae {
  justify-content: flex-end;
  align-items: center;
}

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

.title-tag.big {
  color: var(--untitled-ui-gray800);
  font-family: Inter Tight, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.title-tag.big.title-tag-ae {
  text-align: right;
}

.title-tag.big.title-tag-ae.title-tag-ae-team {
  margin-top: 100px;
}

.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(--black);
  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;
}

.text-gray {
  color: var(--black);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: -24px;
}

.checkout-form {
  color: var(--black);
  padding-top: 71px;
  padding-bottom: 71px;
}

.contact-absolute {
  z-index: 200;
  justify-content: center;
  display: none;
  position: absolute;
  inset: auto 0% 30px;
}

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

.rotate-image {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.play-icon {
  width: 26px;
  position: absolute;
}

.parallax-image-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-triger {
  width: 105%;
  height: 105%;
  position: absolute;
}

.image-triger-second {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.parallax-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.numbers {
  z-index: 2;
  justify-content: flex-start;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-digit {
  text-align: center;
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
}

.number-digit.other-color {
  color: var(--black);
  font-size: 70px;
  line-height: 70px;
}

.number-digit.other-color.light {
  margin-top: 3px;
  margin-left: 6px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

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

.page-loading {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-overlay {
  background-color: var(--alice-blue);
  position: absolute;
  inset: 0%;
}

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

.parallax-image-block {
  width: 100%;
  height: 43em;
  position: relative;
  overflow: hidden;
}

.parallax-image-block._20em {
  height: 30em;
}

.parallax-image-block.blog-page {
  height: 50em;
}

.blog-wrapper {
  color: var(--black);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.data {
  color: #525252;
  font-family: Hubotsans Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.color-parallax {
  z-index: 2;
  background-color: var(--honeydew);
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.category-flex {
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.checkbox-field-wrapper {
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

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

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

.checkbox-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

.success-message {
  text-align: center;
  background-color: #b6ffb6;
  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: .6em;
  text-align: left;
  background-color: #fff;
  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 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  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 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.paragraph-product {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}

.feature-second {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.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;
  padding: 176px 5% 40px;
  display: flex;
  position: relative;
}

.hero.for-inner {
  padding-top: 160px;
  padding-bottom: 80px;
}

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

.social-wrapper.center {
  background-color: var(--transparent);
  justify-content: center;
}

.social-wrapper.center.social-wrapper-team {
  display: flex;
}

.social-icon {
  text-align: left;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.social-icon.social-icon-ae {
  justify-content: flex-end;
  align-items: flex-start;
}

.animation-image {
  z-index: 1;
  width: 50%;
  position: relative;
  right: 0;
}

.social-circle {
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
}

.social-circle:hover, .social-circle.social-circle-team {
  background-color: var(--transparent);
}

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

.display-1 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.display-1._3 {
  text-align: right;
}

.display-1.with-line {
  color: #fff;
  text-align: center;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  position: relative;
}

.display-1.display-1__case {
  font-size: 6vw;
}

.button-line-absolute {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.hero-title-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 79%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.we-are-grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-line {
  background-color: #a1a1a1b3;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.statistics-grid {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.statistics-block {
  background-color: var(--honeydew);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 51px 30px 51px 26px;
  display: flex;
}

.statistics-block.second {
  filter: hue-rotate(239deg);
}

.statistics-block.third {
  filter: hue-rotate(146deg);
}

.statistics-block.fourth {
  filter: hue-rotate(40deg);
}

.statistic-number {
  border-bottom-color: #ffffff4d;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
}

.paragraph-white {
  margin-bottom: 0;
}

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

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

.make-gray {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.block-gray.block-gray-ae {
  justify-content: center;
  align-items: flex-end;
}

.service-circle {
  background-color: var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  padding-bottom: 3px;
  display: flex;
}

.image-invert {
  color: var(--black);
}

.image-invert.image-invert-ser {
  width: 60%;
}

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

.line-overlay {
  width: 100%;
  overflow: hidden;
}

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

.work-wrapper-first.work-wrapper-first-news {
  justify-content: flex-start;
}

.vertical-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.vertical-flex.vertical-flex-work {
  flex-direction: row;
  padding-top: 0;
  padding-left: 0;
}

.vertical-flex.vertical-flex-s {
  flex-direction: column;
  justify-content: space-around;
  padding-left: 40px;
  padding-right: 20px;
}

.line-title {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 5px;
}

.category-title {
  text-align: right;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.category-title.category-title-ser {
  text-align: left;
  line-height: 1.3;
}

.category-top-2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: auto auto 15px 15px;
}

.circle-center {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-center.circle-center-s {
  width: 50%;
}

.work-photo-first {
  transform: scale3d(1none, 1none, 1none);
  object-fit: fill;
  transform-style: preserve-3d;
  width: 100%;
  height: 350px;
  max-height: 400px;
  overflow: hidden;
}

.work-photo-first.work-photo-first-s {
  object-fit: cover;
}

.title-line-wrapper {
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.view-project-icon {
  background-color: var(--untitled-ui-gray800);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: relative;
}

.work-title-first {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.work-title-first.work-title-first-news {
  font-weight: 500;
}

.work-title-first.work-title-first-news.work-title-first-news-ae {
  text-align: right;
}

.project-circle-text {
  z-index: 999;
  opacity: 1;
  color: #fff;
  text-align: center;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 124px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.overlay-absolute {
  background-image: linear-gradient(#fff0, #fff);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-absolute.top {
  background-image: linear-gradient(#fff, #fff0);
  height: 200px;
  inset: 0% 0% auto;
}

.button-subscribe {
  background-color: var(--honeydew);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-subscribe:hover {
  color: #fff;
  background-color: #1c4a36;
  background-image: none;
}

.button-subscribe.subscribe {
  background-color: var(--transparent);
  color: var(--untitled-ui-gray800);
  border-radius: 50px;
  padding: 20px 38px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  inset: 10px 12px auto auto;
}

.button-subscribe.subscribe:hover {
  color: var(--white);
  background-color: #1d2939;
}

.max-w-width {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  width: 60%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  color: #fffc;
  background-color: #fff;
  border: 1px #000;
  border-radius: 50px;
  width: 100%;
  min-height: 80px;
  padding-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.checkbox-label-2 {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.checkbox-email {
  border: 1px solid var(--black);
  background-color: #fff;
  border-radius: 3px;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -10px;
}

.checkbox-email.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.other-font {
  font-weight: 500;
}

.line-underline {
  color: var(--black);
  display: inline-block;
}

.line-underline:hover {
  text-decoration: underline;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  display: flex;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: var(--black);
  margin-bottom: 1px;
  margin-left: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.form {
  max-width: 85%;
  position: relative;
}

.form._2 {
  width: 100%;
  max-width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

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

.step-box {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 26px;
  display: flex;
}

.step-box.step-box-ae {
  justify-content: flex-start;
  align-items: flex-end;
}

.testiomonials-photo {
  background-image: url('../images/team1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.testiomonials-photo._2 {
  background-image: url('../images/team2.png');
  position: static;
  overflow: visible;
}

.testiomonials-photo._3 {
  background-image: url('../images/team3.png');
}

.role-name {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.role-name.role-name-ae {
  text-align: right;
}

.lighter-gray {
  opacity: .6;
}

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

.margin-150px.margin-150px-aboutus, .margin-150px.margin-150px-testimoni {
  margin-top: 100px;
}

.margin-150px.margin-150px-goofge {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block {
  font-family: Hubotsans Slnt Wdth Wght, sans-serif;
}

.title-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.title-flex.space {
  justify-content: space-between;
}

.title-flex.space.title-flex2 {
  justify-content: center;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: #151414;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.illustration {
  width: 100%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.max-w-center {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.max-w-center.align-right {
  text-align: left;
}

.skills-text {
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.about-grid.reverse {
  grid-template-columns: 1fr .7fr;
}

.checkbox-main {
  background-color: #0000;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.checkbox-main.w--redirected-checked {
  background-color: #000;
  background-size: 10px;
  border-color: #000;
}

.field-label-main {
  color: #000;
  flex: none;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-select {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.text-field-contact {
  background-color: var(--white);
  color: #000;
  border: 1px #000;
  border-radius: 4px;
  height: 52px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact.area {
  background-color: var(--white);
  border-radius: 5px;
  padding-bottom: 55px;
}

.text-field-contact.text-field-contact1 {
  background-color: var(--alice-blue);
}

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

.white-paragraph {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.social-icon-footer {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-icon-footer:hover {
  opacity: .7;
}

.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 {
  letter-spacing: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

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

.gray-link {
  color: #fff;
  text-decoration: none;
  display: inline;
}

.social-wrapper-center {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper-center.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
}

.copyright {
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 14px;
  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: 1.8fr .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: #fff;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.link-underline.link-underline-footer {
  color: #fff;
}

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

.footer {
  background-color: #1d2939;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
  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: 12px 18px 11px;
  display: flex;
}

.flex-tag-footer.white {
  color: #fff;
  border-style: none;
  border-color: #fff;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

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

.team-name-center.team-name-center-ae {
  justify-content: center;
  align-items: flex-end;
}

.team-title {
  color: var(--untitled-ui-gray800);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.job-role {
  opacity: .54;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.team-grid.team-grid-ae {
  margin-top: 40px;
}

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

.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: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.bold-text.bold-text-grid__box {
  width: 100%;
}

.bold-text-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.paragraph {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.paragraph.paragraph_ae {
  text-align: right;
}

.text-block-2 {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-4 {
  font-weight: 700;
}

.paragraph-2 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-2.paragraph-2-ae {
  text-align: right;
}

.paragraph-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-3.paragraph-3-ae {
  text-align: right;
}

.paragraph-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-4.paragraph-4-ae {
  text-align: right;
}

.paragraph-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-5.paragraph-5-ae {
  text-align: right;
}

.paragraph-6 {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-6 {
  color: var(--untitled-ui-gray800);
  font-family: Hubotsans Slnt Wdth Wght, sans-serif;
}

.image {
  z-index: 1;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.home-link {
  width: 150px;
}

.btn__all-servisec {
  background-color: var(--transparent);
  color: var(--untitled-ui-gray800);
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color .3s;
  display: inline-block;
}

.btn__all-servisec:hover {
  color: var(--white);
  background-color: #1d2939;
}

.text-block-7 {
  color: var(--black);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}

.text-block-7.text-block-7-2 {
  padding-top: 40px;
  font-family: Hubotsans Slnt Wdth Wght, sans-serif;
  font-size: 30px;
}

.text-block-7.text-block-7-ser {
  color: var(--untitled-ui-gray800);
  text-align: center;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.3;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.paragraph-10 {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.paragraph-10.paragraph-10__t {
  color: var(--untitled-ui-gray800);
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-10.paragraph-10__t.last_title {
  margin-top: 0;
}

.paragraph-10.paragraph-10__p {
  overflow-wrap: normal;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.div-block {
  display: flex;
}

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

.div-block-2.div-block-2-list {
  align-items: center;
}

.bold-text-5 {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-3 {
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  transition: transform .3s;
  display: flex;
}

.div-block-3.div-block-3-list {
  border-style: none;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  padding-left: 10px;
}

.div-block-3.div-block-3-ser {
  background-color: #fff;
  border-style: none;
  padding-top: 20px;
}

.div-block-4 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-4.main__text {
  background-color: #fff;
  align-items: center;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-item {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.list-item.list-service {
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.list-item-2 {
  font-size: 20px;
}

.list-item-3 {
  font-size: 20px;
  line-height: 1.3;
}

.list-item-3.list-service, .list-item-3 {
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.list-item-4 {
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

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

.link-block {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  max-height: 400px;
  display: flex;
}

.bold-text-6, .bold-text-7 {
  font-family: Inter Tight, sans-serif;
}

.paragraph-11 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-11.paragraph-11-ae {
  text-align: right;
}

.paragraph-12 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-12.paragraph-12-ae {
  text-align: right;
}

.paragraph-13 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.paragraph-14, .paragraph-15 {
  text-align: right;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-16 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button-2 {
  color: var(--black);
  background-color: #1d2939;
  border: 1px solid #000;
  border-radius: 50px;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.bold-text-8 {
  color: var(--alice-blue);
  font-weight: 300;
}

.div__btn {
  display: flex;
}

.text-block-8 {
  align-items: center;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

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

.img__block {
  justify-content: center;
  width: auto;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: static;
}

.img__block.img__block-ugc {
  max-height: 600px;
}

.image-2 {
  aspect-ratio: auto;
  color: var(--black);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: static;
  overflow: hidden;
}

.price__block {
  border-radius: 10px;
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui-primary600);
  background-color: var(--black);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.uui-button:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--black);
  -webkit-text-stroke-color: var(--transparent);
}

.uui-text-size-medium {
  color: var(--black);
  letter-spacing: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-text-size-medium.uui-text-size-medium-m {
  font-weight: 500;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.uui-pricing08_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
  display: flex;
}

.uui-pricing08_feature {
  display: flex;
}

.uui-pricing08_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-pricing08_price-text {
  color: var(--black);
  letter-spacing: normal;
  margin-left: .25rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing08_price {
  color: var(--black);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-pricing08_price.uui-pricing08_price-ugc {
  font-size: 2rem;
}

.uui-heading-xxsmall {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-align-center {
  text-align: center;
}

.uui-pricing08_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing08_plan {
  z-index: 100;
  border: 1px none var(--untitled-ui-gray200);
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding: 2rem;
  transition: filter .4s;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing08_plan:hover {
  filter: invert();
}

.uui-pricing08_plan.test-slid {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.uui-pricing08_plan.test-slid:hover {
  height: auto;
  transform: scale(.9);
}

.uui-pricing08_popular-label {
  z-index: 1;
  background-color: var(--black);
  outline-color: var(--untitled-ui-primary200);
  outline-offset: 0px;
  color: var(--untitled-ui-white);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.uui-pricing08_popular-plan {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: #fff;
  border-radius: 1rem;
  padding: 4.5rem 2rem 2rem;
  transition: filter .4s;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing08_popular-plan:hover {
  filter: invert();
}

.uui-pricing08_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 40px;
  position: relative;
}

.uui-pricing08_components.ugc-price {
  grid-template-columns: 1fr 1fr;
}

.uui-pricing08_tab-content {
  overflow: visible;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-pricing08_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui-gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing08_tab-link.w--current {
  color: var(--untitled-ui-gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing08_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui-gray100);
  background-color: var(--untitled-ui-gray50-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: flex;
}

.uui-pricing08_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.uui-text-size-large {
  color: var(--black);
  letter-spacing: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray800);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
}

.uui-padding-vertical-xhuge.uui-padding-vertical-xhuge-pricing {
  padding-top: 0;
}

.uui-container-large {
  color: var(--untitled-ui-gray800);
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.text-block-9, .text-block-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.slide {
  width: 100%;
  height: auto;
}

.slide-2 {
  width: 90%;
}

.slider {
  background-color: #ddd0;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.icon, .icon-2 {
  filter: invert();
}

.mask {
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.paragraph-17 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: static;
}

.paragraph-17.paragraph-17-ae {
  text-align: right;
}

.paragraph-18 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-18.paragraph-ae {
  text-align: right;
}

.bold-text-15 {
  color: #fff;
  border: 1px #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.link-2-re {
  text-transform: uppercase;
}

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

.image-3 {
  z-index: 10;
  width: auto;
  height: auto;
  position: static;
}

.social-ico {
  background-color: #ebebeb00;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  display: flex;
}

.social-ico.hamburger-circle {
  color: var(--untitled-ui-gray800);
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.social-ico.hamburger-circle.btn-ae {
  color: var(--untitled-ui-primary600);
  text-decoration: none;
}

.be {
  filter: invert();
  width: 100%;
}

.image-4 {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.image-4.image-4-inst {
  filter: invert();
}

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

.text__menu {
  padding-right: 10px;
}

.bold-text-16 {
  font-weight: 600;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50-2);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-pricing07_bottom-row-content {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing07_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-pricing07_row-lead-text {
  color: var(--untitled-ui-gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-pricing07_feature {
  padding: 1rem 1.5rem;
}

.uui-pricing07_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.background-color-gray50 {
  background-color: var(--untitled-ui-gray50-2);
}

.uui-pricing07_heading-row-text {
  color: var(--untitled-ui-primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-pricing07_heading-row {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-pricing07_price-text {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing07_price {
  color: var(--untitled-ui-gray900);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing07_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.uui-pricing07_plans {
  width: 100%;
}

.uui-pricing07_tab-pane {
  z-index: 10;
  border-radius: 10px;
}

.uui-pricing07_tabs-content {
  width: 100%;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-pricing07_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.uui-pricing07_tab-link.w--current {
  filter: invert();
  color: var(--untitled-ui-gray700);
  background-color: #e6e6e6;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing07_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px none var(--untitled-ui-gray100);
  background-color: var(--transparent);
  border-radius: 0;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  padding: .375rem;
  display: flex;
}

.uui-pricing07_tabs-menu.uui-pricing07_tabs-menu-mob {
  display: none;
}

.uui-pricing07_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.uui-heading-medium-2-2 {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-padding-vertical-xhuge-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.uui-section_pricing07.hide-tablet {
  display: flex;
}

.link-block-3 {
  justify-content: center;
  display: flex;
}

.case__title-text {
  flex-direction: column;
  display: flex;
}

.button-3 {
  text-align: center;
  word-break: normal;
  background-color: #1d2939;
  border-radius: 0;
  width: 256px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.h1-display-1 {
  color: var(--untitled-ui-gray800);
  font-size: 80px;
}

.text-block-12 {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.3;
}

.text__case1 {
  padding-top: 34px;
  padding-bottom: 34px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.text__case1.text__case1-n {
  padding-top: 14px;
  padding-bottom: 14px;
}

.text__case1.text__case1-n.text__case1-n-1 {
  padding-top: 34px;
}

.text__case1.text__case1-n.text__case1-n-l {
  padding-bottom: 34px;
}

.wrap__img-case-double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
}

.wrap__img-case-double.wrap__img-case-double-news {
  grid-template-columns: 1fr;
}

.first__img {
  justify-content: center;
  align-items: center;
  max-height: 400px;
  display: flex;
}

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

.second__img.second__img-news {
  display: none;
}

.bold-text-17 {
  font-weight: 500;
}

.wrap__cases {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.lottie-animation {
  object-fit: cover;
  width: 100%;
  height: 300px;
  max-height: 400px;
}

.form-block-2, .form-block-3 {
  width: 100%;
}

.text__in-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-19 {
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-19.paragraph-new {
  max-width: 1000px;
}

.paragraph-20 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.title-service {
  width: 100%;
  padding-top: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.title-service.title-service-last {
  margin-bottom: 0;
  padding-top: 20px;
}

.link-3, .link-4, .link-5, .link-6, .link-7 {
  color: var(--black);
  text-decoration: none;
}

.italic-text {
  font-style: normal;
}

.bold-text-18 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.bold-text-19 {
  color: var(--black);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.lightbox-link, .lightbox-link-2 {
  overflow: hidden;
}

.image-5, .image-6 {
  object-fit: cover;
  overflow: hidden;
}

.news-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-3.is-button-small {
  grid-column-gap: .5rem;
  background-color: var(--black);
  border-style: none;
  border-radius: 10px;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-style: none;
  border-color: var(--lightgrey);
  background-color: var(--transparent);
  color: var(--untitled-ui-gray900);
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input::placeholder {
  background-color: var(--transparent);
  color: var(--untitled-ui-gray500);
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
  margin-top: 20px;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui-gray200);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--alice-blue);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50-2);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-2.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-2.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui-gray600);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--black);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.uui-max-width-large-3 {
  width: 100%;
  max-width: 100%;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.bold-text-20 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  display: flex;
}

.text-block-14 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.title__tag-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bold-text-21, .link-8 {
  color: #fff;
  text-decoration: none;
}

.link-8.link-8-re {
  text-transform: uppercase;
}

.text-block-15 {
  color: var(--black);
}

.scroll {
  display: none;
}

.bold-text-22 {
  font-size: 14px;
}

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

.text-span {
  color: var(--untitled-ui-gray800);
}

.bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26 {
  color: var(--black);
}

.bold-text-27, .bold-text-28, .bold-text-29 {
  font-size: 10vw;
}

.uui-cta03_image {
  object-fit: cover;
  width: 50px;
  height: 100%;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: .25fr .25fr .25fr .25fr .25fr .25fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_cta03 {
  background-color: var(--untitled-ui-white);
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 40%;
  padding-right: 40px;
  display: flex;
}

.clients-info-two.clients-info-two-ae {
  padding-right: 0;
}

.clients-quote-two {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.clients-quote-two.clients-quote-two-ae {
  text-align: right;
  padding-left: 20px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff0;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 60%;
  display: grid;
}

.clients-image-two {
  cursor: pointer;
  background-color: #fff;
  border: 1px #1d2939;
  border-radius: 10px;
  width: auto;
  transition: transform .5s;
}

.clients-image-two:hover {
  transform: scale(1.03);
}

.image-7.clients-image-two {
  border: 1px none var(--untitled-ui-gray700);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  transition: transform .5s;
}

.image-7.clients-image-two:hover {
  transform: scale(1.03);
}

.html-embed {
  border-radius: 10px;
}

.bold-text-31 {
  text-decoration: none;
}

.text-span-2 {
  color: var(--untitled-ui-gray900);
  text-align: left;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
  display: inline;
}

.moretext {
  display: none;
}

.bold-text-32 {
  color: var(--untitled-ui-gray900);
}

.text-span-3 {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  display: block;
}

.text-span-3.text-span-3-ae {
  text-align: right;
}

.link-9 {
  color: var(--black);
}

.div-block-6 {
  width: 100%;
}

.code-embed {
  width: 100px;
  height: 50%;
  min-height: 50%;
  overflow: visible;
}

.block-g {
  width: 50%;
}

.block-g.block-g-code {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-21.paragraph-21-ae {
  text-align: right;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-block-g {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-8 {
  width: 80%;
}

.link-block-5 {
  text-align: center;
}

.btn__contact {
  z-index: 98;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: fixed;
  inset: auto 0% 50% auto;
}

.btn__contact.btn__contact-ae {
  left: 0%;
  right: auto;
}

.p1 {
  color: var(--alice-blue);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-17 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.text-block-18 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-19, .text-block-20 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

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

.grid__box-ae {
  background-color: var(--alice-blue);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h3-btn {
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.team__block {
  margin-top: 100px;
}

@media screen and (min-width: 1280px) {
  .uui-pricing08_components {
    margin-top: 40px;
  }

  .uui-heading-medium {
    text-align: center;
  }

  .uui-padding-vertical-xhuge {
    display: none;
  }

  .first__img {
    max-height: 100%;
  }

  .form-block-2 {
    width: 100%;
  }

  .lightbox-link-2.lightbox-linkseo2.lightbox-linkseo56 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .display-1 {
    flex: 0 auto;
    display: flex;
  }

  .image-invert {
    width: 100%;
  }

  .work-wrapper-first {
    padding-right: 20px;
  }

  .circle-center {
    background-color: #0000;
  }

  .link-block, .link-block-2 {
    max-height: 400px;
  }

  .img__block {
    background-color: #aa1f1f;
  }

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

  .h1-display-1 {
    font-size: 80px;
  }

  .first__img {
    max-height: 100%;
  }

  .clients-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .clients-image-two {
    transition: transform .5s;
  }

  .clients-image-two:hover {
    transform: scale(1.03);
  }

  .image-7 {
    width: 100px;
    max-width: 100px;
    transition: opacity .2s;
  }

  .image-7:hover {
    pointer-events: auto;
    transform: scale(1.03);
  }

  .image-7.clients-image-two {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .subhead.right {
    max-width: 100%;
  }

  .color-block-parent {
    width: 33.3333%;
  }

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

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

  .section.add-top-margin {
    padding-top: 150px;
  }

  .section.for-inner {
    padding-top: 155px;
  }

  .title-1 {
    font-size: 6em;
  }

  .margin-20px {
    flex-flow: column;
  }

  .licensing-block {
    width: 100%;
  }

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

  .rounded-image.rounded-image__forseo {
    height: auto;
  }

  .navigation-main {
    grid-template-columns: 1fr .4fr 1fr;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-big {
    display: none;
  }

  .navigation-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .navigation-link-move {
    justify-content: space-between;
    align-items: center;
  }

  .nav-text-wrapper {
    height: 76px;
  }

  .nav-text-wrapper._1, .nav-text-wrapper._2 {
    display: flex;
  }

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

  .text-full {
    font-size: 50px;
  }

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

  .text-gray {
    top: -17px;
  }

  .parallax-image-block._20em {
    height: 20em;
  }

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

  .checkbox-flex {
    padding-left: 10px;
  }

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

  .social-wrapper.center.social-wrapper-team {
    justify-content: flex-start;
    align-items: center;
  }

  .we-are-grid {
    max-width: 80%;
  }

  .statistics-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

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

  .work-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .vertical-flex {
    flex-direction: column;
    margin-top: 5px;
  }

  .category-top-2 {
    top: 20px;
    left: 20px;
  }

  .circle-center {
    min-height: 200px;
    max-height: 200px;
  }

  .circle-center.circle-center-s {
    height: 100%;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .view-project-icon {
    font-size: 18px;
  }

  .work-title-first {
    font-size: 28px;
  }

  .overlay-absolute {
    height: 400px;
  }

  .max-w-width {
    max-width: 85%;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }

  .form-input {
    width: 100%;
  }

  .cookies-font {
    flex: 1;
  }

  .form._2 {
    width: 100%;
  }

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

  .step-box {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

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

  .max-w-center.align-right {
    max-width: 90%;
  }

  .about-grid {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .home-link {
    width: 100%;
  }

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

  .paragraph-10.paragraph-10__t {
    font-size: 30px;
  }

  .div-block-3 {
    align-items: center;
    position: static;
  }

  .list-item.list-service, .list-item-3.list-service, .list-item-3, .list-item-4 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
  }

  .uui-pricing08_plan {
    margin-top: 0;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-pricing07_top-row {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-pricing07_tab-link.uui-pricing07_tab-link-mob {
    color: var(--black);
  }

  .uui-pricing07_tabs-menu.uui-pricing07_tabs-menu-mob {
    flex-wrap: wrap;
    display: flex;
  }

  .uui-pricing07_tabs-menu.uui-pricing07_tabs-menu-pc {
    display: none;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-section_pricing07.hide-tablet {
    display: flex;
  }

  .hide-tablet {
    display: none;
  }

  .h1-display-1 {
    font-size: 60px;
  }

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

  .bold-text-18, .bold-text-19 {
    font-size: 16px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large {
    font-size: 30px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .bold-text-20 {
    font-size: 30px;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .clients-quote-two {
    font-size: 18px;
    line-height: 1.3;
  }

  .clients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .subhead {
    font-size: 21px;
  }

  .title-2 {
    font-size: 40px;
  }

  .title-3 {
    font-size: 40px;
    line-height: 1.1;
  }

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

  .section.for-inner {
    padding-top: 150px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .margin-20px.margin-20px-s {
    width: 100%;
  }

  .margin-40px {
    flex-direction: row;
  }

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

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

  .menu-big {
    flex-direction: column;
    align-items: stretch;
    display: none;
  }

  .navigation-items {
    justify-content: center;
    align-items: center;
  }

  .navigation-link-move {
    justify-content: center;
  }

  .nav-text-wrapper {
    height: auto;
  }

  .nav-text-wrapper._2, .nav-text-wrapper._3, .nav-text-wrapper._4 {
    height: 76px;
  }

  .text-full {
    width: auto;
    font-size: 50px;
    display: flex;
  }

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

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

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

  .numbers {
    height: 120px;
  }

  .numbers.on-preloader {
    height: 100px;
  }

  .number-digit {
    font-size: 120px;
    line-height: 120px;
  }

  .number-digit.other-color {
    font-size: 100px;
    line-height: 100px;
  }

  .parallax-image-block._20em {
    height: 17em;
  }

  .form-grid {
    grid-column-gap: 20px;
  }

  .display-1 {
    font-size: 15vw;
  }

  .statistics-grid {
    width: 100%;
  }

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

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

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

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

  .vertical-flex.vertical-flex-s {
    padding-left: 0;
  }

  .category-title {
    font-size: 18px;
  }

  .circle-center.circle-center-s {
    width: 100%;
  }

  .work-title-first {
    font-size: 26px;
  }

  .tesimonials-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .step-box {
    padding-bottom: 40px;
  }

  .max-w-center.align-right {
    max-width: 100%;
  }

  .skills-grid {
    width: 100%;
  }

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

  .about-grid.reverse {
    flex-direction: column;
  }

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

  .social-wrapper-center.left {
    justify-content: flex-start;
  }

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

  .bold-text-4 {
    font-size: 30px;
  }

  .text-block-7 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .paragraph-10.paragraph-10__t, .bold-text-5 {
    font-size: 20px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .div-block-3.div-block-3-ser {
    background-color: #fff0;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--black);
    background-color: var(--white);
  }

  .uui-pricing08_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing08_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing08_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_components, .uui-pricing08_components.ugc-price {
    grid-template-columns: 1fr;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing08_component {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
    font-size: 20px;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-pricing07_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-pricing07_plans {
    flex-direction: column;
    display: flex;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-pricing07_component {
    margin-top: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-section_pricing07.hide-tablet {
    width: 98%;
  }

  .text__case1 {
    font-size: 18px;
  }

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-large {
    font-size: 20px;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-20 {
    font-size: 20px;
    line-height: 1.3;
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .clients-quote-two.clients-quote-two-ae {
    margin-top: 20px;
  }

  .clients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 15px;
  }

  .block-g {
    width: 100%;
  }

  .wrap-block-g {
    flex-flow: column;
  }

  .btn__contact {
    bottom: 30%;
  }

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

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

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

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

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

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

  .title-2 {
    font-size: 32px;
  }

  .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: 20px;
  }

  .section.add-top-margin {
    padding-top: 115px;
  }

  .section.for-inner {
    padding-top: 90px;
  }

  .section.color.section__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.color.pricing-sec {
    padding-top: 10px;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .margin-20px {
    flex-direction: column;
  }

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

  .margin-20px.margin-20px-form {
    flex-direction: column;
  }

  .margin-20px.margin-20px-s {
    width: 100%;
  }

  .margin-20px.margin-20px-form-cheks {
    align-items: flex-start;
  }

  .margin-40px {
    margin-bottom: 20px;
  }

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

  .info-content {
    grid-column-gap: 15px;
    justify-content: space-between;
  }

  .navigation-main {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 4px 2% 4px 1%;
  }

  .hamburger-circle {
    background-color: #ebebeb00;
    width: 60px;
    height: 60px;
  }

  .circle-absolute.hide {
    display: none;
  }

  .menu-big {
    padding-top: 0;
    display: none;
  }

  .navigation-items {
    justify-content: flex-start;
    margin-top: 40px;
  }

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

  .text-full {
    flex: 0 auto;
    width: auto;
    font-size: 42px;
    display: flex;
    overflow: hidden;
  }

  .title-tag.big {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 36px;
  }

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

  .text-gray {
    font-size: 14px;
    top: -12px;
  }

  .numbers, .numbers.on-preloader {
    height: 80px;
  }

  .number-digit, .number-digit.other-color {
    font-size: 80px;
    line-height: 80px;
  }

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

  .parallax-image-block {
    height: 30em;
  }

  .checkbox-field-wrapper {
    align-items: center;
    padding-right: 5px;
    display: flex;
  }

  .form-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .checkbox-flex {
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

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

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

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

  .hero {
    flex-direction: column;
    padding-top: 112px;
    padding-bottom: 100px;
  }

  .hero.for-inner {
    padding-top: 89px;
    padding-bottom: 46px;
  }

  .hero-title-flex, .we-are-grid {
    max-width: 100%;
  }

  .statistics-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .service-circle {
    align-self: center;
  }

  .work-wrapper-first {
    width: 100%;
  }

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

  .vertical-flex.vertical-flex-s {
    padding-left: 0;
    padding-right: 0;
  }

  .category-title {
    text-align: right;
    font-size: 14px;
    line-height: 1.3;
  }

  .circle-center.circle-center-s {
    width: 100%;
    min-height: 200px;
  }

  .work-photo-first {
    object-fit: fill;
    min-height: 200px;
    max-height: 200px;
  }

  .view-project-icon {
    font-size: 15px;
    line-height: 20px;
  }

  .view-project-icon.w--current {
    width: 60px;
    height: 60px;
  }

  .work-title-first {
    font-size: 23px;
  }

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

  .button-subscribe.subscribe {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .max-w-width {
    max-width: 100%;
  }

  .form-input {
    min-height: 60px;
  }

  .checkbox-email {
    flex: none;
    width: 20px;
    height: 20px;
    margin-left: -16px;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .form {
    max-width: 100%;
  }

  .step-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testiomonials-photo {
    text-align: left;
    align-self: center;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .margin-150px {
    width: 100%;
    margin-top: 40px;
  }

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

  .max-w-center {
    max-width: 100%;
  }

  .max-w-center.align-right {
    max-width: 96%;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .field-label-main {
    padding-bottom: 10px;
  }

  .social-icon-footer {
    justify-content: flex-start;
    width: 38px;
  }

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

  .social-wrapper-center {
    grid-column-gap: 15px;
  }

  .social-wrapper-center.left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
  }

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

  .hide-social {
    display: flex;
  }

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

  .bold-text-4 {
    width: 100%;
    padding-bottom: 0;
    font-size: 30px;
    display: flex;
  }

  .home-link {
    width: 100px;
    padding-left: 5px;
  }

  .btn__all-servisec {
    margin-top: 0;
    display: flex;
  }

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

  .paragraph-10.paragraph-10__t {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-5 {
    font-size: 20px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .list-item.list-service, .list-item-3.list-service, .list-item-3, .list-item-4 {
    font-weight: 300;
  }

  .img__block {
    min-height: auto;
    max-height: 200px;
  }

  .btn__block {
    align-items: center;
    display: flex;
  }

  .uui-pricing08_components.ugc-price {
    grid-template-columns: 1fr;
  }

  .uui-badge.hide-mobile-portrait, .hide-mobile-portrait {
    display: none;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-icon-1x1-xsmall-2 {
    width: 20px;
  }

  .uui-pricing07_row-content {
    width: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing07_feature {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing07_row.background-color-gray50 {
    grid-template-rows: .25fr;
    grid-template-columns: .25fr .25fr .25fr .25fr;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .uui-pricing07_top-row {
    grid-column-gap: 1px;
  }

  .uui-pricing07_tab-link.uui-pricing07_tab-link-mob {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    width: auto;
    margin-right: 5px;
    padding: 1rem 2px;
  }

  .uui-pricing07_tab-link.uui-pricing07_tab-link-mob.w--current {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    object-fit: fill;
    flex: 0 auto;
    width: auto;
    margin-right: 5px;
    padding: 0 0;
    display: flex;
    overflow: visible;
  }

  .uui-pricing07_tabs-menu.uui-pricing07_tabs-menu-mob {
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: scroll;
  }

  .uui-pricing07_component {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
  }

  .link-block-3 {
    justify-content: flex-start;
  }

  .h1-display-1 {
    font-size: 46px;
  }

  .text-block-12 {
    padding-left: 0;
  }

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

  .wrap__img-case-double {
    grid-template-columns: 1fr;
  }

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

  .bold-text-18 {
    flex-wrap: nowrap;
    justify-content: center;
    width: 200px;
    font-size: 14px;
    display: flex;
  }

  .bold-text-19 {
    justify-content: center;
    width: 200px;
    font-size: 14px;
    display: flex;
  }

  .text-block-13 {
    display: inline;
    overflow: visible;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_author-content {
    margin-right: 0;
  }

  .uui-blogpost04_author-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .title__tag-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .lottie-animation-2 {
    width: 40px;
    height: 40px;
    transition: opacity .2s;
    transform: rotate(-90deg);
  }

  .lottie-animation-2.lottie-main {
    transform: rotate(0);
  }

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

  .scroll.scroll-main {
    flex-direction: column;
    margin-top: 10%;
    display: none;
  }

  .text-block-16 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .text-block-16.text-block-16-main {
    color: var(--untitled-ui-gray800);
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .clients-quote-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.3;
    display: block;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff0;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bold-text-30, .bold-text-31 {
    color: #fff;
  }

  .block-g {
    width: 100%;
  }

  .wrap-block-g {
    flex-flow: column;
  }

  .btn__contact {
    bottom: 25%;
  }

  .p1 {
    text-align: left;
  }

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

  .h3-btn {
    font-size: 16px;
  }
}

#w-node-_7765720e-65e4-5dee-b49b-5333fcee6aad-e513ddd8, #w-node-_7765720e-65e4-5dee-b49b-5333fcee6ab4-e513ddd8, #w-node-_7765720e-65e4-5dee-b49b-5333fcee6abb-e513ddd8, #w-node-_7765720e-65e4-5dee-b49b-5333fcee6ac2-e513ddd8 {
  place-self: auto;
}

#w-node-_854a66ba-e928-3e30-1d40-71c706df38fa-e513ddd8 {
  align-self: center;
}

#w-node-_870872e0-6806-1979-ee45-19c1f0e78e1e-e513ddd8, #w-node-_870872e0-6806-1979-ee45-19c1f0e78e23-e513ddd8, #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6d1-e513ddd8, #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6d9-e513ddd8, #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6e1-e513ddd8, #w-node-c4eac818-aeb6-721f-3865-08e81c87fa61-e513ddd8, #w-node-cab5c8d4-e323-40d6-3aad-04f551f1dd4d-e513ddd8, #w-node-_50cfe09c-8da8-5f09-d3a4-56e3c7d2eb3e-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b18-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b19-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1a-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1b-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1c-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1d-e513ddd8, #w-node-eaf254da-abbb-89e0-b3d6-9216b5063873-e513ddd8, #w-node-c179c169-58b3-1e14-9c5c-583d43947b9e-e513ddd8, #w-node-a9e9b23b-a1b1-28e6-e969-87c715095cbe-e513ddd8, #w-node-f020df69-9f0e-b9d7-f7c3-28c1d96aaaa1-e513ddd8, #w-node-_53a69b89-5cbe-0141-82a9-74230fc9f75d-e513ddd8, #w-node-fc6e0ddb-07e7-20e2-bb1d-595e1e5d9e46-e513ddd8, #w-node-_77ada8bd-dd90-0aee-f16d-10d86fdc6a6b-e513ddd8, #w-node-_0db19bf9-4f00-68b8-efca-7b5a121ec316-e513ddd8, #w-node-a7474048-0803-7e3d-a8b9-d932b0d327eb-e513ddd8, #w-node-_9a5573ba-9bdb-960b-94fe-9f02863945e5-e513ddd8, #w-node-_9e4c513b-8202-90f4-3a06-e49665bee11a-e513ddd8, #w-node-_35d7d415-d803-a1eb-5c4b-7c926140226e-e513ddd8, #w-node-_96410177-94f7-c0fa-8900-04b29c4e8d79-e513ddd8, #w-node-_96410177-94f7-c0fa-8900-04b29c4e8d89-e513ddd8, #w-node-a48725d2-5e9e-2213-0f69-c7af29e3488c-29e34889, #w-node-a48725d2-5e9e-2213-0f69-c7af29e34893-29e34889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a48725d2-5e9e-2213-0f69-c7af29e348a4-29e34889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a1ca811-13fd-0596-fd3c-339423be4369-23be4364, #w-node-_6a1ca811-13fd-0596-fd3c-339423be4373-23be4364, #w-node-_6a1ca811-13fd-0596-fd3c-339423be437d-23be4364 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ac50a65-37bc-27e0-9852-a4a48d24ffed-ac5c2932 {
  justify-self: center;
}

#w-node-e6b90070-534e-6249-9c3c-caa7200ae1d1-ac5c2932 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_39c8e297-73f9-05af-fa0a-db2a7c3b984f-e513de0b, #w-node-_39c8e297-73f9-05af-fa0a-db2a7c3b9853-e513de0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39c8e297-73f9-05af-fa0a-db2a7c3b983a-e513de0b {
  align-self: center;
}

#w-node-_83c0cf83-ded7-64a6-bc1b-b4b38903253a-e513de0b, #w-node-_83c0cf83-ded7-64a6-bc1b-b4b38903254f-e513de0b, #w-node-_0bf5ad72-5fa5-a111-3a61-cc15bf077644-e513de0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bf5ad72-5fa5-a111-3a61-cc15bf077645-e513de0d {
  place-self: auto;
}

#w-node-b6000063-951a-e60e-5c0f-7d8cba6dc11d-ba6dc115, #w-node-b6000063-951a-e60e-5c0f-7d8cba6dc121-ba6dc115, #w-node-aa702475-e507-3cb2-dd48-8e54971e3373-ba6dc115, #w-node-_456219dd-bd87-2b9c-ea52-e34ebf642510-e513de10, #w-node-_456219dd-bd87-2b9c-ea52-e34ebf642516-e513de10, #w-node-b3e751ed-6755-eb93-20dd-4e300b1d97a5-e513de11, #w-node-b3e751ed-6755-eb93-20dd-4e300b1d97ab-e513de11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c01-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c07-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c0d-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c13-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c2f-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c35-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c3b-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c41-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c49-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c4f-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c64-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c6a-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c70-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c76-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c7e-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c84-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c8a-e513de13, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c90-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1705-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf170b-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1711-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1717-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1733-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1739-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf173f-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1745-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf174d-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1753-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1768-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf176e-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1774-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf177a-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1782-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1788-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf178e-e513de13, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1794-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c21-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c27-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c2d-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c33-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c4f-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c55-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c5b-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c61-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c69-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c6f-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c86-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c8c-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c92-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c98-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445ca0-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445ca6-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445cac-e513de13, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445cb2-e513de13, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90450-e513de13, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90456-e513de13, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d9045c-e513de13, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90462-e513de13, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90468-e513de13, #w-node-_8a268f33-ea11-26a4-5587-9c0b15724842-e513de13, #w-node-_8a268f33-ea11-26a4-5587-9c0b15724848-e513de13, #w-node-_8a268f33-ea11-26a4-5587-9c0b1572484e-e513de13, #w-node-_8a268f33-ea11-26a4-5587-9c0b15724854-e513de13, #w-node-_8a268f33-ea11-26a4-5587-9c0b1572485a-e513de13 {
  align-self: start;
}

#w-node-_4297cfe9-11c6-2616-f127-c1a969319053-6931904b, #w-node-_4297cfe9-11c6-2616-f127-c1a969319057-6931904b, #w-node-b4963e01-a7d5-4656-a695-c4d447d4d112-6931904b, #w-node-_4e6d5ca4-e239-0218-a4d6-1d914eeb329e-e513de16, #w-node-_0575cb9f-ad82-687e-517c-69b26a9a5dc1-e513de16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b955-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b95b-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b961-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b967-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b983-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b989-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b98f-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b995-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b99d-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9a3-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9ba-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9c0-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9c6-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9cc-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9d4-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9da-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9e0-e513de16, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9e6-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b63-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b69-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b6f-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b75-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b7b-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b81-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b9b-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056ba1-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056ba7-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bad-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bb3-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bb9-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bbf-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bc5-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bdc-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056be2-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056be8-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bee-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bf4-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bfa-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c00-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c06-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c0c-e513de16, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c12-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8c93-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8c99-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8c9f-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ca5-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cab-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cb1-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ccb-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cd1-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cd7-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cdd-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ce3-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ce9-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cef-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cf5-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d0c-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d12-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d18-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d1e-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d24-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d2a-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d30-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d36-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d3c-e513de16, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d42-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287ddf8-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287ddfe-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de04-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de0d-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de27-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de2d-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de33-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de39-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de3f-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de45-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de5c-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de62-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de68-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de6e-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de74-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de7a-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de80-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de86-e513de16, #w-node-_282d8103-9290-197a-b5b0-748ba287de8c-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4ad6-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4adc-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4ae2-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4ae8-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b02-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b08-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b0e-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b14-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b1a-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b31-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b37-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b3d-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b43-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b49-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b4f-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b55-e513de16, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b5b-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a49-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a4f-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a55-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a71-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a77-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a7d-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a83-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5a89-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5aa0-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5aa6-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5aac-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5ab2-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5abb-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5ac4-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5aca-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5ad0-e513de16, #w-node-c80e24e3-96f1-045f-56c5-cc78b4ef5ad6-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add44f-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add455-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add45b-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add463-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add46b-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add487-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add48d-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add493-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add499-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4a1-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4a7-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4ad-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4c4-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4ca-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4d0-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4d6-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4de-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4e6-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4ec-e513de16, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4f5-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492ae2-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492ae8-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492aee-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492af6-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492afe-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b1a-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b20-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b26-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b2c-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b35-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b3b-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b41-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b58-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b5e-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b64-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b6a-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b72-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b7a-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b80-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b86-e513de16, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b8f-e513de16 {
  align-self: start;
}

#w-node-af01658f-6f50-894d-ed50-371e8d803358-e513de17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af01658f-6f50-894d-ed50-371e8d803359-e513de17 {
  place-self: auto;
}

#w-node-af01658f-6f50-894d-ed50-371e8d8033bb-e513de17 {
  justify-self: auto;
}

#w-node-_18dd9235-d956-63e6-45c2-e55754fa86e6-e513de34, #w-node-_52bc79f1-4837-beb8-ed65-25f741491f8d-e513de34, #w-node-_51b6b74e-5a3a-cc08-f545-f4f03aa7836c-e513de34, #w-node-_0e0f7bb7-28ea-594c-f4fc-f2801fff6721-e513de34 {
  place-self: auto;
}

#w-node-e383cb6a-0d28-ca25-dc0f-ff3f050965e3-e513de34 {
  align-self: center;
}

#w-node-e383cb6a-0d28-ca25-dc0f-ff3f050965fc-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050965f8-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f05096614-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f05096622-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f0509662f-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f0509663c-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f0509664a-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f05096659-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d2-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d3-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d4-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d5-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d6-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d7-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d8-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d9-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966da-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966db-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966dc-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966dd-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966de-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966df-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966e0-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966e1-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966e2-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966e3-e513de34, #w-node-c2296156-e1f5-dbcd-1e90-53d154d69914-e513de34, #w-node-c2296156-e1f5-dbcd-1e90-53d154d69924-e513de34, #w-node-_49933295-9359-eacb-49d9-5d686d5f66f8-6d5f66f5, #w-node-_49933295-9359-eacb-49d9-5d686d5f6700-6d5f66f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49933295-9359-eacb-49d9-5d686d5f670f-6d5f66f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9da34dc-6ab2-0817-bf71-1f6c2244b580-2244b57b, #w-node-e9da34dc-6ab2-0817-bf71-1f6c2244b58a-2244b57b, #w-node-e9da34dc-6ab2-0817-bf71-1f6c2244b594-2244b57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3a504d5-9b3f-7617-3a3b-3a48d728f970-d728f962 {
  justify-self: center;
}

#w-node-c3a504d5-9b3f-7617-3a3b-3a48d728f972-d728f962 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ea6-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7eac-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7eb2-e513de35, #w-node-_60eb1bff-981e-7ba0-bbaf-3aabb8ed6feb-e513de35, #w-node-_869db48f-6495-dc31-94c9-a94f77cf8417-e513de35, #w-node-_1a71e929-4928-a30c-777b-b18adb029bca-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ecc-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ed2-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ed8-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ede-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ee4-e513de35, #w-node-d38bfc65-84b0-3605-3669-3abd081efae0-e513de35, #w-node-e9e58558-e415-867b-3301-c7702c9b4ff7-e513de35, #w-node-_7d3cb214-fa15-3a9b-ccfd-c0a262c98ea5-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ef9-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7eff-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f05-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f0b-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f11-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f17-e513de35, #w-node-aecde5b1-bf6e-896f-da18-a41afa8affb7-e513de35, #w-node-c582ae7e-b009-7b99-e88b-d159d651afe4-e513de35, #w-node-_936ab438-0dee-1a4d-f8e4-1e714eeccfd3-e513de35, #w-node-_4f504718-70e7-3ad2-b7e5-9c1fe22aabf9-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d37-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d3d-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d43-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d49-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d4f-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d55-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d6f-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d75-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d7b-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d81-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d87-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d8d-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d93-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d99-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dae-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3db4-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dba-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dc0-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dc6-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dcc-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dd2-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dd8-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dde-e513de35, #w-node-_05c501fd-162b-9a6f-201f-b929738a3de4-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a0f-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a15-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a1b-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a21-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a27-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a2d-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a47-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a4d-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a53-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a59-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a5f-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a65-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a6b-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a71-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a88-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a8e-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a94-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4a9a-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4aa0-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4aa6-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4aac-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4ab2-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4ab8-e513de35, #w-node-_30a5a5a6-9782-329d-6857-659859da4abe-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fbe-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fc4-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fca-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fd0-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fd6-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fed-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ff3-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ff9-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fff-e513de35, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b8005-e513de35, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e493-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e499-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e49f-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4a5-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4ab-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4b1-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4cb-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4d1-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4d7-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4dd-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4e3-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4e9-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4ef-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4f5-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e50a-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e510-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e516-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e51c-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e522-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e528-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e52e-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e534-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e53a-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e540-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500407d-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004083-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004089-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500408f-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004095-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500409b-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040b5-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040bb-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040c1-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040c7-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040cd-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040d3-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040d9-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040df-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040f4-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040fa-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004100-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004106-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500410c-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004112-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004118-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500411e-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004124-e513de36, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500412a-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd709-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd70f-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd715-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd71b-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd721-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd727-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd741-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd747-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd74d-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd753-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd759-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd75f-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd765-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd76b-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd782-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd788-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd78e-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd794-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd79a-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7a0-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7a6-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7ac-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7b2-e513de36, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7b8-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e624-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e62a-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e630-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e636-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e63c-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e653-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e659-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e65f-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e665-e513de36, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e66b-e513de36, #w-node-_33358b59-e89a-57f7-3369-b3665ea558cd-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea558d3-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea558d9-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea558df-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55905-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea5590b-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55911-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55917-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea5591d-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55923-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55944-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea5594a-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55950-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55956-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea5595c-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55962-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55968-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea5596e-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55974-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c94c-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c952-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c958-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c961-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c97b-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c981-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c987-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c98d-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c993-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c999-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9ae-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9b4-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9ba-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9c0-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9c6-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9cc-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9d2-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9d8-e513de37, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9de-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113886-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11388c-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113892-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11389b-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138b5-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138bb-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138c1-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138c7-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138cd-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138d3-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138ea-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138f0-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138f6-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138fc-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113902-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113908-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11390e-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113914-e513de37, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11391a-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a5e-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a64-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a6a-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a70-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a76-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a8d-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a93-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a99-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a9f-e513de37, #w-node-_33358b59-e89a-57f7-3369-b3665ea55aa5-e513de37, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a638-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a63e-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a644-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a64a-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a670-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a676-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a67c-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a682-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a688-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6af-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6b5-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6bb-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6c1-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6c7-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6cd-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6d3-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6d9-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f323-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f329-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f32f-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f335-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f34f-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f355-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f35b-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f361-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f367-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f37c-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f382-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f388-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f38e-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f394-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f39a-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f3a0-e513de4c, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f3a6-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1bd3-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1bd9-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1bdf-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1be5-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1bff-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c05-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c0b-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c11-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c17-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c2e-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c34-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c3a-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c40-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c46-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c4c-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c52-e513de4c, #w-node-ab7295db-af4e-2423-243c-edce303c1c58-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7c9-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7cf-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7d5-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7db-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7e1-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7f8-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7fe-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a804-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a80a-e513de4c, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a810-e513de4c, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7256-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b725c-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7262-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7285-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b728b-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7291-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7297-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b729d-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72b8-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72be-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72c4-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72ca-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72d0-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72d6-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72dc-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72e2-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72e8-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7161-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7167-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c716d-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7189-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c718f-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7195-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c719b-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71a1-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71b6-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71bc-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71c2-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71c8-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71d1-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71da-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71e0-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71e6-e513de4d, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71ec-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960fcf-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960fd5-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960fdb-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960ff7-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960ffd-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961003-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961009-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96100f-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961026-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96102c-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961032-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961038-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961041-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96104a-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961050-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961056-e513de4d, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96105c-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73b5-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73bb-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73c1-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73c7-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73cd-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73e4-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73ea-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73f0-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73f6-e513de4d, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73fc-e513de4d, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864619-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86461f-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864625-e513de4e, #w-node-f655d438-28ff-d87f-ef99-9a56bfb5b030-e513de4e, #w-node-acd5e3ae-5437-48f7-b54c-ab075a1eff62-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864641-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864647-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86464d-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864653-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864659-e513de4e, #w-node-_8e6f882e-44bc-47d4-6573-5bbc4fab43a2-e513de4e, #w-node-be96f015-ef5a-3b63-acdb-8ebf76fc2fa4-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86466e-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864674-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86467a-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864680-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864689-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864692-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864698-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86469e-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8646a4-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530ba-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530c0-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530c6-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530ce-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530d6-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530f2-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530f8-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e4530fe-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453104-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e45310d-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453113-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453119-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e45312e-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453134-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e45313a-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453140-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453148-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453150-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453156-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e45315c-e513de4e, #w-node-_3581f67a-6596-9939-281c-c4176e453165-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0dffa-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e000-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e006-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e00e-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e016-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e032-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e038-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e03e-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e044-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e04d-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e053-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e059-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e070-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e076-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e07c-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e082-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e08a-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e092-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e098-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e09e-e513de4e, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e0a7-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864768-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86476e-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864774-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86477a-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864780-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864797-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86479d-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8647a3-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8647a9-e513de4e, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8647af-e513de4e, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6409d-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640a3-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640a9-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640b1-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640b9-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640d5-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640db-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640e1-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640e7-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640f0-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640f6-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640fc-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64111-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64117-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6411d-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64123-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6412b-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64133-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6413f-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64148-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342a8-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342ae-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342b4-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342bc-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342c4-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342e0-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342e6-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342ec-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342f2-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342fa-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634300-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634306-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63431b-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634321-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634327-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63432d-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634335-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63433d-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634343-e513de4f, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63434c-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114ab-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114b1-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114b7-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114bf-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114c7-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114e3-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114e9-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114ef-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114f5-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e114fd-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11503-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11509-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11520-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11526-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e1152c-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11532-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e1153a-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11542-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11548-e513de4f, #w-node-_6e129d15-5637-7c40-031c-416465e11551-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6422c-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64232-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64238-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6423e-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64244-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6425b-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64261-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64267-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6426d-e513de4f, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64273-e513de4f {
  align-self: start;
}

#w-node-_34b26922-caa2-5bce-b741-ad7c504b927b-e513de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34b26922-caa2-5bce-b741-ad7c504b927c-e513de50 {
  place-self: auto;
}

#w-node-_0dcc64e9-df45-395c-710d-aa1a73f19550-e513de51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dcc64e9-df45-395c-710d-aa1a73f19551-e513de51 {
  place-self: auto;
}

#w-node-_0dcc64e9-df45-395c-710d-aa1a73f1957c-e513de51 {
  justify-self: auto;
}

#w-node-_6fb29744-7699-2809-1e01-b3d493152561-e513de52 {
  align-self: center;
}

#w-node-_6fb29744-7699-2809-1e01-b3d493152576-e513de52, #w-node-_6fb29744-7699-2809-1e01-b3d49315257a-e513de52, #w-node-_16cb0431-a90d-c1c2-741c-fc25dd818f6c-e513de56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16cb0431-a90d-c1c2-741c-fc25dd818f6d-e513de56 {
  place-self: auto;
}

#w-node-_16cb0431-a90d-c1c2-741c-fc25dd818f98-e513de56 {
  justify-self: auto;
}

#w-node-a81a5aa0-2661-2ffc-4338-ae8d91f2b2d7-e513de57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a81a5aa0-2661-2ffc-4338-ae8d91f2b2d8-e513de57 {
  place-self: auto;
}

#w-node-a81a5aa0-2661-2ffc-4338-ae8d91f2b316-e513de57 {
  justify-self: auto;
}

#w-node-fce7e2f8-7799-2bab-8f53-406bac97b9a4-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9aa-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9b0-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9b8-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9c0-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9dc-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9e2-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9e8-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9ee-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9f6-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9fc-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba02-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba17-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba1d-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba23-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba29-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba31-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba39-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba3f-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba48-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba62-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba68-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba6e-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba76-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba7e-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba9a-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baa0-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baa6-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baac-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bab4-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baba-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bac0-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bad7-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97badd-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bae3-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bae9-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baf1-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baf9-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baff-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb08-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb5c-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb62-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb68-e513de58, #w-node-_0954456b-6afc-df46-005b-059f73675c73-e513de58, #w-node-_0954456b-6afc-df46-005b-059f73675c79-e513de58, #w-node-_0954456b-6afc-df46-005b-059f73675c7f-e513de58, #w-node-_0954456b-6afc-df46-005b-059f73675c85-e513de58, #w-node-_0954456b-6afc-df46-005b-059f73675c8d-e513de58, #w-node-_0954456b-6afc-df46-005b-059f73675c93-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbe7-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbed-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbf3-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbf9-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbff-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc16-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc1c-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc22-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc28-e513de58, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc2e-e513de58 {
  align-self: start;
}

#w-node-_987b5870-6c6a-d023-04f8-186269911bf8-e513de59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_987b5870-6c6a-d023-04f8-186269911bf9-e513de59 {
  place-self: auto;
}

#w-node-_987b5870-6c6a-d023-04f8-186269911c31-e513de59 {
  justify-self: auto;
}

#w-node-_4b66cc9a-fd42-90b5-bfac-05f4784e163e-e513de5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b66cc9a-fd42-90b5-bfac-05f4784e163f-e513de5b {
  place-self: auto;
}

#w-node-_4b66cc9a-fd42-90b5-bfac-05f4784e1677-e513de5b {
  justify-self: auto;
}

#w-node-_32bf2626-cee5-45fb-18df-f16a2f13d21d-e513de5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32bf2626-cee5-45fb-18df-f16a2f13d21e-e513de5c {
  place-self: auto;
}

#w-node-_32bf2626-cee5-45fb-18df-f16a2f13d279-e513de5c {
  justify-self: auto;
}

#w-node-d4168ad1-b286-78df-1da1-fe05a798242f-e513de5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4168ad1-b286-78df-1da1-fe05a798247b-e513de5d {
  justify-self: auto;
}

#w-node-_89622b19-ff11-dfe2-fa4d-21d3bc3e0cff-e513de5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89622b19-ff11-dfe2-fa4d-21d3bc3e0d00-e513de5f {
  place-self: auto;
}

#w-node-c75f0da1-7866-cdb6-11c5-fa93fd56b965-e513de5f {
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6d9-e513ddd8, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1a-e513ddd8, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f05096622-e513de34, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d4-e513de34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1b-e513ddd8, #w-node-e383cb6a-0d28-ca25-dc0f-ff3f050966d5-e513de34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ac50a65-37bc-27e0-9852-a4a48d24ffed-ac5c2932, #w-node-c3a504d5-9b3f-7617-3a3b-3a48d728f970-d728f962 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Hubotsans Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.white__input {
  background-color: white !important;
}
.w-button-submit {
  border: 1px solid black;
  border-radius: 5px;
}