@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;
  --transparent: #ff010100;
  --lightgrey: #ebebeb;
  --white: white;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary200: #e9d7fe;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-2: #f9fafb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary300: #d6bbfb;
  --greyl: var(--grey);
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --honeydew-section: #ecfcf4;
  --grey: #3f3f3f;
  --ubuntu: Ubuntu, Helvetica, sans-serif;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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%;
  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.color.section__news-ua {
  display: none;
}

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

.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);
  width: 100%;
  color: var(--untitled-ui-gray800);
  text-align: center;
  justify-content: center;
  align-items: center;
  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;
}

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

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

.navigation-link-move.navigation-link-move-news {
  display: none;
}

.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 {
  width: 800px;
  color: var(--black);
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  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;
}

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

.title-tag.big {
  color: #1d2939;
  font-family: Inter Tight, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.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 {
  width: 30px;
  height: 30px;
  color: var(--black);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  height: 100%;
  color: var(--black);
  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;
  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 {
  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;
}

.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: 20px;
  font-weight: 700;
}

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

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

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

.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 {
  width: 100%;
  height: 350px;
  max-height: 400px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: fill;
  transform-style: preserve-3d;
  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;
}

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

.testiomonials-photo {
  background-image: url('../images/team1.avif');
  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.avif');
  position: static;
  overflow: visible;
}

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

.role-name {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

.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;
  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 {
  color: #000;
  background-color: #f0f5ff;
  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(--alice-blue);
  border-radius: 5px;
  padding-bottom: 55px;
}

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

.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: space-between;
  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: uppercase;
  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: 1fr 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% 40px;
  display: flex;
}

.flex-tag-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 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-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;
}

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

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.avif');
  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-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 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

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

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

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

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

.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: Ubuntu, Helvetica, sans-serif;
}

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

.home-link, .home-link.home-link_ua {
  width: 60%;
}

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

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

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

.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 {
  max-width: 1000px;
  color: var(--untitled-ui-gray800);
  text-align: center;
  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: 20px;
  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: 1200px;
  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-12 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-13 {
  text-align: right;
  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 {
  width: 50px;
  height: 50px;
  color: var(--black);
  background-color: #1d2939;
  border: 1px solid #000;
  border-radius: 50px;
  align-items: center;
  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;
  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;
  width: 100%;
  color: var(--black);
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  overflow: hidden;
}

.price__block {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-button.uui-button-n {
  width: 200px;
}

.uui-text-size-medium {
  color: var(--black);
  letter-spacing: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  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();
  background-color: #b9ab92;
}

.uui-pricing08_plan:active {
  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(--untitled-ui-gray700);
  outline-color: var(--untitled-ui-primary200);
  outline-offset: 0px;
  width: 100%;
  height: 2.5rem;
  color: var(--untitled-ui-white);
  border: 1px solid #354054;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  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;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 2rem 2rem;
  transition: filter .4s;
  display: block;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing08_popular-plan:hover {
  filter: invert();
  background-color: #b9ab92;
}

.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_components.uui-pricing08_components-s {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: .5fr;
  justify-content: center;
  place-items: center;
  width: 60%;
  display: flex;
}

.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 {
  width: 100%;
  max-width: 80rem;
  color: var(--untitled-ui-gray800);
  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-weight: 300;
  position: static;
}

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

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

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

.link-2.link-2-u {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.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 {
  padding-right: 0;
}

.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_tab-link.none-link {
  display: none;
}

.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 {
  text-transform: none;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 0;
  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-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.2;
}

.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);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  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);
  width: 3rem;
  height: 3rem;
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui-gray50-2);
  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 {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
}

.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);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  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-quote-two {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

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

.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 {
  font-family: Ubuntu, Helvetica, sans-serif;
  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;
}

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

.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;
  position: fixed;
  inset: auto 0% 50% auto;
}

.btn__contact.btn__contact-lang {
  bottom: 44%;
}

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

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

.container-4 {
  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;
}

.grid__box-ae {
  background-color: #f0f5ff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

.text-span-4, .text-span-5 {
  color: var(--untitled-ui-gray500);
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.copy {
  color: var(--untitled-ui-gray300);
  font-size: 12px;
}

.text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.img__in-servise {
  background-image: url('../images/98449.jpg');
  background-position: 50% 31%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.img__in-servise.img__in-servise2 {
  background-image: url('../images/31332.jpg');
}

.img__in-servise.img__in-servise3 {
  background-image: url('../images/120965.jpg');
  background-position: 50%;
}

.img__in-servise.img__in-servise4 {
  background-image: url('../images/2149726122.jpg');
  background-position: 50%;
  background-size: cover;
}

.text__x {
  color: var(--alice-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-67 {
  text-align: center;
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--greyl);
}

.uui-layout87_item {
  background-color: var(--untitled-ui-white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 5px 20px;
}

.uui-layout87_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-button-link-2 {
  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-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-icon-2 {
  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-icon-featured-outline-large {
  border: .5rem solid var(--alice-blue);
  background-color: var(--alice-blue);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.uui-padding-vertical-xhuge-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.bold-text-36, .bold-text-37 {
  font-weight: 500;
}

.p77 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

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

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-twenty {
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty.rt-body-font-color {
  color: var(--black);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--transparent);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 20px 15px 20px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

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

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width {
  width: 100%;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--black);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 100%;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

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

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 10px;
  padding: 20px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color-2 {
  color: var(--black);
  background-color: #fff;
  padding-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  transition: color .35s;
}

.rt-body-font-color-2.rt-body-font-color-2-1 {
  margin-bottom: 0;
  font-weight: 300;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky.rt-tab-sticky-off.rttext-black {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--untitled-ui-gray900);
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  direction: ltr;
  background-image: linear-gradient(#000, #000);
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.bold-text-39 {
  text-transform: none;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--transparent);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 15px 60px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-auto-fit-two {
  object-fit: cover;
}

.rt-auto-fit-two.rt-offer-image.rt-responsive-image-full-width {
  width: 100%;
}

.rt-display-off {
  display: none;
}

.rt-top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text.rt-change-style-two {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rt-top-heading-text.rt-text-blue {
  color: var(--untitled-ui-gray800);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.rt-home-one-top-heading-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-home-one-offer-image {
  background-color: var(--transparent);
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rt-home-one-offer-item {
  -webkit-text-stroke-color: var(--transparent);
  cursor: auto;
  border-left: 1px #e1d6d3;
  border-right: 1px #e1d6d3;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.rt-home-one-offer-left-arrow {
  border: 1px solid var(--untitled-ui-gray800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 1% auto auto 78%;
}

.rt-home-one-offer {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.rt-home-one-offer-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-home-one-offer-right-arrow {
  border: 1px solid var(--untitled-ui-gray800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 1% 5% auto auto;
}

.rt-heading-five-10 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.rt-heading-five-10.rt-change-color-white {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.rt-home-one-offer-mask {
  max-width: 744px;
  overflow: visible;
}

.rt-home-one-offer-text {
  z-index: 3;
  background-color: #ffffffe6;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: -1px 2px 6px #000000b3;
}

.rt-home-one-offer-slider {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.rt-home-one-offer-heading {
  max-width: 540px;
}

.rt-home-one-offer-heading.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-inner-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.rt-inner-container.rt-position-relative-2 {
  position: relative;
}

.rt-home-one-top-heading-line-2 {
  background-color: #c99b8f;
  width: 62px;
  height: 1px;
}

.rt-home-one-top-heading-line-2.rt-colour-blue {
  background-color: var(--black);
}

.rt-home-one-offer-wrapper {
  flex: none;
  margin-right: -30vw;
  padding-top: 40px;
  overflow: hidden;
}

.rt-home-one-offer-image-overlay {
  z-index: 2;
  border: 0 #000;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.rt-position-relative-2 {
  position: relative;
}

.heading-2 {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.heading-2.heading-2-works {
  font-size: 20px;
  line-height: 1.3;
}

.body {
  overflow: visible;
}

.image-68 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.image-68.image-68-left {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 10px;
  padding: 20px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-button-two {
  height: 60px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-about-blog-card-paragraph {
  max-width: 100%;
  color: var(--untitled-ui-gray600);
  text-align: center;
  margin-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rt-about-blog-card {
  box-shadow: none;
  background-color: #fff;
  border-right: 1px #ff471d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px 10px;
  transition: box-shadow .3s, border-radius .3s;
  display: flex;
  position: relative;
}

.rt-about-blog-card:hover {
  z-index: 2;
  box-shadow: 0 20px 40px #00000026;
}

.rt-about-blog-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-overflow-hidden-4 {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.rt-about-blog-card-straight-line {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--greyl) black black;
  background-color: var(--black);
  height: 47%;
  position: absolute;
  right: 0%;
}

.rt-button-12 {
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ff471d;
  border: 1px solid #ff471d;
  justify-content: center;
  align-items: center;
  padding: 11px 36px;
  font-size: .75rem;
  line-height: 1.4rem;
  transition: background-color .3s;
}

.rt-button-12:hover {
  background-color: #ff471d33;
}

.rt-button-12.rt-button-two {
  border-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  color: #fff;
  border-radius: 0;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rt-button-12.rt-button-two:hover {
  border-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-button-12.rt-button-two.rt-about-three-card-button {
  margin-top: 30px;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  text-transform: none;
  font-style: normal;
}

.btn-wrapp {
  width: 100%;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-5.rt-accordion-v-six {
  background-color: var(--transparent);
  padding-top: 50px;
  padding-bottom: 40px;
}

.rt-accordion-answer-wrap {
  background-color: #f4f4fc;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-block {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px 50px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.rt-home-three-accordion-wrap-heading {
  color: var(--black);
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus {
  position: absolute;
}

.bold-text-40, .bold-text-41 {
  font-size: 18px;
  font-weight: 500;
}

.bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45 {
  font-weight: 500;
}

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

  .uui-layout87_item {
    height: 100%;
  }

  .rt-home-one-offer-left-arrow {
    left: 79%;
  }

  .rt-heading-five-10 {
    font-size: 25px;
    line-height: 35px;
  }
}

@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 (min-width: 1920px) {
  .div-block-3.div-block-3-list {
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }
}

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

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

  .img__in-servise.img__in-servise4 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

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

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

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-home-one-offer-left-arrow {
    inset: auto auto 0% 35%;
  }

  .rt-home-one-offer {
    padding-top: 70px;
  }

  .rt-home-one-offer-right-arrow {
    inset: auto 35% 0% auto;
  }

  .rt-home-one-offer-text {
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .rt-home-one-offer-heading {
    max-width: 100%;
  }

  .rt-inner-container.rt-position-relative-2.rt-padding-bottom {
    padding-bottom: 90px;
  }

  .rt-home-one-offer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }
}

@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 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-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: 38%;
  }

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

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

  .img__in-servise.img__in-servise4 {
    background-position: 50%;
    background-size: cover;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-layout87_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

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

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

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

  .rt-autofit {
    height: auto;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-home-one-offer-item {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-offer-left-arrow {
    left: 30%;
  }

  .rt-home-one-offer-right-arrow {
    right: 30%;
  }

  .rt-home-one-offer-mask {
    width: 100%;
    max-width: none;
  }

  .rt-home-one-offer-wrapper {
    margin-right: 0;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@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;
    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: 56px;
    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 {
    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: none;
  }

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

  .bold-text-4 {
    width: 100%;
    padding-bottom: 0;
    font-size: 30px;
    display: flex;
  }

  .home-link {
    width: 60%;
    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-pricing08_components.uui-pricing08_components-s {
    width: 100%;
  }

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

  .btn__contact.btn__contact-lang {
    bottom: 19%;
  }

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

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

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

  .uui-layout87_item {
    min-height: auto;
  }

  .uui-layout87_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .p77 {
    margin-bottom: 0;
  }

  .p77.p77-2 {
    margin-bottom: 20px;
  }

  .bold-text-38 {
    font-size: 20px;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-component-section-2 {
    background-color: var(--alice-blue);
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-body-font-color-2 {
    background-color: var(--transparent);
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .rt-component-section-3 {
    background-color: var(--transparent);
    padding-left: 0;
    padding-right: 0;
  }

  .rt-top-heading-text.rt-change-style-two {
    font-size: 12px;
  }

  .rt-home-one-offer-left-arrow {
    inset: auto auto 0% 0%;
  }

  .rt-home-one-offer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-offer-main {
    padding-bottom: 20px;
  }

  .rt-home-one-offer-right-arrow {
    inset: auto 0% 0% auto;
  }

  .rt-heading-five-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .rt-heading-five-10.rt-change-color-white {
    font-size: 30px;
  }

  .rt-home-one-offer-mask {
    padding-bottom: 20px;
  }

  .rt-home-one-offer-text {
    background-color: #ffffffe6;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .rt-inner-container.rt-position-relative-2.rt-padding-bottom {
    padding-bottom: 0;
  }

  .rt-home-one-top-heading-line-2 {
    display: none;
  }

  .rt-home-one-offer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .heading-2.heading-2-works {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .rt-component-section-4 {
    background-color: var(--transparent);
    padding: 0;
  }

  .rt-about-blog-card-paragraph {
    max-width: 100%;
  }

  .rt-about-blog-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-about-blog-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
    grid-template-columns: 1fr;
  }

  .rt-about-blog-card-straight-line {
    display: none;
  }

  .rt-component-section-5.rt-accordion-v-six {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-accordion-answer-wrap {
    background-color: #fff;
  }

  .rt-home-three-accordion-section {
    grid-template-columns: 1fr;
  }
}

#w-node-_61e560dc-f181-a44a-542b-c8b2f58cb4fc-ce7296b2, #w-node-_61e560dc-f181-a44a-542b-c8b2f58cb503-ce7296b2, #w-node-_61e560dc-f181-a44a-542b-c8b2f58cb50a-ce7296b2, #w-node-_61e560dc-f181-a44a-542b-c8b2f58cb511-ce7296b2 {
  place-self: auto;
}

#w-node-_854a66ba-e928-3e30-1d40-71c706df38fa-ce7296b2 {
  align-self: center;
}

#w-node-_870872e0-6806-1979-ee45-19c1f0e78e1e-ce7296b2, #w-node-_870872e0-6806-1979-ee45-19c1f0e78e23-ce7296b2, #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6d1-ce7296b2, #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6d9-ce7296b2, #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6e1-ce7296b2, #w-node-c4eac818-aeb6-721f-3865-08e81c87fa61-ce7296b2, #w-node-cab5c8d4-e323-40d6-3aad-04f551f1dd4d-ce7296b2, #w-node-_50cfe09c-8da8-5f09-d3a4-56e3c7d2eb3e-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b18-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b19-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1a-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1b-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1c-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1d-ce7296b2, #w-node-eaf254da-abbb-89e0-b3d6-9216b5063873-ce7296b2, #w-node-c179c169-58b3-1e14-9c5c-583d43947b9e-ce7296b2, #w-node-a9e9b23b-a1b1-28e6-e969-87c715095cbe-ce7296b2, #w-node-f020df69-9f0e-b9d7-f7c3-28c1d96aaaa1-ce7296b2, #w-node-_53a69b89-5cbe-0141-82a9-74230fc9f75d-ce7296b2, #w-node-fc6e0ddb-07e7-20e2-bb1d-595e1e5d9e46-ce7296b2, #w-node-_77ada8bd-dd90-0aee-f16d-10d86fdc6a6b-ce7296b2, #w-node-_0db19bf9-4f00-68b8-efca-7b5a121ec316-ce7296b2, #w-node-a7474048-0803-7e3d-a8b9-d932b0d327eb-ce7296b2, #w-node-_9a5573ba-9bdb-960b-94fe-9f02863945e5-ce7296b2, #w-node-_9e4c513b-8202-90f4-3a06-e49665bee11a-ce7296b2, #w-node-_35d7d415-d803-a1eb-5c4b-7c926140226e-ce7296b2, #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-ce7296e4, #w-node-_39c8e297-73f9-05af-fa0a-db2a7c3b9853-ce7296e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39c8e297-73f9-05af-fa0a-db2a7c3b983a-ce7296e4 {
  align-self: center;
}

#w-node-_83c0cf83-ded7-64a6-bc1b-b4b38903253a-ce7296e4, #w-node-_83c0cf83-ded7-64a6-bc1b-b4b38903254f-ce7296e4, #w-node-_0bf5ad72-5fa5-a111-3a61-cc15bf077644-ce7296e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bf5ad72-5fa5-a111-3a61-cc15bf077645-ce7296e9 {
  place-self: auto;
}

#w-node-_2ac7c009-0c0a-ed7d-705d-06b55c00284d-ce7296eb, #w-node-_2ac7c009-0c0a-ed7d-705d-06b55c002851-ce7296eb, #w-node-_456219dd-bd87-2b9c-ea52-e34ebf642510-ce7296ed, #w-node-_456219dd-bd87-2b9c-ea52-e34ebf642516-ce7296ed, #w-node-b3e751ed-6755-eb93-20dd-4e300b1d97a5-ce729702, #w-node-b3e751ed-6755-eb93-20dd-4e300b1d97ab-ce729702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c01-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c07-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c0d-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c13-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c2f-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c35-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c3b-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c41-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c49-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c4f-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c64-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c6a-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c70-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c76-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c7e-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c84-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c8a-ce729709, #w-node-_95f9e1f4-2945-d88d-d8b5-a044e1f49c90-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1705-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf170b-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1711-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1717-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1733-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1739-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf173f-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1745-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf174d-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1753-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1768-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf176e-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1774-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf177a-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1782-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1788-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf178e-ce729709, #w-node-_8c573c8b-63ee-b5fc-453e-7eebaacf1794-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c21-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c27-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c2d-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c33-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c4f-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c55-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c5b-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c61-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c69-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c6f-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c86-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c8c-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c92-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445c98-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445ca0-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445ca6-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445cac-ce729709, #w-node-_597dfd1c-8c85-e2db-ac0d-2c8e96445cb2-ce729709, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90450-ce729709, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90456-ce729709, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d9045c-ce729709, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90462-ce729709, #w-node-_0d79731c-bf9a-e4a9-31f3-74fde4d90468-ce729709, #w-node-_8a268f33-ea11-26a4-5587-9c0b15724842-ce729709, #w-node-_8a268f33-ea11-26a4-5587-9c0b15724848-ce729709, #w-node-_8a268f33-ea11-26a4-5587-9c0b1572484e-ce729709, #w-node-_8a268f33-ea11-26a4-5587-9c0b15724854-ce729709, #w-node-_8a268f33-ea11-26a4-5587-9c0b1572485a-ce729709 {
  align-self: start;
}

#w-node-_4e6d5ca4-e239-0218-a4d6-1d914eeb329e-ce72970c, #w-node-_0575cb9f-ad82-687e-517c-69b26a9a5dc1-ce72970c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b955-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b95b-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b961-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b967-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b983-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b989-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b98f-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b995-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b99d-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9a3-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9ba-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9c0-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9c6-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9cc-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9d4-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9da-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9e0-ce72970c, #w-node-fbc973cf-8d87-f6f2-7c65-ff23c2c2b9e6-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b63-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b69-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b6f-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b75-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b7b-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b81-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056b9b-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056ba1-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056ba7-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bad-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bb3-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bb9-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bbf-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bc5-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bdc-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056be2-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056be8-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bee-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bf4-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056bfa-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c00-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c06-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c0c-ce72970c, #w-node-bc6d0dc7-2946-de16-437e-0c844e056c12-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8c93-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8c99-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8c9f-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ca5-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cab-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cb1-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ccb-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cd1-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cd7-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cdd-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ce3-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8ce9-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cef-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8cf5-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d0c-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d12-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d18-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d1e-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d24-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d2a-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d30-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d36-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d3c-ce72970c, #w-node-_55114831-dec7-c762-8793-f5eb87aa8d42-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287ddf8-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287ddfe-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de04-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de0d-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de27-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de2d-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de33-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de39-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de3f-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de45-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de5c-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de62-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de68-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de6e-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de74-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de7a-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de80-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de86-ce72970c, #w-node-_282d8103-9290-197a-b5b0-748ba287de8c-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4ad6-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4adc-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4ae2-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4ae8-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b02-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b08-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b0e-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b14-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b1a-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b31-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b37-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b3d-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b43-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b49-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b4f-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b55-ce72970c, #w-node-c4f0b15a-42ee-a759-23c8-669ca8ce4b5b-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add44f-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add455-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add45b-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add463-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add46b-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add487-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add48d-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add493-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add499-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4a1-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4a7-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4ad-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4c4-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4ca-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4d0-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4d6-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4de-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4e6-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4ec-ce72970c, #w-node-_2594d98f-16ac-ed55-ac70-f88257add4f5-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492ae2-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492ae8-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492aee-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b1a-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b20-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b26-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b2c-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b35-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b58-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b5e-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b64-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b6a-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b72-ce72970c, #w-node-_491b6a79-c1f3-a5c0-c69e-98ceed492b7a-ce72970c {
  align-self: start;
}

#w-node-af01658f-6f50-894d-ed50-371e8d803358-ce72970d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af01658f-6f50-894d-ed50-371e8d803359-ce72970d {
  place-self: auto;
}

#w-node-af01658f-6f50-894d-ed50-371e8d8033bb-ce72970d {
  justify-self: auto;
}

#w-node-_2dbac6d4-6b58-0987-7781-d9bacffba88b-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba892-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba899-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8a0-9c336f3f {
  place-self: auto;
}

#w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8b1-9c336f3f {
  align-self: center;
}

#w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8c6-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8ca-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8e2-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8f0-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8fd-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba90a-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba918-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba926-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba99d-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba99e-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba99f-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a0-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a1-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a2-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a3-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a4-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a5-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a6-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a7-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a8-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a9-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9aa-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9ab-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9ac-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9ad-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9ae-9c336f3f, #w-node-_676f89a4-fcd8-cf8f-b2e7-012fbd966030-bd96602d, #w-node-_676f89a4-fcd8-cf8f-b2e7-012fbd966038-bd96602d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_676f89a4-fcd8-cf8f-b2e7-012fbd966047-bd96602d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca48dca8-03dc-c662-820d-e307911c4cc2-911c4cbd, #w-node-ca48dca8-03dc-c662-820d-e307911c4ccc-911c4cbd, #w-node-ca48dca8-03dc-c662-820d-e307911c4cd6-911c4cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18ed02c4-a51d-2527-2ba7-ff8ff05ee675-f05ee667 {
  justify-self: center;
}

#w-node-_18ed02c4-a51d-2527-2ba7-ff8ff05ee677-f05ee667 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ea6-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7eac-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7eb2-b3ff0625, #w-node-_60eb1bff-981e-7ba0-bbaf-3aabb8ed6feb-b3ff0625, #w-node-_869db48f-6495-dc31-94c9-a94f77cf8417-b3ff0625, #w-node-_1a71e929-4928-a30c-777b-b18adb029bca-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ecc-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ed2-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ed8-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ede-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ee4-b3ff0625, #w-node-d38bfc65-84b0-3605-3669-3abd081efae0-b3ff0625, #w-node-e9e58558-e415-867b-3301-c7702c9b4ff7-b3ff0625, #w-node-_7d3cb214-fa15-3a9b-ccfd-c0a262c98ea5-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ef9-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7eff-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f05-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f0b-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f11-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7f17-b3ff0625, #w-node-aecde5b1-bf6e-896f-da18-a41afa8affb7-b3ff0625, #w-node-c582ae7e-b009-7b99-e88b-d159d651afe4-b3ff0625, #w-node-_936ab438-0dee-1a4d-f8e4-1e714eeccfd3-b3ff0625, #w-node-_4f504718-70e7-3ad2-b7e5-9c1fe22aabf9-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d37-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d3d-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d43-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d49-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d4f-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d55-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d6f-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d75-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d7b-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d81-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d87-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d8d-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d93-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3d99-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dae-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3db4-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dba-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dc0-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dc6-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dcc-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dd2-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dd8-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3dde-b3ff0625, #w-node-_05c501fd-162b-9a6f-201f-b929738a3de4-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a0f-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a15-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a1b-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a21-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a27-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a2d-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a47-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a4d-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a53-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a59-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a5f-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a65-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a6b-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a71-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a88-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a8e-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a94-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4a9a-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4aa0-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4aa6-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4aac-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4ab2-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4ab8-b3ff0625, #w-node-_30a5a5a6-9782-329d-6857-659859da4abe-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fbe-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fc4-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fca-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fd0-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fd6-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fed-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ff3-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7ff9-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b7fff-b3ff0625, #w-node-_1cf10c6c-e2dd-2121-a5c4-9c36824b8005-b3ff0625, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e493-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e499-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e49f-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4a5-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4ab-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4b1-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4cb-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4d1-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4d7-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4dd-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4e3-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4e9-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4ef-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e4f5-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e50a-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e510-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e516-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e51c-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e522-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e528-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e52e-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e534-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e53a-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e540-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500407d-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004083-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004089-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500408f-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004095-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500409b-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040b5-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040bb-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040c1-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040c7-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040cd-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040d3-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040d9-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040df-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040f4-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f50040fa-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004100-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004106-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500410c-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004112-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004118-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500411e-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f5004124-961451b8, #w-node-_8efc1a68-7d17-813d-5446-c9d4f500412a-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd709-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd70f-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd715-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd71b-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd721-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd727-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd741-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd747-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd74d-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd753-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd759-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd75f-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd765-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd76b-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd782-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd788-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd78e-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd794-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd79a-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7a0-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7a6-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7ac-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7b2-961451b8, #w-node-_015863de-16b2-3d02-7ecb-de12db1fd7b8-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e624-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e62a-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e630-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e636-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e63c-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e653-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e659-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e65f-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e665-961451b8, #w-node-_821f3084-9774-9dc1-44d1-28e219a5e66b-961451b8, #w-node-_33358b59-e89a-57f7-3369-b3665ea558cd-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea558d3-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea558d9-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea558df-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55905-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea5590b-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55911-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55917-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea5591d-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55923-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55944-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea5594a-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55950-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55956-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea5595c-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55962-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55968-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea5596e-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55974-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c94c-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c952-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c958-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c961-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c97b-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c981-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c987-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c98d-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c993-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c999-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9ae-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9b4-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9ba-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9c0-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9c6-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9cc-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9d2-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9d8-83207022, #w-node-_0864a7bd-7d8d-6136-268f-63deac54c9de-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113886-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11388c-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113892-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11389b-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138b5-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138bb-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138c1-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138c7-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138cd-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138d3-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138ea-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138f0-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138f6-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a1138fc-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113902-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113908-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11390e-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a113914-83207022, #w-node-_6eb26bf3-f6d3-4ce3-6d9d-20821a11391a-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a5e-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a64-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a6a-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a70-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a76-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a8d-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a93-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a99-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55a9f-83207022, #w-node-_33358b59-e89a-57f7-3369-b3665ea55aa5-83207022, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a638-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a63e-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a644-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a64a-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a670-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a676-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a67c-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a682-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a688-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6af-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6b5-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6bb-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6c1-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6c7-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6cd-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6d3-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a6d9-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f323-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f329-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f32f-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f335-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f34f-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f355-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f35b-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f361-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f367-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f37c-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f382-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f388-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f38e-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f394-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f39a-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f3a0-223ab2fb, #w-node-_6efd5da8-62a5-90c6-8b18-9d92c359f3a6-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1bd3-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1bd9-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1bdf-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1be5-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1bff-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c05-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c0b-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c11-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c17-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c2e-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c34-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c3a-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c40-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c46-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c4c-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c52-223ab2fb, #w-node-ab7295db-af4e-2423-243c-edce303c1c58-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7c9-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7cf-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7d5-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7db-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7e1-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7f8-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a7fe-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a804-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a80a-223ab2fb, #w-node-_93e7d05d-f3d1-3156-35ab-843493a8a810-223ab2fb, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7256-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b725c-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7262-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7285-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b728b-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7291-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b7297-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b729d-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72b8-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72be-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72c4-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72ca-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72d0-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72d6-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72dc-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72e2-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b72e8-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7161-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7167-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c716d-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7189-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c718f-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c7195-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c719b-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71a1-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71b6-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71bc-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71c2-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71c8-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71d1-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71da-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71e0-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71e6-5ed816a9, #w-node-e3d25411-fb3a-cd11-1567-8876ff7c71ec-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960fcf-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960fd5-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960fdb-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960ff7-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb960ffd-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961003-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961009-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96100f-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961026-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96102c-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961032-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961038-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961041-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96104a-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961050-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb961056-5ed816a9, #w-node-_0c26fe3e-02f8-0353-2210-71b4fb96105c-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73b5-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73bb-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73c1-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73c7-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73cd-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73e4-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73ea-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73f0-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73f6-5ed816a9, #w-node-_9de68f8d-2be0-32e3-81d9-ec4c390b73fc-5ed816a9, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864619-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86461f-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864625-b861c305, #w-node-f655d438-28ff-d87f-ef99-9a56bfb5b030-b861c305, #w-node-acd5e3ae-5437-48f7-b54c-ab075a1eff62-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864641-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864647-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86464d-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864653-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864659-b861c305, #w-node-_8e6f882e-44bc-47d4-6573-5bbc4fab43a2-b861c305, #w-node-be96f015-ef5a-3b63-acdb-8ebf76fc2fa4-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86466e-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864674-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86467a-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864680-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864689-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864692-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864698-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86469e-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8646a4-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530ba-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530c0-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530c6-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530ce-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530d6-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530f2-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530f8-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e4530fe-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453104-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e45310d-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453113-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453119-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e45312e-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453134-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e45313a-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453140-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453148-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453150-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453156-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e45315c-b861c305, #w-node-_3581f67a-6596-9939-281c-c4176e453165-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0dffa-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e000-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e006-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e00e-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e016-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e032-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e038-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e03e-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e044-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e04d-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e053-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e059-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e070-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e076-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e07c-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e082-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e08a-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e092-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e098-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e09e-b861c305, #w-node-b5c7e3c0-9ce2-618f-37fb-387aa8f0e0a7-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864768-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86476e-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864774-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86477a-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864780-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c864797-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c86479d-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8647a3-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8647a9-b861c305, #w-node-_7173ef81-867d-5378-a88f-6d2f1c8647af-b861c305, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6409d-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640a3-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640a9-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640b1-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640b9-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640d5-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640db-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640e1-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640e7-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640f0-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640f6-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb640fc-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64111-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64117-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6411d-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64123-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6412b-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64133-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6413f-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64148-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342a8-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342ae-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342b4-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342bc-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342c4-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342e0-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342e6-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342ec-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342f2-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f6342fa-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634300-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634306-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63431b-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634321-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634327-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63432d-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634335-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63433d-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f634343-fc687a13, #w-node-_827334e6-e90a-d61d-dcea-cf1b9f63434c-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114ab-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114b1-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114b7-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114bf-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114c7-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114e3-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114e9-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114ef-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114f5-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e114fd-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11503-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11509-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11520-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11526-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e1152c-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11532-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e1153a-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11542-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11548-fc687a13, #w-node-_6e129d15-5637-7c40-031c-416465e11551-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6422c-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64232-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64238-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6423e-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64244-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6425b-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64261-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64267-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb6426d-fc687a13, #w-node-bdd35fb9-a28a-224b-f824-f8367eb64273-fc687a13 {
  align-self: start;
}

#w-node-_34b26922-caa2-5bce-b741-ad7c504b927b-54e6cea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34b26922-caa2-5bce-b741-ad7c504b927c-54e6cea0 {
  place-self: auto;
}

#w-node-_0dcc64e9-df45-395c-710d-aa1a73f19550-b5e3e271 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dcc64e9-df45-395c-710d-aa1a73f19551-b5e3e271 {
  place-self: auto;
}

#w-node-_0dcc64e9-df45-395c-710d-aa1a73f1957c-b5e3e271 {
  justify-self: auto;
}

#w-node-_6fb29744-7699-2809-1e01-b3d493152561-b414100a {
  align-self: center;
}

#w-node-_6fb29744-7699-2809-1e01-b3d493152576-b414100a, #w-node-_6fb29744-7699-2809-1e01-b3d49315257a-b414100a, #w-node-_16cb0431-a90d-c1c2-741c-fc25dd818f6c-ea6366e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16cb0431-a90d-c1c2-741c-fc25dd818f6d-ea6366e3 {
  place-self: auto;
}

#w-node-_16cb0431-a90d-c1c2-741c-fc25dd818f98-ea6366e3 {
  justify-self: auto;
}

#w-node-a81a5aa0-2661-2ffc-4338-ae8d91f2b2d7-61ce0b08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a81a5aa0-2661-2ffc-4338-ae8d91f2b2d8-61ce0b08 {
  place-self: auto;
}

#w-node-a81a5aa0-2661-2ffc-4338-ae8d91f2b316-61ce0b08 {
  justify-self: auto;
}

#w-node-fce7e2f8-7799-2bab-8f53-406bac97b9a4-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9aa-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9b0-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9b8-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9c0-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9dc-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9e2-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9e8-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9ee-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9f6-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97b9fc-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba02-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba17-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba1d-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba23-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba29-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba31-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba39-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba3f-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba48-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba62-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba68-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba6e-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba76-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba7e-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97ba9a-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baa0-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baa6-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baac-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bab4-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baba-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bac0-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bad7-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97badd-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bae3-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bae9-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baf1-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baf9-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97baff-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb08-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb5c-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb62-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bb68-d398aea2, #w-node-_0954456b-6afc-df46-005b-059f73675c73-d398aea2, #w-node-_0954456b-6afc-df46-005b-059f73675c79-d398aea2, #w-node-_0954456b-6afc-df46-005b-059f73675c7f-d398aea2, #w-node-_0954456b-6afc-df46-005b-059f73675c85-d398aea2, #w-node-_0954456b-6afc-df46-005b-059f73675c8d-d398aea2, #w-node-_0954456b-6afc-df46-005b-059f73675c93-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbe7-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbed-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbf3-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbf9-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bbff-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc16-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc1c-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc22-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc28-d398aea2, #w-node-fce7e2f8-7799-2bab-8f53-406bac97bc2e-d398aea2 {
  align-self: start;
}

#w-node-_987b5870-6c6a-d023-04f8-186269911bf8-de662381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_987b5870-6c6a-d023-04f8-186269911bf9-de662381 {
  place-self: auto;
}

#w-node-_987b5870-6c6a-d023-04f8-186269911c31-de662381 {
  justify-self: auto;
}

#w-node-_4b66cc9a-fd42-90b5-bfac-05f4784e163e-57f6102e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b66cc9a-fd42-90b5-bfac-05f4784e163f-57f6102e {
  place-self: auto;
}

#w-node-_4b66cc9a-fd42-90b5-bfac-05f4784e1677-57f6102e {
  justify-self: auto;
}

#w-node-_32bf2626-cee5-45fb-18df-f16a2f13d21d-5305edcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32bf2626-cee5-45fb-18df-f16a2f13d21e-5305edcc {
  place-self: auto;
}

#w-node-_32bf2626-cee5-45fb-18df-f16a2f13d279-5305edcc {
  justify-self: auto;
}

#w-node-d4168ad1-b286-78df-1da1-fe05a798242f-dc11fe2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4168ad1-b286-78df-1da1-fe05a798247b-dc11fe2a {
  justify-self: auto;
}

#w-node-_89622b19-ff11-dfe2-fa4d-21d3bc3e0cff-a02f24fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89622b19-ff11-dfe2-fa4d-21d3bc3e0d00-a02f24fb {
  place-self: auto;
}

#w-node-c75f0da1-7866-cdb6-11c5-fa93fd56b965-a02f24fb {
  justify-self: auto;
}

#w-node-_43d3f9c8-20b4-9908-aafa-541daedf2c82-40f63385, #w-node-_43d3f9c8-20b4-9908-aafa-541daedf2c86-40f63385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43d3f9c8-20b4-9908-aafa-541daedf2c9b-40f63385 {
  align-self: center;
}

#w-node-_43d3f9c8-20b4-9908-aafa-541daedf2cb4-40f63385, #w-node-_43d3f9c8-20b4-9908-aafa-541daedf2cc4-40f63385, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d5f1-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d612-feaf7a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d644-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d64a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d650-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d656-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d672-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d678-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d67e-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d684-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d68c-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d692-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6a9-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6af-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6b5-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6bb-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6c3-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6c9-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6cf-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6d5-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6f1-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6f7-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d6fd-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d703-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d709-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d70f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d729-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d72f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d735-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d73b-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d741-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d747-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d74d-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d753-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d76a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d770-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d776-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d77c-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d782-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d788-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d78e-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d794-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d79a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7a0-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7ba-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7c0-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7c6-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7cc-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7d2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7d8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7f2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7f8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d7fe-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d804-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d80a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d810-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d816-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d81c-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d833-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d839-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d83f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d845-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d84b-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d851-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d857-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d85d-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d863-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d869-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d883-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d889-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d88f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d898-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8b2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8b8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8be-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8c4-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8ca-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8d0-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8e7-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8ed-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8f3-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8f9-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d8ff-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d905-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d90b-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d911-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d917-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d933-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d939-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d93f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d945-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d95f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d965-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d96b-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d971-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d977-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d98e-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d994-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d99a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9a0-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9a6-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9ac-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9b2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9b8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da7a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da80-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da86-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da8e-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da96-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dab2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dab8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dabe-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dac4-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dacc-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dad2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dad8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3daef-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3daf5-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dafb-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db01-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db09-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db11-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db17-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db20-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9d2-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9d8-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9de-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3d9fa-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da00-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da06-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da0c-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da12-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da29-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da2f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da35-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da3b-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da44-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da4d-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da53-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da59-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3da5f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db3b-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db41-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db47-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db4f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db57-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db73-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db79-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db7f-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db85-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db8e-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db94-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3db9a-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbb1-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbb7-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbbd-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbc3-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbcb-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbd3-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbd9-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbdf-feaf7a4f, #w-node-d9c0f43f-9d54-6b0f-ad2a-ff7fc5d3dbe8-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5413c-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54142-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54148-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54150-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54158-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54174-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5417a-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54180-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54186-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5418e-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54194-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5419a-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541af-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541b5-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541bb-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541c1-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541c9-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541d1-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541d7-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541e0-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f541fa-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54200-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54206-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5420e-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54216-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54232-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54238-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5423e-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54244-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5424c-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54252-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54258-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5426f-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54275-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5427b-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54281-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54289-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54291-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54297-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542a0-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542bf-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542c5-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542cb-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542d1-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542ec-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542f2-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542f8-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f542fe-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54304-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5431c-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54322-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54328-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5432e-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f54334-feaf7a4f, #w-node-_1441acbf-f311-5a22-d157-2589b3f5433a-feaf7a4f {
  align-self: start;
}

#w-node-_8182db08-70dc-6d64-0633-5afcb57a76c2-f95c9a85 {
  align-self: center;
}

#w-node-_8182db08-70dc-6d64-0633-5afcb57a76d7-f95c9a85, #w-node-_8182db08-70dc-6d64-0633-5afcb57a76db-f95c9a85, #w-node-_68f33b3f-42df-2dee-76a3-f922f37d0f59-e4240c21, #w-node-_68f33b3f-42df-2dee-76a3-f922f37d0f5d-e4240c21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff321e11-73cb-c7a8-4a71-cf2b63b6108c-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b61092-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b61098-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b6109e-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610b8-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610be-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610c4-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610ca-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610d0-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610d6-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610ed-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610f3-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610f9-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b610ff-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b61105-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b6110b-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b61111-e77e361c, #w-node-ff321e11-73cb-c7a8-4a71-cf2b63b61117-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398874fce-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398874fd4-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398874fda-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398874fe0-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398874fe6-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398874ffd-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398875003-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398875009-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-73039887500f-e77e361c, #w-node-_530559ea-0cb0-3404-4d45-730398875015-e77e361c, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4508fe5-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4508feb-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4508ff1-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4508ff7-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4508ffd-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509003-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450901d-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509023-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509029-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450902f-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509035-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450903b-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509041-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509047-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450905e-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509064-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450906a-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509070-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509076-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450907c-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509082-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509088-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f450908e-c62ac594, #w-node-_11fbcde3-9fcd-9f78-f690-36d9f4509094-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5b7b-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5b81-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5b87-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5b8d-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5b93-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5baa-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5bb0-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5bb6-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5bbc-c62ac594, #w-node-ec1139ce-17bf-6e96-db6b-a2998a5d5bc2-c62ac594, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41837-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef4183d-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41843-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41849-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef4184f-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41855-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef4186f-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41875-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef4187b-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41881-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41887-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef4188d-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41893-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef41899-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418b0-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418b6-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418bc-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418c2-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418c8-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418ce-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418d4-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418da-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418e0-2197bc41, #w-node-ad8be364-f7c5-db14-cdbd-75912ef418e6-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f7d9-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f7df-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f7e5-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f7eb-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f7f1-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f808-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f80e-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f814-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f81a-2197bc41, #w-node-f1c2011c-8dc3-120e-4f96-09381a55f820-2197bc41, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb0cb-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb0d1-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb0d7-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb0dd-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb0f7-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb0fd-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb103-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb109-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb10f-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb115-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb12c-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb132-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb138-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb13e-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb144-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb14a-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb150-050d90b1, #w-node-_0d28c6f1-97bd-6ff7-4d7a-c0efeaeeb156-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd818-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd81e-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd824-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd82a-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd830-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd847-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd84d-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd853-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd859-050d90b1, #w-node-f8fdd848-4d80-3d0f-a32e-772baefcd85f-050d90b1, #w-node-_796eae36-1d95-8e42-2051-5267b7ea49d9-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea49df-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea49e5-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea49eb-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a05-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a0b-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a11-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a17-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a1d-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a34-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a3a-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a40-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a46-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a52-e13c42bc, #w-node-_796eae36-1d95-8e42-2051-5267b7ea4a58-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef81248-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef8124e-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef81254-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef8125a-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef81260-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef81277-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef8127d-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef81283-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef81289-e13c42bc, #w-node-_939af3da-81ba-5eec-d9e8-0e8f2ef8128f-e13c42bc, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5b73-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5b79-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5b7f-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5b85-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5b8b-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5ba5-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bab-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bb1-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bb7-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bbd-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bc3-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bc9-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5be0-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5be6-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bec-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bf2-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bf8-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5bfe-3eaebce3, #w-node-_73d734e7-71ba-5c87-be24-e5b7fb0a5c04-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7e92-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7e98-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7e9e-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7ea4-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7eaa-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7ec1-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7ec7-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7ecd-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7ed3-3eaebce3, #w-node-_05a1f74d-c339-f3a5-3d1f-1edb62dd7ed9-3eaebce3 {
  align-self: start;
}

#w-node-_4f324cb8-91e8-ed00-d8e0-7b5828a2cf28-6e3eb316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f324cb8-91e8-ed00-d8e0-7b5828a2cf29-6e3eb316 {
  place-self: auto;
}

#w-node-b788e27d-eb33-8021-47b1-25ae63d4623f-6f631f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b788e27d-eb33-8021-47b1-25ae63d46240-6f631f2b {
  place-self: auto;
}

#w-node-_17498f0c-6a09-9046-b24c-898674311a7b-039c1ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17498f0c-6a09-9046-b24c-898674311a7c-039c1ab7 {
  place-self: auto;
}

#w-node-_17498f0c-6a09-9046-b24c-898674311aa7-039c1ab7 {
  justify-self: auto;
}

#w-node-_9c1cd480-1bfb-299a-3062-e2ef682b18d8-36fb6286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c1cd480-1bfb-299a-3062-e2ef682b18d9-36fb6286 {
  place-self: auto;
}

#w-node-_9c1cd480-1bfb-299a-3062-e2ef682b1917-36fb6286 {
  justify-self: auto;
}

#w-node-fdf4f7ea-1098-49d7-a25f-775d37a26b28-fcfdb18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdf4f7ea-1098-49d7-a25f-775d37a26b29-fcfdb18d {
  place-self: auto;
}

#w-node-fdf4f7ea-1098-49d7-a25f-775d37a26b61-fcfdb18d {
  justify-self: auto;
}

#w-node-_38f922dd-66c3-65cb-3a18-76a7e7fd0788-19e5f504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38f922dd-66c3-65cb-3a18-76a7e7fd0789-19e5f504 {
  place-self: auto;
}

#w-node-_38f922dd-66c3-65cb-3a18-76a7e7fd07c1-19e5f504 {
  justify-self: auto;
}

#w-node-e8fdfa6e-8893-5b9f-4665-aca726963cfa-5cee32e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8fdfa6e-8893-5b9f-4665-aca726963cfb-5cee32e2 {
  place-self: auto;
}

#w-node-e8fdfa6e-8893-5b9f-4665-aca726963d56-5cee32e2 {
  justify-self: auto;
}

#w-node-_7390ae60-e2d6-c676-da90-d6f540f20926-82926488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7390ae60-e2d6-c676-da90-d6f540f20927-82926488 {
  place-self: auto;
}

#w-node-_7390ae60-e2d6-c676-da90-d6f540f20972-82926488 {
  justify-self: auto;
}

#w-node-_904f4105-1626-618e-bbb0-0ddb33d9d83c-46e1d38b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_904f4105-1626-618e-bbb0-0ddb33d9d898-46e1d38b {
  justify-self: auto;
}

#w-node-_3501f79a-93e0-444f-ac6c-15c9c46c87e3-8810d6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3501f79a-93e0-444f-ac6c-15c9c46c87e4-8810d6c7 {
  place-self: auto;
}

#w-node-_3501f79a-93e0-444f-ac6c-15c9c46c8846-8810d6c7 {
  justify-self: auto;
}

#w-node-_232c6276-1e01-891d-d4a8-5582d9c0bb21-efc150fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_232c6276-1e01-891d-d4a8-5582d9c0bb22-efc150fc {
  place-self: auto;
}

#w-node-_232c6276-1e01-891d-d4a8-5582d9c0bbbe-efc150fc {
  justify-self: auto;
}

#w-node-c34aabdd-ebc5-9c7c-3fa6-250c103f2bcd-19de3132, #w-node-_5c866f5a-457d-acab-3def-94b79968d017-876d8b94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c866f5a-457d-acab-3def-94b79968d018-876d8b94 {
  place-self: auto;
}

#w-node-_1e5d5229-2b0c-f437-ad14-5483aac97299-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9729f-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972a5-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972ad-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972b5-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972d1-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972d7-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972dd-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972e3-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972eb-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972f1-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac972f7-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9730c-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97312-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97318-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9731e-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97326-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9732e-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97334-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9733d-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97357-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9735d-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97363-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9736b-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97373-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9738f-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97395-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9739b-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973a1-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973a9-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973af-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973b5-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973cc-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973d2-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973d8-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973de-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973e6-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973ee-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973f4-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac973fd-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b927-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b92d-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b933-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b94d-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b953-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b959-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b95f-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b965-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b97c-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b982-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b988-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b98e-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b994-2f84559d, #w-node-db97b217-85ab-4ee3-6d26-878ec510b99a-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac974de-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac974e4-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac974ea-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac974f0-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac974f6-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9750d-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97513-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97519-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac9751f-2f84559d, #w-node-_1e5d5229-2b0c-f437-ad14-5483aac97525-2f84559d {
  align-self: start;
}

#w-node-e8d28ea0-7fe0-c463-6cf7-ec328b7bf04a-6732e090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8d28ea0-7fe0-c463-6cf7-ec328b7bf04b-6732e090 {
  place-self: auto;
}

#w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3b9-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3bf-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3c5-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3cd-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3d5-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3f1-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3f7-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb3fd-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb403-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb40b-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb411-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb417-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb42c-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb432-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb438-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb43e-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb446-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb44e-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb454-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb45d-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb477-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb47d-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb483-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb48b-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb493-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4af-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4b5-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4bb-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4c1-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4c9-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4cf-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4d5-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4ec-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4f2-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4f8-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb4fe-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb506-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb50e-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb514-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb51d-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb541-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb547-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb54f-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb557-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb573-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb579-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb57f-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb585-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb58d-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5b0-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5b6-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5bc-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5c2-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5ca-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5d2-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb5fe-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb604-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb60a-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb610-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb616-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb62d-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb633-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb639-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb63f-cdfb1438, #w-node-_6e475700-256f-d3b4-d4b0-5bfae2feb645-cdfb1438 {
  align-self: start;
}

#w-node-_029ec367-fc28-d410-bcd9-47a6580740a5-c14cac90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029ec367-fc28-d410-bcd9-47a6580740a6-c14cac90 {
  place-self: auto;
}

#w-node-_71e0f423-ed9c-e4a2-38a5-9c4e85064ca5-9e787cec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71e0f423-ed9c-e4a2-38a5-9c4e85064ca6-9e787cec {
  place-self: auto;
}

#w-node-_99cc5178-b70c-9fcc-422c-f925d8e44ae9-9e79c00a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99cc5178-b70c-9fcc-422c-f925d8e44aea-9e79c00a {
  place-self: auto;
}

#w-node-ed66080f-4981-402d-7d59-e59de4f9dc8e-376f0e45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed66080f-4981-402d-7d59-e59de4f9dc8f-376f0e45 {
  place-self: auto;
}

#w-node-_99e9c7c1-118a-835d-45bc-33cd4b6f9897-fb68a3bd, #w-node-_99e9c7c1-118a-835d-45bc-33cd4b6f98a1-fb68a3bd {
  align-self: auto;
}

#w-node-_0b2799f7-f011-1010-5935-c309f7ec30d4-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec30da-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec30e0-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec30e8-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec30f0-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec310c-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3112-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3118-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec311e-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3126-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec312c-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3132-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3147-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec314d-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3153-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3159-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3161-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3169-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec316f-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3178-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3192-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3198-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec319e-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31a6-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31ae-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31ca-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31d0-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31d6-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31dc-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31e4-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31ea-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec31f0-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3207-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec320d-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3213-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3219-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3221-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3229-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec322f-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3238-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3257-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec325d-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3263-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3269-fb68a3bd, #w-node-_7570a81d-e713-43b4-b3ec-bd6032435d82-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3284-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec328a-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3290-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3296-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec329c-fb68a3bd, #w-node-_9be5cbf1-dbdc-4f6d-f0c8-acecce92261c-fb68a3bd, #w-node-_0b33e3b6-1ab4-335b-c573-921260a4b0c8-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32b4-fb68a3bd, #w-node-e0e74e0d-2d53-fbbb-9273-d3dff8f2c0b3-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32ba-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32c0-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32c6-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32cc-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32d2-fb68a3bd, #w-node-dc712e8f-6598-de0e-2efc-29bbca4d4e4f-fb68a3bd, #w-node-d1f1504f-c1d1-f4fc-00f6-7db5836ce8ec-fb68a3bd, #w-node-_25baf86c-ccac-156a-adcd-6c7bf5b3455d-fb68a3bd {
  align-self: start;
}

#w-node-_124100cf-e703-9ea2-a848-f49a31e9b95e-fb68a3bd {
  place-self: auto;
}

#w-node-_124100cf-e703-9ea2-a848-f49a31e9b96f-fb68a3bd, #w-node-_124100cf-e703-9ea2-a848-f49a31e9b975-fb68a3bd, #w-node-_124100cf-e703-9ea2-a848-f49a31e9b97b-fb68a3bd, #w-node-_124100cf-e703-9ea2-a848-f49a31e9b981-fb68a3bd, #w-node-_124100cf-e703-9ea2-a848-f49a31e9b987-fb68a3bd, #w-node-c0f9df38-74d2-6bd6-cc5e-1cae1531bfc0-fb68a3bd, #w-node-c0096e3b-f886-010f-d989-7266b4f898c1-fb68a3bd, #w-node-_8166448e-c277-cfd6-d428-f8fea8c3cd29-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32ef-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32f5-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec32fb-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3301-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3307-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec331e-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3324-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec332a-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3330-fb68a3bd, #w-node-_0b2799f7-f011-1010-5935-c309f7ec3336-fb68a3bd, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280552-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280558-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828055e-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280566-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828056e-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828058a-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280590-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280596-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828059c-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805a4-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805aa-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805b0-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805c5-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805cb-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805d1-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805d7-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805df-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805e7-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805ed-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382805f6-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280610-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280616-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828061c-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280624-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828062c-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280648-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828064e-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280654-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828065a-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280662-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280668-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828066e-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280685-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828068b-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280691-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280697-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828069f-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806a7-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806ad-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806b6-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806d7-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806dd-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806e3-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806e9-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382806ef-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828070c-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280712-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280718-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828071e-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280724-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828072a-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280730-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828074a-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280750-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280756-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828075c-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280762-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280768-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828076e-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280774-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828077a-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280781-f2b16a00 {
  align-self: start;
}

#w-node-_8cde5678-9d20-9fe8-daaa-fedb3828078c-f2b16a00 {
  place-self: auto;
}

#w-node-_8cde5678-9d20-9fe8-daaa-fedb382807a1-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807a7-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807ad-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807b3-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807b9-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807bf-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807c5-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807cc-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807e7-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807ed-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807f3-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807f9-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb382807ff-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280816-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828081c-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280822-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb38280828-f2b16a00, #w-node-_8cde5678-9d20-9fe8-daaa-fedb3828082e-f2b16a00 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_2d082600-0ef3-19ce-7494-e31ecae1f6d9-ce7296b2, #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1a-ce7296b2, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba8f0-9c336f3f, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba99f-9c336f3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef9c6627-76e7-fbdb-7170-b905276b8b1b-ce7296b2, #w-node-_2dbac6d4-6b58-0987-7781-d9bacffba9a0-9c336f3f {
    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-_18ed02c4-a51d-2527-2ba7-ff8ff05ee675-f05ee667 {
    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;
}