:root {
  --gold-2: goldenrod;
  --flowui-component-library-white: white;
  --silver: #c1bebe;
  --transparent: rgba(22, 0, 66, 0);
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-400: #b6b9ce;
  --walsh--walsh-light-green: #c2ecd5;
  --black: #131212;
  --red: #f70707;
  --combine-library-white: white;
  --flowui-component-library-gray-100: #f7f9fd;
  --walsh--black: #2c2c2c;
  --light-black: #1e1e1e;
  --stone-gray: #b6c9c5;
  --page-black: #1a1a1a;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-warning-400: #f8b34b;
  --combine-library-primary-600: #6157f8;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-500: #6b7094;
  --walsh--azure: #e7f1f1;
  --combine-library--grey-100: #d9dce2;
  --gold: #160042;
  --flowui-component-library-gray-800: #1b114a;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-primary-lighter: #f7f5ff;
  --color: white;
  --color-2: white;
  --combine-library--grey-050: #f2f3f7;
}

.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-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.body {
  background-color: #131010;
}

.text-block {
  color: #fff;
}

.f-navigation-button {
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #daa520;
  border: 1px solid #daa520;
  border-radius: 10px;
  outline: 2px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  border: 1px solid var(--gold-2);
  color: var(--flowui-component-library-white);
  -webkit-text-stroke-color: var(--silver);
  background-color: rgba(218, 165, 32, 0);
  outline-color: rgba(0, 0, 0, 0);
}

.f-navigation-link {
  color: var(--flowui-component-library-grey-300);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  transition: all .35s;
}

.f-navigation-link:hover {
  border: 1px none var(--gold-2);
  color: var(--transparent);
  background-color: rgba(0, 0, 0, 0);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-link.f-navigation-link-4 {
  display: block;
}

.f-navigation-link.f-navigation-link-4:hover, .f-navigation-link.f-navigation-link-4.w--current:hover {
  background-color: var(--transparent);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  color: #daa520;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: #ce20da;
}

.nav-bar {
  color: var(--transparent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.nav-bar:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid var(--flowui-component-library-grey-300);
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.f-logo {
  width: auto;
  object-fit: cover;
  margin-left: 10px;
  overflow: visible;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding: 40px 5% 24px;
  display: flex;
}

.text-block-2 {
  font-weight: 400;
  text-decoration: none;
}

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

.f-header-image-wrapper-tall {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--gold-2);
  background-color: var(--gold-2);
  color: #000;
  letter-spacing: -.02em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  border-style: solid;
  border-color: var(--gold-2);
  color: var(--silver);
  -webkit-text-stroke-color: var(--silver);
  background-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  background-color: var(--gold-2);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  border: 1px solid var(--gold-2);
  color: var(--silver);
  background-color: rgba(0, 0, 0, 0);
  font-style: normal;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  color: var(--flowui-component-library-gray-200);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--gold-2);
  letter-spacing: -.04em;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library-white);
  letter-spacing: .08em;
  text-transform: none;
  mix-blend-mode: normal;
  padding-top: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
  position: static;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  float: left;
  clear: none;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-top: 10px;
  display: block;
}

.f-container-regular {
  width: auto;
  max-width: 1140px;
  float: none;
  clear: none;
  object-fit: fill;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
  position: relative;
  left: auto;
}

.landing-section {
  height: auto;
  object-fit: fill;
  border: 1px #000;
  padding: 92px 5% 140px;
  position: relative;
}

.text-span {
  color: var(--flowui-component-library-white);
  display: block;
}

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

.profile-head {
  width: auto;
  height: auto;
  max-width: none;
  object-fit: fill;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.section {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/pexels-format-1029757.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.bold-text-2 {
  color: var(--silver);
  font-size: 15px;
}

.bold-text-2:hover {
  color: var(--silver);
  border: 1px solid rgba(0, 0, 0, 0);
}

.bold-text-3 {
  color: var(--flowui-component-library-white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.bold-text-4 {
  color: var(--flowui-component-library-white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-4:hover {
  border: 1px #000;
}

.bold-text-5 {
  color: var(--flowui-component-library-white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.text-block-3 {
  color: #000;
}

.text-block-3:hover {
  color: var(--flowui-component-library-gray-400);
}

.gold-accent {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 150%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.background-image {
  max-height: 100%;
  max-width: none;
  object-fit: fill;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.text-block-5 {
  color: var(--silver);
  margin-top: 10px;
  font-size: 15px;
}

.image {
  border: 1px none var(--silver);
  margin-left: 10px;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-left: 13px;
}

.paragraph {
  max-width: 100%;
  color: var(--flowui-component-library-white);
  object-fit: none;
  position: static;
  overflow: visible;
}

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

.f-footer-detail {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-basic {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--gold-2);
  margin-top: 110px;
  padding: 32px 5%;
  position: relative;
}

.f-paragraph-regular {
  color: var(--flowui-component-library-white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.f-banner-badge {
  background-color: var(--walsh--walsh-light-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.news-banner {
  min-height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  color: var(--flowui-component-library-white);
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 16px 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.text-span-4 {
  color: var(--walsh--walsh-light-green);
}

.text-block-6 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

.f-paragraph-large-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.f-h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--black);
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library-white);
  border-radius: 20px;
  padding: 32px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.f-button-secondary-2 {
  min-height: 48px;
  border: 2px solid var(--black);
  background-color: var(--black);
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  border-width: 2px;
  border-color: var(--combine-library-white);
  background-color: var(--transparent);
  color: var(--combine-library-white);
}

.f-button-neutral-2 {
  min-height: 48px;
  border: 2px solid var(--combine-library-white);
  background-color: var(--transparent);
  color: var(--combine-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: var(--combine-library-white);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-33 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--combine-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-section {
  background-color: var(--transparent);
  color: var(--flowui-component-library-gray-200);
  mix-blend-mode: normal;
  padding: 92px 5%;
  position: relative;
}

.text-span-6 {
  color: var(--combine-library-white);
}

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

.text-block-7 {
  color: var(--gold-2);
  margin-top: -25px;
  font-size: 60px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 8.4%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-logo-plain {
  min-height: 96px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.f-h6-heading {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.partners-section {
  background-color: var(--flowui-component-library-white);
  padding: 40px 5%;
  position: relative;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
}

.image-4 {
  object-fit: fill;
  display: block;
}

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

.f-gallery-image-side {
  height: 400px;
}

.f-gallery-lightbox-small {
  width: 100%;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.f-h3-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-65 {
  margin-bottom: 8px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.projects-section {
  background-color: var(--flowui-component-library-white);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 92px 5%;
  position: relative;
}

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

.f-paragraph-small {
  color: var(--light-black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-line-dark {
  height: 1px;
  background-color: var(--gold-2);
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-button-secondary-white {
  min-height: 48px;
  border: 1px solid var(--gold-2);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.f-button-secondary-white:hover {
  border-color: var(--gold-2);
  background-color: var(--gold-2);
  color: var(--flowui-component-library-white);
}

.f-button-secondary-white:active {
  background-color: var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-primary-base);
}

.f-pricing-button {
  min-height: auto;
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--combine-library-white);
}

.f-pricing-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library-gray-400);
}

.f-paragraph-regular-2 {
  color: var(--light-black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-pricing-divider-dark {
  width: 1px;
  height: 20px;
  background-color: var(--stone-gray);
  margin-left: 16px;
  margin-right: 16px;
}

.f-h3-heading-3 {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--combine-library-white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-3.f-text-color-white {
  color: var(--page-black);
}

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

.f-badge-filled {
  background-color: var(--gold-2);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-heading-detail-small-4 {
  color: var(--stone-gray);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-4.f-text-color-white {
  color: #fff;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-pricing-card-dark {
  background-color: var(--flowui-component-library-white);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line {
  height: 1px;
  background-color: var(--gold-2);
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-button-neutral-3 {
  min-height: auto;
  background-color: var(--gold-2);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  border: 1px solid var(--gold-2);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.f-pricing-divider-small {
  width: 1px;
  height: 20px;
  background-color: var(--flowui-component-library-gray-400);
  margin-left: 16px;
  margin-right: 16px;
}

.f-pricing-card-outline {
  height: auto;
  border: 1px solid var(--flowui-component-library-white);
  background-color: var(--flowui-component-library-white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  max-width: 750px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.f-pricing-title-wrapper {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-section {
  background-color: var(--transparent);
  color: var(--black);
  padding: 92px 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.text-span-9 {
  color: var(--combine-library-white);
  -webkit-text-stroke-color: var(--combine-library-white);
}

.f-heading-detail-small-4-copy {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-sub-heading-large {
  color: var(--gold-2);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-4 {
  color: var(--gold-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.text-span-10, .text-span-11, .text-span-12 {
  color: var(--flowui-component-library-white);
}

.practices-section {
  background-color: var(--page-black);
  padding: 92px 5%;
  position: relative;
}

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

.text-span-14 {
  color: var(--flowui-component-library-gray-100);
}

.text-span-15 {
  color: var(--flowui-component-library-white);
}

.f-paragraph-small-copy {
  color: var(--flowui-component-library-gray-400);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-copy.f-text-color-gray-400 {
  color: var(--flowui-component-library-gray-400);
}

.f-paragraph-price-1 {
  color: var(--flowui-component-library-gray-400);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-price-1.f-text-color-gray-400 {
  color: var(--flowui-component-library-gray-400);
}

.combine-feature4_image {
  object-fit: cover;
}

.combine-feature4_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-text-size-regular {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4 {
  color: var(--combine-library-grey-600);
}

.combine-feature4_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600);
}

.combine-feature4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-icon_color3 {
  color: var(--combine-library-warning-400);
}

.combine-icon_color1 {
  color: var(--combine-library-primary-600);
}

.combine-feature4_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature4_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature4 {
  background-color: var(--combine-library-white);
}

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

.f-icon-regular-3 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  background-color: var(--gold-2);
  color: var(--transparent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  color: var(--silver);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line-2 {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs-2 {
  width: 48px;
  height: 48px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--flowui-component-library-gray-200);
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-button-secondary-3 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--transparent);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-4 {
  min-height: 48px;
  background-color: var(--black);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.f-footer-button-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-field-icon {
  width: 24px;
  height: 24px;
  color: var(--flowui-component-library-gray-400);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.f-field-input-icon {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
}

.f-field-input-icon:hover, .f-field-input-icon:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input-icon::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-field-input-icon::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

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

.f-footer-form-block {
  margin-bottom: 0;
}

.f-paragraph-small-2 {
  color: var(--flowui-component-library-white);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-sub-heading-large-2 {
  color: var(--transparent);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-130 {
  margin-bottom: 16px;
}

.f-footer-link {
  width: 100%;
  color: var(--transparent);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-title {
  color: var(--silver);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular {
  background-color: var(--gold-2);
  padding: 64px 5%;
  position: relative;
}

.f-image-cover-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-contact-image-wrapper {
  height: 100%;
  max-width: 550px;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox-label {
  color: var(--silver);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: var(--flowui-component-library-gray-400);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--transparent);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-131 {
  margin-bottom: 32px;
}

.f-text-area {
  min-height: 112px;
  border: 1px solid var(--combine-library-grey-600);
  color: var(--black);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--black);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid var(--combine-library-grey-600);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-4 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-5 {
  color: var(--transparent);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-6 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-132 {
  margin-bottom: 8px;
}

.f-margin-bottom-133 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.contact-section {
  background-color: var(--combine-library-white);
  padding: 92px 5%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-footer-regular-2 {
  background-color: var(--page-black);
  padding: 64px 5%;
  position: relative;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  color: var(--gold-2);
}

.text-span-17 {
  color: var(--black);
}

.text-block-7-copy {
  color: var(--gold-2);
  margin-top: -7.5px;
  font-size: 60px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 8.5%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-h3-heading-3-copy {
  color: var(--gold-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-3-copy.f-text-color-white {
  color: var(--flowui-component-library-white);
}

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

.cf-pricing-plan-content-wrapper {
  color: var(--flowui-component-library-gray-400);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-text {
  color: var(--black);
  letter-spacing: .5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.cf-pricing-plan-content-wrapper-white {
  color: var(--flowui-component-library-gray-400);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.cf-pricing-plan-content-text-white {
  color: var(--black);
  letter-spacing: .5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

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

.f-pricing-card-outline-basic {
  height: auto;
  border: 1px solid var(--flowui-component-library-white);
  background-color: var(--flowui-component-library-white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.f-error-message-2 {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-regular-3 {
  color: var(--flowui-component-library-white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-contact-divider {
  width: 1px;
  height: 24px;
  background-color: var(--flowui-component-library-grey-300);
}

.f-button-neutral-5 {
  min-height: 48px;
  background-color: var(--combine-library-white);
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  border: 1px solid var(--combine-library-white);
  color: var(--combine-library-white);
  -webkit-text-stroke-color: var(--combine-library-white);
  background-color: rgba(0, 0, 0, 0);
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area-2 {
  min-height: 112px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--transparent);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area-2::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-text-area-2::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library-white);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-134 {
  margin-bottom: 32px;
}

.f-field-input-2 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input-2::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-contact-form-2 {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-5 {
  color: var(--flowui-component-library-grey-300);
  text-align: left;
  letter-spacing: -.02em;
  object-fit: fill;
  margin-bottom: 0;
  margin-right: -500px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 32px;
}

.f-h3-heading-6 {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--flowui-component-library-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.f-margin-bottom-135 {
  margin-bottom: 16px;
}

.f-heading-detail-small-7 {
  color: var(--flowui-component-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-136 {
  margin-bottom: 8px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-margin-bottom-137 {
  margin-bottom: 48px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 5% 500px;
  position: relative;
}

.text-span-18, .text-span-19 {
  color: var(--flowui-component-library-white);
}

.f-navigation-button-2 {
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-2 {
  color: var(--transparent);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--transparent);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-2 {
  width: 124px;
}

.f-navigation-link-wrapper-2 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container-2 {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  width: 100%;
  min-height: 88px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.body-2, .body-3, .body-4, .body-5 {
  background-color: var(--light-black);
}

.f-footer-link-2 {
  width: 100%;
  color: var(--gold-2);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: var(--flowui-component-library-white);
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: var(--flowui-component-library-gray-200);
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-footer-detail-3 {
  color: var(--combine-library-white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand-2 {
  align-items: center;
  display: flex;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: var(--combine-library-white);
  color: var(--combine-library-white);
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular-4 {
  width: 24px;
  height: 24px;
  color: var(--gold-2);
  -webkit-text-stroke-color: var(--gold-2);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  width: 48px;
  height: 48px;
  background-color: var(--page-black);
  color: var(--transparent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-footer-logo-2 {
  flex: none;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small-2 {
  border-top: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--black);
  color: var(--black);
  padding: 32px 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: relative;
}

.text-block-21, .text-block-22, .text-block-23, .text-block-24 {
  color: var(--gold-2);
}

.text-block-25 {
  color: var(--combine-library-white);
  text-decoration: none;
}

.f-pricing-card-dark-copy {
  background-color: var(--flowui-component-library-white);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-type-wrapper-copy {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-heading-detail-small-4-copy-copy {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-4-copy-copy.f-text-color-white {
  color: var(--black);
}

.f-h3-heading-3-copy {
  color: var(--gold-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-3-copy.f-text-color-white {
  color: var(--black);
}

.f-paragraph-small-copy {
  color: var(--light-black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-copy.f-text-color-gray-400 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-pricing-plan-content-text-copy {
  color: var(--black);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--black);
  color: var(--black);
  letter-spacing: .5px;
  color: var(--black);
  letter-spacing: .5px;
  color: var(--black);
  letter-spacing: .5px;
  color: var(--black);
  letter-spacing: .5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.f-paragraph-regular-2-copy {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.text-block-26 {
  color: var(--flowui-component-library-gray-100);
  padding-top: 10px;
}

.project-slide {
  background-color: var(--light-black);
  border-radius: 16px;
  margin-right: 24px;
}

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

.image-8.contain {
  object-fit: contain;
}

.project-slider-mask {
  width: 40%;
  height: auto;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  overflow: visible;
}

.wrapper {
  width: 85%;
  max-width: 1215px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper.project-slider {
  width: 100%;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  padding-top: 65px;
  padding-left: 0;
  padding-right: 230px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-slider-right-arrow {
  width: 54px;
  height: 35px;
  background-color: var(--gold-2);
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.project-slider-nav {
  display: none;
}

.project-slider-left-arrow {
  width: 54px;
  height: 35px;
  background-color: var(--gold-2);
  border-radius: 19px 0 0 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.project-slider-arrow-icon-wrapper {
  width: 10px;
  height: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: static;
}

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

.image-9.contain {
  object-fit: contain;
}

.project-slider-tag-text {
  margin-left: 20px;
  font-size: 14px;
}

.project-slider-heading {
  color: var(--flowui-component-library-white);
  -webkit-text-stroke-color: var(--flowui-component-library-gray-200);
  padding-left: 20px;
  font-size: 24px;
}

.view-project-div {
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-27 {
  color: #000;
}

.text-block-27._18px {
  color: #000;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: inline;
}

.view-project-arrow-wrapper {
  width: 15px;
  height: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.view-project-arrow {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-10, .image-11, .image-12 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.f-h5-heading-copy {
  color: var(--gold-2);
  letter-spacing: -.02em;
  color: var(--gold-2);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.body-6 {
  background-color: var(--light-black);
}

.field-label {
  color: var(--flowui-component-library-white);
  -webkit-text-stroke-color: var(--flowui-component-library-white);
}

.field-label-2, .field-label-3 {
  color: var(--flowui-component-library-white);
}

.checkbox-label, .checkbox-label-2 {
  color: var(--silver);
}

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

.submit-button {
  background-color: var(--gold-2);
  border-radius: 110px;
}

.field-label-4, .field-label-5 {
  color: var(--flowui-component-library-white);
}

.submit-button-2 {
  background-color: var(--gold-2);
  border-radius: 10px;
}

.body-7 {
  background-color: var(--light-black);
}

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

.body-8 {
  background-color: var(--light-black);
}

.submit-button-3 {
  background-color: var(--gold-2);
  border-radius: 10px;
}

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

.field-label-6 {
  color: var(--flowui-component-library-white);
}

.paragraph-2 {
  color: var(--silver);
}

.field-label-7 {
  color: var(--flowui-component-library-white);
}

.submit-button-4 {
  background-color: var(--gold-2);
  border-radius: 10px;
}

.body-9 {
  background-color: var(--light-black);
}

.body-10 {
  background-color: var(--light-black);
  color: var(--light-black);
}

.paragraph-3 {
  color: var(--silver);
}

.image-13 {
  margin-bottom: 20px;
}

.f-button-secondary-copy {
  min-height: 48px;
  border: 1px solid var(--gold-2);
  background-color: var(--gold-2);
  color: #000;
  letter-spacing: -.02em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-copy:hover {
  border-style: solid;
  border-color: var(--gold-2);
  color: var(--silver);
  -webkit-text-stroke-color: var(--silver);
  background-color: rgba(0, 0, 0, 0);
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-4.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-navigation-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-navigation-avatar {
  width: 48px;
  height: 48px;
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-navigation-avatar-wrapper {
  grid-column-gap: 16px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.f-navigation-content-3 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-3 {
  color: var(--transparent);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-3:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--transparent);
}

.f-navigation-link-3.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu-3 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-3 {
  width: 124px;
}

.f-navigation-container-3 {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-3 {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.f-banner-badge-2 {
  background-color: var(--walsh--walsh-light-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-dark {
  min-height: 56px;
  grid-column-gap: 16px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.tabs-wrap {
  position: relative;
}

.integration-top {
  padding: 23px 20px;
  position: relative;
}

.dd-border {
  width: 2px;
  height: 92%;
  background-color: #e5e7eb;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.dd-list {
  margin-top: 10px;
  position: relative;
  top: 0;
}

.dd-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 15px;
}

.settings {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-bot__l {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: relative;
  overflow: visible;
}

.content-hero {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.integration-h {
  color: #111825;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.notification {
  width: 8px;
  height: 8px;
  background-color: #125ff0;
  border: 1px solid #1b51b8;
  border-radius: 50%;
}

.notification.green {
  width: 12px;
  height: 12px;
  outline-offset: 0px;
  background-color: #15b56a;
  border-style: none;
  outline: 2px solid #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.user-email {
  margin-bottom: 0;
}

.nav-link__l {
  grid-column-gap: 15px;
  color: #272a32;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.p-16 {
  font-size: 16px;
}

.nav-space {
  height: 20px;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 6px;
  padding: 11px 12px 10px;
}

.tab-link.w--current {
  background-color: #fff;
  border: 1px solid #e5e5e7;
}

.form-block {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.logo-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.user-name {
  color: #111825;
  margin-bottom: 0;
  font-size: 16px;
}

.content {
  width: 100%;
  padding: 35px 30px 30px;
}

.integration-bot {
  border-top: 1px solid #e5e5e7;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.switch-circle {
  width: 18px;
  height: 18px;
  background-color: #fefefe;
  border: 1px solid #e3e2e7;
  border-radius: 50%;
  transition: all .2s;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 1px;
  right: auto;
  transform: translate(0, -50%);
}

.switch-circle.active {
  border-color: #2158c7;
  left: auto;
  right: 1px;
}

.container-2 {
  min-height: 100vh;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.switch {
  width: 40px;
  height: 22px;
  cursor: pointer;
  background-color: #eef1f7;
  border: 1px solid #e3e2e7;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 1px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.switch.active {
  background-color: #155ff1;
  border-color: #2158c7;
}

.integration-logo {
  width: 23px;
  max-width: none;
  object-fit: contain;
  border-radius: 5px;
  position: absolute;
  top: 23px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.nav-shadow {
  display: none;
}

.integration-link {
  grid-column-gap: 5px;
  color: #777a82;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-2 {
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.integration-card {
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.navigation {
  width: 100%;
  max-height: 100vh;
  max-width: 295px;
  border-right: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 20px 30px 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.embed-icon {
  margin-top: 2px;
}

.dd-left {
  grid-column-gap: 15px;
  color: #272a32;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  color: #434854;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d8dade;
  border-radius: 5px;
  align-items: center;
  padding: 11px 17px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .19);
}

.button.small {
  padding: 10px 12px;
  font-weight: 600;
  transition: border .2s, color .2s, background-color .2s;
}

.button.small:hover {
  box-shadow: none;
  color: #fff;
  background-color: #155ff1;
  border-color: #155ff1;
  transform: none;
}

.search {
  height: 45px;
  background-image: url('../images/search.svg');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  margin-bottom: 0;
  padding-left: 45px;
  padding-right: 15px;
}

.search:focus {
  border-color: #155ff1;
}

.search::-ms-input-placeholder {
  color: #676a70;
  font-size: 15px;
}

.search::placeholder {
  color: #676a70;
  font-size: 15px;
}

.dd-link {
  border-radius: 5px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-size: 16px;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: rgba(18, 95, 238, .05);
}

.dd-link.w--current {
  color: #125fee;
  background-color: rgba(18, 95, 238, .1);
  margin-left: 0;
  margin-right: 0;
}

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

.dd-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  display: flex;
}

.nav-bot__flex {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.minus {
  display: none;
}

.tabs-menu {
  background-color: #f9fbfc;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 2px;
  display: inline-block;
}

.dd-right {
  width: 14px;
  height: 14px;
  flex-direction: column;
  display: flex;
}

.nav-bot__r {
  flex: 1;
}

.nav-bot {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.integration-p {
  line-height: 1.4;
}

.sticky-nav, .hamburger {
  display: none;
}

.padding-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dropdown {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
}

.combine-gallery1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery1_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular-2 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery1 {
  background-color: var(--combine-library-white);
}

.text-span-22 {
  color: var(--combine-library-white);
  -webkit-text-stroke-color: var(--combine-library-white);
}

.collection-item {
  margin-bottom: 0;
}

.overline_16px {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.heading_55px {
  width: 100%;
  max-width: 780px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.project-image {
  height: auto;
  object-fit: contain;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: visible;
}

.arrow-div {
  width: 48px;
  height: 48px;
  background-color: var(--silver);
  background-image: url('../images/pexels-format-1029757.jpg');
  background-position: 40%;
  background-size: 3921px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.normal-wrapper._48px-right_p {
  padding-right: 48px;
}

.normal-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.project-description {
  background-color: var(--page-black);
  -webkit-text-stroke-color: #131313;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 40px 32px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.project-wrapper {
  overflow: hidden;
}

.project-wrapper._24px-bottom_m {
  max-width: none;
  background-color: var(--black);
  color: rgba(51, 51, 51, 0);
  border-radius: 0;
  margin-bottom: 24px;
}

.paragraph_18px {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px.light-grey {
  color: var(--combine-library-white);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.project-wrapper-2 {
  color: rgba(51, 51, 51, 0);
  border-radius: 0%;
  padding-bottom: 24px;
}

.wrapper-2 {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading_24px {
  color: var(--combine-library-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.button-wrapper {
  height: 232px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #5221e6;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1), transform .35s cubic-bezier(.165, .84, .44, 1);
}

.cta:hover {
  background-color: #5221e6;
  transform: translate(0, -5px);
  box-shadow: 0 20px 60px rgba(82, 33, 230, .3);
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  color: var(--combine-library-white);
}

.div-block-2 {
  font-family: Roboto, sans-serif;
}

.f-pricing-button-2 {
  min-height: auto;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--flowui-component-library-white);
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button-2:hover {
  border: 1px solid var(--black);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.f-icon-regular-twitter {
  width: 24px;
  height: 24px;
  color: #daa520;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-twitter:hover {
  color: #00aeff;
}

.f-icon-regular-insta {
  width: 30px;
  height: 30px;
  color: #daa520;
  background-image: url('../images/WWDInstagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-insta:hover {
  color: #ce20da;
}

.slider {
  display: none;
}

.f-heading-detail-small-4-copy {
  color: var(--flowui-component-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-4-copy.f-text-color-white {
  color: #fff;
}

.f-h3-heading-3-copy-copy {
  color: var(--gold-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-3-copy-copy.f-text-color-white {
  color: var(--flowui-component-library-white);
}

.text-block-28, .text-block-29, .text-block-30 {
  color: var(--combine-library-white);
}

.f-h3-heading-3-copy-copy-copy {
  color: var(--black);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--walsh--walsh-light-green);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-3-copy-copy-copy.f-text-color-white {
  color: var(--flowui-component-library-white);
}

.f-heading-detail-small-4-copy-copy {
  color: var(--flowui-component-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-4-copy-copy.f-text-color-white {
  color: #fff;
}

.f-heading-detail-small-4-copy-copy-copy {
  color: var(--flowui-component-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-4-copy-copy-copy.f-text-color-white {
  color: #fff;
}

.text-span-9-copy {
  color: var(--flowui-component-library-grey-300);
}

.f-heading-detail-small-4-pricing {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-4-pricing.f-text-color-white {
  color: var(--black);
}

.text-span-14-copy {
  color: var(--combine-library-secondary-600);
}

.text-span-9-copy {
  color: var(--page-black);
}

.text-span-9-portfolio, .text-span-9-contact {
  color: var(--black);
}

.walsh-ui-image {
  width: 100%;
  max-height: 35em;
  max-width: 35em;
  object-fit: contain;
}

.walsh-rounded-fill-blue {
  width: 100%;
  height: 100%;
  background-color: var(--walsh--azure);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 32px;
  display: flex;
}

.walsh-inner-rounded-img-float {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
  -webkit-text-stroke-color: #922929;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  color: var(--flowui-component-library-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-label-button:hover {
  color: var(--black);
  font-weight: 500;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-green {
  background-color: var(--gold-2);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  border: 1px solid var(--gold-2);
  background-color: var(--transparent);
  color: var(--black);
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 1480px;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.cta-section {
  background-color: var(--combine-library-white);
  color: var(--black);
  padding: 92px 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.text-span-9-copy {
  color: var(--flowui-component-library-white);
}

.text-span-14-copy {
  color: var(--flowui-component-library-gray-100);
}

.text-span-14-contact {
  color: var(--black);
}

.f-feature-icon-wrapper-white-aws {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  mix-blend-mode: exclusion;
  background-color: #fff;
  background-image: url('../images/free-aws-3215369-2673787.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-navigation-search {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--transparent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-navigation-search:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-button-3 {
  border: 1px solid var(--combine-library-white);
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-3:hover {
  color: var(--black);
  background-color: #b6c9c5;
  border-color: #b6c9c5;
}

.f-navigation-content-4 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-4 {
  color: var(--flowui-component-library-white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.f-navigation-link-4:hover {
  background-color: var(--transparent);
  color: var(--transparent);
}

.f-navigation-link-4.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu-4 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-4 {
  width: 85px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-navigation-link-wrapper-3 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container-4 {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-4 {
  width: 100%;
  min-height: 88px;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-badge-3 {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-dark-2 {
  min-height: 56px;
  grid-column-gap: 16px;
  background-color: var(--transparent);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.f-navigation-button-secondary {
  min-height: 40px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--transparent);
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-navigation-r {
  width: 50%;
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.f-navigation-l {
  width: 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.f-navigation-5 {
  width: 100%;
  min-height: 88px;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.text-block-31 {
  color: var(--combine-library-white);
  -webkit-text-stroke-color: #c2ecd5;
}

.f-icon-regular-x {
  width: 30px;
  height: 30px;
  color: #daa520;
  background-image: url('../images/WWDTwitterX.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-x:hover {
  color: #ce20da;
}

.f-icon-regular-linkedin {
  width: 30px;
  height: 30px;
  color: #daa520;
  background-image: url('../images/WWDLinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-linkedin:hover {
  color: #ce20da;
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

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

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

.uui-button-row.button-row-center {
  justify-content: center;
}

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

.uui-text-size-xlarge.text-color-primary200 {
  color: #fff;
  text-align: right;
  margin-right: -300px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: #fff;
  margin-left: -300px;
  margin-right: -300px;
  font-family: Lustria, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 50px;
}

.image-15 {
  display: block;
}

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

.uui-heroheader15_subheading {
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
  margin-left: -300px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7d8f8d;
  border: 1px #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  border: 2px solid var(--black);
  background-color: var(--black);
  box-shadow: none;
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 100px;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 1rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  transition-property: none;
}

.uui-button.is-button-large:hover {
  background-color: var(--transparent);
  border: 2px solid #fff;
}

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

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.text-span-22-contact {
  color: var(--light-black);
  -webkit-text-stroke-color: var(--combine-library-white);
}

.text-span-14-copy-copy {
  color: var(--combine-library-white);
}

.text-span-22-services, .text-span-22-portfolio {
  color: var(--black);
  -webkit-text-stroke-color: var(--combine-library-white);
}

.text-span-22-pricing {
  color: var(--combine-library-white);
  -webkit-text-stroke-color: var(--combine-library-white);
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-close_icon {
  color: var(--combine-library-white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.combine-banner1_text-link {
  color: var(--combine-library-white);
  text-decoration: underline;
}

.combine-banner1_text-link:hover {
  color: var(--combine-library--grey-100);
}

.combine-banner1_text {
  color: var(--combine-library-white);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-banner1_component {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

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

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_banner1 {
  background-color: var(--combine-library-primary-600);
  background-image: linear-gradient(to right, var(--combine-library-warning-400), #ec80b4 16%, var(--combine-library-primary-600) 32%, var(--combine-library-primary-600) 74%, var(--combine-library-secondary-600));
}

.combine-button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  opacity: 1;
  background-color: rgba(40, 54, 74, .9);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-format-1029757.jpg');
  background-position: 0 0, 55%;
  background-size: auto, 3921px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.combine-button-white {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  text-align: center;
  border: 1px solid #000;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library-primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-3 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-header4_span {
  color: var(--gold-2);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/pexels-format-1029757.jpg');
  background-position: 40%;
  background-size: 3921px;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-heading-style-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  background-color: var(--combine-library-white);
}

.f-paragraph-large-2-service {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.image-16 {
  color: #080808;
}

.f-navigation-5-home {
  width: 100%;
  min-height: 88px;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.f-footer-small-2-abridged {
  border-top: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--black);
  color: var(--black);
  padding: 32px 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .f-h5-heading {
    padding-left: 0;
  }

  .f-margin-bottom-56 {
    margin-top: 0;
  }

  .pricing-section {
    background-color: var(--transparent);
  }

  .text-span-9 {
    color: var(--flowui-component-library-grey-300);
  }

  .f-button-neutral-4:hover {
    color: var(--black);
  }

  .f-image-cover-3 {
    border-radius: 10px;
  }

  .f-field-label, .f-paragraph-large-4 {
    color: var(--black);
  }

  .contact-section {
    background-color: var(--combine-library-white);
  }

  .f-footer-small-2 {
    background-color: var(--black);
  }

  .text-block-26 {
    color: var(--flowui-component-library-white);
    padding-top: 20px;
    display: block;
    position: relative;
  }

  .project-slider-right-arrow {
    height: 35px;
    background-color: var(--gold-2);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .project-slider-left-arrow {
    width: 54px;
    height: 35px;
    background-color: var(--gold-2);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .project-slider {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-27._18px {
    letter-spacing: 0;
  }

  .project-image {
    display: inline-block;
  }

  .project-description {
    max-width: 100%;
  }

  .project-wrapper._24px-bottom_m, .project-wrapper-2 {
    max-width: 700px;
  }

  .slider {
    display: none;
  }

  .text-span-14-copy {
    color: var(--flowui-component-library-gray-200);
  }

  .text-span-9-contact {
    color: var(--black);
  }

  .cta-section {
    background-color: var(--flowui-component-library-white);
  }

  .text-span-9-copy {
    color: var(--flowui-component-library-grey-300);
  }

  .text-span-14-copy-copy {
    color: var(--flowui-component-library-gray-200);
  }

  .text-span-22-services {
    background-color: var(--combine-library-white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .f-footer-small-2-abridged {
    background-color: var(--black);
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .f-navigation-button {
    flex: 1;
    order: 0;
    justify-content: flex-end;
    margin-left: auto;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--gold-2);
    color: var(--gold-2);
    -webkit-text-stroke-color: var(--gold-2);
    border-radius: 8px;
    order: 0;
    justify-content: flex-end;
    margin-left: 0;
    padding: 10px;
    display: flex;
  }

  .f-navigation-menu-button:active {
    color: var(--gold-2);
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--transparent);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-logo-link.w--current {
    margin-left: 10px;
  }

  .f-navigation-container {
    padding-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-header-image-wrapper-tall {
    height: 360px;
    max-width: none;
  }

  .f-header-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .f-heading-detail-small {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    font-size: 25px;
    display: flex;
    position: static;
  }

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

  .f-container-regular {
    padding-left: 60px;
  }

  .text-span {
    justify-content: flex-start;
    font-size: 75px;
    display: flex;
  }

  .text-span-2 {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .profile-head {
    max-height: 0%;
    display: none;
  }

  .gold-accent {
    max-height: 0%;
    object-fit: fill;
    overflow: auto;
  }

  .text-block-5 {
    justify-content: flex-start;
    display: flex;
  }

  .paragraph {
    justify-content: flex-start;
    font-size: 12px;
    display: flex;
  }

  .text-span-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .f-paragraph-regular {
    font-size: 10px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-button-secondary-2 {
    border-color: var(--black);
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    margin-top: -40px;
  }

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

  .f-gallery-image-side {
    height: 240px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-three-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-h3-heading-2 {
    margin-bottom: 10px;
  }

  .f-paragraph-small.f-text-color-gray-400 {
    font-size: 12px;
  }

  .f-pricing-card-outline {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .f-pricing-column-basic {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .f-container-small {
    object-fit: contain;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .pricing-section {
    flex-wrap: wrap;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-span-16 {
    justify-content: flex-start;
    font-size: 75px;
    display: flex;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-primary {
    grid-template-columns: 1fr 1fr;
  }

  .f-image-cover-3 {
    max-height: 100%;
    display: none;
  }

  .f-contact-image-wrapper {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    overflow: visible;
  }

  .f-paragraph-large-4 {
    margin-left: 0;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .contact-section {
    margin-bottom: -100px;
    padding-bottom: 0;
  }

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

  .text-block-7-copy {
    margin-top: -55px;
  }

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

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
    font-size: 12px;
  }

  .cf-pricing-plan-content-text {
    font-size: 12px;
  }

  .cf-pricing-plan-content-wrapper-white {
    margin-bottom: 0;
  }

  .f-pricing-card-outline-basic {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--transparent);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: relative;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-pricing-card-dark-copy, .f-paragraph-small-copy.f-text-color-gray-400, .cf-pricing-plan-content-text-copy {
    font-size: 12px;
  }

  .wrapper {
    width: 80%;
  }

  .project-slider-left-arrow {
    right: 7%;
  }

  .f-navigation-menu-button-3 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-3.w--open {
    background-color: var(--transparent);
    border-color: #fff;
  }

  .f-navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .f-navigation-content-3 {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-link-3 {
    width: 100%;
  }

  .f-navigation-menu-3 {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-3.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-3 {
    margin-right: 0;
  }

  .f-navigation-3 {
    position: relative;
  }

  .content-hero {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .form-block {
    width: 50%;
    margin-bottom: 25px;
    position: static;
  }

  .logo-flex {
    display: none;
  }

  .hamburger-line {
    width: 30px;
    height: 3px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.middle {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .container-2 {
    display: block;
  }

  .nav-shadow {
    z-index: 999;
    width: 60%;
    background-color: rgba(0, 0, 0, .2);
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 65px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navigation {
    z-index: 999;
    width: 40%;
    max-width: none;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 30px;
    display: none;
    position: fixed;
    top: 65px;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .sticky-nav {
    border-bottom: 1px solid #e5e5e7;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .hamburger {
    cursor: pointer;
    display: block;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .project-wrapper._24px-bottom_m {
    margin-bottom: 48px;
  }

  .wrapper-2.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .walsh-inner-rounded-img-float {
    max-width: none;
    padding-left: 4em;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .cta-section {
    flex-wrap: wrap;
  }

  .f-navigation-menu-button-4 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-4.w--open {
    background-color: var(--transparent);
    border-color: #fff;
  }

  .f-navigation-content-4 {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-link-4 {
    width: 100%;
    display: block;
  }

  .f-navigation-link-4:hover {
    background-color: var(--transparent);
  }

  .f-navigation-menu-4 {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-4.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-4 {
    margin-right: 0;
  }

  .f-navigation-4 {
    position: relative;
  }

  .f-navigation-r {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: none;
  }

  .f-navigation-l {
    width: 100%;
    border: 1px none var(--flowui-component-library-gray-200);
    background-color: var(--black);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-5 {
    position: relative;
  }

  .uui-text-size-xlarge.text-color-primary200 {
    text-align: center;
    margin-right: 0;
    font-size: 28px;
    font-weight: 300;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heading-xlarge.text-color-white {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 100px;
    line-height: 100px;
  }

  .uui-heroheader15_subheading {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 28px;
    font-weight: 300;
  }

  .uui-space-small {
    display: none;
  }

  .uui-space-large {
    min-height: 4.5rem;
  }

  .icon-2 {
    color: var(--flowui-component-library-white);
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .f-navigation-5-home {
    position: relative;
  }

  .link-block, .link-block-2, .link-block-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .f-navigation-socials-wrapper {
    display: none;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-button-secondary {
    margin-left: 10px;
    padding: 10px;
  }

  .f-button-neutral {
    padding: 10px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-heading-detail-small {
    font-size: 15px;
  }

  .f-container-regular {
    padding-left: 45px;
  }

  .landing-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .text-span-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .profile-head, .gold-accent {
    max-height: 0%;
  }

  .image {
    max-height: 50%;
    max-width: 50%;
  }

  .paragraph {
    font-size: 10px;
  }

  .f-paragraph-regular {
    font-size: 15px;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .f-banner-flex-row {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .news-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .f-paragraph-large-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .f-grid-three-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-button-secondary-2 {
    border-color: var(--flowui-component-library-gray-100);
  }

  .f-h3-heading {
    padding-left: 0;
    font-size: 35px;
  }

  .services-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .projects-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-pricing-column-basic {
    flex-direction: column;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
  }

  .pricing-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .practices-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-feature4_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-span-16 {
    font-size: 50px;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-image-cover-3 {
    max-width: none;
  }

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

  .f-h3-heading-5 {
    font-size: 40px;
  }

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

  .contact-section {
    margin-bottom: -200px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-block-7-copy {
    margin-top: -70px;
    font-size: 40px;
    top: 7.4%;
  }

  .f-h3-heading-3-copy {
    font-size: 40px;
  }

  .icon {
    color: var(--flowui-component-library-white);
  }

  .bold-text-6, .bold-text-7 {
    font-size: 13px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-text {
    font-size: 12px;
  }

  .cf-pricing-plan-content-wrapper-white {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-text-white {
    font-size: 16px;
  }

  .f-h3-heading-6 {
    font-size: 40px;
  }

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

  .f-h3-heading-3-copy {
    font-size: 40px;
  }

  .cf-pricing-plan-content-text-copy {
    font-size: 16px;
  }

  .wrapper {
    width: 90%;
  }

  .project-slider-left-arrow {
    right: 8%;
  }

  .text-block-27._18px {
    font-size: 16px;
  }

  .f-button-secondary-copy {
    margin-left: 10px;
    padding: 10px;
  }

  .f-banner-badge-2 {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-dark {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-hero {
    margin-bottom: 30px;
  }

  .form-block {
    width: 100%;
  }

  .nav-shadow {
    width: 40%;
  }

  .navigation {
    width: 60%;
  }

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

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

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading_55px {
    font-size: 32px;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0;
  }

  .slider {
    background-color: rgba(221, 221, 221, 0);
    display: block;
  }

  .f-h3-heading-3-copy-copy, .f-h3-heading-3-copy-copy-copy {
    font-size: 40px;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-navigation-menu-button-4 {
    margin-top: 30px;
    margin-right: 20px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .f-navigation-link-4 {
    display: block;
  }

  .f-navigation-container-4 {
    justify-content: center;
  }

  .f-banner-badge-3 {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-dark-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-navigation-button-secondary {
    display: none;
  }

  .f-navigation-r {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding: 12px;
    display: none;
    position: relative;
  }

  .f-navigation-l {
    background-color: var(--black);
    border-style: none;
  }

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

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-text-size-xlarge.text-color-primary200 {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-heading-xlarge.text-color-white {
    text-align: center;
    font-size: 80px;
    line-height: 90px;
  }

  .uui-heroheader15_subheading {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
  }

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

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    margin-left: 100px;
    margin-right: 100px;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button.is-button-large:hover {
    box-shadow: none;
    background-color: rgba(127, 86, 217, 0);
    border-color: rgba(127, 86, 217, 0);
  }

  .uui-button.is-button-large.w--current {
    margin-left: 100px;
    margin-right: 100px;
  }

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

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .f-paragraph-large-2-service {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    border: .5px solid var(--gold-2);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 9px;
  }

  .menu-button:focus {
    border: .5px solid var(--gold-2);
    border-radius: 9px;
  }

  .body {
    overflow: auto;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .f-navigation-link {
    display: none;
  }

  .f-navigation-link.f-navigation-link-4, .f-navigation-link.f-navigation-link-4.w--current {
    display: block;
  }

  .f-button-secondary {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-header-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    mix-blend-mode: normal;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
  }

  .f-h1-heading {
    mix-blend-mode: normal;
  }

  .f-heading-detail-small {
    text-align: left;
    mix-blend-mode: normal;
    justify-content: flex-start;
    padding-left: 2px;
    font-size: 14px;
    display: flex;
  }

  .f-header-grid {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .f-container-regular {
    max-width: 100%;
    text-align: center;
    object-fit: contain;
    flex-flow: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: flex;
    overflow: visible;
  }

  .landing-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 5%;
    display: flex;
  }

  .text-span {
    text-align: left;
    justify-content: flex-start;
    font-size: 50px;
    display: block;
  }

  .text-span-2 {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .profile-head {
    max-height: 0%;
    max-width: 20%;
    object-fit: contain;
    margin-left: 50px;
    margin-right: 50px;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .section {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/pexels-format-1029757.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 900px;
    background-attachment: scroll, scroll;
    background-clip: border-box;
  }

  .gold-accent {
    max-height: 0%;
    max-width: 50%;
  }

  .text-block-5 {
    text-align: left;
    justify-content: center;
    display: block;
  }

  .paragraph {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 2px;
    font-size: 13px;
    display: block;
  }

  .f-paragraph-regular {
    font-size: 11px;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .f-paragraph-large-2 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
  }

  .f-h5-heading {
    padding-left: 0;
    font-size: 22px;
  }

  .f-feature-icon-wrapper-white {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    mix-blend-mode: normal;
    margin-bottom: 20px;
  }

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

  .f-button-secondary-2 {
    border-color: var(--black);
    background-color: var(--black);
  }

  .f-button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .f-h3-heading {
    padding-left: 0;
    font-size: 32px;
  }

  .f-heading-detail-small-2 {
    padding-left: 0;
  }

  .f-max-width-large {
    line-height: 20px;
  }

  .f-margin-bottom-64 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-section {
    background-color: var(--flowui-component-library-gray-200);
    background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/pexels-format-1029757.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .text-block-7 {
    margin-top: -40px;
    margin-left: 2px;
    font-size: 35px;
    top: 7.8%;
  }

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

  .f-h6-heading {
    color: var(--black);
    -webkit-text-stroke-color: var(--transparent);
    font-size: 22px;
  }

  .partners-section {
    background-color: var(--combine-library-white);
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .f-h3-heading-2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .f-heading-detail-small-3 {
    color: var(--combine-library-white);
    font-size: 12px;
  }

  .projects-section {
    background-color: var(--combine-library-white);
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-paragraph-small {
    font-size: 12px;
    line-height: 1.2;
  }

  .f-paragraph-small.f-text-color-gray-400 {
    font-size: 12px;
  }

  .f-h3-heading-3 {
    font-size: 32px;
  }

  .f-h3-heading-3.f-text-color-white {
    font-size: 35px;
  }

  .f-pricing-month-wrapper {
    justify-content: center;
  }

  .f-badge-filled {
    justify-content: flex-end;
    margin-left: 10px;
  }

  .f-heading-detail-small-4 {
    padding-left: 0;
    font-size: 14px;
  }

  .f-pricing-type-wrapper {
    text-align: left;
    justify-content: center;
  }

  .f-pricing-card-dark {
    padding: 32px;
  }

  .f-pricing-card-outline {
    flex-direction: column;
    padding: 32px;
  }

  .f-pricing-column-basic {
    margin-left: 0;
    margin-right: 0;
  }

  .f-pricing-title-wrapper {
    color: var(--combine-library-white);
  }

  .pricing-section {
    background-color: var(--combine-library-white);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-format-1029757.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 1000px;
    background-attachment: scroll, scroll;
  }

  .text-span-9 {
    color: var(--combine-library-white);
  }

  .f-heading-detail-small-4-copy {
    font-size: 12px;
  }

  .f-heading-detail-small-4-copy.f-text-color-white {
    padding-right: 0;
    font-size: 17px;
  }

  .text-span-14 {
    color: var(--black);
  }

  .combine-feature4_wrapper {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-16 {
    text-align: left;
    justify-content: flex-start;
    font-size: 50px;
    display: block;
  }

  .f-button-neutral-4:hover {
    color: var(--black);
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }

  .f-image-cover-3 {
    float: none;
    clear: none;
    text-align: left;
    border-radius: 10px;
    display: none;
  }

  .f-field-label {
    color: var(--light-black);
    font-size: 12px;
  }

  .f-paragraph-large-4 {
    color: var(--black);
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .f-contact-grid {
    margin-bottom: -300px;
  }

  .contact-section {
    background-color: var(--combine-library-white);
    margin-bottom: 0;
  }

  .text-span-17 {
    color: var(--black);
  }

  .text-block-7-copy {
    margin-top: -70px;
    margin-left: 10px;
    font-size: 35px;
    top: 6.5%;
  }

  .f-h3-heading-3-copy {
    padding-left: 0;
  }

  .icon {
    color: var(--gold-2);
    -webkit-text-stroke-color: var(--gold-2);
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    display: block;
  }

  .cf-pricing-plan-content-text {
    font-size: 12px;
  }

  .cf-pricing-plan-content-wrapper-white, .cf-pricing-plan-content-text-white {
    font-size: 11px;
  }

  .f-pricing-card-outline-basic {
    flex-direction: column;
    padding: 32px;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

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

  .f-paragraph-large-5 {
    margin-right: auto;
  }

  .f-navigation-button-2, .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-small-2 {
    border-top: 1px solid var(--flowui-component-library-grey-300);
    background-color: var(--black);
  }

  .f-pricing-card-dark-copy {
    padding: 32px;
  }

  .f-pricing-type-wrapper-copy {
    text-align: left;
    justify-content: center;
  }

  .f-heading-detail-small-4-copy-copy {
    font-size: 12px;
  }

  .f-heading-detail-small-4-copy-copy.f-text-color-white {
    padding-right: 0;
    font-size: 17px;
  }

  .f-h3-heading-3-copy {
    font-size: 22px;
  }

  .f-h3-heading-3-copy.f-text-color-white {
    font-size: 35px;
  }

  .f-paragraph-small-copy {
    font-size: 12px;
    line-height: 1.2;
  }

  .f-paragraph-small-copy.f-text-color-gray-400, .cf-pricing-plan-content-text-copy {
    font-size: 12px;
  }

  .text-block-26 {
    color: var(--combine-library-white);
    padding-top: 20px;
  }

  .project-slide {
    background-color: var(--light-black);
  }

  .project-slider-mask {
    width: 100%;
  }

  .wrapper.project-slider {
    padding-top: 0;
    display: inline-block;
    overflow: hidden;
  }

  .project-slider-left-arrow {
    right: 13%;
  }

  .project-slider {
    width: 90vw;
  }

  .project-slider-heading {
    color: var(--flowui-component-library-white);
  }

  .text-block-27._18px {
    font-size: 14px;
  }

  .view-project-arrow-wrapper {
    width: 12px;
    height: 12px;
  }

  .f-h5-heading-copy {
    padding-left: 20px;
    font-size: 22px;
  }

  .f-button-secondary-copy {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-navigation-avatar-wrapper {
    display: none;
  }

  .tab-link {
    display: inline-block;
  }

  .content {
    padding: 20px;
  }

  .nav-shadow {
    width: 0%;
  }

  .navigation {
    width: 100%;
  }

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

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-22 {
    color: var(--combine-library-white);
  }

  .arrow-div {
    background-color: var(--silver);
  }

  .normal-wrapper._48px-right_p._80px-bottom_m {
    margin-bottom: 40px;
  }

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

  .paragraph_18px.light-grey {
    font-size: 12px;
  }

  .heading_24px {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .text-span-26 {
    color: var(--combine-library-white);
  }

  .f-icon-regular-insta {
    display: none;
  }

  .mask {
    overflow: visible;
  }

  .slider {
    background-color: rgba(221, 221, 221, 0);
    display: none;
  }

  .left-arrow {
    position: relative;
  }

  .f-heading-detail-small-4-copy {
    padding-left: 0;
    font-size: 14px;
  }

  .f-h3-heading-3-copy-copy, .f-h3-heading-3-copy-copy-copy {
    padding-left: 0;
  }

  .f-heading-detail-small-4-copy-copy, .f-heading-detail-small-4-copy-copy-copy {
    padding-left: 0;
    font-size: 14px;
  }

  .f-heading-detail-small-4-pricing {
    font-size: 12px;
  }

  .f-heading-detail-small-4-pricing.f-text-color-white {
    padding-right: 0;
    font-size: 17px;
  }

  .text-span-9-portfolio, .text-span-9-contact {
    color: var(--black);
  }

  .walsh-rounded-fill-blue {
    border-radius: 12px;
  }

  .walsh-inner-rounded-img-float {
    padding: 30px;
  }

  .walsh-link-wrapper, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .cta-section {
    background-color: var(--flowui-component-library-gray-200);
  }

  .text-span-14-copy, .text-span-14-contact {
    color: var(--black);
  }

  .image-14 {
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .f-feature-icon-wrapper-white-aws {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    mix-blend-mode: exclusion;
    background-image: url('../images/free-aws-3215369-2673787.webp');
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 20px;
  }

  .f-navigation-menu-button-4 {
    margin-top: 30px;
    margin-right: 20px;
    display: flex;
  }

  .f-navigation-button-3 {
    display: none;
  }

  .f-navigation-logo-link-4.w--current {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .f-navigation-container-4 {
    flex-direction: row;
    display: flex;
  }

  .f-navigation-r {
    display: none;
  }

  .f-navigation-l {
    background-color: var(--black);
    border-style: none;
  }

  .f-icon-regular-x, .f-icon-regular-linkedin {
    display: none;
  }

  .text-block-32 {
    color: #fff;
    font-size: 15px;
  }

  .uui-text-size-xlarge.text-color-primary200 {
    font-size: 15px;
  }

  .uui-heading-xlarge.text-color-white {
    font-size: 50px;
    line-height: 70px;
  }

  .uui-heroheader15_subheading {
    font-size: 15px;
  }

  .uui-button.is-button-large {
    border-width: 1px;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 15px;
  }

  .uui-button.is-button-large:hover {
    border-width: 1px;
    border-color: var(--combine-library-white);
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .text-span-14-copy-copy {
    color: var(--combine-library-white);
  }

  .icon-2 {
    color: var(--combine-library-white);
    -webkit-text-stroke-color: var(--combine-library-white);
  }

  .text-span-22-services {
    color: var(--combine-library-white);
  }

  .text-span-22-portfolio {
    color: var(--black);
  }

  .text-span-22-pricing {
    color: var(--combine-library-white);
  }

  .combine-banner1_text {
    margin-right: 1.75rem;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-text-size-regular-3 {
    font-size: .75rem;
  }

  .combine-header4_span, .combine-heading-style-h1 {
    font-size: 2rem;
  }

  .combine-padding-section-large {
    padding-top: 4rem;
  }

  .f-paragraph-large-2-service {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
  }

  .f-footer-small-2-abridged {
    border-top: 1px solid var(--flowui-component-library-grey-300);
    background-color: var(--black);
  }
}

#w-node-_8f0d78e2-cfbb-3fcf-fc80-a647b2a5b7d6-2d84618d, #w-node-_8f0d78e2-cfbb-3fcf-fc80-a647b2a5b7d8-2d84618d, #w-node-_8f0d78e2-cfbb-3fcf-fc80-a647b2a5b7da-2d84618d, #w-node-f59e130d-25eb-e34c-7d39-24f947d18e5c-2d84618d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59e130d-25eb-e34c-7d39-24f947d18e62-2d84618d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_76fe35be-0616-7449-0264-e2be0e5edf79-2d84618d, #w-node-_76fe35be-0616-7449-0264-e2be0e5edfa9-2d84618d, #w-node-_76fe35be-0616-7449-0264-e2be0e5edfd3-2d84618d, #w-node-_76fe35be-0616-7449-0264-e2be0e5edffe-2d84618d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-aeb6ec1a-5448-601a-ccac-ffb24b0398b9-2d84618d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9b75a5e7-b923-4058-eff2-da9f88b29ee3-2d84618d, #w-node-e4188c5c-457c-90f3-527b-e4c97130b11d-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b12e-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b13f-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b150-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b161-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b172-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b183-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b194-0fba36b0, #w-node-e4188c5c-457c-90f3-527b-e4c97130b1a5-0fba36b0, #w-node-c4f8d660-ef11-f58c-2c0f-4a9dc7bc78df-0fba36b0, #w-node-c4f8d660-ef11-f58c-2c0f-4a9dc7bc78e1-0fba36b0, #w-node-c4f8d660-ef11-f58c-2c0f-4a9dc7bc78e3-0fba36b0, #w-node-c4f8d660-ef11-f58c-2c0f-4a9dc7bc78e5-0fba36b0, #w-node-c4f8d660-ef11-f58c-2c0f-4a9dc7bc78e7-0fba36b0, #w-node-c4f8d660-ef11-f58c-2c0f-4a9dc7bc78e9-0fba36b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f59e130d-25eb-e34c-7d39-24f947d18e62-2d84618d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aeb6ec1a-5448-601a-ccac-ffb24b0398b9-2d84618d {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: end;
  }
}


