@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Medium.ttf') format("truetype"), url('../fonts/Oswald-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald Stencil;
  src: url('../fonts/Oswald-Stencil.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oswald Demi;
  src: url('../fonts/Oswald-Demi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #333;
  --black: black;
  --red-2: #ae0610;
  --dark-cyan: #00a4b3;
  --neutral: #f4f7f7;
  --lavender-blush: #323636;
  --true-blue: #21a1c5;
  --red: #ff5d5d;
  --grey: #7f8888;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #6e6d8f;
  text-transform: lowercase;
  flex-flow: column;
  min-height: 0;
  margin-left: auto;
  font-family: Plus Jakarta Display;
  font-size: 18px;
  line-height: 1.778em;
  display: block;
}

h1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.182em;
}

h2 {
  color: #3a395e;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.286em;
}

h4 {
  color: var(--black);
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333em;
}

h5 {
  color: var(--red-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--red-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444em;
}

p {
  color: var(--dim-grey);
  text-transform: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: #fff;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Helveticaneuelt;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.58em;
}

img {
  vertical-align: top;
  object-fit: cover;
  border: 1px solid #676767;
  max-width: 100%;
  max-height: none;
  margin-top: 48px;
  padding-bottom: 0;
  display: inline-block;
  overflow: scroll;
}

strong {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  color: #3a395e;
  background-color: #f7f6ff;
  border-left: 0 solid #000;
  border-radius: 34px;
  padding: 78px 63px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.714em;
}

figcaption {
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

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

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

.mg-top-32px {
  margin-top: 32px;
}

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

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

.flex {
  display: flex;
}

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #7051ef;
}

.bg-secondary-1 {
  background-color: #4770ff;
}

.bg-secondary-2 {
  background-color: #ff6c98;
}

.bg-secondary-3 {
  background-color: #f7f6ff;
}

.bg-secondary-4 {
  background-color: #eff4ff;
}

.bg-neutral-700 {
  background-color: #3a395e;
}

.bg-neutral-600 {
  background-color: #6e6d8f;
}

.bg-neutral-500 {
  background-color: #80809d;
}

.bg-neutral-400 {
  background-color: #e5e5ea;
}

.bg-neutral-300 {
  background-color: #f7f7fa;
}

.bg-neutral-200 {
  background-color: #fafafc;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.styleguide-content {
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  box-shadow: 0 1px 5px #27194d05, 0 3px 20px #7051ef0a, 0 10px 28px #27194d08;
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  color: #fff;
  margin-top: 0;
}

.styleguide-header {
  background-color: #7051ef;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.styleguide-icon-link {
  background-color: #7051ef;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  color: #80809d;
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.styleguide-link:hover {
  color: #7051ef;
  background-color: #f2f1ff;
}

.styleguide-link.w--current {
  color: #7051ef;
  background-color: #f2f1ff;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  color: #3a395e;
  border-bottom: 1px solid #fafafc;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  border-top: 1px solid #fafafc;
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px #110a630a, 0 12px 22px #8076f70a;
}

.color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: #7051ef;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #3a395e;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: #80809d;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid #e5e5ea;
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 520px;
  padding-right: 24px;
}

.container-small-left.styleguide {
  max-width: 580px;
}

.typography-details {
  color: #7051ef;
  font-weight: 500;
}

.paragraph-large {
  color: var(--black);
  text-transform: none;
  max-width: 615px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.paragraph-large.hero {
  color: #7a8c8d;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin: auto 40px;
  padding-top: 20px;
  font-family: apertura-condensed;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.paragraph-large.cta {
  color: #fff;
  margin-bottom: 40px;
}

.paragraph-large.about-section {
  margin-bottom: 41px;
}

.paragraph-large.follow-me {
  max-width: 607px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large.about-hero {
  margin-bottom: 40px;
}

.paragraph-large.skills {
  max-width: 45%;
}

.paragraph-large.blog-post {
  text-align: center;
  max-width: 607px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large.portfolio {
  max-width: 46%;
}

.paragraph-large.portfolio-project {
  color: #333;
  max-width: 615px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-large.contact {
  border: 0px solid var(--black);
  margin-bottom: 46px;
}

.paragraph-large.faq {
  text-align: left;
}

.paragraph-large.blog-category {
  max-width: 607px;
  margin-bottom: 40px;
}

.paragraph-large.portfolio-paragraph-category {
  max-width: 46%;
}

.styleguide-subheader {
  background-color: #f7f7fa;
  padding: 56px 68px;
}

.styleguide-content-wrapper {
  padding: 80px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  background-color: var(--dark-cyan);
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 28px 52px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  box-shadow: 0 3px 17px #fe48481a;
}

.button-primary:hover {
  color: var(--neutral);
  transform: scale(1.05);
  box-shadow: 0 7px 25px #fe48481a;
}

.button-primary.small {
  padding: 22px 36px;
  font-size: 18px;
}

.button-primary.large {
  padding: 30px 68px;
  font-size: 22px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.button-white {
  color: #7051ef;
  background-color: #fff;
}

.button-primary.header-button {
  background-color: #ff3939;
  padding: 22px 3%;
  font-size: 18px;
  box-shadow: 0 3px 17px #7f888845;
}

.button-primary.cart {
  padding-top: 21px;
  padding-bottom: 21px;
}

.button-primary.empty-cart-button {
  margin-top: 40px;
}

.button-primary.add-to-cart {
  text-transform: lowercase;
  align-self: stretch;
  display: block;
}

.button-primary.discount {
  justify-content: center;
  height: 50px;
  margin-top: 12px;
  margin-left: 0;
  padding-top: 34px;
  padding-bottom: 34px;
}

.button-secondary {
  color: var(--dark-cyan);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 28px 52px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  box-shadow: 0 2px 23px #00a4b31a;
}

.button-secondary:hover {
  color: var(--dark-cyan);
  transform: scale(1.05);
  box-shadow: 0 7px 35px #00a4b31a;
}

.button-secondary:active {
  box-shadow: 0 7px 35px #00a4b31a;
}

.button-secondary.small {
  padding: 22px 36px;
  font-size: 18px;
}

.button-secondary.large {
  padding: 30px 68px;
  font-size: 22px;
}

.button-secondary.cta {
  box-shadow: 0 8px 33px #180e4126;
}

.button-secondary.cta:hover {
  box-shadow: 0 13px 45px #0a052026;
}

.styleguide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.header {
  z-index: 100;
  border: 0px solid var(--black);
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 4px #0000000f;
}

.header:hover {
  color: var(--lavender-blush);
}

.header-logo {
  border-width: 0;
}

.header-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 64px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.nav-item-wrapper:hover {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.nav-link {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.nav-link:hover {
  color: var(--black);
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:lang(en) {
  color: #4a9c9d;
  border-bottom: 2px solid #4a9c9d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link.w--current {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 46px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-link.w--open {
  color: #7051ef;
  background-color: #f7f6ff;
}

.nav-link.cart {
  background-color: #0000;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav-link.cart:hover {
  color: #7051ef;
  background-color: #0000;
}

.nav-link.about, .nav-link.contact {
  color: #222;
  width: auto;
  font-size: 18px;
  font-weight: 600;
}

.nav-link.resume {
  color: #555;
  width: auto;
  font-size: 18px;
  font-weight: 600;
}

.nav-link.resume:hover {
  font-weight: 600;
}

.nav-link.home {
  color: #555;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.nav-link.home:lang(en) {
  color: #222;
}

.nav-link.home.w--current {
  color: #333;
}

.nav-menu {
  order: -1;
  display: flex;
}

.footer {
  color: #0000;
  background-color: #0000;
  border: 0 solid #0000;
  border-top: 1px solid #e5e5e5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 128px;
  padding: 0;
  display: flex;
  position: relative;
  bottom: auto;
}

.page-wrapper {
  background-color: #fff;
  border: 0 #000;
}

.licenses-hero {
  background-color: #7051ef;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #555;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  overflow: visible;
  transform: translate(0);
}

.section:hover {
  transform: scale3d(1none, 1none, 1none);
}

.section.hero {
  color: #fff;
  text-align: left;
  object-fit: cover;
  background-color: #fff;
  border: 0 #555;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.section.expertise {
  padding-top: 112px;
  overflow: hidden;
}

.section.cta {
  background-color: #7051ef;
  padding-top: 204px;
  padding-bottom: 204px;
  position: relative;
  overflow: hidden;
}

.section.about-section {
  padding-top: 178px;
}

.section.dribbble {
  padding-top: 99px;
  padding-bottom: 165px;
}

.section.blog-section {
  padding-bottom: 100px;
}

.section.about-hero {
  padding-top: 60px;
  padding-bottom: 143px;
}

.section.companies {
  background-color: #fafafc;
  padding-top: 95px;
  padding-bottom: 95px;
}

.section.my-story {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 125px;
  overflow: visible;
}

.section.skills {
  padding-top: 125px;
  padding-bottom: 125px;
}

.section.experience {
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: visible;
}

.section.about-testimonials {
  padding-top: 0;
  overflow: hidden;
}

.section.products {
  padding-top: 60px;
}

.section.product {
  padding-top: 60px;
  overflow: visible;
}

.section.related-products {
  padding-top: 0;
  padding-bottom: 136px;
}

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

.section.blog-post {
  padding-top: 60px;
  padding-bottom: 173px;
}

.section.blog-post-latest-articles {
  padding-top: 0;
}

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

.section.portfolio-project {
  padding-top: 60px;
}

.section.contact {
  padding: 60px 64px 125px;
}

.section.faqs {
  padding-top: 125px;
  padding-bottom: 129px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
  display: flex;
}

.utility-page-wrap._404 {
  background-color: #7051ef;
  min-height: 800px;
  padding-top: 92px;
  padding-bottom: 92px;
}

.utility-page-wrap.password-protected {
  background-color: #7051ef;
}

.utility-page-content-password {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fafafc;
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  display: flex;
  box-shadow: 0 1px 23px #7051ef1a;
}

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

.input {
  color: #3a395e;
  background-color: #f7f7fa;
  border: 2px solid #f7f7fa;
  border-radius: 14px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 19px 20px 20px 19px;
  font-size: 18px;
  transition: background-color .35s, border-color .35s;
}

.input:focus, .input.-wfp-focus {
  color: #3a395e;
  background-color: #fff;
  border-width: 2px;
  border-color: #7051ef;
  font-size: 18px;
}

.input::placeholder {
  color: #3a395e;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1.722em;
}

.input.newsletter-footer {
  min-height: 84px;
  padding: 8px 10px 8px 27px;
}

.input.newsletter {
  text-transform: none;
  background-color: #fff;
  border-color: #fff;
  min-height: 84px;
  padding: 8px 10px 8px 27px;
}

.input.newsletter:focus {
  text-transform: none;
  border-color: #7051ef;
}

.input.newsletter::placeholder {
  text-transform: none;
}

.input.name {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  text-transform: capitalize;
  background-color: #0000;
  background-image: url('../images/Name.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.input.name:focus {
  background-image: url('../images/icon-form-contact-01.1-designer-template.svg');
}

.input.name::placeholder {
  color: #0006;
  -webkit-text-stroke-color: #0006;
}

.input.email {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/email.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.input.email:focus {
  background-image: url('../images/icon-form-contact-02.1-designer-template.svg');
}

.input.email::placeholder {
  color: #01333866;
}

.input.company {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/Company.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.input.company:focus {
  color: var(--dim-grey);
  background-image: url('../images/icon-form-contact-03.1-designer-template.svg');
}

.input.company::placeholder {
  color: #0006;
}

.input.checkout {
  min-height: 62px;
  margin-bottom: 16px;
}

.input.password {
  margin-top: 20px;
  margin-bottom: 40px;
}

.input.discount {
  min-height: 52px;
}

.utility-page-content-404 {
  margin-bottom: 0;
}

._404-title {
  color: #7051ef;
  margin-bottom: 25px;
  font-size: 180px;
  font-weight: 700;
  line-height: 160px;
}

.bg-secondary-5 {
  background-color: #fff4fa;
}

.container-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 64px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.split-content {
  text-decoration: none;
}

.split-content.hero-left {
  max-width: 608px;
  margin-top: -14px;
}

.split-content.expertise-left {
  max-width: 566px;
  margin-bottom: 113px;
}

.split-content.cta-left {
  z-index: 1;
  max-width: 520px;
  position: relative;
}

.split-content.about-section-right {
  max-width: 38%;
}

.split-content.about-section-left {
  flex-direction: column;
  width: 100%;
  max-width: 48%;
  margin-left: 50px;
  display: flex;
}

.split-content.last-article-featured-right {
  flex-direction: column;
  align-items: flex-start;
  max-width: 466px;
  display: flex;
}

.split-content.my-story-left {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  max-width: 30%;
  display: flex;
}

.split-content.my-story-right {
  max-width: 615px;
  margin-bottom: 0;
  margin-right: 79px;
}

.split-content.top-skills-left {
  max-width: 55%;
}

.split-content.experience-left {
  max-width: 44%;
}

.split-content.about-testimonials-left {
  max-width: 650px;
  margin-bottom: 48px;
}

.split-content.latest-products-left {
  max-width: 607px;
}

.split-content.product-left {
  max-width: 775px;
  margin-right: 20px;
}

.split-content.blog-left {
  max-width: 48%;
  margin-right: 20px;
}

.split-content.portfolio-project-about-left {
  color: var(--red-2);
  background-color: #0000;
  max-width: 309px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 120px;
}

.split-content.portfolio-project-about-left.final {
  margin-bottom: 23px;
}

.split-content.contact-left {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

._2-buttons {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accent-text {
  color: #7051ef;
}

.accent-text._w-medium {
  font-weight: 500;
}

.title.hero {
  color: #06393d;
  text-align: right;
  text-transform: uppercase;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 100px;
  font-weight: 600;
  display: flex;
}

.title.hero.red {
  color: var(--red-2);
  text-align: right;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneuebd;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.title.hero.red.new {
  color: #0c828d;
  text-align: left;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 12px;
  font-family: Helveticaneuebd;
  font-weight: 500;
}

.title.hero.new {
  color: #05393d;
  align-items: flex-start;
  margin-left: 0;
}

.title.cta {
  color: #fff;
  text-shadow: 0 3px 10px #130a3736;
}

.title.about-section {
  margin-bottom: 22px;
}

.title.dribbble {
  margin-bottom: 42px;
}

.title.portfolio-section {
  color: #4eb8d5;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
}

.title.card-portfolio {
  color: #505050;
  margin-bottom: 12px;
  text-decoration: none;
}

.title.card-portfolio.asdf {
  margin-bottom: 20px;
}

.title.card-portfolio.link-no-ul {
  color: var(--dark-cyan);
  text-decoration: none;
}

.title.follow-me {
  max-width: 543px;
  margin-left: auto;
  margin-right: auto;
}

.title.card-article {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.44em;
}

.title.last-article-featured {
  max-width: 386px;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.44em;
}

.title.footer-newsletter {
  margin-bottom: 21px;
}

.title.about-hero {
  margin-bottom: 18px;
}

.title.skills {
  margin-bottom: 0;
}

.title.card-skill {
  font-size: 24px;
  line-height: 1.333em;
}

.title.follow-journey-card {
  text-transform: capitalize;
  margin-bottom: 0;
}

.title.follow-journey {
  margin-bottom: 48px;
}

.title.card-timeline-title {
  text-transform: capitalize;
}

.title.product {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.44em;
}

.title.product.featured {
  margin-bottom: 11px;
}

.title.product-page {
  margin-bottom: 20px;
}

.title.about-product {
  margin-bottom: 40px;
}

.title.card-product-licenses {
  margin-bottom: 14px;
}

.title.related-products {
  margin-bottom: 0;
}

.title.blog {
  margin-bottom: 27px;
}

.title.newsletter {
  margin-bottom: 28px;
}

.title.latest-article {
  margin-bottom: 0;
}

.title.blog-post {
  text-align: center;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}

.title.author {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.44em;
}

.title.portfolio-project {
  color: #028083;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
}

.title.portfolio-project.h2 {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.title.portfolio-project.micro {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
}

.title.about-project {
  color: #333;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.title.about-project.variant {
  margin-top: 5px;
}

.title.about-project.top {
  color: var(--black);
  font-size: 20px;
}

.title.contact {
  color: var(--black);
  text-transform: none;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.title.faqs {
  margin-bottom: 51px;
}

.title.faq {
  margin-bottom: 0;
  margin-right: 25px;
}

.title.portfolio-project-section {
  color: #028083;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  max-width: 615px;
  margin: 0 auto 32px 0;
  padding-top: 64px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
  position: static;
}

.title.portfolio-project-section.left {
  text-align: left;
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 20px;
}

.title.portfolio-project-section.left.black {
  margin-bottom: 32px;
  padding-top: 24px;
}

.title.portfolio-project-section.special {
  color: #333;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 20px;
}

.title.portfolio-project-section.nosub {
  color: var(--black);
  -webkit-text-stroke-color: #4a6c68;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.title.portfolio-project-section.nosub.new {
  width: 615px;
  margin-left: auto;
  padding-bottom: 0;
  font-size: 24px;
}

.title.portfolio-project-section.less {
  margin-bottom: 16px;
}

.title.portfolio-project-section.less.small {
  font-size: 20px;
}

.title.portfolio-project-section.heading-10 {
  margin-bottom: 24px;
  font-size: 24px;
}

.title.portfolio-project-section.heading-10.black {
  color: #333;
}

.title.portfolio-project-section.h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
}

.title.portfolio-project-section.main {
  margin-bottom: 24px;
  font-size: 24px;
}

.title.portfolio-project-section.main.black {
  margin-bottom: 32px;
  font-size: 32px;
}

.title.portfolio-project-section.italics {
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-style: italic;
}

.title.portfolio-project-section.italics.note {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.title.portfolio-project-section.black.custom {
  width: 615px;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 20px;
  display: flex;
}

.title.portfolio-project-section.contact {
  text-align: left;
  margin-bottom: 32px;
}

.title.portfolio-project-section.my-story-wrapper.more {
  color: #028083;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}

.title.portfolio-project-section.more {
  color: #028083;
  margin-bottom: 32px;
  line-height: 1.4em;
}

.title.portfolio-project-section.only {
  color: #028083;
  text-align: left;
  -webkit-text-stroke-color: #4a6c68;
  width: auto;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 64px;
  font-size: 32px;
  line-height: 1.4em;
}

.title.portfolio-project-section.only.shorter {
  color: #028083;
}

.title.portfolio-project-section.lower {
  padding-bottom: 16px;
}

.title.portfolio-project-section.note {
  color: #028083;
  text-align: center;
  -webkit-text-stroke-color: #4a6c68;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.title.portfolio-project-section.goal {
  margin-left: auto;
}

.title.portfolio-project-section.shorter {
  color: #028083;
  margin-bottom: 32px;
}

.title.portfolio-project-section.shortest {
  margin-bottom: 0;
}

.title.portfolio-project-section.full {
  margin-left: auto;
}

.title.category-title, .title.blog-category, .title.portfolio-category-title {
  margin-bottom: 0;
}

.title.changelog {
  color: #7051ef;
  margin-bottom: 0;
  font-size: 20px;
}

.title.changelog.subtitle {
  font-size: 16px;
}

.space {
  color: #555;
  min-width: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-right: 48px;
}

.space.nav-footer {
  min-width: 20px;
}

.space.faq-top-content {
  height: 30px;
}

.space.faq-button-content {
  height: 16px;
}

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

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.dribbble {
  border-radius: 35px;
}

.image-wrapper.last-project {
  border: 1px solid #000;
  border-radius: 65px;
  max-height: 707px;
}

.image-wrapper.card-portfolio {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  max-height: 345px;
}

.image-wrapper.last-article-featured {
  border-radius: 45px;
  max-width: 722px;
  margin-right: 20px;
}

.image-wrapper.about-hero {
  border-radius: 60px;
  max-width: 68%;
  min-height: 705px;
  margin-left: -360px;
  display: flex;
}

.image-wrapper.featured-product {
  border-radius: 45px;
}

.image-wrapper.product {
  border-radius: 45px;
  height: 318px;
  margin-bottom: 23px;
  position: relative;
}

.image-wrapper.product-image {
  border-radius: 45px;
  margin-bottom: 27px;
}

.image-wrapper.product-more-images {
  border-radius: 17px;
}

.image-wrapper.author {
  border-radius: 1000px;
  width: 145px;
  height: 145px;
  margin-right: 33px;
}

.image-wrapper.order-product {
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.image-wrapper.cart-product {
  border-radius: 8px;
  margin-right: 10px;
}

.image.hero {
  border-width: 0;
  flex: none;
  width: 54%;
  margin-right: -77px;
  position: relative;
}

.image.about-section-1 {
  border-radius: 44px;
  align-self: flex-start;
  width: 58.8%;
}

.image.about-section-2 {
  border-radius: 44px;
  align-self: flex-end;
  width: 58.8%;
  margin-top: -414px;
}

.image.expertise {
  border-radius: 47px;
  min-width: 180px;
  height: 180px;
  margin-top: -54px;
  margin-bottom: 38px;
}

.image.card-portfolio {
  border-width: 0;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  box-shadow: 0 0 5px #fe484805;
}

.image.card-portfolio.featured {
  border-width: 0;
  border-radius: 18px;
}

.image.social-media {
  border-width: 0;
  border-color: #0000;
}

.image.my-story {
  border-width: 0;
  border-color: var(--true-blue);
  border-radius: 0;
  width: 400px;
  height: 330px;
  position: static;
  top: 10px;
}

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

.image.portfolio-project-image {
  border-radius: 65px;
  margin-bottom: 150px;
  box-shadow: 0 4px 64px #7051ef0d, 0 4px 40px #3a395e14;
}

.image.project-overview {
  border-radius: 50px;
  margin-bottom: 200px;
}

.image.about-hero {
  object-fit: cover;
}

.image.order-product {
  width: 80px;
  height: 100%;
  transition: transform .35s;
}

.image.order-product:hover {
  transform: scale(1.1);
}

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

.image.cart-product {
  width: 80px;
  height: 100%;
  transition: transform .35s;
}

.image.cart-product:hover {
  transform: scale(1.1);
}

.accent {
  background-color: var(--red);
  color: var(--red-2);
  flex-wrap: nowrap;
  justify-content: center;
  width: 95px;
  height: 6px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accent:hover {
  margin-left: 0;
  margin-right: auto;
}

.accent.large {
  width: 108px;
  margin-bottom: 31px;
}

.accent.large.faqs {
  margin-left: auto;
  margin-right: auto;
}

.accent.about-hero {
  margin-bottom: 15px;
}

.accent.follow-journey, .accent.featured-products {
  margin-left: auto;
  margin-right: auto;
}

.accent.cta {
  background-color: #fff;
}

.accent.portfolio-category-accent {
  margin-left: auto;
  margin-right: auto;
}

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

.top-content.portfolio-section {
  margin-bottom: 30px;
  display: block;
}

.top-content.blog-section {
  align-items: center;
  margin-bottom: 54px;
}

.top-content.top-skills {
  margin-bottom: 68px;
}

.top-content.related-products {
  align-items: flex-end;
}

.top-content.latest-articles {
  margin-bottom: 70px;
}

.top-content.author {
  align-items: flex-end;
  margin-bottom: 18px;
}

.top-content.portfolio {
  margin-bottom: 30px;
}

.top-content.blog-category-section {
  text-align: center;
  flex-direction: column;
  margin-bottom: 54px;
}

.top-content.portfolio-category-top-content {
  text-align: center;
  flex-direction: column;
  margin-bottom: 30px;
}

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

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

.testimonial-grid {
  grid-column-gap: 69px;
  grid-row-gap: 52px;
  grid-template-rows: auto 60px auto 60px;
  align-items: start;
  margin-bottom: 55px;
}

.testimonial-title-wrapper {
  margin-top: 16px;
}

.card {
  background-color: #fff;
  border-radius: 45px;
  box-shadow: 0 0 5px #27194d05, 0 3px 20px #7051ef0a, 0 10px 28px #27194d08;
}

.card.testimonial {
  padding: 73px 65px;
}

.card.expertise-slide {
  text-align: center;
  max-width: 401px;
  padding-bottom: 60px;
  padding-left: 29px;
  padding-right: 29px;
}

.card.last-project {
  flex-direction: column;
  align-items: flex-start;
  max-width: 548px;
  padding: 20px 46px;
  transition: transform .35s;
  display: flex;
  position: absolute;
  bottom: 38px;
  left: 40px;
  overflow: visible;
}

.card.last-project:hover {
  transform: scale(1.03);
}

.card.card-portfolio {
  border: 1px solid var(--dim-grey);
  box-shadow: none;
  border-radius: 45px;
  height: 100%;
  text-decoration: none;
  transition-property: transform;
  overflow: hidden;
}

.card.card-portfolio:hover {
  transform: scale(1.03);
}

.card.card-article {
  height: 100%;
  text-decoration: none;
  transition-property: transform;
  overflow: hidden;
}

.card.card-article:hover {
  transform: scale(1.03);
}

.card.about-hero {
  z-index: 1;
  box-shadow: none;
  max-width: 61%;
  padding: 99px 93px 99px 57px;
  position: relative;
}

.card.skill {
  padding: 48px 29px 49px;
}

.card.follow-journey {
  border-radius: 26px;
  align-items: center;
  padding: 34px 47px;
  text-decoration: none;
  transition: box-shadow .35s, transform .35s;
  display: flex;
}

.card.follow-journey:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px #27194d05, 0 8px 25px #7051ef0a, 0 13px 38px #27194d08;
}

.card.timeline {
  max-width: 461px;
  padding: 40px 49px;
}

.card.product-license {
  max-width: 428px;
  margin-bottom: 60px;
  padding: 44px 40px 59px;
}

.card.newsletter {
  box-shadow: none;
  background-color: #fafafc;
  padding: 53px 54px;
}

.card.blog-post-author {
  max-width: 883px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 63px 80px;
  display: flex;
}

.card.contact {
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0;
  flex: 1;
  width: auto;
  max-width: 700px;
  margin-bottom: 64px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 32px;
}

.card.checkout {
  margin-bottom: 40px;
  overflow: hidden;
}

.card.empty-state {
  color: #80809d;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 40px 60px;
  font-size: 24px;
  font-weight: 500;
}

.card.empty-state.small {
  border-radius: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.card.success {
  box-shadow: none;
  color: #7051ef;
  text-align: left;
  border-radius: 25px;
  padding: 25px 27px;
  font-size: 20px;
  font-weight: 500;
}

.card.success.newsletter-blog {
  box-shadow: none;
  border-radius: 25px;
  min-height: 84px;
  padding: 25px 40px;
}

.card.success.contact-form {
  box-shadow: none;
  text-align: left;
  padding: 40px 0;
  font-size: 24px;
}

.card.success.footer {
  background-color: #f7f6ff;
}

.card._404 {
  padding: 64px 63px;
  box-shadow: 0 0 5px #27194d26, 0 3px 20px #0f063533, 0 10px 28px #27194d08;
}

.about-testimonial-wrapper {
  align-items: center;
  display: flex;
}

.testimonial-image {
  border-radius: 54px;
  min-width: 70px;
  height: 70px;
  margin-right: 21px;
}

.testimonial-name {
  color: #3a395e;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.222em;
}

.testimonial-work {
  color: #7051ef;
  line-height: 1.056em;
}

.dribbble-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.expertise-slider {
  background-color: #0000;
  height: 100%;
  margin-bottom: 56px;
  position: relative;
}

.slide-nav {
  display: none;
}

.expertise-slider-mask {
  max-width: 401px;
  overflow: visible;
}

.portfolio-section-grid {
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 86px;
  display: grid;
}

.last-project-wrapper {
  border-radius: 65px;
  position: relative;
}

.portfolio-category-wrapper {
  z-index: 1;
  border-radius: 12px;
  margin-bottom: 21px;
  padding: 10px 18px;
  position: relative;
}

.portfolio-category {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.188em;
}

.card-portfolio-case-study-link {
  color: #7051ef;
  letter-spacing: .02em;
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.card-portfolio-link-arrow-wrapper {
  border: 1px solid var(--red-2);
  color: var(--dark-cyan);
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: 33px;
  margin-left: 13px;
  font-family: Icons Designer Template;
  line-height: 1em;
  display: flex;
}

.card-potrfolio-paragraph {
  color: var(--dim-grey);
  margin-bottom: 40px;
  text-decoration: underline;
}

.card-potrfolio-paragraph.link-no-ul {
  color: var(--dim-grey);
  font-size: 18px;
  text-decoration: none;
}

.portfolio-section-cards-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-portfolio-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.portfolio-content-case-study-link {
  color: #6e6d8f;
  text-decoration: none;
}

.container-large-1022px {
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.follow-me-grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.paragraph.portfolio-section {
  max-width: 560px;
}

.paragraph.portfolio-section.portfolio {
  color: #555;
  max-width: 660px;
  margin-top: 10px;
  font-family: Helveticaneuelt;
  font-size: 22px;
  font-weight: 400;
}

.paragraph.testimonial {
  color: #3a395e;
  margin-bottom: 28px;
}

.paragraph.footer-paragraph {
  color: var(--neutral);
  max-width: 463px;
  font-family: Helveticaneuemed;
  font-size: 18px;
}

.paragraph.newsletter {
  margin-bottom: 26px;
}

.paragraph.description-summary {
  max-width: 579px;
  margin-bottom: 58px;
}

.paragraph.card-product-licences {
  margin-bottom: 26px;
}

.paragraph.blog-section {
  max-width: 560px;
}

.paragraph.author {
  margin-bottom: 30px;
}

.paragraph.last-article-featured, .paragraph.product-description-summary, .paragraph.product-description-summary:hover {
  color: #6e6d8f;
}

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

.last-blog-featured {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-articles-featured-grid {
  grid-row-gap: 41px;
  grid-template-columns: 1fr;
}

.expertise-slide-wrapper {
  max-width: 401px;
  margin-right: 27px;
}

.card-article-content {
  margin-top: -40px;
  padding-bottom: 58px;
  padding-left: 24px;
  padding-right: 24px;
}

.card-category-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.card-category {
  border-radius: 12px;
  padding: 13px 18px;
}

.card-category.last-article-featured {
  margin-bottom: 24px;
  text-decoration: none;
  transition: transform .35s;
}

.card-category.last-article-featured:hover {
  transform: scale(1.05);
}

.card-category-text {
  font-weight: 500;
  line-height: 1.111em;
}

.card-category-icon-wrapper {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
}

.card-category-icon-wrapper.blog-category {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.card-category-icon-border {
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
}

.card-article-content-link {
  color: #6e6d8f;
  text-decoration: none;
}

.card-article-date {
  text-transform: none;
  line-height: 1.5em;
}

.slide-arrow-left {
  color: #7051ef;
  background-color: #fff;
  border-radius: 22px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  font-family: Icons Designer Template;
  font-size: 32px;
  line-height: 1em;
  transition: color .35s, box-shadow .35s, transform .35s, background-color .35s;
  inset: -135px 104px auto auto;
  box-shadow: 0 2px 24px #1615380d;
}

.slide-arrow-left:hover {
  color: #fff;
  background-color: #7051ef;
  transform: scale(1.05);
  box-shadow: 0 7px 25px #7051ef4f;
}

.slide-arrow-left.expertise {
  top: -240px;
}

.slide-arrow-right {
  color: #7051ef;
  background-color: #fff;
  border-radius: 22px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  font-family: Icons Designer Template;
  font-size: 32px;
  line-height: 1em;
  transition: color .35s, box-shadow .35s, transform .35s, background-color .35s;
  inset: -135px 0 auto auto;
  box-shadow: 0 2px 24px #1615380d;
}

.slide-arrow-right:hover {
  color: #fff;
  background-color: #7051ef;
  transform: scale(1.05);
  box-shadow: 0 7px 25px #7051ef4f;
}

.slide-arrow-right.expertise {
  top: -240px;
}

.footer-logos {
  border-width: 0;
}

.divider {
  background-color: #e5e5ea;
  width: 100%;
  height: 1px;
}

.divider.footer-divider {
  margin-top: 20px;
  margin-bottom: 40px;
}

.divider.my-story {
  background-color: #f7f7fa;
  margin-top: 56px;
  margin-bottom: 38px;
}

.divider.blog-post-category {
  width: 32px;
  margin-left: 28px;
  margin-right: 28px;
}

.divider.form-contact {
  background-color: #e7e2e2;
  margin-top: 64px;
  margin-bottom: 42px;
}

.footer-menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.small-print {
  text-align: center;
  line-height: 1.111em;
}

.small-print.copyright {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

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

.newsletter-button {
  background-color: #7051ef;
  background-image: url('../images/icon-subscribe-newsletter-designer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 17px;
  width: 64px;
  height: 64px;
  transition: transform .35s;
  position: absolute;
  right: 10px;
  box-shadow: 0 3px 17px #2e2ad421;
}

.newsletter-button:hover {
  transform: scale(1.1);
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-social-media-grid {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: start;
}

.form-footer-newsletter {
  margin-bottom: 51px;
}

.nav-menu-footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.nav-menu-footer-title {
  color: var(--neutral);
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.nav-menu-footer-grid {
  flex-wrap: wrap;
  grid-template-rows: auto;
  display: flex;
}

.list-footer {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-list-item {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.footer-link {
  color: var(--neutral);
  text-transform: uppercase;
  white-space: nowrap;
  border: 0 solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-height: 39px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.111em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.footer-link:hover {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transform: translate(-1px);
}

.footer-link:focus-visible, .footer-link[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  margin-top: 0;
  margin-left: 0;
  padding: 0 4px 4px;
}

.footer-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-width: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
}

.footer-link.w--current:hover {
  flex-flow: column;
  flex: 0 auto;
}

.footer-link.w--current:focus-visible, .footer-link.w--current[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 8px;
  margin-top: 4px;
  margin-left: 0;
  padding: 0 4px 4px;
}

.footer-link.cms {
  align-items: center;
  display: flex;
}

.footer-link.contact {
  justify-content: center;
  align-items: center;
}

.footer-link.contact:hover {
  transform: none;
}

.badge {
  color: #7051ef;
  background-color: #f7f6ff;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

.badge.footer-badge {
  margin-left: 12px;
}

.badge.all {
  margin-right: 22px;
}

.badge.category-button {
  color: #3a395e;
  background-color: #fafafc;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: background-color .35s, color .35s;
}

.badge.category-button:hover {
  color: #7051ef;
  background-color: #f7f6ff;
}

.badge.category-button.w--current {
  color: #7051ef;
  background-color: #f7f6ff;
  font-weight: 700;
}

.badge.category-button.all {
  margin-right: 22px;
}

.badge.category-button.all.w--current {
  color: #7051ef;
  background-color: #f7f6ff;
  font-weight: 700;
}

.badge.changelog {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 12px 22px;
}

.badge.changelog.h3 {
  border-radius: 15px;
  margin-top: 20px;
  padding: 10px 18px;
}

.brand {
  padding-left: 0;
  transition: transform .35s;
}

.brand:hover {
  transform: scale(1.05);
}

.brand.w--current {
  margin-right: 20px;
}

.about-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.companies-text {
  margin-bottom: 37px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.636em;
}

.companies-grid {
  grid-column-gap: 93px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.my-story-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.skills-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.icon-skill {
  border-radius: 32px;
  width: 105px;
  height: 105px;
  margin-bottom: 18px;
}

.container-large-1131px {
  max-width: 1131px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.experience-wrapper {
  justify-content: space-between;
  display: flex;
}

.follow-journey-grid {
  grid-column-gap: 46px;
  grid-row-gap: 33px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.icon-follow-journey {
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  margin-bottom: 56px;
  position: relative;
}

.testimonial-slider-mask {
  max-width: 595px;
  overflow: visible;
}

.testimonial-slide-wrapper {
  max-width: 595px;
  margin-right: 66px;
}

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

.timeline-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 39px;
  height: 633px;
  max-height: 633px;
  display: flex;
  position: relative;
}

.card-timeline-text {
  text-transform: capitalize;
}

.timeline-dot {
  background-color: #7051ef;
  border: 3px solid #fff;
  border-radius: 1000px;
  width: 39px;
  height: 39px;
  min-height: 39px;
  box-shadow: 0 2px 9px #7051ef59;
}

.timeline-line-wrapper {
  z-index: -1;
  background-color: #f7f7fa;
  width: 6px;
  height: 633px;
  position: absolute;
}

.experience-left-content {
  position: sticky;
  top: 10px;
}

.drop-link {
  color: #3a395e;
  white-space: nowrap;
  border-radius: 14px;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.drop-link:hover {
  color: #7051ef;
  background-color: #0000;
}

.drop-link.w--current {
  color: #7051ef;
  font-weight: 500;
}

.drop-link.large {
  white-space: normal;
}

.drop-text {
  align-items: center;
  max-height: 16px;
  display: flex;
}

.drop-link-last {
  color: #3a395e;
  white-space: nowrap;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s, background-color .3s;
  display: flex;
}

.drop-link-last:hover {
  color: #7051ef;
  background-color: #0000;
}

.drop-link-last.w--current {
  color: #1f2559;
  font-weight: 700;
}

.icon-header-dropdown {
  font-family: Icons Designer Template;
  font-size: 7px;
  position: relative;
  bottom: -1px;
}

.drop-title {
  color: #7051ef;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1em;
}

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

.drop-div {
  padding: 40px 30px 40px 20px;
}

.drop-div.last {
  padding-left: 30px;
  padding-right: 38px;
}

.drop-div.first {
  padding-left: 38px;
  padding-right: 30px;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.dropdown-header {
  z-index: 1;
}

.dropdown-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 45px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 60px;
  left: -426px;
  overflow: visible;
  box-shadow: 0 1px 5px #27194d05, 0 3px 20px #7051ef0a, 0 10px 28px #27194d08;
}

.dropdown-list.w--open {
  z-index: 9999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 4px;
  flex-flow: column;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  top: 46px;
  left: auto;
  overflow: visible;
}

.drop-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.header-menu-wrapper {
  order: -1;
  display: flex;
}

.container-medium-655px {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-655px.products, .container-medium-655px.products-category {
  text-align: center;
}

.featured-products-grid {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 46px;
  margin-bottom: 129px;
  display: grid;
}

.product-featured-info-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 27px;
  display: flex;
}

.product-category-wrapper {
  color: #7051ef;
  background-color: #f7f6ff;
  border-radius: 12px;
  padding: 13px 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
}

.product-category-wrapper.featured {
  transition: color .35s, background-color .35s;
}

.product-category-wrapper.featured:hover {
  color: #fff;
  background-color: #7051ef;
}

.product-price-wrapper {
  color: #fff;
  text-transform: uppercase;
  background-color: #7051ef;
  border-radius: 11px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.111em;
}

.product-price-wrapper.product {
  position: absolute;
  top: 32px;
  right: 35px;
}

.products-grid {
  grid-column-gap: 27px;
  grid-row-gap: 66px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.button-pagination {
  color: #7051ef;
  text-align: center;
  background-color: #fff;
  border-width: 0;
  border-radius: 13px;
  margin-top: 60px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: transform .35s, box-shadow .35s;
  box-shadow: 0 2px 23px #7051ef1a;
}

.button-pagination:hover {
  color: #7051ef;
  transform: scale(1.05);
  box-shadow: 0 8px 32px #7051ef1a;
}

.product-info-text {
  color: #6e6d8f;
  text-transform: capitalize;
}

.product-info-text:hover {
  color: #6e6d8f;
}

.product-wrapper {
  position: relative;
}

.product-content-link {
  color: #6e6d8f;
  text-decoration: none;
}

.product-category-page-wrapper {
  color: #fff;
  background-color: #7051ef;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 13px 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
}

.product-category-page-wrapper:hover {
  color: #fff;
  transform: scale(1.1);
}

.product-gallery-wrapper {
  margin-bottom: 138px;
}

.product-more-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-price {
  color: #3a395e;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.286em;
}

.product-page-price-wrapper {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 38px;
  display: flex;
}

.product-compare-at-price {
  color: #80809d;
  margin-left: 13px;
  font-size: 22px;
  line-height: 1.273em;
  text-decoration: line-through;
}

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

.files-info-wrapper {
  background-color: #f7f6ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 295px;
  margin-top: 34px;
  padding: 21px 50px;
  display: flex;
}

.sidebar-content {
  position: sticky;
  top: 10px;
}

.product-page-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.related-products-grid {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  display: grid;
}

.product-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.files-info-icon {
  margin-right: 18px;
}

.files-info-text {
  color: #7051ef;
  font-weight: 500;
  line-height: 1em;
}

.form-newsletter {
  margin-bottom: 0;
}

.category {
  flex-wrap: wrap;
  margin-right: 22px;
  display: flex;
}

.categories-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.categories-wrapper.portfolio {
  margin-bottom: 74px;
}

.categories-wrapper.portfolio-categories-wrapper {
  justify-content: center;
  margin-bottom: 74px;
}

.latest-articles-grid {
  grid-column-gap: 28px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-category-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.blog-post-category {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .35s;
}

.blog-post-date {
  color: #80809d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.blog-post-main-image {
  border-radius: 65px;
  margin-bottom: 83px;
}

.blog-post-latest-articles-grid {
  grid-column-gap: 28px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-author-blog-post {
  max-width: 580px;
}

.rich-text {
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.rich-text.portfolio-project {
  color: var(--dim-grey);
  text-align: left;
  text-transform: none;
  align-self: center;
  max-width: 615px;
  margin: 0 auto 0 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.rich-text.portfolio-project.extra-space {
  padding-bottom: 32px;
}

.rich-text h2 {
  max-width: 755px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text img {
  border-radius: 50px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text figcaption {
  margin-bottom: 60px;
  line-height: 1.333em;
}

.rich-text h3 {
  color: var(--black);
  text-transform: none;
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7em;
}

.rich-text h4 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  max-width: 755px;
  margin: 40px auto 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.rich-text ul {
  color: var(--grey);
  max-width: 755px;
  margin: 10px auto 0;
  padding-left: 24px;
}

.rich-text li {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.rich-text blockquote {
  margin-top: 40px;
  margin-bottom: 60px;
}

.rich-text h5 {
  color: var(--dark-cyan);
  text-transform: lowercase;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h6 {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ol {
  max-width: 755px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: decimal;
}

.author-about-subtitle {
  color: #7051ef;
  margin-bottom: 5px;
  line-height: 1.056em;
}

.portfolio-grid {
  grid-column-gap: 27px;
  grid-row-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-portfolio-project-grid {
  grid-column-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.portfolio-project-about-wrapper {
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.portfolio-project-about-wrapper.grey {
  background-color: #fff0;
  padding-top: 0;
}

.portfolio-project-about-wrapper.grey.small {
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-project-about-wrapper.white {
  background-color: #fff;
  max-width: 615px;
  padding: 64px 0;
}

.portfolio-project-about-wrapper.white.nolower {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 615px;
  padding: 0;
}

.portfolio-project-about-wrapper.white.morehigher {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-project-about-wrapper.white.nohigher {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.portfolio-project-about-wrapper.white.testing {
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-project-about-wrapper.top-only {
  background-color: #fff;
  padding-bottom: 0;
}

.portfolio-project-about-wrapper.small {
  background-color: #0000;
  padding-bottom: 16px;
}

.portfolio-project-about-wrapper.gray {
  background-color: #0000;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-project-about-wrapper.shite {
  background-color: #fff;
}

.portfolio-project-about {
  justify-content: space-between;
  display: flex;
}

.portfolio-project-about.project-overview {
  text-transform: none;
  background-color: #0000;
  max-width: 615px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helveticaneueit;
  display: block;
  position: static;
  top: 60px;
  bottom: 60px;
  overflow: visible;
}

.portfolio-project-about.project-overview.grey {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.portfolio-project-about.project-overview.grey.note {
  padding-top: 16px;
  padding-bottom: 16px;
}

.portfolio-project-about.project-overview.buttup {
  margin-top: 60px;
  margin-bottom: 0;
}

.portfolio-project-about.project-overview.buttdown {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.portfolio-project-about.project-overview.buttdown.grey {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-project-about.project-overview.buttdown.white.buttdn {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-project-about.project-overview.buttdown.sans {
  background-color: #0000;
  margin-top: 48px;
  padding-top: 0;
  padding-bottom: 16px;
}

.portfolio-project-about.project-overview.gery {
  color: var(--red-2);
  -webkit-text-stroke-color: #e30a13;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: 64px;
  margin-right: 64px;
  padding-bottom: 0;
  display: flex;
}

.portfolio-project-about.project-overview.gery._60pad {
  flex-flow: column;
  width: 97vw;
  max-width: 1200px;
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.portfolio-project-about.project-overview.gery._60pad.sans {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-project-about.project-overview.gery._60pad.sans.more {
  background-color: #0000;
  padding-top: 64px;
}

.portfolio-project-about.project-overview.gery.shorter {
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.portfolio-project-about.project-overview.gery.butt-up {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.portfolio-project-about.project-overview.white {
  background-color: #0000;
  padding-top: 64px;
  padding-bottom: 64px;
}

.portfolio-project-about.project-overview.sans {
  background-color: #0000;
  margin-top: 64px;
  padding-bottom: 64px;
}

.portfolio-project-about.project-overview.sans.small {
  margin-top: 0;
  padding-bottom: 0;
}

.portfolio-project-about.project-overview.ncrowd {
  background-color: #fff;
}

.portfolio-project-about.project-overview.shorter.end {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-project-about.grey {
  background-color: #fff;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 0;
}

.portfolio-project-client {
  color: #7051ef;
  letter-spacing: .1em;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.091em;
}

.portfolio-project-client.page {
  text-transform: uppercase;
}

.about-project-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  width: auto;
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.7em;
  display: flex;
}

.about-project-wrapper.nc {
  margin-top: 0;
}

.about-project-wrapper.home-page {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.about-project-wrapper.wrap {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
}

.about-project-info-text {
  color: #333;
  text-transform: none;
  flex-flow: wrap;
  width: auto;
  max-width: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.about-project-info-text.recs {
  margin-top: 4px;
  line-height: 24px;
}

.about-project-info-text.impact {
  width: 150px;
}

.about-project-info-text.sans {
  background-color: #0000;
}

.contact-wrapper {
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.container-medium-931px {
  max-width: 931px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 0;
  display: grid;
}

.contact-info {
  grid-column-gap: 8px;
  color: #3a395e;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.contact-info:hover {
  color: #7051ef;
}

.contact-info-icon {
  color: var(--black);
  border-width: 0;
  margin-right: 30px;
}

.contact-form-grid {
  grid-column-gap: 33px;
  grid-row-gap: 32px;
  color: var(--true-blue);
  grid-template: "."
                 "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  font-family: Helveticaneuemed;
  display: grid;
}

.button-form {
  background-color: var(--true-blue);
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  border-radius: 20px;
  padding: 28px 52px;
  font-family: Helveticaneuemed;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.button-form:hover {
  color: #ebebeb;
  background-color: #1b92b3;
  font-family: Helveticaneuemed;
  box-shadow: 0 4px 10px #00000026;
}

.button-form.home {
  background-color: var(--black);
  border-radius: 0;
  width: 180px;
  padding: 10px 15px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.778em;
}

.button-form.home.end {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.button-form.home.end.disabled {
  background-color: #21a1c580;
  padding-left: 10px;
  padding-right: 10px;
}

.button-form.home.invisible {
  color: #0000;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
}

.text-area {
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 172px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 19px 20px 20px 19px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: color .35s, background-color .35s, border-color .35s;
}

.text-area:focus {
  color: #3a395e;
  background-color: #fff;
  border-width: 2px;
  border-color: #0c828d;
  font-size: 18px;
}

.text-area::placeholder {
  color: #0006;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1.722em;
}

.faqs-grid {
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.faq-wrapper {
  cursor: pointer;
  background-color: #fafafc;
  border-radius: 26px;
  padding: 38px 37px 38px 60px;
  overflow: hidden;
}

.faq-top {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-arrow-wrapper {
  color: #7051ef;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-family: Icons Designer Template;
  font-size: 20px;
  display: flex;
  box-shadow: 0 1px 15px #1615380d;
}

.select-wrapper {
  color: #3a395e;
  background-color: #f7f7fa;
  border: 2px solid #f7f7fa;
  border-radius: 14px;
  min-height: 72px;
  margin-bottom: 0;
  padding-right: 23px;
  font-size: 18px;
  transition: background-color .35s, border-color .35s;
  overflow: hidden;
}

.select-wrapper::placeholder {
  color: #3a395e;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1.722em;
}

.select {
  color: #3a395e;
  text-transform: lowercase;
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 14px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 19px 20px 20px 19px;
  font-size: 18px;
  transition: border-color .35s, background-color .35s;
}

.select::placeholder {
  color: #3a395e;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1.722em;
}

.select.checkout {
  background-color: #f7f7fa;
  min-height: 62px;
}

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

.contact-social-media-text {
  color: #3a395e;
  border: 1px solid #555;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.social-media-link {
  border-radius: 1000000000px;
  justify-content: center;
  align-items: center;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  overflow: hidden;
}

.social-media-link:hover {
  transform: scale(1.1);
}

.social-media-link.facebook {
  box-shadow: 0 7px 14px #1877f240;
}

.social-media-link.facebook:hover {
  box-shadow: 0 10px 28px #1877f25c;
}

.social-media-link.facebook.small {
  width: 42px;
  height: 42px;
}

.social-media-link.facebook.contact {
  width: 32px;
  height: 32px;
}

.social-media-link.twitter {
  box-shadow: 0 6px 11px #1da1f240;
}

.social-media-link.twitter:hover {
  box-shadow: 0 10px 28px #1da1f25c;
}

.social-media-link.twitter.small {
  width: 42px;
  height: 42px;
}

.social-media-link.twitter.contact {
  width: 32px;
  height: 32px;
}

.social-media-link.instagram {
  box-shadow: 0 11px 15px #8c3aaa26;
}

.social-media-link.instagram:hover {
  box-shadow: 0 11px 28px #8c3aaa5c;
}

.social-media-link.instagram.small {
  width: 42px;
  height: 42px;
}

.social-media-link.instagram.follow-icon {
  border-radius: 25px;
}

.social-media-link.instagram.contact {
  width: 32px;
  height: 32px;
}

.social-media-link.dribbble {
  box-shadow: 0 9px 17px #ea4c8938;
}

.social-media-link.dribbble:hover {
  box-shadow: 0 11px 28px #ea4c895c;
}

.social-media-link.dribbble.small {
  width: 42px;
  height: 42px;
}

.social-media-link.dribbble.follow-icon {
  border-radius: 25px;
}

.social-media-link.dribbble.contact {
  width: 32px;
  height: 32px;
}

.social-media-link.linkedin {
  box-shadow: 0 6px 10px #018ad240;
}

.social-media-link.linkedin:hover {
  box-shadow: 0 10px 28px #018ad25c;
}

.social-media-link.linkedin.small {
  width: 42px;
  height: 42px;
}

.social-media-link.linkedin.contact {
  width: 32px;
  height: 32px;
}

.social-media-link.behance {
  box-shadow: 0 6px 10px #1769ff40;
}

.social-media-link.behance:hover {
  box-shadow: 0 10px 28px #1769ff5c;
}

.social-media-link.behance.small {
  width: 42px;
  height: 42px;
}

.social-media-link.behance.follow-icon {
  border-radius: 25px;
}

.social-media-link.behance.contact {
  width: 32px;
  height: 32px;
}

.contact-social-media-grid, .author-social-media-grid {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: start;
}

.author-mobile-social-media {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: start;
  display: none;
}

.category-title-wrapper {
  justify-content: center;
  display: flex;
}

.category-title-wrapper.digital-products {
  margin-bottom: 27px;
}

.category-title-wrapper.blog-category {
  margin-top: 20px;
  margin-bottom: 27px;
}

.category-title-wrapper.portfolio-category {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 27px;
}

.last-project-section {
  color: #6e6d8f;
  border-radius: 65px;
  text-decoration: none;
}

.container-medium-760px {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.checkout-form {
  background-color: #fff;
  padding: 0 0 120px;
}

.cart-quantity {
  color: #7051ef;
  background-color: #f7f6ff;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  margin-left: 10px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.block-header {
  border-width: 0;
  padding: 32px;
}

.block-content {
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-color: #e5e5ea;
  padding: 40px 32px;
}

.required-text {
  color: #7051ef;
  font-size: 16px;
}

.field-label {
  color: #3a395e;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1em;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkbox-label {
  margin-bottom: 0;
  line-height: 1em;
}

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

.apple-pay {
  border-radius: 20px;
  height: 70px;
}

.apple-pay.cart {
  height: 55px;
}

.order-product-title-link {
  color: #3a395e;
  margin-bottom: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s;
}

.order-product-title-link:hover {
  color: #7051ef;
}

.order-product-price {
  color: #3a395e;
  font-weight: 700;
  line-height: 1em;
}

.order-product-wrapper {
  align-items: flex-start;
  display: flex;
}

.order-product-info {
  margin-left: 0;
  margin-right: 0;
}

.slide-arrow-icon {
  justify-content: center;
  align-items: center;
  transition: transform .35s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-arrow-icon:hover {
  transform: scale(1.05);
}

.brand-footer {
  padding-left: 0;
  transition-property: none;
}

.time-line {
  background-color: #7051ef;
  width: 100%;
  height: 100%;
}

.company-link {
  transition: transform .35s;
}

.company-link:hover {
  transform: scale(1.05);
}

.cart-wrapper {
  z-index: 1000;
  background-color: #020111cc;
}

.cart-header {
  border-bottom-width: 0;
  padding: 30px 35px 20px;
}

.cart-footer {
  border-top-width: 0;
  padding: 20px 35px 30px;
}

.cart-list {
  padding: 20px 35px;
}

.your-cart-quantity {
  color: #3a395e;
  background-color: #f7f7fa;
  border: 2px solid #f7f7fa;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 19px 20px 20px 19px;
  font-size: 18px;
  transition: background-color .35s, border-color .35s;
}

.your-cart-quantity:focus {
  color: #3a395e;
  background-color: #fff;
  border-width: 2px;
  border-color: #7051ef;
  font-size: 18px;
}

.your-cart-quantity::placeholder {
  color: #3a395e;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1.722em;
}

.remove-button {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.cart-product-title-link {
  color: #3a395e;
  margin-bottom: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s;
}

.cart-product-title-link:hover {
  color: #7051ef;
}

.cart-product-content {
  margin-left: 0;
  margin-right: 0;
}

.cart-subtotal-price {
  color: #3a395e;
  font-size: 20px;
}

.cart-text {
  line-height: 1.333em;
}

.cart-product-info-wrapper {
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.cart-item {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.error-message {
  color: #ff3134;
  text-align: center;
  background-color: #fff4fa;
  border-radius: 12px;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.empty-cart {
  color: #80809d;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 24px;
  font-weight: 500;
}

.product-category {
  margin-bottom: 19px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.bold {
  color: #3a395e;
  font-weight: 700;
}

.typography-h3-size {
  font-size: 28px;
}

.checkout-title-container {
  background-color: #fafafc;
  margin-bottom: 48px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.discount-container {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.pasword-protected-icon {
  margin-bottom: 24px;
}

.white-link {
  color: #fff;
  transition: opacity .35s, color .35s;
}

.white-link:hover {
  opacity: .8;
  color: #fff;
}

.download-item {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.download-title {
  color: #3a395e;
  margin-bottom: 13px;
  font-weight: 500;
}

.container {
  z-index: -1;
  border: 0px solid var(--dim-grey);
  color: var(--red-2);
  object-fit: cover;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: 0;
  overflow: visible;
  transform: translate(0%);
}

.container.sans {
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  max-height: none;
}

.container.sans.grey {
  background-color: #f7f7f7;
  padding-top: 64px;
}

.container.second, .container.second.insights, .container.second.insights.capone {
  margin-top: 0;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: cover;
  border: 0 solid #0000;
  border-radius: 0;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-flow: row;
  align-items: start;
  max-width: 615px;
  margin: 40px 0 auto;
  padding: 32px 0;
  overflow: visible;
}

.grid.netflix {
  grid-template-columns: 2fr;
  margin-top: 16px;
}

.grid.gymcity {
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
}

.image-2 {
  object-fit: scale-down;
  background-color: #721515;
  border-width: 0;
  border-color: #3d3d3d;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  overflow: auto;
}

.div-block {
  color: var(--true-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 615px;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.div-block.plus60 {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
}

.div-block.longer {
  margin-bottom: 24px;
}

.div-block-2 {
  cursor: auto;
  align-self: center;
  max-width: 615px;
  margin: 0 auto;
  font-family: Helveticaneuelt;
}

.div-block-2.uptop {
  margin-top: 0;
}

.div-block-2.add60 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-2.plus60 {
  margin-top: 60px;
}

.image-3 {
  border-width: 0;
  margin-bottom: 40px;
  position: relative;
}

.image-4 {
  vertical-align: top;
  border-width: 0;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.rich-text-block {
  color: var(--dim-grey);
  text-transform: none;
  margin-top: 30px;
}

.rich-text-block strong {
  color: var(--dim-grey);
}

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

.paragraph-2 {
  color: var(--red);
  font-size: 16px;
}

.paragraph-3 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.link {
  z-index: 9999;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  position: static;
  inset: 0% auto auto 0%;
  transform: translate(0, -150%);
}

.link:focus-visible, .link[data-wf-focus-visible] {
  color: #333;
  border: 2px solid #02b9bd;
  border-radius: 4px;
  padding: 12px 16px;
  transform: translate(0, 100%);
}

.link.invisible {
  position: fixed;
  inset: -150% auto auto 0%;
}

.link.invisible:focus-visible, .link.invisible[data-wf-focus-visible] {
  top: 100px;
}

.link-2 {
  color: var(--dim-grey);
}

.rich-text-block-2 {
  text-align: center;
}

.list-item, .list-item-2 {
  list-style-type: decimal;
}

.list-item-3, .list-item-4 {
  list-style-type: disc;
}

.list {
  list-style-type: decimal;
}

.list-2 {
  padding-left: 25px;
  list-style-type: disc;
}

.list-item-5 {
  list-style-type: none;
}

.rich-text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block-4 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-5 {
  border-width: 0;
  margin-bottom: 40px;
}

.image-6 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: scale-down;
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  overflow: scroll;
}

.div-block-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12 {
  color: var(--black);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-13 {
  text-transform: none;
}

.rich-text-block-5 {
  color: var(--dim-grey);
}

.rich-text-block-6 {
  margin-bottom: 30px;
  font-size: 17px;
}

.image-7 {
  border-width: 0;
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-8 {
  border-width: 0;
  margin-bottom: 40px;
}

.image-9 {
  border-width: 0;
  margin-top: 20px;
}

.rich-text-block-7 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block-8 {
  margin-bottom: 20px;
  font-size: 24px;
}

.rich-text-block-9 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block-10 {
  margin-bottom: 20px;
}

.rich-text-block-11, .rich-text-block-12 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block-13 {
  text-transform: none;
  max-width: 615px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-14 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block-15 {
  margin-top: 0;
  font-size: 18px;
}

.rich-text-block-15 p {
  color: var(--black);
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.div-block-4 {
  z-index: 2;
  border: 0px solid var(--dim-grey);
  object-fit: contain;
  border-radius: 6px;
  width: 78%;
  max-width: none;
  max-height: 83%;
  margin: 3.5% auto 100% .3%;
  position: absolute;
  overflow: scroll;
}

.div-block-4:focus-visible, .div-block-4[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #02b9bd;
}

.div-block-4.pre {
  max-width: none;
  margin-left: .2%;
  margin-right: 0;
  padding-left: 0;
}

.div-block-4.new {
  border-width: 0;
  border-color: #02b9bd;
  border-radius: 3px;
  width: 78%;
  max-width: none;
  max-height: 84%;
  margin-top: 3%;
  margin-left: .3%;
}

.div-block-4.new:focus-visible, .div-block-4.new[data-wf-focus-visible] {
  border-width: 2px;
  border-radius: 6px;
}

.div-block-4.full {
  max-height: 79%;
}

.rich-text-block-16 {
  color: var(--dark-cyan);
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-height: none;
  overflow: scroll;
}

.div-block-5 {
  border: 1px solid var(--dim-grey);
  max-height: 665px;
  overflow: hidden;
}

.div-block-6 {
  border: 1px solid var(--dim-grey);
  max-height: 665px;
  overflow: scroll;
}

.image-10 {
  overflow: scroll;
}

.div-block-7 {
  border: 1px solid var(--dim-grey);
  max-height: 665px;
  overflow: scroll;
}

.image-11, .image-12 {
  border-width: 0;
}

.image-13 {
  border-width: 0;
  margin-bottom: 30px;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  border-width: 0;
}

.image-21 {
  object-fit: fill;
  border-width: 0;
}

.image-22 {
  border-width: 0;
}

.image-23 {
  border-width: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.image-24 {
  border-width: 0;
  margin-top: 20px;
}

.image-25 {
  border-width: 0;
  margin-bottom: 30px;
}

.image-26 {
  border-width: 0;
}

.div-block-9 {
  color: var(--red-2);
  max-width: 615px;
  margin: 0 auto 0 0;
}

.div-block-9.nc {
  margin-bottom: 40px;
}

.lottie-animation {
  margin-right: 40px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--red-2);
}

.sans {
  background-color: #f7f7f7;
}

.sans.intro {
  background-color: #0000;
  padding-top: 0;
}

.rich-text-block-17 {
  color: var(--dark-cyan);
  margin-bottom: 20px;
}

.collection-list {
  border: 0 solid #000;
}

.collection-list-2 {
  border-width: 0;
  border-radius: 110px;
}

.text-block-6 {
  border: 0px solid var(--black);
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-7 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-7.phone-numer {
  text-decoration: none;
}

.grid-3 {
  grid-row-gap: 60px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr;
  margin-bottom: 0;
  overflow: visible;
}

.div-block-12 {
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  border-radius: 65px;
  max-height: 707px;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  padding-bottom: 40px;
}

.div-block-14 {
  border: 0px solid var(--dim-grey);
  color: #fff;
  background-color: #fff;
  border-radius: 45px;
  height: 100%;
  transition: transform .35s;
  overflow: hidden;
  box-shadow: 0 10px 28px #67676708, 0 3px 20px #6767670a, 0 0 5px #67676705;
}

.div-block-14:hover {
  transform: scale(1.03);
}

.div-block-15 {
  border: 0 solid #000;
  border-right: 1px solid #0000001a;
  border-radius: 0;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.image-27 {
  border-width: 0;
  border-radius: 0;
  width: 100%;
  max-height: 100%;
  margin-top: 73px;
  margin-bottom: -49px;
  display: block;
  overflow: hidden;
}

.image-27.ncrowd {
  margin-top: 0;
  margin-bottom: -21px;
}

.image-27.gymciy {
  margin-top: 0;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  text-decoration: none;
}

.div-block-17 {
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: var(--red-2);
  letter-spacing: .02px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
}

.div-block-18 {
  border: 1px solid var(--red-2);
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: 33px;
  margin-left: 13px;
  display: flex;
}

.image-28 {
  border-width: 0;
}

.image-29 {
  border-width: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 32px;
  min-height: 0;
  max-height: 70px;
  margin-right: 4px;
  transition: transform .35s;
}

.heading-3 {
  color: var(--true-blue);
  font-family: Helveticaneuemed;
  font-size: 30px;
}

.rich-text-block-18 {
  text-align: center;
}

.link-block {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block.w--current {
  text-decoration: none;
  display: flex;
}

.rich-text-block-19 {
  color: var(--red-2);
}

.rich-text-block-19.aboutme {
  color: #0c828d;
  margin-top: 30px;
}

.rich-text-block-20 {
  color: var(--red-2);
  margin-top: 20px;
  font-size: 18px;
}

.rich-text-block-20.for-about {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rich-text-block-20.for-about p {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-19, .div-block-19.invisible-link, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.heading-4 {
  color: var(--dark-cyan);
}

.rich-text-block-21 {
  text-align: center;
  padding-top: 20px;
}

.image-30 {
  float: none;
  text-align: center;
  border-width: 0;
  border-radius: 7px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.link-3 {
  font-weight: 700;
  text-decoration: none;
}

.heading-5, .heading-6 {
  font-size: 18px;
}

.link-4 {
  font-weight: 700;
  text-decoration: none;
}

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

.heading-7 {
  color: var(--black);
  text-transform: none;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.heading-7.extra {
  text-transform: lowercase;
  margin-top: 60px;
  font-family: Helveticaneuemed;
  font-size: 24px;
}

.heading-7.extra.final {
  color: var(--red-2);
  margin-bottom: 40px;
  font-size: 30px;
}

.body {
  background-color: #f0f0f0;
}

.body-2 {
  aspect-ratio: auto;
  object-position: 90% 50%;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body-3 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 0%;
}

.rich-text-block-22 {
  margin-bottom: 20px;
}

.rich-text-block-23 {
  margin-top: 0;
}

.image-31 {
  color: var(--red-2);
  border-width: 0;
}

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

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.grid-6.gymcity {
  grid-template-columns: 2fr 1fr;
  transition-property: none;
  overflow: hidden;
}

.grid-6.gymcity:hover {
  transform: none;
}

.grid-6.ncrowd {
  grid-template-columns: 1fr 2fr;
  align-content: start;
  align-self: flex-end;
  align-items: start;
}

.div-block-20 {
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-21 {
  flex: 1;
  align-self: flex-start;
  width: auto;
  height: 364px;
  margin-bottom: 20px;
}

.div-block-22 {
  margin-bottom: 30px;
}

.text-block-9 {
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  font-family: Helveticaneuelt;
  font-size: 15px;
  line-height: 1.5em;
  display: flex;
}

.bold-text.extra {
  color: #4eb8d5;
  margin-left: 4px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.rich-text-block-25 {
  margin-top: 0;
  font-size: 18px;
}

.mask {
  overflow: hidden;
}

.slider {
  background-color: #000;
  width: auto;
  height: auto;
  max-height: none;
  overflow: visible;
}

.image-32 {
  object-fit: fill;
  border-width: 0;
  max-height: 85vh;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.mask-2 {
  object-fit: none;
  overflow: hidden;
}

.icon {
  background-color: #00000080;
  border-radius: 20px;
  padding: 0;
}

.icon-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  padding-bottom: 16px;
  padding-right: 0;
}

.slide-nav-2 {
  background-color: #000;
}

.image-33 {
  border-width: 0;
  max-height: 85vh;
}

.slide {
  object-fit: fill;
  max-height: 85vh;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-24 {
  justify-content: center;
  display: flex;
}

.list-item-14 {
  list-style-type: disc;
}

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

.list-item-16 {
  font-size: 18px;
}

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

.text-block-11 {
  color: var(--black);
  text-align: left;
  margin-left: 40px;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.list-3 {
  text-align: left;
  margin-bottom: 0;
}

.image-34 {
  border-width: 0;
  max-height: 650px;
  margin-top: 25%;
}

.image-35 {
  object-fit: scale-down;
  border-width: 0;
  width: 100%;
  height: auto;
  max-height: 520px;
  padding-right: 30px;
}

.list-4 {
  text-transform: capitalize;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 20px;
  list-style-type: disc;
}

.div-block-25 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.list-item-17 {
  list-style-type: disc;
}

.video {
  overflow: visible;
}

.mask-3 {
  overflow: hidden;
}

.image-36 {
  background-image: url('../images/OKR0RO1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-37 {
  z-index: 0;
  position: relative;
}

.column {
  text-align: left;
  object-fit: fill;
  overflow: visible;
}

.columns {
  object-fit: fill;
  background-color: #fff;
  flex-flow: row;
  align-items: flex-start;
  max-height: 1000px;
  display: flex;
  overflow: hidden;
}

.div-block-27 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7em;
  display: flex;
}

.column-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-28 {
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 20px;
  display: block;
}

.div-block-29 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.list-5 {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 25px;
}

.image-38 {
  z-index: auto;
  text-align: center;
  object-fit: fill;
  background-color: #00000038;
  border-width: 0;
  display: block;
  position: relative;
}

.image-39 {
  border-width: 0;
}

.image-40 {
  border-width: 0;
  border-radius: 0;
  margin-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 16px 1px #00000014;
}

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

.div-block-30 {
  background-color: var(--red-2);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20%;
  margin-top: 2vh;
  margin-bottom: 2vh;
  display: flex;
}

.paragraph-5 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.div-block-31 {
  align-items: center;
  display: flex;
}

.div-block-32 {
  background-color: var(--red-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.paragraph-6 {
  text-align: right;
  margin-bottom: 0;
}

.columns-2 {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.column-4 {
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  align-items: baseline;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

.div-block-34 {
  background-color: var(--red-2);
  border-radius: 20px;
  width: 98%;
  height: 10px;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.paragraph-8 {
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0;
  display: block;
}

.div-block-35 {
  align-items: center;
  display: flex;
}

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

.div-block-36 {
  background-color: var(--red-2);
  border-radius: 20px;
  width: 80%;
  height: 10px;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

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

.div-block-38 {
  justify-content: flex-end;
  display: flex;
}

.div-block-39 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.grid-8 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 60px 1fr;
}

.paragraph-10 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  display: flex;
}

.calm {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: flex-grow .2s;
  display: flex;
  overflow: hidden;
}

.calm.nc {
  justify-content: flex-start;
}

.div-block-41 {
  color: #ae0610;
  -webkit-text-stroke-color: #152b73;
  object-fit: fill;
  background-color: #132b73;
  border-radius: 10px;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  overflow: hidden;
}

.div-block-41.zero {
  background-color: #0003;
  width: 0;
}

.div-block-41.bar {
  width: 70.6%;
}

.div-block-41.bar.nc {
  width: 83%;
}

.div-block-41.bar.nc.algo {
  width: 1px;
}

.div-block-41.bar.cone {
  width: 45%;
}

.div-block-41.bar.cone.wc {
  width: 33%;
}

.div-block-41.nc {
  color: var(--red-2);
  height: 10px;
}

.div-block-41.cone {
  color: #043a56;
  background-color: #043a56;
  border-radius: 0 4px 4px 0;
  height: 12px;
}

.grid-9 {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.paragraph-11 {
  font-size: 14px;
}

.paragraph-12 {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
}

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

.image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47 {
  border-width: 0;
  max-height: 30px;
}

.paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
  margin-bottom: 0;
}

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

.paragraph-20 {
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  font-family: Helveticaneuelt;
}

.paragraph-20.notgreat {
  min-width: 171px;
  font-family: Helveticaneuelt;
}

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

.div-block-44 {
  text-align: left;
  flex-wrap: wrap;
  max-width: 615px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  overflow: hidden;
}

.paragraph-21 {
  text-align: right;
  align-items: center;
  margin-bottom: 0;
  margin-left: 4px;
  font-family: Helveticaneuelt;
  display: flex;
}

.lightbox-link {
  align-items: center;
  display: flex;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border: 1px solid #fafafa;
  border-radius: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: .62fr .75fr;
  grid-auto-flow: row;
  place-content: end center;
  place-items: center;
  max-width: 450px;
  margin: 48px auto 16px;
  padding: 40px 24px;
  box-shadow: 0 1px 4px #0000000f;
}

.image-48 {
  border-width: 0;
  max-height: 30px;
  margin-top: 0;
  padding-bottom: 0;
}

.image-49 {
  border-width: 0;
  max-height: 32px;
  margin-top: 0;
  padding-bottom: 0;
}

.image-50, .image-51, .image-52, .image-53, .image-54, .image-55 {
  border-width: 0;
  max-height: 30px;
  margin-top: 0;
  padding-bottom: 0;
}

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

.paragraph-22.bold-text {
  color: var(--dim-grey);
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

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

.paragraph-23.bold-text {
  color: var(--dim-grey);
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
  color: var(--dim-grey);
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-28 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-29 {
  color: var(--dim-grey);
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-45 {
  max-width: 615px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.clean {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  transition: flex-grow .2s;
  display: flex;
  overflow: hidden;
}

.clean.nc {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -6%;
}

.div-block-46 {
  min-height: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-46.nc {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.easy-to-use {
  align-items: center;
  width: 60.7%;
  display: flex;
  overflow: hidden;
}

.easy-to-use.other {
  width: 15%;
}

.fresh {
  align-items: center;
  width: 58.8%;
  display: flex;
  overflow: hidden;
}

.clear {
  align-items: center;
  width: 52.9%;
  display: flex;
  overflow: hidden;
}

.attractive {
  align-items: center;
  width: 29.4%;
  display: flex;
  overflow: hidden;
}

.zero {
  width: 0;
  display: flex;
}

.boring {
  align-items: center;
  width: 11.8%;
  display: flex;
  overflow: hidden;
}

.dated {
  align-items: center;
  width: 5.9%;
  display: flex;
  overflow: hidden;
}

.paragraph-30 {
  margin-bottom: -20px;
}

.paragraph-30.bars {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-30.bars.nc {
  color: var(--dim-grey);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-30.bars.cone {
  -webkit-text-stroke-color: #333;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-31 {
  margin-bottom: -20px;
}

.paragraph-31.bars {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-31.bars.nc {
  color: var(--dim-grey);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-31.bars.c1 {
  text-align: right;
  width: 104px;
  line-height: 1.3em;
}

.paragraph-31.bars.cone {
  text-align: right;
  -webkit-text-stroke-color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-32 {
  margin-bottom: -20px;
}

.paragraph-32.bars {
  color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-32.bars.nc {
  color: var(--dim-grey);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-32.bars.cone {
  text-align: right;
  -webkit-text-stroke-color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43 {
  margin-bottom: 0;
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.paragraph-44 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-45 {
  color: var(--dim-grey);
  text-align: left;
  -webkit-text-stroke-color: #333;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.grid-11 {
  grid-row-gap: 0px;
  border: 0 solid #b6b4b4;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 100px 3fr;
  grid-auto-flow: row;
  max-width: none;
  min-height: 0;
  margin: 0 auto 32px;
}

.grid-11.nc {
  grid-row-gap: 20px;
  color: #e30913;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 130px 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.grid-11.c1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fafafa;
  border-radius: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 91px 3fr;
  width: 100%;
  max-width: 615px;
  margin-top: 48px;
  margin-bottom: 16px;
  padding: 24px;
}

.grid-11.sans {
  grid-column-gap: 10px;
  grid-row-gap: 4px;
  background-color: #fafafa;
  border-radius: 4px;
  grid-template-columns: 100px 4.5fr;
  width: 95vw;
  max-width: 615px;
  margin-bottom: 16px;
  padding: 24px;
}

.div-block-47 {
  min-height: 0;
}

.div-block-47.zero {
  width: 1px;
}

.div-block-48 {
  min-height: 0;
}

.paragraph-46 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.div-block-49 {
  min-width: 0;
  min-height: 10px;
}

.paragraph-47 {
  font-size: 16px;
}

.paragraph-48 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.paragraph-48.nc {
  font-size: 20px;
}

.div-block-50 {
  margin-top: -1px;
}

.div-block-51 {
  z-index: 2;
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-58 {
  z-index: 2;
  border-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.image-57 {
  object-fit: cover;
  border-width: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.image-57.final, .image-57.new {
  margin-top: 0;
}

.icon-3 {
  color: #000;
  background-color: #f7f7f7;
  inset: 0% 0% 0% auto;
}

.icon-4 {
  color: #000;
  inset: 0% auto 0% 0%;
}

.slide-2 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  overflow: visible;
}

.slider-2 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: auto;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.mask-4 {
  object-fit: cover;
  flex: 0 auto;
  align-self: flex-end;
  width: auto;
  height: auto;
  max-height: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.paragraph-49 {
  text-align: center;
  justify-content: center;
  font-family: Helveticaneuemed;
  font-size: 24px;
  display: flex;
}

.slide-nav-3 {
  background-color: #0000;
  inset: 0% 0% auto;
}

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

.image-59 {
  border-width: 0;
  max-width: 30%;
  overflow: hidden;
}

.paragraph-50 {
  text-align: center;
}

.slide-3 {
  background-color: #fff;
  width: auto;
  height: auto;
}

.image-60 {
  z-index: 0;
  text-align: center;
  object-fit: cover;
  border-width: 0;
  width: auto;
  max-width: 30%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-52 {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.mask-5 {
  object-fit: cover;
  width: auto;
  height: auto;
}

.slider-3 {
  width: auto;
  height: auto;
}

.image-61 {
  border-width: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}

.image-61.home {
  width: 100%;
  margin-left: 0%;
}

.image-61.new {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-53 {
  z-index: 0;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 373px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-54 {
  z-index: 1;
  object-fit: fill;
  max-width: 77.5%;
  max-height: 79%;
  margin: 18% auto 0%;
  position: absolute;
  overflow: scroll;
}

.div-block-54:focus-visible, .div-block-54[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 22px;
  max-height: 79%;
}

.image-62 {
  border-width: 0;
  margin-top: 0;
  position: relative;
  overflow: scroll;
}

.image-62.final {
  margin-top: -16px;
}

.image-63 {
  z-index: -1;
  border-width: 0;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.image-64 {
  z-index: 2;
  border-width: 0;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.columns-3 {
  align-self: center;
}

.column-5 {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.image-65 {
  border-width: 0;
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-55 {
  object-fit: cover;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-12 {
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  object-fit: cover;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  max-width: 950px;
  font-family: Oswald, Arial, sans-serif;
  display: grid;
  position: static;
  overflow: visible;
}

.div-block-56 {
  text-align: right;
  background-color: #fff;
}

.div-block-57 {
  background-color: #fff;
}

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

.grid-14 {
  flex: 1;
  grid-template-rows: auto;
  width: 95vw;
  max-width: 800px;
  margin: 40px auto 16px;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-15.sans {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  align-items: end;
  max-width: 615px;
  margin-bottom: 0;
}

.lightbox-link-2 {
  cursor: zoom-in;
  align-items: flex-end;
  display: flex;
}

.paragraph-51 {
  color: var(--true-blue);
  text-align: right;
  letter-spacing: 3px;
  text-transform: lowercase;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  font-family: Helveticaneuemed;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: static;
}

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

.paragraph-53 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 9px;
  padding-bottom: 0;
  font-family: Helveticaneuemed;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.31em;
}

.image-66 {
  border-width: 0;
  max-width: 38%;
}

.div-block-58 {
  justify-content: space-between;
  margin-left: 159px;
  margin-right: 159px;
  display: flex;
}

.div-block-59 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 100px;
  padding-top: 0;
  display: flex;
}

.paragraph-54 {
  max-width: 720px;
}

.paragraph-55 {
  color: #3d3d3d;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 390px;
  margin: 5px 0 0;
  padding-top: 0;
  font-family: Helveticaneuelt;
  font-size: 22px;
  line-height: 1.5em;
  display: flex;
}

.div-block-60 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.div-block-61 {
  flex-direction: row;
  display: flex;
}

.image-67 {
  border-width: 0;
  margin-bottom: 13px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  align-self: center;
  justify-items: start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.paragraph-56 {
  color: var(--red-2);
  text-align: right;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: Helveticaneuelt;
  font-size: 60px;
  line-height: 1.3em;
}

.div-block-62 {
  text-align: right;
  margin-right: 40px;
}

.image-68 {
  border-width: 0;
  margin: 60px auto 30px;
}

.div-block-63 {
  z-index: -1;
  color: red;
  background-color: #eb0000;
  min-width: 1490px;
  max-width: 110px;
  min-height: 120px;
  position: absolute;
  transform: rotate(-29deg);
}

.list-item-18, .list-item-19 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item-20 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-21, .list-item-22, .list-item-23 {
  color: var(--dim-grey);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.bold-text-2 {
  font-family: Helveticaneuemed;
}

.bold-text-3 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.bold-text-4 {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text-4.special {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-57, .paragraph-58 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

.rich-text-block-26 {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.div-block-64 {
  text-decoration: none;
  overflow: visible;
}

.div-block-65 {
  max-width: 196px;
  min-height: 0;
  max-height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  font-family: Helveticaneuemed;
  font-size: 20px;
}

.paragraph-59 {
  color: #4eb8d5;
}

.paragraph-60 {
  color: #4eb8d5;
  max-width: 60px;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.container-2 {
  object-fit: scale-down;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: sticky;
  overflow: visible;
}

.container-2.noupper {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-66 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
  position: static;
  top: 0;
  bottom: 0;
}

.div-block-66.nc {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 800px;
  margin: 48px auto 0;
  display: none;
}

.image-69 {
  text-align: center;
  border-width: 0;
  border-radius: 0;
  max-width: 100%;
  margin: auto;
  box-shadow: 0 0 16px 1px #00000014;
}

.div-block-67 {
  margin-left: 0;
}

.div-block-68 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.div-block-68.sans {
  padding-top: 0;
}

.div-block-68.sans.new {
  padding-bottom: 0;
}

.div-block-68.sans.new.gray {
  background-color: #f7f7f7;
}

.div-block-68.sans.new.gray.morehigher {
  padding-top: 64px;
}

.paragraph-61 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.heading-9 {
  color: var(--black);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-10 {
  color: var(--black);
  text-transform: none;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-11 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: static;
}

.rich-text-block-27 {
  color: var(--true-blue);
  font-family: Oswald, Arial, sans-serif;
  font-size: 30px;
}

.paragraph-62 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.heading-12 {
  border: 0px solid var(--true-blue);
  color: var(--black);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.heading-13 {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list-item-24 {
  color: var(--true-blue);
  padding: 5px;
  font-family: Helveticaneuemed;
  font-size: 25px;
}

.list-item-25, .list-item-26 {
  color: var(--true-blue);
  padding: 5px;
  font-family: Helveticaneuemed;
  font-size: 24px;
}

.div-block-69 {
  z-index: auto;
  object-fit: fill;
  background-color: #4eb8d53d;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  max-width: 100%;
  max-height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 1px #00000014;
}

.div-block-69.nc {
  box-shadow: none;
  object-fit: scale-down;
  background-color: #fefefe;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-69.nc.stats {
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  max-height: none;
  margin-bottom: 64px;
  overflow: visible;
}

.div-block-69.nc.stats.shorter {
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.div-block-69.sans {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  object-position: 50% 100%;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  max-height: 65vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.image-70 {
  z-index: -1;
  color: #142a72;
  border-width: 0;
  border-radius: 5px;
  flex: none;
  width: 53%;
  max-width: none;
  max-height: none;
  margin-top: 97%;
  margin-bottom: -46%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
  display: block;
  position: sticky;
  inset: auto;
  overflow: visible;
}

.image-71 {
  z-index: -1;
  object-fit: contain;
  border-width: 0 1px;
  border-left-color: #8f8f8f;
  border-right-color: #8f8f8f;
  border-radius: 5px;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  max-height: none;
  margin: 57% 0 -30%;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  max-width: 1305px;
  max-height: 1656.67vh;
  margin-left: auto;
  margin-right: auto;
}

.image-72, .image-73, .image-74 {
  border-width: 0;
  border-radius: 5px;
  max-height: 150vh;
  box-shadow: 0 0 16px 1px #00000014;
}

.div-block-70 {
  color: #4eb8d50d;
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 0;
}

.grid-18 {
  grid-template-rows: auto;
}

.list-6 {
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
}

.paragraph-63 {
  text-align: left;
  width: 615px;
  margin-bottom: 48px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-64 {
  color: var(--true-blue);
  text-align: center;
  font-family: Helveticaneuemed;
  font-size: 24px;
}

.heading-14 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-71 {
  justify-content: center;
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-4 {
  margin-top: 0%;
  margin-left: 40px;
  margin-right: 40px;
}

.image-75 {
  object-fit: none;
  border-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr 1fr;
  padding-top: 20px;
}

.grid-19.nc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-content: center;
  width: auto;
  min-width: 6px;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
}

.grid-19.nc.isa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid-20 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: start;
  max-height: 85vh;
  overflow: visible;
}

.grid-20.headnig {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: auto;
  padding: 30px;
  box-shadow: 0 0 16px #0000001a;
}

.grid-20.headnig.stats {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  box-shadow: none;
  opacity: .83;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-block-72 {
  object-fit: scale-down;
  max-height: 100%;
  overflow: visible;
}

.image-76 {
  max-height: 85vh;
  padding-bottom: 0;
  overflow: visible;
}

.div-block-73 {
  object-fit: none;
  max-height: 100%;
  position: static;
  top: auto;
  bottom: auto;
}

.div-block-73.nc {
  border-radius: 20px;
  max-height: 85vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  box-shadow: 0 0 26px 2px #00000012;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr 1.75fr 1.75fr;
  width: 100%;
  margin-right: auto;
  padding-left: 0;
}

.div-block-74 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  padding-right: 2%;
  display: flex;
  position: static;
  overflow: visible;
}

.paragraph-65, .paragraph-66 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.paragraph-67 {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.grid-22 {
  grid-template-rows: auto;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}

.paragraph-68, .paragraph-69 {
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
}

.rich-text-block-28 {
  max-width: 615px;
  margin: 40px auto;
}

.div-block-75 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 433px;
  min-height: auto;
  max-height: 130%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  font-family: Varela Round, sans-serif;
  box-shadow: 0 0 16px -2px #00000014;
}

.div-block-76, .div-block-77 {
  background-color: #fff;
  border-radius: 0;
  padding: 24px;
  box-shadow: 0 0 16px -2px #00000014;
}

.paragraph-70 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-27, .list-item-28 {
  color: var(--dim-grey);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-71 {
  color: var(--dim-grey);
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-29, .list-item-30, .list-item-31 {
  color: var(--dim-grey);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-72 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.grid-23 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-73, .paragraph-74 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-75, .paragraph-76 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.image-77 {
  text-align: center;
  border-width: 0;
  max-width: 100%;
  height: 70px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-78 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-78 {
  border-width: 0;
  max-width: 64%;
  height: 70px;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.div-block-79 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-79 {
  border-width: 0;
  max-width: 75%;
  height: 70px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
}

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

.image-80 {
  border-width: 0;
  max-width: 67%;
  height: 70px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.div-block-81 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-82 {
  max-width: 615px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-83 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-81 {
  object-fit: none;
  object-position: 30% 50%;
  background-color: #303030;
  border-width: 0;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: hidden;
  box-shadow: 0 0 16px 2px #0000001a;
}

.grid-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-flow: column;
  align-content: space-between;
  align-items: stretch;
  max-width: 800px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-82 {
  object-fit: contain;
  border-width: 0;
  border-color: #e7e7e7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: auto;
  max-width: none;
  max-height: none;
  overflow: clip;
}

.image-83 {
  box-sizing: content-box;
  object-fit: contain;
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex: 0 auto;
  align-self: stretch;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
  position: static;
  overflow: hidden;
}

.image-84 {
  object-fit: contain;
  border-width: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-height: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-85 {
  vertical-align: baseline;
  object-fit: contain;
  border-width: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: auto;
  max-width: none;
  max-height: none;
}

.div-block-84 {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 16px #0000001a;
}

.paragraph-77 {
  color: #333;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 615px;
  max-width: none;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.paragraph-77.smaller {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 615px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
}

.paragraph-77.bigger {
  margin-top: 32px;
}

.paragraph-77.second {
  margin-bottom: 24px;
  font-weight: 600;
}

.paragraph-77.new {
  margin-top: 32px;
}

.paragraph-77.caption {
  max-width: 615px;
  font-size: 14px;
}

.paragraph-77.caption.wide {
  text-align: center;
  margin-bottom: 48px;
}

.paragraph-77.shorter {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 615px;
  margin-bottom: 0;
}

.paragraph-77.cone {
  margin-bottom: 0;
}

.grid-25 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 0;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  align-items: start;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 0 16px -2px #0000001a;
}

.paragraph-78 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-79 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-80, .paragraph-81 {
  text-align: center;
}

.paragraph-82, .paragraph-83 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28em;
}

.paragraph-84 {
  text-align: center;
}

.paragraph-85 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28em;
}

.div-block-85 {
  background-color: #fff;
  border-radius: 4px;
  max-width: 755px;
  margin: 48px auto;
  padding: 30px;
  box-shadow: 0 1px 4px #00000026;
}

.paragraph-86 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-87 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-88 {
  text-align: center;
  font-family: Helveticaneuemed;
}

.image-86 {
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.div-block-86 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 230px;
  display: flex;
}

.image-87 {
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.div-block-87 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 230px;
  display: flex;
}

.image-88 {
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-88 {
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.image-89 {
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.image-89.np {
  margin-left: 0;
}

.div-block-89 {
  flex-direction: column;
  align-items: center;
  max-width: 230px;
  display: flex;
}

.div-block-89.competitors {
  max-width: 230px;
}

.div-block-89.competitors.np {
  max-width: none;
}

.image-90 {
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.div-block-90 {
  flex-direction: column;
  align-items: center;
  max-width: 230px;
  display: flex;
}

.image-91 {
  margin-left: auto;
  margin-right: auto;
}

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

.tabs-menu {
  border: 1px solid #4a9c9d;
  border-radius: 5px;
  justify-content: center;
  width: 420px;
  max-width: 427px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.tabs-menu.final {
  width: 396px;
  max-width: none;
  margin-bottom: 24px;
}

.tabs-menu.final._1 {
  flex-flow: row;
  display: flex;
}

.tabs-menu.original, .tabs-menu.original.mobile {
  width: 396px;
  margin-bottom: 16px;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.tabs-menu-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-3 {
  border: 0px solid var(--black);
  color: var(--dim-grey);
  background-color: #fff0;
  border-radius: 4px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.tab-link-tab-3:hover {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.tab-link-tab-3:focus-visible, .tab-link-tab-3[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #02b9bd;
  border-radius: 8px;
  padding: 7px 22px;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #028083;
  border-radius: 4%;
  margin-right: -1px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
}

.tab-link-tab-1 {
  color: #333;
  background-color: #fff0;
  border-radius: 3px;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.tab-link-tab-1:hover {
  color: var(--black);
}

.tab-link-tab-1:focus-visible, .tab-link-tab-1[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 8px;
  padding: 7px 22px;
}

.tab-link-tab-1.w--current {
  border: 0px solid var(--black);
  color: #fff;
  background-color: #028083;
  border-radius: 4px;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
}

.tab-link-tab-1.w--current:hover {
  color: #fff;
}

.tab-link-tab-3-2 {
  color: var(--dim-grey);
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: auto;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Oswald, Arial, sans-serif;
  line-height: 1.7em;
}

.tab-link-tab-3-2:hover {
  color: var(--black);
}

.tab-link-tab-3-2:focus-visible, .tab-link-tab-3-2[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #008083;
  border-radius: 8px;
  padding: 7px 22px;
}

.tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #028083;
  border-radius: 4px;
  margin-left: 0;
  margin-right: -1px;
  font-family: Roboto, sans-serif;
  line-height: 1.7em;
}

.tab-link-tab-1-2 {
  color: var(--dim-grey);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Oswald, Arial, sans-serif;
  line-height: 1.7em;
}

.tab-link-tab-1-2:hover {
  color: var(--black);
}

.tab-link-tab-1-2:focus-visible, .tab-link-tab-1-2[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 8px;
  padding: 7px 22px;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #028083;
  border: 0 solid #000;
  border-radius: 4px;
  width: auto;
  margin-left: -2px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Oswald, Arial, sans-serif;
}

.tab-link-tab-1-2.w--current:hover {
  color: #fff;
}

.tab-link-tab-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #000;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.tab-link-tab-2:hover {
  color: var(--black);
}

.tab-link-tab-2:focus-visible, .tab-link-tab-2[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #02b9bd;
  border-radius: 8px;
  padding: 7px 22px;
}

.tab-link-tab-2.w--current {
  border-color: var(--neutral);
  color: #fff;
  background-color: #028083;
  border-radius: 3px;
  margin-left: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
}

.paragraph-89 {
  text-align: center;
  font-size: 14px;
}

.paragraph-90, .paragraph-91 {
  font-size: 30px;
}

.paragraph-91.emoji {
  margin-bottom: 0;
  margin-left: 10px;
}

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

.paragraph-92 {
  color: #100000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.grid-26 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  max-width: 800px;
  margin: 48px auto 0;
  padding-right: 0;
}

.image-92 {
  border-width: 0;
  width: auto;
  max-width: none;
  height: 208px;
  max-height: none;
  padding-right: 30px;
}

.grid-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: .5fr 1fr;
}

.div-block-93 {
  align-self: stretch;
  max-width: 300px;
}

.heading-15 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-93 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-94 {
  color: var(--black);
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-32 {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-33 {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-34 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.list-item-35, .list-item-36 {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-37 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.list-item-38, .list-item-39 {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.list-item-40 {
  font-family: Helveticaneuelt;
}

.list-item-41 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-42, .list-item-43 {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-44 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-95 {
  color: var(--black);
  padding: 0 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-96 {
  padding-left: 20px;
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.paragraph-97 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.paragraph-98 {
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.paragraph-99 {
  margin-left: 0;
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.paragraph-100 {
  padding-left: 20px;
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.div-block-94 {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 16px #0000001a;
}

.list-7 {
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-101 {
  color: var(--black);
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.div-block-95 {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 16px -2px #0000001a;
}

.list-8 {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 20px;
}

.paragraph-102 {
  color: var(--black);
  padding: 0 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-9 {
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.paragraph-103 {
  color: var(--black);
  padding: 0 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-10 {
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-96 {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 16px #0000001a;
}

.heading-16 {
  color: #333;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.list-item-45 {
  color: var(--dim-grey);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item-46 {
  color: var(--dim-grey);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.list-11 {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.list-item-47 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.grid-28 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 0;
  max-width: 615px;
  margin-top: 24px;
  padding: 32px;
  box-shadow: 0 1px 4px #0000000f;
}

.heading-17 {
  color: #000;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.heading-18 {
  color: #000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: 20px 24px 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-104 {
  margin-bottom: 20px;
}

.paragraph-105 {
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-106 {
  -webkit-text-stroke-color: var(--black);
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.rich-text-block-29 {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneuemed;
}

.rich-text-block-29.takeaways {
  margin-top: 20px;
}

.grid-29 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #3d3d3d;
  text-align: center;
  font-family: Helveticaneuemed;
  font-size: 24px;
}

.div-block-97 {
  max-height: 33px;
}

.div-block-98 {
  background-color: var(--red-2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 104px;
  padding: 20px;
  display: flex;
}

.div-block-98.blank {
  background-color: #0000;
  height: 52px;
}

.paragraph-107 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-99 {
  justify-content: flex-start;
  display: flex;
}

.grid-30 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.heading-20 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.heading-20.subhead {
  color: #333;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 615px;
  margin: 0 auto 0 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-20.subhead.no-top {
  padding-top: 16px;
}

.heading-20.subhead.lower {
  margin-bottom: 8px;
}

.div-block-100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Plus Jakarta Display;
  font-size: 14px;
  display: flex;
}

.div-block-100.grey {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-100.top {
  padding-top: 64px;
}

.div-block-100.top.bottom {
  background-color: #fff;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-100.gray {
  background-color: #0000;
}

.div-block-100.gray.morehigher {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-100.white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-100.white.nohigher {
  padding-top: 0;
}

.div-block-100.white.nohigher.nolower {
  padding-bottom: 0;
}

.div-block-100.white.nolower {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-100.morehigher.morelower.crowd {
  justify-content: flex-start;
  align-items: center;
  max-width: 615px;
}

.italic-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.paragraph-108 {
  margin-left: auto;
}

.paragraph-109 {
  color: var(--black);
  max-width: 615px;
  margin: 0 auto 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-110 {
  color: var(--black);
  max-width: 615px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.image-93 {
  text-align: center;
  object-fit: scale-down;
  border-width: 0;
  width: 20%;
  max-width: none;
  height: 60%;
  max-height: none;
  margin: 48px 0 4%;
  padding-bottom: 0;
  overflow: hidden;
}

.grid-31 {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  grid-template: "." 1fr
  / 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: center;
  width: 95%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-94 {
  object-fit: fill;
  object-position: 50% 50%;
  border-width: 0;
  width: 100%;
  max-width: 1200px;
  max-height: none;
  margin-bottom: 0;
  margin-left: 64px;
  margin-right: 64px;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-111 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-112 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
}

.grid-32 {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  max-width: 710px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-95 {
  object-fit: contain;
  border-width: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-95.smaller {
  max-width: 62.5%;
}

.image-96 {
  border-width: 0;
}

.div-block-101 {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  padding: 32px 32px 48px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  display: flex;
  box-shadow: 0 0 16px -2px #0000001a;
}

.div-block-102 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 32px 48px;
  box-shadow: 0 0 16px -2px #0000001a;
}

.div-block-103 {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: flex;
  box-shadow: 0 0 16px -2px #0000001a;
}

.div-block-104 {
  background-color: #fff;
  border-radius: 0;
  padding: 32px 40px 48px;
  box-shadow: 0 0 16px -2px #0000001a;
}

.paragraph-113 {
  color: var(--black);
  max-width: 615px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.paragraph-114 {
  color: var(--black);
  text-align: center;
  max-width: 615px;
  margin: 0 auto 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-114.smaller {
  color: var(--black);
  margin-bottom: 80px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.text-block-12, .text-block-13, .text-block-14 {
  color: var(--true-blue);
  border: 0 solid #555;
  font-family: Helveticaneuemed;
}

.slider-4 {
  background-color: #fff;
  max-width: 1100px;
  height: auto;
  max-height: 90vh;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.slider-4.browse {
  max-width: none;
}

.slider-4.shorter {
  z-index: 0;
  max-width: 1200px;
  margin-bottom: 48px;
}

.image-97 {
  border-width: 0;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: auto;
  max-height: 70vh;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.image-97.email {
  max-width: 100%;
  padding-bottom: 0;
}

.div-block-105 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-105.ncrowd {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
}

.div-block-105.invite {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  overflow: visible;
}

.paragraph-115 {
  color: var(--black);
  text-align: center;
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-115.ncrowd {
  margin-bottom: 40px;
}

.slide-4 {
  max-width: none;
  height: auto;
  max-height: none;
  position: static;
}

.image-98 {
  border-width: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: visible;
}

.icon-5 {
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  max-width: 50%;
}

.icon-5.netflix {
  color: var(--black);
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.icon-5.netflix:hover {
  background-color: #f0f0f0;
}

.icon-6 {
  background-color: #fff;
  border-radius: 10px;
}

.icon-6.netflix {
  color: var(--black);
  background-color: #fff;
}

.icon-6.netflix:hover {
  background-color: #f0f0f0;
}

.text-block-15, .text-block-16 {
  color: var(--true-blue);
  font-family: Helveticaneuemed;
}

.text-block-17 {
  color: #45a3bd;
  font-family: Helveticaneuemed;
}

.rich-text-block-30 {
  font-size: 28px;
}

.image-99 {
  border-width: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
}

.image-99.final {
  width: 100%;
  max-width: none;
}

.image-99.final.full {
  width: 100%;
}

.image-99.only {
  margin-top: 0;
}

.image-100 {
  border-width: 0;
}

.image-101 {
  border-width: 0;
  max-width: 90vw;
  max-height: 70vh;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-106 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph-116 {
  max-width: 615px;
}

.paragraph-117 {
  color: var(--black);
  max-width: 615px;
  margin: 10px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-118 {
  color: var(--black);
  max-width: 615px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-119 {
  margin-right: auto;
}

.paragraph-120 {
  color: var(--black);
  max-width: 615px;
  margin: 40px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-121 {
  color: var(--black);
  max-width: 615px;
  margin: 10px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-122 {
  color: var(--black);
  max-width: 615px;
  margin: 40px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.image-102 {
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-107 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 615px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-109 {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  max-width: 300px;
  display: flex;
}

.paragraph-123 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.div-block-111 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 64px;
}

.div-block-111.gray {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  padding-top: 0;
  display: block;
}

.div-block-112 {
  background-color: #fafafa;
  border-radius: 4px;
  flex-direction: row;
  padding: 30px 24px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.div-block-113 {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 30px 24px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.div-block-114 {
  margin-top: auto;
  margin-bottom: auto;
}

.tabs-2 {
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.lottie-animation-2 {
  width: 11%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-4 {
  background-color: var(--true-blue);
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 0;
  padding: 10px 15px;
  text-decoration: none;
}

.link-block-4.gymcity {
  background-color: #21a1c580;
}

.paragraph-124 {
  color: #fff;
  text-transform: none;
  font-family: Helveticaneuemed;
}

.paragraph-125 {
  margin-right: 53px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-126 {
  margin-left: auto;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.image-103 {
  border-width: 0;
  max-width: 27%;
  margin: 60px auto -12px;
}

.div-block-117 {
  flex-direction: column;
  display: flex;
}

.div-block-118 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-118.ncrowd {
  margin-top: 20px;
}

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

.image-104 {
  border-width: 0;
  max-width: 24%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.div-block-120 {
  border-left: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  margin-top: 20px;
}

.text-block-18, .text-block-19 {
  color: var(--true-blue);
  font-family: Helveticaneuemed;
}

.text-block-20 {
  font-family: Helveticaneuemed;
}

.text-block-21 {
  color: #2a4249;
}

.tab-link-tab-2-2 {
  color: var(--dim-grey);
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #02b9bd;
  border-radius: 8px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Oswald, Arial, sans-serif;
  line-height: 1.7em;
}

.tab-link-tab-2-2:hover {
  color: var(--black);
}

.tab-link-tab-2-2:focus-visible, .tab-link-tab-2-2[data-wf-focus-visible] {
  border-width: 2px;
  padding: 7px 22px;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #028083;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  font-family: Oswald, Arial, sans-serif;
}

.tab-pane-tab-3-2 {
  background-color: #0000;
}

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

.paragraph-127 {
  color: var(--black);
  flex: 1;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.link-6, .link-7 {
  color: var(--black);
  text-decoration: underline;
}

.grid-33 {
  grid-template-rows: auto;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.heading-21 {
  color: var(--true-blue);
  text-align: center;
  font-family: Helveticaneuemed;
  font-size: 24px;
}

.div-block-121 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-122 {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-123 {
  min-width: auto;
  max-width: 615px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-128 {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--dim-grey);
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.paragraph-128:active {
  color: var(--dim-grey);
}

.paragraph-129 {
  color: var(--black);
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-130, .paragraph-131, .paragraph-132 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.heading-22 {
  color: var(--true-blue);
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneuemed;
  font-size: 48px;
}

.slide-nav-5 {
  background-color: #fff;
}

.grid-34 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  grid-template-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  max-width: 670px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 40px;
  box-shadow: 0 0 16px -2px #0000001a;
}

.paragraph-133 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-22 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-23 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

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

.text-block-24 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.text-block-25, .text-block-26 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-27 {
  color: #0c0202;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-28 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-29 {
  color: var(--neutral);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-30, .text-block-31, .text-block-32 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.text-block-33 {
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.right-arrow-2 {
  margin-right: 40px;
}

.left-arrow {
  margin-left: 40px;
}

.right-arrow-3 {
  margin-right: 40px;
}

.left-arrow-2 {
  margin-left: 40px;
}

.right-arrow-4 {
  margin-right: 0;
}

.left-arrow-3 {
  margin-left: 0;
}

.text-block-34 {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 0 solid #000;
  padding-right: 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.section-2 {
  color: #02b9bd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 64px 64px 48px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section-2.title {
  padding-bottom: 0;
}

.text-block-35 {
  color: #333;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.div-block-124 {
  color: #090822;
  background-color: #9c9c9c;
  width: 1px;
  height: 16px;
  font-size: 6px;
}

.div-block-124.gc {
  background-color: #9c9c9c;
}

.div-block-124.header {
  background-color: #4a9c9d;
}

.div-block-124.header.second {
  width: 1px;
  height: 30px;
  margin-top: 2px;
}

.div-block-124.header.first {
  align-items: stretch;
  width: 1px;
  height: 30px;
  margin-top: 2px;
}

.div-block-124.cone {
  background-color: #333;
}

.div-block-125 {
  color: #1c1a49;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 24px;
  display: flex;
}

.paragraph-134 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helveticaneue;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-135 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-136 {
  color: #333;
  text-transform: uppercase;
  min-width: 24px;
  padding-bottom: 36px;
  padding-left: 64px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-126.home {
  grid-column-gap: 32px;
  margin-bottom: 64px;
}

.case-study-image {
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  width: 80%;
  margin-top: 24px;
  margin-bottom: 0%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-study-image.ncrowd {
  margin-bottom: -122px;
  margin-left: 0;
}

.case-study-image.netflix {
  vertical-align: top;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #000;
  width: 110%;
  max-width: none;
  height: auto;
  max-height: 52%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.case-study-image.netflix:hover {
  transform: none;
}

.case-study-image.gc {
  background-color: #1f9366;
  height: 380px;
  margin-bottom: -188px;
  margin-left: 0;
}

.case-study-image.sans {
  aspect-ratio: 2;
  opacity: 1;
  object-position: 50% 0%;
  background-color: #0000;
  width: 80%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 0%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-study-image.sans.gc {
  width: 80%;
}

.case-study-image.new {
  aspect-ratio: 2;
  object-position: 50% 0%;
  width: 80%;
  margin-top: 24px;
  margin-bottom: 0%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: scroll;
}

.case-study-image.new.nc {
  background-color: #0000;
  margin-left: 0;
}

.div-block-127 {
  background-color: #0000;
  border-radius: 8px 8px 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-127.netflix {
  aspect-ratio: 4 / 3;
  opacity: .59;
  mix-blend-mode: lighten;
  object-fit: scale-down;
  object-position: 50% 0%;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-127.gc {
  aspect-ratio: 4 / 3;
  opacity: .59;
  mix-blend-mode: lighten;
  background-color: #1f9366;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.heading-23 {
  color: #9c9c9c;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-23.gc {
  color: #9c9c9c;
}

.heading-23.cone {
  color: #333;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-137 {
  color: #9c9c9c;
  text-transform: none;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-137.g {
  color: #9c9c9c;
}

.paragraph-137.cone {
  color: #333;
  padding-bottom: 8px;
  text-decoration: none;
}

.paragraph-137.cone.impact {
  padding-bottom: 8px;
  font-style: italic;
}

.paragraph-137.cone.isa {
  padding-bottom: 50px;
}

.heading-24 {
  color: #9c9c9c;
  text-transform: none;
  margin-bottom: -1px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.heading-24.first {
  padding-left: 0;
  padding-right: 4px;
}

.heading-24.first.cone {
  font-weight: 500;
}

.heading-24.gc {
  color: #9c9c9c;
}

.heading-24.cone {
  color: #333;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-128 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.list-item-48 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-49 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.paragraph-138 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-50 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.list-item-51 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-52 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.paragraph-139, .paragraph-140, .paragraph-141, .paragraph-142 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-143 {
  color: var(--black);
  padding-top: 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-53 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-54 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-55, .list-item-56, .list-item-57, .list-item-58, .list-item-59, .list-item-60, .list-item-61, .list-item-62, .list-item-63, .list-item-64, .list-item-65, .list-item-66 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-144, .paragraph-145 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-67, .list-item-68 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.link-8 {
  color: #e30913;
}

.div-block-129 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-height: 20%;
  display: flex;
  overflow: hidden;
}

.heading-25 {
  color: #001;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: poppins;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.div-block-130 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-height: 20%;
  display: flex;
  overflow: hidden;
}

.div-block-131 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  max-height: 20%;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-132 {
  max-height: 20%;
  display: flex;
}

.section-3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.paragraph-146 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.section-4 {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding-top: 64px;
  display: flex;
}

.section-4.sans {
  background-color: #0000;
  padding-top: 0;
}

.section-5 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-5.gray.sans {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-6 {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-family: Open Sans, sans-serif;
}

.div-block-133 {
  width: 100%;
  padding-top: 48px;
}

.bold-text-13 {
  font-family: Open Sans, sans-serif;
}

.bold-text-14, .bold-text-15 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text-16 {
  font-family: Roboto, sans-serif;
}

.bold-text-17, .bold-text-18, .bold-text-19 {
  font-family: Open Sans, sans-serif;
}

.bold-text-20 {
  font-family: Roboto, sans-serif;
}

.bold-text-21, .bold-text-22 {
  font-family: Open Sans, sans-serif;
}

.bold-text-23 {
  font-family: Roboto, sans-serif;
}

.bold-text-24, .bold-text-25, .bold-text-26 {
  font-family: Open Sans, sans-serif;
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-134.sans.header {
  background-color: #0000;
  margin-top: 122px;
  margin-bottom: 32px;
}

.text-block-36 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.list-12 {
  max-width: 615px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.list-item-69, .list-item-70, .list-item-71 {
  color: var(--black);
  font-size: 16px;
}

.paragraph-147 {
  max-width: 615px;
}

.paragraph-148 {
  color: #666;
  max-width: 615px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-149 {
  color: var(--black);
  max-width: 615px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.heading-26 {
  z-index: 10;
  opacity: 1;
  color: var(--red-2);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 120px;
  position: relative;
  transform: none;
}

.heading-26.second {
  z-index: 1;
  filter: brightness(200%) blur(12px);
  position: absolute;
  top: 0;
  left: auto;
}

.heading-26.third {
  z-index: 3;
  filter: brightness(200%);
  position: absolute;
  top: 0;
}

.image-105 {
  max-width: 800px;
}

.text-block-37 {
  color: var(--black);
  text-transform: none;
  padding-top: 16px;
  padding-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.image-106 {
  border-width: 0;
  border-radius: 4px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-107 {
  border-width: 0;
  max-width: 800px;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-150 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #132b73;
  background-color: #132b73;
  border-radius: 35px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
}

.paragraph-150.red {
  background-color: #ce2527;
}

.paragraph-150.isa {
  background-color: #e20e4a;
}

.div-block-135 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.paragraph-151 {
  color: var(--dim-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-136 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  display: flex;
}

.image-108 {
  border-width: 0;
  border-radius: 4px;
  max-width: 800px;
  max-height: 750px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-109 {
  border-width: 1px;
  border-color: #cecece;
  border-radius: 8px;
  max-width: 615px;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-110 {
  border-width: 0;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.div-block-137 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex-flow: column;
  flex: 1;
  align-self: center;
  max-width: 615px;
  display: flex;
  overflow: hidden;
}

.div-block-138 {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 615px;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-138.list {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
}

.paragraph-152 {
  color: var(--dim-grey);
  text-align: center;
  max-width: 615px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-152.smaller {
  margin-bottom: 0;
}

.paragraph-153 {
  text-align: center;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 600;
}

.div-block-139 {
  object-fit: fill;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-140 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-111 {
  border-width: 0;
  width: auto;
  max-width: none;
  height: 64px;
  margin-top: 48px;
  padding-bottom: 0;
  overflow: visible;
}

.image-111.ncrowd {
  width: auto;
  height: 64px;
  margin-top: 48px;
}

.div-block-141 {
  aspect-ratio: 4 / 3;
  background-color: #004a76;
  border-radius: 8px 8px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  transition-property: none;
  display: flex;
  overflow: hidden;
}

.div-block-142 {
  z-index: 1;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  max-width: none;
  height: auto;
  padding: 24px 16px 16px;
  position: static;
}

.div-block-143 {
  background-color: #fff;
}

.div-block-143.capitalone {
  background-color: #004a76;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-143.capitalone.ncrowd {
  background-color: #2d2d2d;
  border-radius: 15px;
  overflow: hidden;
}

.div-block-143.sans {
  aspect-ratio: 4 / 3;
  background-color: #f2eeeb;
  border: 0 solid #b0b0b0;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  transition-property: none;
  display: flex;
  overflow: hidden;
}

.div-block-143.sans.isa {
  background-color: #c8d1da;
  border-width: 0;
  border-color: #dbdcdd;
  border-radius: 0;
}

.div-block-144 {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #000;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.div-block-144.sans {
  border: 0 solid #b0b0b0;
  height: auto;
  padding: 24px 16px 16px;
}

.div-block-145.sans {
  background-color: #c8d1da;
  border: 0 solid #dbdcdd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
  box-shadow: 0 1px 4px #0000001a;
}

.div-block-145.sans.for-real {
  background-color: #e3deda;
  border-color: #5e7892;
  border-radius: 40px;
  justify-content: space-between;
}

.div-block-145.sans.for-real.gc {
  background-color: #1d79643b;
  border-radius: 15px;
}

.div-block-145.sans.isa {
  border-radius: 40px;
}

.image-112.ncrowd {
  border-width: 0;
  width: 27%;
  padding-top: 92px;
}

.div-block-146 {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-113.netflix {
  border-width: 0;
  width: 38%;
  padding-top: 1%;
  padding-bottom: 0%;
  overflow: visible;
}

.div-block-147 {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-148 {
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  display: none;
}

.div-block-149 {
  overflow: hidden;
}

.div-block-150 {
  background-color: #0000;
  border: 0 solid #d2d2d3;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 67%;
  display: flex;
  overflow: hidden;
}

.div-block-150.sans {
  border-width: 0;
  flex: 1;
  justify-content: space-between;
  height: auto;
}

.div-block-150.isa {
  justify-content: space-between;
  height: 100%;
}

.div-block-150.capone {
  flex: 1;
  justify-content: space-between;
  height: auto;
}

.div-block-150.gc {
  height: 68%;
}

.image-114 {
  border-width: 0;
  width: 30%;
  margin-top: 74px;
}

.image-115 {
  opacity: 1;
  border-width: 0;
  width: auto;
  height: 64px;
  margin-top: 48px;
  overflow: visible;
}

.image-116 {
  border-width: 0;
  width: 50%;
  padding-top: 30px;
}

.div-block-151 {
  overflow: hidden;
}

.div-block-152 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.image-117 {
  border-width: 0;
  max-width: 615px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-154 {
  color: #666;
  width: 615px;
  max-width: 615px;
  padding-top: 48px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.image-118 {
  color: #013d5b;
  object-fit: fill;
  border-width: 0;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-118.cone {
  width: 50px;
}

.image-119 {
  color: #13286d;
  object-fit: scale-down;
  border-width: 0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-119.cone {
  width: 50px;
  height: 45px;
}

.grid-35 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 615px;
  margin: 32px auto 0;
  padding-top: 0;
  display: flex;
}

.grid-35.sans {
  grid-row-gap: 24px;
  background-color: #0000;
  margin-top: 24px;
  margin-bottom: 0;
}

.grid-35.smaller {
  margin-top: 24px;
  margin-bottom: 0;
}

.heading-27 {
  color: #333;
  text-align: center;
  text-transform: none;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-28 {
  color: #333;
  text-align: left;
  text-transform: none;
  max-width: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.div-block-154 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-155 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: center;
  height: auto;
  max-height: none;
  display: flex;
}

.div-block-155.cone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.image-120 {
  border-width: 0;
  border-radius: 4px;
  max-width: 800px;
  margin: 48px auto 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-120.banda {
  object-fit: scale-down;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  position: static;
}

.paragraph-155 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  max-width: 615px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.image-121 {
  border-width: 0;
  max-width: 12%;
  padding-bottom: 10px;
}

.image-122 {
  border-width: 0;
}

.image-123 {
  border-width: 0;
  max-width: 10%;
  padding-bottom: 16px;
}

.image-124 {
  border-width: 0;
  max-width: 7%;
  margin-bottom: 16px;
}

.image-125 {
  border-width: 0;
  max-width: 7%;
  padding-bottom: 12px;
}

.lottie-animation-3 {
  color: #02b9bd;
  width: 70px;
}

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

.div-block-156 {
  align-items: flex-start;
  height: 1px;
  display: flex;
}

.image-126 {
  border-width: 0;
  max-height: 25px;
  padding-bottom: 0;
}

.image-127 {
  border-width: 0;
  width: 25px;
  max-width: none;
  height: 25px;
  padding-bottom: 0;
}

.image-128 {
  border-width: 0;
  width: 25px;
  height: 25px;
  padding-bottom: 0;
}

.image-129 {
  object-fit: contain;
  border-width: 0;
  max-width: 48px;
  margin-left: 64px;
}

.grid-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 160px 160px 160px;
  justify-content: center;
  max-width: 900px;
  margin: 48px auto;
}

.paragraph-156 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-157 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.paragraph-157.smaller {
  font-size: 14px;
  font-weight: 300;
}

.image-130 {
  object-fit: fill;
  border-width: 0;
  max-width: none;
  height: 48px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.image-131 {
  object-fit: fill;
  border-width: 0;
  max-width: none;
  height: 130px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}

.div-block-157 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 4px;
  flex-flow: column;
  width: 160px;
  padding: 16px 0;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 4px;
  flex-flow: column;
  width: 160px;
  padding: 16px 0;
  display: flex;
}

.image-132 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  border-width: 0;
  max-width: none;
  height: 130px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}

.div-block-160 {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-161 {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  margin-bottom: 16px;
  display: flex;
}

.div-block-162 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 16px;
  display: flex;
  overflow: visible;
}

.div-block-163 {
  position: relative;
}

.div-block-164 {
  background-color: #f7f7f7;
  border: 1px solid #fafafa;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 615px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 32px;
  display: flex;
}

.slide-5 {
  position: static;
}

.div-block-165 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  max-width: none;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-165.cone {
  grid-row-gap: 0px;
  grid-template-columns: 1fr .75fr;
}

.bold-text-27 {
  color: #028083;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.bold-text-27.micro {
  color: #028083;
  letter-spacing: .6px;
  -webkit-text-stroke-color: #4a6c68;
  font-size: 14px;
  font-weight: 500;
}

.bold-text-28 {
  color: #028083;
  -webkit-text-stroke-color: #4a6c68;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-166 {
  max-width: 427px;
  margin-left: 0;
  margin-right: auto;
}

.div-block-167 {
  color: #4a6c68;
  object-fit: scale-down;
  background-color: #fafafa;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding: 32px 48px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.div-block-167.sans {
  margin-top: 48px;
}

.div-block-168 {
  background-color: #4a6c68;
  width: 96px;
  height: 1px;
  margin: 48px auto;
}

.div-block-169 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
}

.image-133, .image-134 {
  border-width: 0;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.image-135 {
  color: #4a9c9d;
  border-width: 0;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-136 {
  border-width: 0;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.image-137 {
  border-width: 0;
  width: auto;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.image-137.lightning {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.image-138 {
  border-width: 0;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-171 {
  width: 615px;
  max-width: 615px;
}

.paragraph-158 {
  color: #333;
  max-width: 615px;
  margin-top: 32px;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-159 {
  color: #333;
  width: 615px;
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-160 {
  color: #333;
  width: auto;
  max-width: 615px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-160.cone {
  margin-bottom: 128px;
}

.paragraph-161 {
  color: #3d3d3d;
}

.paragraph-162 {
  text-align: center;
  max-width: 615px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5em;
}

.paragraph-162.caption {
  color: var(--dim-grey);
  text-align: center;
  align-self: flex-start;
  margin-left: auto;
}

.paragraph-163 {
  color: #333;
  max-width: 615px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-163.caption {
  max-width: 615px;
  margin-bottom: 0;
}

.paragraph-164 {
  color: #333;
  padding-top: 16px;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.italic-text-2 {
  margin-left: 0;
}

.paragraph-165 {
  color: #333;
  margin-top: 16px;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-166 {
  color: #666;
}

.paragraph-167 {
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-168 {
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-169 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-170 {
  margin-top: 0;
  margin-bottom: 48px;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-29 {
  color: #333;
  font-family: roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-171 {
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.paragraph-172 {
  text-align: left;
  align-self: flex-start;
  margin-top: 48px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-173 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-173.caption {
  text-align: center;
  margin-bottom: 0;
}

.image-139 {
  border-color: #cecece;
  border-radius: 8px;
  max-width: 400px;
  margin: 48px auto 16px;
  padding-bottom: 0;
}

.div-block-172 {
  width: 615px;
}

.div-block-173, .div-block-174 {
  max-width: 615px;
}

.text-block-38 {
  color: #4a6c68;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 56px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph-174 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-175 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-175 {
  text-align: left;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-176 {
  object-fit: fill;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-178 {
  object-fit: scale-down;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.paragraph-176 {
  text-align: left;
  flex-flow: column;
  flex: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.div-block-179 {
  max-width: 800px;
  margin-top: 0;
}

.list-item-72 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.58em;
}

.list-item-73 {
  line-height: 1.5em;
}

.list-item-74 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-13 {
  padding-left: 24px;
}

.div-block-180 {
  width: 615px;
}

.italic-text-3 {
  max-width: 615px;
}

.list-14 {
  width: 615px;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 20px;
}

.list-14.research {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.list-item-75 {
  text-transform: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item-76 {
  text-transform: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.list-item-77 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-177 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-178 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.div-block-181 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bold-text-30 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-182 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.div-block-182.sans.white {
  background-color: #0000;
}

.div-block-182.kie {
  max-width: 615px;
}

.paragraph-179 {
  font-family: Roboto, sans-serif;
}

.paragraph-180 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.image-140 {
  border-width: 0;
  max-width: 800px;
  margin-bottom: 16px;
}

.paragraph-181 {
  font-family: Roboto, sans-serif;
}

.paragraph-182 {
  text-align: center;
  max-width: 615px;
  margin-bottom: 48px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-183 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-29 {
  color: #3e8084;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  margin-top: 64px;
  margin-bottom: 32px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.paragraph-184 {
  max-width: 615px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-183 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-185 {
  width: 615px;
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-39 {
  color: #666;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-39.second {
  text-align: center;
  margin-bottom: 24px;
}

.text-block-39.left {
  text-align: left;
  margin-top: 0;
}

.text-block-39.sans {
  background-color: #0000;
  margin-top: 0;
}

.italic-text-4 {
  text-align: left;
  text-transform: none;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.5em;
}

.italic-text-5 {
  text-transform: none;
}

.list-15 {
  max-width: 615px;
  margin-top: 24px;
  padding-left: 24px;
}

.list-item-78, .list-item-79 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item-80 {
  text-transform: none;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-186 {
  max-width: 615px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.heading-30 {
  font-weight: 400;
}

.heading-31 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 64px;
  margin-bottom: 24px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-31.shorter {
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-187 {
  font-size: 16px;
}

.paragraph-188 {
  text-align: center;
  max-width: 615px;
  margin-bottom: 48px;
  font-size: 14px;
}

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

.bold-text-31 {
  color: var(--dim-grey);
}

.bold-text-32, .bold-text-33 {
  color: var(--dim-grey);
  font-weight: 600;
}

.bold-text-34 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.paragraph-190 {
  margin-bottom: 48px;
}

.list-16 {
  margin-bottom: 0;
  padding-left: 24px;
}

.list-item-81 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-191 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
}

.h2 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  align-self: flex-start;
  width: 95vw;
  max-width: 1200px;
  margin: 48px auto 32px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.h2.shorter {
  margin-top: 32px;
  margin-bottom: 24px;
  margin-left: 0;
}

.h2.shorter.new {
  margin-top: 0;
}

.h2.shortest {
  margin-top: 48px;
  margin-left: 0;
}

.h2.shortest.lighter {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h2.noauto {
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-left: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.h2.noauto.shorter {
  margin-bottom: 24px;
}

.h2.wider {
  width: 95vw;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: auto;
}

.h2.longer {
  margin-top: 32px;
  margin-bottom: 24px;
}

.h2.shorest.more {
  margin-top: 0;
}

.h2.green {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
}

.h2.newshort {
  margin-top: 0;
}

.h2.minus {
  width: 600px;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
}

.h2.consulting {
  margin-top: 32px;
  margin-bottom: 16px;
}

.div-block-184 {
  width: 615px;
  max-width: 615px;
}

.paragraph-192 {
  max-width: 615px;
  margin: 24px auto 0;
}

.paragraph-193 {
  max-width: 615px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-193.test {
  margin-top: 0;
}

.bold-text-35 {
  font-family: Roboto, sans-serif;
}

.bold-text-36 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.image-141 {
  cursor: zoom-in;
  border-width: 0;
  padding-bottom: 0;
}

.paragraph-194 {
  max-width: 615px;
  margin-top: 64px;
}

.h1 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
}

.h1.green {
  color: #028083;
  text-align: left;
  max-width: 615px;
  height: 38px;
  margin: 64px auto 32px 0;
  font-size: 32px;
  font-weight: 500;
}

.h1.green.top {
  margin-top: 0;
  margin-bottom: 0;
}

.h1.green.top.sans {
  overflow-wrap: normal;
  background-color: #0000;
  height: auto;
  line-height: 1.3em;
}

.h1.green.top.contact-wrapper {
  letter-spacing: 0;
  height: auto;
  line-height: 1.3em;
}

.h1.green.hero {
  height: auto;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3em;
}

.h1.green.ai {
  margin-top: 0;
  margin-bottom: 0;
}

.h1.green.center {
  text-align: center;
  margin-left: auto;
}

.h1.green.center.testimonials {
  margin-bottom: 48px;
}

.h1.consulting {
  color: #028083;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 500;
}

.div-block-185 {
  object-fit: contain;
  width: 615px;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.list-17 {
  text-align: left;
  align-self: flex-start;
  max-width: 615px;
  margin-bottom: 0;
  padding-left: 25px;
}

.list-item-82 {
  text-transform: none;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item-83, .list-item-84 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.image-142 {
  border-width: 0;
  max-width: 800px;
  margin: 48px auto 16px;
}

.image-143 {
  border-width: 0;
  margin-top: 48px;
}

.image-143.shorter {
  max-width: 800px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.caption {
  text-align: center;
  max-width: 615px;
  margin: 0 auto 48px;
  font-size: 14px;
}

.caption.shorter {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  max-width: 615px;
  margin: 0 auto 0 0;
  display: flex;
}

.caption.shorter.center {
  margin-left: auto;
}

.caption.shortest {
  margin-bottom: 0;
  display: block;
}

.caption.new {
  max-width: 300px;
  margin-top: 16px;
}

.caption.ncrowd {
  margin-top: 16px;
}

.caption._16 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
}

.caption.cozy {
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.caption.tech {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.caption.luxury {
  font-family: Vollkorn, serif;
}

.paragraph-195 {
  max-width: 615px;
  font-size: 14px;
}

.captiion {
  text-align: center;
  max-width: 615px;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-186 {
  max-width: 615px;
}

.paragraph-196 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.image-144 {
  cursor: zoom-in;
  border-width: 0;
  flex: none;
  align-self: auto;
  max-width: 615px;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.div-block-187 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 615px;
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item-85, .list-item-86, .list-item-87, .list-item-88 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.list-18 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.bold-text-37 {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-38 {
  font-size: 24px;
  font-weight: 600;
}

.paragraph-198 {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-199 {
  margin-top: 16px;
}

.list-19 {
  margin-bottom: 24px;
  padding-left: 24px;
}

.paragraph-200 {
  margin-bottom: 16px;
}

.div-block-188 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-201 {
  max-width: 615px;
}

.image-145 {
  border-width: 0;
  min-width: 0;
  max-height: 90vh;
  margin-top: 0;
  padding-bottom: 0;
}

.grid-37 {
  grid-column-gap: 32px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  width: 95vw;
  max-width: 800px;
  max-height: none;
  margin-top: 0;
  padding: 24px;
  box-shadow: 0 1px 4px #0000001a;
}

.grid-37.more {
  width: 95vw;
  margin-top: 64px;
}

.paragraph-203 {
  max-width: 615px;
  margin-top: 16px;
  font-size: 14px;
}

.image-146 {
  border-width: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.bold-text-40, .bold-text-41, .bold-text-42 {
  font-weight: 600;
}

.image-147 {
  border-width: 1px;
  border-color: #e6e6e6;
  margin-top: 0;
  padding-bottom: 0;
}

.text-block-40 {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
}

.text-block-41 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.text-block-42, .text-block-43 {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
}

.paragraph-204 {
  margin-top: 24px;
}

.paragraph-205, .div-block-189 {
  max-width: 615px;
}

.lightbox-link-3 {
  margin-top: 48px;
  display: flex;
}

.paragraph-206 {
  margin-bottom: 16px;
}

.paragraph-208 {
  margin-top: 24px;
}

.paragraph-216 {
  margin-bottom: 16px;
}

.paragraph-217.sans {
  background-color: #0000;
  margin-bottom: 128px;
}

.image-148 {
  border-width: 0;
  width: 95vw;
  max-width: 800px;
}

.paragraph-219 {
  text-align: center;
  width: 615px;
}

.grid-38 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  max-width: 615px;
  max-height: 120px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.image-149, .image-150 {
  border-width: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.text-block-44 {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
}

.image-151 {
  object-fit: none;
  border-width: 0;
  flex: 0 auto;
  align-self: flex-start;
  width: 14px;
  max-width: none;
  height: 14px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-191 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.list-20 {
  margin-bottom: 0;
  padding-left: 20px;
}

.div-block-192 {
  width: 625px;
  max-width: 615px;
}

.div-block-193 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 615px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  display: flex;
}

.div-block-193.caption {
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
}

.div-block-194 {
  max-width: 615px;
}

.div-block-195 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95vw;
  max-width: 1200px;
  margin-top: 48px;
  margin-bottom: 0;
  display: grid;
}

.div-block-196 {
  max-width: 97vw;
  margin-top: 48px;
}

.div-block-197 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-152 {
  border-width: 0 1px 1px 0;
  border-bottom-color: #eee;
  border-right-color: #eee;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.div-block-198 {
  flex-flow: column;
  display: flex;
}

.image-153 {
  border-width: 1px;
  border-color: #eee;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.image-154 {
  border-width: 0;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.paragraph-220 {
  text-align: left;
}

.grid-39 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
  margin-top: 48px;
  margin-bottom: 16px;
  display: flex;
}

.paragraph-221 {
  margin-top: 16px;
}

.div-block-199 {
  aspect-ratio: 1;
  object-fit: none;
  background-color: #045aa8;
  border-radius: 4px;
  flex-flow: column;
  height: 150px;
  max-height: 200px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.div-block-200 {
  aspect-ratio: 1;
  background-color: #132b73;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 150px;
  max-height: 280px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.grid-40 {
  text-align: center;
  grid-template-rows: auto;
  max-height: 37px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.heading-32 {
  color: #333;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-33 {
  color: #333;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.grid-41 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.paragraph-222 {
  margin-top: 16px;
}

.heading-34 {
  color: #0456a0;
  text-transform: capitalize;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-35 {
  color: #0456a0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.bold-text-43, .bold-text-44 {
  font-weight: 600;
}

.div-block-201 {
  background-color: #479495;
  width: 75vw;
  max-width: 75%;
  height: 1px;
  margin: 64px auto 0;
}

.div-block-201.shorter {
  width: 60vw;
}

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

.paragraph-223 {
  text-align: center;
  max-width: 615px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.8em;
}

.link-11 {
  color: #008083;
}

.link-11:hover {
  color: #52bbbd;
}

.link-12 {
  color: #008083;
}

.link-12:hover {
  color: #52bbbd;
}

.bold-text-45, .bold-text-46, .bold-text-47 {
  font-weight: 600;
}

.image-155 {
  border-width: 1px;
  border-color: #e5e4e4;
  border-radius: 4px;
  max-width: 800px;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.image-156 {
  border-color: #e5e4e4;
  max-width: 800px;
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.image-157 {
  border-color: #e5e4e4;
  border-radius: 4px;
  max-width: 800px;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.image-157.shorter {
  margin-top: 0;
}

.image-157.longer {
  align-self: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: 0;
}

.paragraph-224 {
  max-width: 615px;
}

.div-block-202 {
  align-self: center;
  max-width: 615px;
}

.paragraph-225, .paragraph-226, .paragraph-227 {
  max-width: 615px;
}

.paragraph-227.furthermore {
  margin-top: 32px;
}

.div-block-203 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-228 {
  max-width: 615px;
  margin-top: 48px;
}

.paragraph-229 {
  max-width: 615px;
  margin-top: 32px;
}

.bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53 {
  font-weight: 600;
}

.image-158 {
  vertical-align: baseline;
  border-width: 0;
  align-self: auto;
  max-width: 100%;
  max-height: none;
  padding-bottom: 0;
  display: block;
}

.div-block-204 {
  aspect-ratio: 4.3 / 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-204.sans {
  background-color: #0000;
}

.image-159 {
  border-width: 0;
  padding-bottom: 0;
}

.image-160 {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.code-embed {
  margin-top: 48px;
  margin-bottom: 48px;
}

.code-embed-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  width: auto;
  max-width: none;
  height: auto;
  margin: 48px 0;
  position: static;
  overflow: visible;
}

.div-block-205 {
  object-fit: scale-down;
  flex-flow: column;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  overflow: hidden;
}

.code-embed-3 {
  object-fit: cover;
  margin-top: 48px;
  margin-bottom: 48px;
}

.code-embed-4 {
  flex-flow: column;
  height: auto;
  display: block;
}

.div-block-206 {
  width: auto;
}

.code-embed-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: visible;
}

.paragraph-230 {
  max-width: 615px;
}

.slider-5 {
  border: 1px solid #e5e4e4;
  border-radius: 4px;
  flex-flow: row;
  flex: 1;
  width: 95vw;
  max-width: 1200px;
  max-height: 100%;
  margin-top: 48px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.slide-9 {
  max-height: 100%;
}

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

.slider-6 {
  aspect-ratio: 1.85;
  object-fit: cover;
  border: 1px solid #e5e4e4;
  border-radius: 4px;
  flex: 1;
  align-items: flex-start;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-bottom: 16px;
  display: flex;
  overflow: clip;
}

.image-161 {
  aspect-ratio: 1.75;
  object-fit: cover;
  object-position: 50% 0%;
  border-width: 1px;
  border-color: #e5e4e4;
  border-radius: 4px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.image-162 {
  border-width: 0;
  border-color: #e5e4e4;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-163 {
  object-position: 50% 0%;
  border-width: 0;
  border-color: #e5e4e4;
  width: 100%;
  max-height: 100%;
}

.image-164 {
  aspect-ratio: 1.85;
  object-fit: cover;
  object-position: 50% 0%;
  border-width: 0;
  border-color: #e5e4e4;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.slide-nav-6 {
  aspect-ratio: auto;
  object-position: 50% 0%;
  background-color: #fff;
  border: 0 solid #e5e4e4;
  border-radius: 4px;
  overflow: hidden;
}

.mask-8 {
  aspect-ratio: 1.85;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

.image-165 {
  object-position: 50% 0%;
  border-color: #e5e4e4;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.icon-7 {
  background-color: #0a7ec8;
  border-radius: 20px;
}

.icon-7.blue {
  color: #1082ca;
  background-color: #0000;
}

.icon-8 {
  background-color: #1082ca;
  border-radius: 20px;
}

.icon-8.blue {
  color: #1082ca;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
}

.slide-10 {
  object-fit: none;
  max-height: none;
  overflow: visible;
}

.mask-9 {
  max-height: none;
  overflow: visible;
}

.image-166 {
  box-sizing: border-box;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.slide-nav-7 {
  background-color: #fff;
  border: 1px solid #e5e4e4;
}

.image-167, .image-168 {
  object-position: 50% 0%;
  border-width: 0;
  border-color: #e5e4e4;
  width: 100%;
  max-height: 100%;
}

.slide-11 {
  aspect-ratio: 1.85;
  object-fit: cover;
  border-radius: 4px;
  max-height: none;
}

.image-169 {
  border-width: 0;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.image-170 {
  border-width: 0;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.slide-12 {
  aspect-ratio: 1.75;
  object-fit: cover;
  overflow: hidden;
}

.image-171 {
  border-width: 0;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.image-172 {
  border-color: #e5e4e4;
  border-radius: 4px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.image-173, .image-174 {
  border-color: #e5e4e4;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.image-175 {
  border-color: #e5e4e4;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.image-176 {
  border-color: #e5e4e4;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.div-block-207 {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-208 {
  max-width: 615px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-177 {
  border-width: 0;
  width: 40%;
  padding-bottom: 0;
}

.image-178 {
  border-width: 0;
  border-radius: 4px;
  width: 90%;
  margin-top: 0;
  margin-bottom: -40%;
  padding-bottom: 0;
}

.image-179 {
  aspect-ratio: 2;
  object-position: 50% 0%;
  border-width: 0;
  border-radius: 4px;
  width: 80%;
  margin-top: 24px;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0;
}

.div-block-209 {
  display: none;
}

.image-180 {
  border-width: 0;
  width: auto;
  height: 64px;
  margin-top: 48px;
}

.image-181 {
  aspect-ratio: 2;
  vertical-align: top;
  object-position: 50% 0%;
  border-width: 0;
  border-radius: 4px;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 70%;
  max-height: 55vh;
  margin-top: 0;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-210 {
  aspect-ratio: 4 / 2;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 95vw;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.italic-text-6, .italic-text-7 {
  font-style: normal;
}

.bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60 {
  font-weight: 600;
}

.italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11 {
  font-style: normal;
}

.div-block-211 {
  z-index: 2;
  background-image: linear-gradient(#0000, #fff 86%);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  height: 20%;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  position: fixed;
}

.image-182 {
  object-fit: scale-down;
  border-width: 0;
  width: 13%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-bottom: 48px;
  position: relative;
}

.div-block-212 {
  aspect-ratio: 4.3 / 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-183 {
  object-fit: scale-down;
  object-position: 0% 0%;
  border-width: 0;
  flex: none;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 720px;
  margin-top: 0;
  margin-left: 0%;
  padding-bottom: 0;
  padding-left: 0%;
  position: static;
  overflow: hidden;
}

.image-183.sans {
  vertical-align: baseline;
  border-radius: 4px;
  width: 45%;
  max-height: 64%;
  margin-left: 0%;
  margin-right: 2%;
  padding-bottom: 0;
  display: block;
}

.nav {
  z-index: 101;
  background-color: #fff;
  margin-top: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  box-shadow: 0 1px 4px #0000000f;
}

.container-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.link-block-5 {
  color: #555;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-5:hover {
  color: #000;
  text-decoration: underline;
}

.link-block-5:lang(en) {
  color: #4a9c9d;
}

.stickylink {
  color: #555;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: color .35s;
}

.stickylink:hover {
  color: #000;
  -webkit-text-stroke-color: black;
}

.stickylink:lang(en) {
  -webkit-text-stroke-color: transparent;
}

.dummy {
  height: 0;
}

.newnav {
  color: #222;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.newnav:hover {
  color: #000;
}

.newnav:lang(en) {
  color: #4a9c9d;
  border: 0 solid #000;
  border-bottom: 2px solid #4a9c9d;
}

.newnav.resume {
  color: #222;
  border-bottom: 0 solid #000;
}

.newnav.resume:hover {
  color: #000;
}

.newnav.about {
  color: #222;
  border-bottom: 0 solid #000;
}

.newnav.about:hover {
  color: #000;
}

.newnav.about:lang(en) {
  color: #4a9c9d;
}

.newnav.home {
  color: #222;
  border: 0 #222;
}

.newnav.home:hover {
  color: #000;
  border: 0 solid #000;
  padding-bottom: 6px;
}

.newnav.home:lang(en) {
  color: #4a9c9d;
  border-bottom-width: 2px;
  border-bottom-color: #4a9c9d;
  padding-top: 6px;
  padding-bottom: 8px;
}

.problem {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.research {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
  position: static;
}

.goal, .design, .wireframe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.tandp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.outcomes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.lessons {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: -100px auto 0;
  padding-top: 100px;
  display: flex;
}

.paragraph-232 {
  margin-bottom: 16px;
}

.paragraph-233 {
  text-align: left;
}

.container-4, .div-block-213 {
  max-width: 615px;
}

.bold-text-61, .bold-text-62, .bold-text-63 {
  font-weight: 500;
}

.section-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wireframes, .testing, .iteration {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.reflections-and-impact {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-234 {
  color: #333;
  letter-spacing: .4px;
  text-transform: capitalize;
  background-color: #f5f7f8;
  border-radius: 10000px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-235 {
  color: #028083;
  letter-spacing: .1px;
  background-color: #f5f7f8;
  border-radius: 1000px;
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 600;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 4px #0000000f;
}

.navbar.home {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  position: sticky;
}

.nav-menu-2 {
  z-index: 1000;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 32px;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: #333;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  align-items: stretch;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 2px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.nav-link-2:hover {
  color: #000;
  -webkit-text-stroke-color: black;
  border-bottom: 2px solid #333;
  margin-bottom: -2px;
  padding-bottom: 0;
  text-decoration: none;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-2.w--current {
  color: #028083;
  padding: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
}

.nav-link-2.w--current:hover {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.nav-link-2.w--open {
  flex-flow: row;
  display: flex;
}

.nav-link-2.contact {
  color: #333;
}

.nav-link-2.contact.w--current {
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 400;
}

.nav-link-2.nav-link-cases-active {
  color: #028083;
  margin-bottom: 0;
  font-weight: 500;
}

.nav-link-2.nav-link-cases-active:hover {
  border-bottom-width: 2px;
  border-bottom-color: #008083;
  margin-bottom: -2px;
}

.nav-link-2.dropdown {
  text-transform: uppercase;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 6px;
  margin-right: 6px;
  padding: 2px 6px;
  font-size: 16px;
  display: block;
  position: static;
}

.nav-link-2.dropdown:hover {
  background-color: #02b9bd26;
  border-bottom-width: 0;
  border-radius: 4px;
  margin-bottom: 0;
}

.nav-link-2.dropdown:focus-visible, .nav-link-2.dropdown[data-wf-focus-visible] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
}

.nav-link-2.dropdown.w--current {
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.nav-link-2.dropdown.w--current:hover {
  background-color: #0000;
}

.text-block-46 {
  font-family: Oswald, Arial, sans-serif;
}

.icon-9 {
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.icon-9:hover {
  text-decoration: none;
}

.dropdown-list-2 {
  z-index: 99999;
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  z-index: 10000;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  flex-flow: column;
  align-items: stretch;
  margin-left: 3px;
  padding: 8px 6px;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 4px #0000000f;
}

.navbar-2 {
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.navbar-2.secondary {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
}

.navbar-2.secondary.isa {
  z-index: 30;
}

.navbar-2.secondary {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  max-height: 100px;
}

.navbar-2.secondary.isa {
  font-size: 14px;
}

.navbar-2.secondary.ncrowd {
  z-index: 1;
  height: auto;
  margin-top: 64px;
}

.navbar-2.secondary.cone {
  z-index: 1;
}

.nav-menu-3 {
  z-index: 0;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2.39;
  text-align: center;
  object-fit: scale-down;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 64px;
  display: flex;
  position: static;
}

.nav-menu-3.secondary {
  margin-left: 0;
}

.nav-link-3 {
  color: #222;
  text-transform: uppercase;
  flex: 0 auto;
  padding: 16px 12px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.nav-link-3:hover {
  color: #000;
  -webkit-text-stroke-color: black;
}

.nav-link-3.w--current {
  color: #028083;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.nav-link-3.secondary {
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  padding: 2px 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3.secondary:hover {
  border-bottom: 2px solid #333;
  margin-bottom: -2px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 2px 0;
}

.nav-link-3.secondary:focus-visible, .nav-link-3.secondary[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
}

.nav-link-3.secondary.w--current {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3.secondary.w--current:hover {
  border-bottom-color: #028083;
}

.nav-link-3.secondary.ai {
  display: none;
}

.nav-link-4 {
  color: #222;
  text-transform: uppercase;
  flex: 0 auto;
  padding: 16px 12px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.nav-link-4:hover {
  color: #000;
  -webkit-text-stroke-color: black;
}

.nav-link-4.w--current {
  color: #028083;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.nav-link-4.secondary {
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-4.secondary.w--current {
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-64 {
  color: #028083;
  text-align: center;
  font-weight: 600;
}

.div-block-214, .div-block-215 {
  max-width: 615px;
}

.bold-text-65 {
  color: #028083;
  font-weight: 600;
}

.list-item-89, .list-item-90 {
  text-transform: none;
}

.div-block-216 {
  max-width: 615px;
}

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

.list-21 {
  margin-top: 16px;
  padding-left: 20px;
}

.list-21.consulting {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.bold-text-66 {
  color: #058083;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: baseline;
  border-bottom: 1px solid #028083;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
}

.bold-text-66.timeline {
  font-family: Roboto, sans-serif;
}

.bold-text-66.fixed {
  color: #333;
  letter-spacing: 0;
  border-bottom-width: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.bold-text-68 {
  text-transform: none;
  font-weight: 600;
}

.list-item-91, .list-item-92, .list-item-93 {
  text-transform: none;
}

.list-item-93.consulting {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  list-style-type: none;
}

.div-block-217 {
  max-width: 615px;
  margin-bottom: 0;
}

.section-10 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-236, .paragraph-237 {
  margin-bottom: 24px;
}

.div-block-218 {
  max-width: 615px;
}

.div-block-219 {
  flex-flow: column;
  width: 615px;
  max-width: 615px;
  display: flex;
}

.section-11 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.div-block-220 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.image-184 {
  border-width: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 8px;
}

.footercontact {
  color: #333;
  font-family: roboto, sans-serif;
  font-size: 18px;
  line-height: 1.578em;
  text-decoration: none;
}

.footercontact:hover {
  color: #555;
  text-decoration: underline;
}

.div-block-221 {
  color: #0096a4;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
  padding: 2px 8px;
  display: flex;
}

.div-block-221:focus-visible, .div-block-221[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 4px;
}

.div-block-222 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-185 {
  border-width: 0;
  max-width: 24px;
  margin-top: 0;
  margin-right: 8px;
  padding-bottom: 0;
}

.image-186 {
  border-width: 0;
  width: 24px;
  margin-top: 0;
  margin-right: 8px;
  padding-bottom: 0;
}

.image-187 {
  vertical-align: middle;
  object-fit: contain;
  border-width: 0;
  width: 50px;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-223 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-224 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-225 {
  width: 100%;
  max-width: 90vw;
  height: 100%;
  max-height: 100%;
}

.container-5 {
  max-width: none;
}

.body-5 {
  justify-content: space-between;
}

.list-item-94, .list-item-95 {
  text-transform: none;
}

.grid-42 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 66% auto;
  align-content: start;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}

.grid-42.sans {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  grid-template-columns: 66% 1fr;
  max-height: none;
  padding-top: 64px;
  overflow: hidden;
}

.div-block-230 {
  box-sizing: border-box;
  object-fit: scale-down;
  width: auto;
  max-width: 615px;
  margin-top: 64px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
}

.div-block-231 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 16px;
  display: flex;
}

.div-block-231.lower {
  flex-flow: column;
  margin-top: 4px;
}

.div-block-231.cone, .div-block-231.isa {
  flex-flow: column;
}

.paragraph-239 {
  letter-spacing: .5px;
  text-transform: uppercase;
  align-self: flex-start;
  width: 71px;
  margin-top: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-232 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.div-block-233 {
  justify-content: center;
  align-items: flex-start;
  width: 18px;
  display: none;
}

.div-block-234 {
  background-color: #0000;
  border: 1px solid #5bc0c7;
  border-radius: 4px;
  margin-top: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-188 {
  border-width: 0;
  align-self: center;
  width: 12px;
  height: 16px;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-235 {
  flex-flow: wrap;
  display: flex;
}

.bold-text-69 {
  font-size: 14px;
  font-weight: 500;
}

.div-block-66-copy {
  border-radius: 20px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: static;
  top: 0;
  bottom: 0;
}

.div-block-66-copy.nc {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 800px;
  margin: 48px auto 0;
  display: flex;
}

.paragraph-240, .paragraph-241 {
  line-height: 1.35em;
}

.div-block-236 {
  object-fit: scale-down;
  max-height: none;
  overflow: visible;
}

.text-block-47, .text-block-48, .text-block-49 {
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-237 {
  background-color: #008083;
  width: 48px;
  height: 3px;
  margin: 8px auto 24px 0;
}

.div-block-237.erased {
  display: none;
}

.image-189 {
  border-width: 0;
  width: 55vw;
  max-width: none;
  max-height: none;
  margin-left: 0;
  overflow: visible;
}

.div-block-238 {
  object-fit: contain;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  max-height: 82vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-190 {
  z-index: -2;
  object-fit: scale-down;
  border-width: 0;
  max-width: 70%;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: static;
}

.image-191 {
  object-fit: contain;
  border-width: 0;
  width: 100%;
  max-width: none;
  margin-top: 48px;
  padding-bottom: 0;
}

.image-192 {
  object-position: 50% 0%;
  border-width: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 48px;
  overflow: visible;
}

.image-193 {
  width: 100%;
}

.image-194 {
  object-position: 50% 0%;
  width: 100%;
  margin-top: 0;
  padding-top: 48px;
}

.image-195, .image-196 {
  object-position: 50% 0%;
  width: 100%;
}

.image-197 {
  object-position: 50% 0%;
  border-radius: 4px;
  width: 100%;
}

.image-198 {
  object-position: 50% 0%;
  width: 100%;
}

.image-199 {
  object-position: 50% 0%;
  border-width: 0;
  width: 60%;
  margin-top: -58px;
  padding-top: 48px;
}

.image-200 {
  object-fit: cover;
  object-position: 50% 0%;
  border-width: 0;
  width: 50%;
  margin-top: 0;
  padding-top: 48px;
}

.image-201 {
  box-sizing: content-box;
  object-fit: none;
  object-position: 50% 0%;
  border-width: 0;
  border-radius: 4px;
  width: 100%;
}

.image-202 {
  object-position: 50% 40%;
  border-width: 0;
  border-radius: 4px;
  width: 100%;
  margin-top: 48px;
  padding-top: 0;
}

.image-204 {
  object-position: 50% 0%;
  width: 100%;
}

.image-205 {
  object-position: 50% 0%;
  border-width: 0;
  border-bottom-color: #e9ecef;
  border-radius: 4px;
  width: auto;
  height: auto;
  max-height: 720px;
  margin-top: 0;
}

.list-22 {
  padding-left: 25px;
}

.list-item-96, .list-item-97, .list-item-98 {
  text-transform: none;
}

.pill {
  box-sizing: content-box;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  overflow-wrap: normal;
  object-fit: none;
  background-color: #e3e3e3;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 12px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
  overflow: auto;
}

.pill.transparent {
  height: 26px;
}

.pill.bland {
  background-color: #f0efef;
  margin-bottom: 0;
}

.pill.impact {
  background-color: #02b9bd33;
}

.text-block-50 {
  justify-content: space-between;
  display: flex;
}

.container-6 {
  background-color: #333;
  width: 100%;
  max-width: none;
  height: 160px;
  padding: 32px 64px;
}

.container-7 {
  background-color: #fafafa;
  width: 100%;
  max-width: none;
  padding-top: 32px;
  padding-bottom: 64px;
}

.spec {
  display: flex;
}

.list-item-99 {
  margin-bottom: 0;
}

.paragraph-243 {
  text-align: center;
}

.list-item-100 {
  text-transform: none;
}

.italic-text-12 {
  font-family: Roboto, sans-serif;
}

.paragraph-244 {
  display: flex;
}

.paragraph-245 {
  max-width: 615px;
  margin-top: 48px;
}

.list-item-101, .list-item-102, .list-item-103 {
  text-transform: none;
}

.list-23 {
  margin-top: 16px;
  padding-left: 25px;
}

.div-block-239 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 97vw;
  max-width: 1200px;
  margin-top: 48px;
  display: flex;
}

.link-block-6 {
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  text-decoration: none;
  transition: box-shadow .3s, color .35s;
  overflow: hidden;
}

.link-block-6:hover {
  box-shadow: 0 6px 6px #00000014;
}

.link-block-6:focus-visible, .link-block-6[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 10px;
}

.link-block-7 {
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  text-decoration: none;
  transition: box-shadow .3s, color .35s;
  overflow: visible;
}

.link-block-7:hover {
  box-shadow: 0 6px 6px #00000014;
}

.link-block-7:focus-visible, .link-block-7[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 10px;
}

.link-block-8 {
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  text-decoration: none;
  transition: box-shadow .3s, color .35s;
  overflow: hidden;
}

.link-block-8:hover {
  box-shadow: 0 6px 6px #00000014;
}

.link-block-8:focus {
  border: 2px solid #499c9d;
  border-radius: 10px;
}

.link-block-8:focus-visible, .link-block-8[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 10px;
}

.text-block-51, .text-block-52 {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
}

.text-block-53 {
  font-weight: 400;
}

.list-24 {
  padding-left: 20px;
}

.list-item-105, .list-item-106, .list-item-107 {
  text-transform: none;
}

.list-25 {
  padding-left: 25px;
}

.list-item-108, .list-item-109, .list-item-110 {
  text-transform: none;
}

.list-26 {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item-111, .list-item-112 {
  text-transform: none;
}

.list-27 {
  max-width: 615px;
  margin-bottom: 0;
  padding-left: 20px;
}

.bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74 {
  font-weight: 600;
}

.list-28 {
  max-width: 615px;
  padding-left: 20px;
}

.list-item-113, .list-item-114, .list-item-115, .list-item-116 {
  text-transform: none;
}

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

.list-29 {
  padding-left: 25px;
}

.list-item-117 {
  text-transform: none;
}

.div-block-240 {
  max-width: 615px;
}

.list-item-118 {
  text-transform: none;
}

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

.paragraph-246 {
  margin-bottom: 16px;
}

.list-30 {
  margin-top: 16px;
  padding-left: 20px;
}

.list-item-119, .list-item-120, .list-item-121 {
  text-transform: none;
}

.paragraph-247 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

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

.list-31 {
  padding-left: 25px;
}

.list-32 {
  padding-left: 20px;
}

.list-item-122 {
  text-transform: none;
}

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

.list-item-123, .list-item-124 {
  text-transform: none;
}

.div-block-241 {
  max-width: 615px;
}

.section-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-206 {
  border-width: 0;
  max-height: 600px;
  padding-bottom: 16px;
}

.div-block-242, .div-block-243 {
  display: flex;
}

.grid-43 {
  grid-row-gap: 0px;
  max-width: 12001px;
}

.image-207 {
  object-fit: contain;
  border-width: 0;
  height: 90vh;
  max-height: 600px;
  margin-top: 16px;
}

.image-208 {
  object-fit: contain;
  border-width: 0;
  height: 80vh;
  max-height: 600px;
  margin-top: 16px;
}

.div-block-244, .div-block-245 {
  flex-flow: column;
  height: 80vh;
  display: flex;
}

.image-210 {
  object-fit: contain;
  border-width: 0;
  height: 90vh;
  max-height: 600px;
  margin-top: 16px;
}

.div-block-246 {
  object-fit: contain;
  flex-flow: column;
  height: 80vh;
  display: flex;
}

.image-211 {
  border-width: 0;
}

.image-212 {
  border-width: 0;
  height: auto;
  max-height: 740px;
  margin-top: 0;
}

.div-block-248 {
  background-color: #008083;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-248 {
  margin-left: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-249 {
  background-color: #008083;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
}

.paragraph-249 {
  margin-top: 8px;
  margin-left: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.line {
  background-color: #02b9bd;
  width: 48vw;
  height: 1px;
  margin-top: 16px;
}

.paragraph-250 {
  color: #192f6a;
  letter-spacing: 6px;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 72px;
  font-weight: 500;
}

.list-33, .list-34 {
  padding-left: 20px;
}

.image-215 {
  border-width: 0;
  height: 64px;
}

.paragraph-251 {
  margin-bottom: 48px;
}

.paragraph-252 {
  font-size: 14px;
}

.italic-text-13 {
  font-size: 14px;
  line-height: 1em;
}

.paragraph-253 {
  font-size: 14px;
}

.paragraph-254 {
  color: #007a7d;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 120px;
  font-weight: 500;
  display: flex;
}

.paragraph-255 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  font-size: 18px;
  display: flex;
}

.body-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #007477;
  border-radius: 4px;
  font-family: Oswald, Arial, sans-serif;
}

.button:hover {
  -webkit-text-stroke-color: #333;
}

.paragraph-256 {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  background-color: #007477;
  border-radius: 4px;
  padding: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-256:hover {
  color: #d7d7d7;
  background-color: #006366;
}

.paragraph-256:active {
  overflow: clip;
}

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

.link-block-9:hover {
  color: #333;
}

.image-216 {
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 0;
  width: 80%;
  margin-top: 24px;
}

.div-block-253 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: #499c9d;
  font-size: 31px;
  font-weight: 200;
  line-height: 0;
}

.text-span-2, .text-span-3 {
  font-weight: 300;
}

.text-span-4 {
  color: #499c9d;
  font-weight: 200;
}

.h1--line {
  color: #499c9d;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 1em;
}

.h1--line.last {
  letter-spacing: 1px;
}

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

.h1--sub {
  opacity: 1;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.body-8 {
  display: flex;
}

.h3 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
}

.h3.consulting {
  margin-bottom: 8px;
  font-size: 18px;
}

.h3.netflix {
  line-height: 1.25em;
}

.h3.capitalone {
  margin-bottom: 0;
}

.heading-36 {
  color: #333;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.navbar-3 {
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 1px 4px #0000001a;
}

.dropdown-list-3 {
  background-color: #fff;
  border-radius: 4px;
  display: none;
}

.dropdown-list-3.w--open {
  display: none;
}

.link-13 {
  display: inline-flex;
}

.link-13:focus-visible, .link-13[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
}

.nav-link-5 {
  color: #333;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  align-items: stretch;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.nav-link-5:hover {
  color: #000;
  -webkit-text-stroke-color: black;
  border-bottom: 2px solid #000;
  margin-bottom: -2px;
  padding-bottom: 0;
  text-decoration: none;
}

.nav-link-5.w--current {
  color: #028083;
  padding: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
}

.nav-link-5.w--current:hover {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.nav-link-5.w--open {
  flex-flow: row;
  display: flex;
}

.nav-link-5.dropdown {
  text-transform: uppercase;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 6px;
  margin-right: 6px;
  padding: 2px 6px;
  font-size: 16px;
  display: block;
}

.nav-link-5.dropdown:hover {
  background-color: #02b9bd26;
  border-bottom-width: 0;
  border-radius: 4px;
  margin-bottom: 0;
}

.nav-link-5.dropdown:focus-visible, .nav-link-5.dropdown[data-wf-focus-visible] {
  border: 2px solid #02b9bd;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
}

.nav-link-5.dropdown.w--current {
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.nav-link-5.dropdown.w--current:hover {
  background-color: #0000;
}

.dropdown-list-4 {
  z-index: 99999;
  background-color: #ddd;
}

.dropdown-list-4.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: stretch;
  margin-left: 3px;
  padding: 8px 6px;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 4px #0000000f;
}

.div-block-254 {
  background-color: #008083;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-257 {
  margin-left: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.h4 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.h4.sxs {
  margin-bottom: 8px;
}

.h4.green {
  color: #028083;
  margin-bottom: 16px;
}

.link-block-10 {
  display: flex;
}

.paragraph-258 {
  font-family: Avenirltstd book, sans-serif;
  font-size: 24px;
}

.paragraph-259 {
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.paragraph-260 {
  font-size: 18px;
  font-weight: 500;
}

.pragraph-247 {
  font-size: 18px;
  font-weight: 600;
}

.div-block-255 {
  max-width: 615px;
  overflow: visible;
}

.div-block-256 {
  max-width: 615px;
}

.dropdown-3 {
  z-index: 1000;
  position: sticky;
}

.link-block-11 {
  display: flex;
}

.case-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.div-block-257 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-258, .div-block-259, .div-block-260, .div-block-261, .div-block-262, .div-block-263 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.ai-today {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.image-217 {
  border-width: 1px;
  border-color: #d4d4d4;
  border-radius: 4px;
  max-width: 800px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.superscript {
  font-size: 33px;
}

.div-block-264 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
}

.image-218 {
  border-width: 0;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  display: inline-flex;
}

.image-219, .image-220, .image-221 {
  border-width: 0;
  border-radius: 4px;
  max-width: 800px;
}

.italic-text-14 {
  max-width: 600px;
  font-style: normal;
}

.paragraph-261 {
  max-width: 600px;
}

.paragraph-262 {
  margin-bottom: 48px;
}

.section-14 {
  flex-flow: column;
  width: 95vw;
  max-width: 615px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-263 {
  max-width: 615px;
  margin-bottom: 0;
  line-height: 1.7em;
}

.paragraph-263.consulting {
  margin-top: 12px;
}

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

.paragraph-264 {
  margin-bottom: 16px;
  line-height: 1.7em;
}

.paragraph-265 {
  margin-bottom: 16px;
  line-height: 1.7em;
  display: block;
}

.paragraph-266 {
  line-height: 1.7em;
}

.list-35 {
  padding-left: 20px;
}

.list-item-125, .list-item-126 {
  text-transform: none;
  margin-bottom: 8px;
}

.list-item-127 {
  text-transform: none;
}

.div-block-266 {
  padding-left: 0;
}

.consulting {
  color: var(--black);
}

.consulting.link {
  color: #028083;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.7em;
  text-decoration: none;
}

.consulting.link:hover {
  text-decoration: underline;
}

.form {
  margin-top: 16px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #028083;
  border-radius: 8px;
  margin-top: 8px;
  font-family: Oswald, Arial, sans-serif;
}

.text-field {
  color: #333;
  vertical-align: baseline;
  border-radius: 8px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: inline;
  overflow: clip;
}

.text-field-2 {
  color: #333;
  border-radius: 8px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.textarea {
  color: #333;
  border-radius: 8px;
  height: auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.div-block-267 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-268 {
  flex-flow: column;
  width: 310px;
  display: flex;
}

.div-block-269 {
  flex-flow: column;
  display: flex;
}

.error-message-2 {
  border-radius: 8px;
  margin-top: 24px;
}

.text-block-55 {
  color: #333;
  text-transform: none;
  font-family: Roboto, sans-serif;
}

.form-block {
  margin-top: 0;
}

.text-block-56 {
  color: #333;
  text-transform: none;
  font-family: Roboto, sans-serif;
}

.success-message {
  background-color: #d2eff0;
  border-radius: 8px;
  margin-top: 24px;
}

.testimonials {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-44 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-270, .div-block-271 {
  background-color: #0580830d;
  border: 0 solid #e0e0e0;
  border-radius: 16px;
  padding: 16px;
}

.div-block-272 {
  color: #058083;
  background-color: #0580830d;
  border: 0 solid #e0e0e0;
  border-radius: 16px;
  padding: 16px;
}

.paragraph-267, .paragraph-268, .paragraph-269 {
  margin-bottom: 16px;
  font-size: 16px;
  font-style: italic;
}

.heading-37 {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--dim-grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-270, .paragraph-271, .paragraph-272, .paragraph-273, .paragraph-274, .paragraph-275 {
  font-size: 14px;
}

.span {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 0;
}

.heading-38 {
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: var(--dim-grey);
  text-transform: none;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.section-15 {
  display: none;
}

.heading-39 {
  text-transform: uppercase;
}

.heading-39.feature {
  color: #333;
  letter-spacing: .5px;
  vertical-align: bottom;
  background-color: #02b9bc33;
  border-radius: 30px;
  align-self: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: 16px;
  padding: 4px 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.div-block-273 {
  flex-flow: row;
  align-items: center;
  height: auto;
  margin-bottom: 16px;
  display: flex;
}

.text-span-5 {
  font-size: 16px;
}

@media screen and (min-width: 1440px) {
  h3 {
    color: #414141;
  }

  p {
    font-size: 16px;
  }

  .container-default {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: auto;
  }

  .paragraph-large.portfolio-project {
    box-sizing: border-box;
    flex-flow: wrap;
    display: flex;
  }

  .header {
    box-shadow: 0 1px 4px #0000000f;
  }

  .header-navigation {
    clear: none;
    justify-content: center;
    max-width: 1200px;
  }

  .nav-item-wrapper.start {
    display: flex;
  }

  .nav-link {
    border-bottom: 3px solid #0000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    border: 0 solid #000;
    font-weight: 400;
  }

  .nav-link:active {
    font-weight: 400;
  }

  .nav-link.w--current {
    background-color: #0000;
    border: 0 solid #000;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .footer {
    background-color: var(--black);
    color: var(--dim-grey);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 128px;
    display: block;
    position: relative;
    bottom: auto;
  }

  .page-wrapper {
    background-color: #fff;
    flex-flow: column;
    align-self: center;
    margin-bottom: 0;
    display: flex;
  }

  .section {
    border-width: 0;
  }

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

  .section.my-story {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .section.about-testimonials {
    padding-top: 0;
  }

  .input.name {
    color: var(--dim-grey);
    background-color: #0000;
    border-width: 1px;
    border-color: #0c828d;
  }

  .input.email {
    border-width: 1px;
    border-color: var(--dark-cyan);
    color: var(--dim-grey);
    background-color: #0000;
  }

  .input.company {
    color: var(--dim-grey);
    background-color: #0000;
    border-width: 1px;
    border-color: #0c828d;
  }

  .split-content.my-story-left {
    color: var(--red-2);
    text-align: center;
  }

  .split-content.my-story-right {
    margin-bottom: 128px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.portfolio-project-about-left {
    max-width: none;
    max-height: none;
    position: relative;
    top: auto;
  }

  .title.hero, .title.portfolio-section {
    color: #414141;
  }

  .title.portfolio-project {
    color: #008083;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-right: 7px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .title.portfolio-project.h2 {
    margin-bottom: 16px;
  }

  .title.about-project {
    color: #666;
    margin-bottom: 0;
    font-weight: 600;
  }

  .title.portfolio-project-section {
    color: #028083;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 32px;
    position: static;
  }

  .title.portfolio-project-section.left.black {
    color: var(--black);
    padding-bottom: 16px;
    font-size: 20px;
  }

  .title.portfolio-project-section.nosub.new {
    margin-bottom: 0;
  }

  .title.portfolio-project-section.less {
    object-fit: contain;
    margin-bottom: 0;
    position: relative;
  }

  .title.portfolio-project-section.less.black {
    color: var(--black);
    font-size: 24px;
  }

  .title.portfolio-project-section.heading-10.black {
    margin-bottom: 0;
    font-size: 24px;
  }

  .title.portfolio-project-section.h2 {
    color: var(--black);
    margin-top: 24px;
  }

  .title.portfolio-project-section.main.black, .title.portfolio-project-section.italics {
    color: var(--black);
  }

  .title.portfolio-project-section.italics.note {
    padding-bottom: 0;
  }

  .title.portfolio-project-section.black {
    color: var(--dim-grey);
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
  }

  .title.portfolio-project-section.black.custom {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .title.portfolio-project-section.more {
    margin-bottom: 32px;
  }

  .title.portfolio-project-section.only {
    color: #3b7c85;
    margin-bottom: 32px;
    line-height: 30px;
  }

  .title.portfolio-project-section.note {
    font-size: 16px;
  }

  .image.hero {
    align-self: center;
    max-height: 100%;
  }

  .image.card-portfolio.featured {
    border-width: 0;
    border-radius: 0;
  }

  .image.my-story {
    border-width: 2px;
    border-color: var(--true-blue);
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .accent {
    position: sticky;
    top: 0;
  }

  .accent.header {
    box-shadow: none;
    width: 100%;
    max-width: 100vw;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .card.last-project {
    box-shadow: none;
  }

  .card.card-portfolio {
    box-shadow: 0 0 5px #fe484805, 0 3px 20px #fe48480a, 0 10px 28px #fe484808;
  }

  .card.contact {
    margin-bottom: 0;
    box-shadow: 0 0 16px -2px #0000001a;
  }

  .card-portfolio-content {
    border-radius: 0;
  }

  .paragraph.footer-paragraph {
    color: #fff;
  }

  .footer-menu-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 500px;
    margin-bottom: 20px;
  }

  .small-print.copyright {
    color: var(--neutral);
    text-align: left;
    margin-top: 19px;
    font-size: 14px;
  }

  .footer-social-media-grid {
    align-content: end;
  }

  .nav-menu-footer-title {
    color: var(--black);
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer-link {
    color: var(--neutral);
    font-size: 16px;
  }

  .footer-link:hover {
    color: #fff;
    font-family: Oswald, Arial, sans-serif;
  }

  .footer-link.w--current:focus-visible, .footer-link.w--current[data-wf-focus-visible] {
    border: 2px solid #02b9bd;
    border-radius: 8px;
  }

  .my-story-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text.portfolio-project {
    text-transform: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
  }

  .rich-text h3 {
    color: #414141;
    margin-top: 0;
  }

  .rich-text h4 {
    color: #000;
    text-transform: none;
  }

  .rich-text li {
    color: var(--dim-grey);
    font-size: 16px;
    line-height: 1.5em;
  }

  .rich-text h5 {
    color: #414141;
    margin-top: 20px;
  }

  .portfolio-project-about-wrapper {
    background-color: #0000;
    position: static;
  }

  .portfolio-project-about-wrapper.white.nolower {
    padding-top: 0;
  }

  .portfolio-project-about-wrapper.white.nohigher {
    color: #666;
    padding-bottom: 0;
  }

  .portfolio-project-about-wrapper.top-only {
    flex-flow: column;
    display: flex;
  }

  .portfolio-project-about-wrapper.gray {
    background-color: #0000;
  }

  .portfolio-project-about.project-overview {
    color: #555;
    text-transform: capitalize;
    object-fit: cover;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 0;
    display: block;
  }

  .portfolio-project-about.project-overview.grey {
    background-color: #fff;
  }

  .portfolio-project-about.project-overview.grey.note {
    color: #fff;
    -webkit-text-stroke-color: #630c0c;
    background-color: #fff;
    max-width: 800px;
    margin-bottom: 24px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .portfolio-project-about.project-overview.buttdown.grey, .portfolio-project-about.project-overview.buttdown.sans {
    background-color: #0000;
  }

  .portfolio-project-about.project-overview.gery {
    padding-top: 32px;
  }

  .portfolio-project-about.project-overview.gery._60pad {
    max-width: 1200px;
    padding-top: 0;
  }

  .portfolio-project-about.project-overview.gery._60pad.sans {
    max-width: none;
  }

  .portfolio-project-about.project-overview.gery.butt-up {
    max-width: none;
    padding-top: 0;
  }

  .portfolio-project-about.project-overview.white {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-project-about.project-overview.sans {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .portfolio-project-about.project-overview.ncrowd {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-project-about.project-overview.shorter {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-project-wrapper.nc.middle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-project-wrapper.home-page {
    flex-direction: column;
    justify-content: flex-end;
  }

  .about-project-wrapper.cone {
    flex-flow: row;
  }

  .about-project-info-text {
    color: #333;
    -webkit-text-stroke-color: #3d3d3d;
    text-transform: none;
    align-self: center;
    line-height: 1.5em;
    display: block;
  }

  .about-project-info-text.recs {
    line-height: 1.4em;
  }

  .about-project-info-text.impact {
    width: 160px;
  }

  .contact-info-icon {
    border-width: 0;
  }

  .button-form:hover {
    box-shadow: 0 4px 10px #fe484826;
  }

  .text-area {
    color: var(--dim-grey);
    background-color: #0000;
    border-width: 1px;
    border-color: #0c828d;
  }

  .text-area:focus {
    color: var(--dim-grey);
    border-color: #0c828d;
  }

  .social-media-link.linkedin.small {
    color: #fff;
  }

  .container {
    color: #414141;
  }

  .container.sans {
    font-size: 16px;
  }

  .container.second.insights {
    margin-top: 0;
  }

  .grid {
    grid-column-gap: 15px;
    grid-template-columns: 1.25fr 1fr;
    grid-template-areas: ".";
    grid-auto-flow: column;
  }

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

  .image-2 {
    border-width: 0;
  }

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

  .div-block.longer {
    margin-bottom: 48px;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .image-3 {
    border-width: 0;
  }

  .image-4 {
    border-width: 0;
    margin-bottom: 0;
  }

  .rich-text-block strong {
    font-size: 18px;
  }

  .rich-text-block h4 {
    color: var(--dark-cyan);
  }

  .link, .link-2 {
    color: #fff;
  }

  .rich-text-block-2 {
    text-align: center;
  }

  .image-5 {
    border-width: 0;
  }

  .div-block-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-7, .image-8, .image-9 {
    border-width: 0;
  }

  .rich-text-block-15 p {
    padding-bottom: 32px;
  }

  .div-block-4 {
    width: 77.5%;
    max-width: none;
    max-height: 84%;
    margin-top: 3%;
    margin-bottom: 110%;
    margin-left: .1%;
  }

  .div-block-4.pre {
    max-width: none;
    margin-bottom: auto;
    margin-left: 0%;
  }

  .div-block-4.new {
    width: 77.5%;
    max-height: 84%;
    margin-top: 3%;
    margin-bottom: 110%;
    margin-left: .1%;
  }

  .div-block-4.new.full {
    max-height: 79%;
  }

  .div-block-8 {
    margin-bottom: 36px;
    position: sticky;
    top: 100px;
  }

  .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
    border-width: 0;
  }

  .image-19 {
    border-style: none;
    border-width: 0;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    border-width: 0;
  }

  .div-block-9 {
    max-height: none;
    margin-bottom: 0;
    display: block;
    position: static;
    top: 140px;
  }

  .div-block-10, .div-block-11 {
    margin-bottom: 36px;
    position: sticky;
    top: 100px;
  }

  .lottie-animation {
    min-width: 550px;
    margin-top: 88px;
  }

  .text-block-4, .text-block-5 {
    color: var(--red-2);
  }

  .rich-text-block-17 {
    color: #414141;
    font-size: 18px;
  }

  .grid-3 {
    grid-row-gap: 60px;
  }

  .div-block-12 {
    overflow: hidden;
  }

  .div-block-13 {
    border: 0px solid var(--dim-grey);
  }

  .div-block-14 {
    position: relative;
    box-shadow: 0 10px 28px #67676708, 0 3px 20px #6767670a, 0 0 5px #67676705;
  }

  .div-block-15 {
    overflow: hidden;
  }

  .image-27 {
    object-fit: fill;
    max-height: 100%;
    margin-top: 30px;
    margin-bottom: -70px;
    overflow: visible;
  }

  .image-27.gymmain {
    overflow: hidden;
  }

  .div-block-16 {
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    color: var(--true-blue);
    font-size: 30px;
  }

  .paragraph-4 {
    max-width: 45vw;
    font-size: 16px;
    line-height: 1.6em;
  }

  .div-block-18 {
    border: 1px solid var(--red-2);
    background-color: #0000;
    margin-left: 13px;
  }

  .image-28 {
    border-width: 0;
  }

  .image-29 {
    border-width: 0;
    overflow: hidden;
  }

  .heading-3 {
    color: var(--dark-cyan);
  }

  .link-block, .link-block.w--current {
    text-decoration: none;
    display: flex;
  }

  .rich-text-block-19 {
    color: var(--red-2);
  }

  .heading-7 {
    text-transform: none;
  }

  .heading-7.extra {
    color: var(--true-blue);
  }

  .heading-7.extra.final {
    color: var(--true-blue);
    text-transform: none;
  }

  .body {
    background-color: #f5f5f5;
  }

  .grid-6 {
    border: 1px solid #0000001a;
    border-radius: 20px;
    order: 1;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 80px;
    overflow: hidden;
  }

  .grid-6.gymcity {
    grid-template-rows: 3fr;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: 1fr;
    transition-property: none;
  }

  .grid-6.gymcity:hover {
    transform: none;
  }

  .grid-6.ncrowd {
    grid-template-columns: 1fr 2fr;
  }

  .div-block-21 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .text-block-9 {
    color: #414141;
    padding-left: 10px;
    line-height: 1.4em;
    text-decoration: none;
    display: flex;
  }

  .bold-text {
    text-transform: lowercase;
    padding-top: 8px;
    text-decoration: none;
  }

  .bold-text.extra {
    color: #414141;
    padding-top: 10px;
  }

  .image-35 {
    object-fit: scale-down;
    height: 100%;
    max-height: 540px;
  }

  .div-block-27 {
    flex-flow: row;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .image-40 {
    box-shadow: 0 1px 4px #0000001a;
  }

  .div-block-41 {
    -webkit-text-stroke-color: #ae0610;
    background-color: #132b73;
  }

  .div-block-41.bar {
    background-color: #132b73;
  }

  .div-block-41.bar.cone {
    -webkit-text-stroke-color: #043a56;
    background-color: #043a56;
  }

  .grid-10 {
    align-content: center;
    box-shadow: 0 1px 4px #0000001a;
  }

  .div-block-51 {
    width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-58 {
    margin-top: 0;
  }

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

  .image-57.final {
    width: 100%;
    max-width: none;
  }

  .image-61 {
    width: 100%;
    max-width: 1200px;
    margin-left: 0%;
    padding-bottom: 0;
  }

  .image-61.home {
    max-width: none;
  }

  .image-61.new {
    width: 100%;
    max-width: 1200px;
  }

  .div-block-53 {
    margin-top: 0;
  }

  .grid-14 {
    max-width: 1200px;
  }

  .grid-15 {
    flex: 1;
    margin-bottom: 0;
  }

  .grid-15.sans {
    place-items: end stretch;
  }

  .paragraph-51 {
    color: var(--true-blue);
  }

  .paragraph-58 {
    margin-bottom: 16px;
  }

  .container-2 {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: column;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-66.nc {
    margin-top: 48px;
  }

  .div-block-68.sans.new {
    padding-top: 0;
  }

  .heading-11 {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    text-transform: none;
    margin-top: 24px;
  }

  .heading-12 {
    text-transform: none;
    margin-top: 24px;
  }

  .div-block-69.nc.stats {
    line-height: 1.4em;
  }

  .div-block-69.sans {
    aspect-ratio: 4 / 2;
    box-shadow: none;
    background-image: url('../images/sans-gray.png');
    background-position: 50% 17%;
    background-repeat: no-repeat;
    background-size: 250px;
    background-attachment: scroll;
    flex-direction: column;
    align-items: center;
    max-height: 65vh;
  }

  .image-70 {
    width: auto;
    max-width: 107%;
    margin-top: 133%;
    margin-bottom: -129%;
  }

  .image-71 {
    border-right-width: 1px;
    border-right-color: silver;
    width: 100%;
    margin: 57% 0 -30% 2%;
    overflow: visible;
  }

  .paragraph-63 {
    margin-bottom: 48px;
  }

  .heading-14 {
    margin-bottom: 16px;
  }

  .grid-19.nc.isa {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-21 {
    grid-template-columns: 1.4fr .25fr 1.25fr;
    margin-right: auto;
  }

  .div-block-74 {
    margin-bottom: 4%;
  }

  .div-block-75 {
    border-radius: 0;
  }

  .div-block-83, .grid-24 {
    max-width: 1200px;
  }

  .paragraph-77 {
    color: #333;
    width: auto;
    margin-bottom: 16px;
    line-height: 1.5em;
  }

  .paragraph-77.second {
    margin-bottom: 0;
    font-weight: 600;
  }

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

  .tabs-menu {
    width: 421px;
    max-width: none;
  }

  .tabs-menu.final {
    justify-content: center;
    align-items: stretch;
    width: 396px;
    max-width: none;
    margin-bottom: 24px;
    display: flex;
  }

  .tabs-menu.original {
    width: 396px;
    margin-bottom: 24px;
  }

  .tabs-menu.original.mobile {
    width: 396px;
  }

  .tab-pane-tab-1 {
    margin-top: 0;
  }

  .tab-link-tab-3 {
    justify-content: center;
    align-items: stretch;
    margin-right: -6px;
    padding: 9px 24px;
    display: flex;
  }

  .tab-link-tab-3.w--current {
    margin-right: -6px;
    padding: 9px 24px;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: stretch;
    margin-left: -3px;
    padding: 9px 24px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    margin-left: -7px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Roboto, sans-serif;
    display: flex;
  }

  .tab-link-tab-3-2 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-right: 0;
    padding: 9px 24px;
    display: flex;
  }

  .tab-link-tab-3-2.w--current {
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tab-link-tab-1-2 {
    text-transform: none;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    padding: 9px 24px;
    display: flex;
  }

  .tab-link-tab-1-2.w--current {
    margin-left: -1px;
    padding: 9px 24px;
    display: flex;
  }

  .tab-link-tab-2 {
    color: #333;
    justify-content: center;
    align-items: stretch;
    padding: 9px 24px;
    display: flex;
  }

  .grid-26 {
    max-width: 1200px;
  }

  .heading-20.subhead {
    color: #333;
  }

  .div-block-100.top.bottom {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .div-block-100.top.bottom.no-bottom {
    padding-bottom: 0;
  }

  .div-block-100.white.nolower {
    padding-top: 0;
  }

  .paragraph-109 {
    margin-bottom: 16px;
  }

  .paragraph-110 {
    margin-bottom: 32px;
  }

  .image-93 {
    object-fit: scale-down;
    width: 20%;
    max-width: 200px;
    height: 10%;
    max-height: 10%;
    margin-top: 48px;
    margin-bottom: 4%;
    padding-bottom: 0;
    position: relative;
  }

  .grid-31 {
    grid-row-gap: 0px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-94 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-4.browse {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .slider-4.shorter {
    max-width: 1200px;
    display: flex;
  }

  .image-97 {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 70vh;
    overflow: visible;
  }

  .image-97.email {
    object-fit: contain;
    max-width: none;
    max-height: 70vh;
  }

  .div-block-105.ncrowd {
    max-width: 1200px;
  }

  .div-block-105.invite {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-115 {
    margin-bottom: 40px;
  }

  .slide-4 {
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-98 {
    object-fit: contain;
    width: 100%;
  }

  .icon-6.netflix {
    color: var(--black);
  }

  .image-99 {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .image-99.final {
    max-width: none;
    position: relative;
  }

  .div-block-111 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-111.gray {
    background-color: #0000;
    justify-content: center;
    align-items: flex-start;
  }

  .tabs-2 {
    align-self: center;
    max-width: 1200px;
    margin-top: 0;
  }

  .link-block-4 {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .div-block-116 {
    justify-content: space-between;
    display: flex;
  }

  .paragraph-125, .paragraph-126 {
    font-size: 16px;
  }

  .image-103 {
    border-width: 0;
    max-width: 27%;
    margin: 60px auto 30px;
  }

  .div-block-117 {
    border-right: 1px solid #0000001a;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .image-104 {
    max-width: 24%;
    margin-top: 50px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    margin-top: 0;
  }

  .tab-link-tab-2-2 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding: 9px 24px;
    display: flex;
  }

  .heading-21.end {
    color: var(--black);
    text-transform: none;
  }

  .div-block-121 {
    align-items: center;
  }

  .slide-nav-4 {
    margin-top: 40px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    text-align: center;
    text-transform: none;
  }

  .text-block-26 {
    text-align: center;
    text-transform: none;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
  }

  .text-block-27 {
    text-align: center;
    text-transform: none;
  }

  .text-block-28 {
    text-align: center;
    text-transform: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
    display: flex;
  }

  .text-block-29 {
    text-align: center;
    text-transform: none;
    line-height: 1.5em;
  }

  .text-block-30 {
    text-align: center;
    text-transform: none;
  }

  .text-block-31 {
    text-align: center;
  }

  .text-block-32 {
    text-align: center;
    text-transform: none;
  }

  .text-block-33 {
    text-align: center;
    text-transform: uppercase;
  }

  .right-arrow-2 {
    margin-right: 40px;
  }

  .left-arrow {
    margin-left: 40px;
  }

  .right-arrow-3 {
    margin-right: 40px;
  }

  .left-arrow-2 {
    margin-left: 40px;
  }

  .right-arrow-4 {
    margin-right: 80px;
  }

  .left-arrow-3 {
    margin-left: 80px;
  }

  .section-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-124.header.second, .div-block-124.header.first {
    width: 1px;
  }

  .paragraph-136 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-126 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-image {
    aspect-ratio: 2;
    width: 80%;
    height: auto;
    overflow: hidden;
  }

  .case-study-image.ncrowd {
    object-fit: scale-down;
    background-color: #000;
    width: 150%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-image.netflix {
    background-color: #000;
    margin-bottom: 0;
    margin-left: 0;
  }

  .case-study-image.gc {
    margin-left: 0;
  }

  .case-study-image.sans {
    aspect-ratio: 2;
    height: auto;
    margin-top: 24px;
  }

  .case-study-image.sans.gc {
    aspect-ratio: 2.49;
  }

  .case-study-image.new {
    z-index: 0;
    box-sizing: border-box;
    aspect-ratio: 2;
    overflow-wrap: break-word;
    vertical-align: top;
    object-fit: cover;
    object-position: 50% 0%;
    flex: 0 auto;
    align-self: center;
    width: 80%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 0%;
    position: static;
    overflow: clip;
  }

  .case-study-image.new.nc {
    width: 80%;
  }

  .div-block-127 {
    height: auto;
    overflow: clip;
  }

  .div-block-127.netflix {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-127.netflix:hover {
    transform: none;
  }

  .div-block-127.gc {
    height: auto;
    margin-left: 0;
  }

  .heading-23 {
    padding-top: 8px;
  }

  .div-block-128 {
    padding-bottom: 0;
  }

  .section-5.gray {
    background-color: #f7f7f7;
  }

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

  .paragraph-151 {
    width: auto;
  }

  .div-block-136 {
    justify-content: flex-start;
    align-items: center;
    max-width: 615px;
  }

  .image-108 {
    max-height: 750px;
  }

  .image-109 {
    max-width: 615px;
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .div-block-138.list {
    max-width: 800px;
  }

  .div-block-139 {
    max-width: 1200px;
    margin-bottom: 0;
  }

  .div-block-140.white {
    background-color: #fff;
    margin-bottom: 0;
  }

  .image-111 {
    object-fit: scale-down;
  }

  .image-111.ncrowd {
    margin-top: 48px;
    padding-bottom: 0%;
  }

  .div-block-141:hover {
    transform: none;
  }

  .div-block-142 {
    height: auto;
    margin-top: 0;
    padding-bottom: 32px;
    position: static;
  }

  .div-block-143 {
    background-color: #000;
    flex-flow: column;
    display: flex;
  }

  .div-block-143.capitalone {
    justify-content: space-between;
    height: 100%;
    position: static;
  }

  .div-block-143.capitalone.ncrowd {
    padding-top: 0;
  }

  .div-block-143.ncrowd {
    border-width: 0;
    justify-content: space-around;
    align-items: center;
    padding-top: 76px;
  }

  .div-block-143.sans {
    background-color: #e3e3e4;
  }

  .div-block-143.sans:hover {
    transform: none;
  }

  .div-block-144.sans {
    flex: 1;
    height: auto;
    margin-top: auto;
    padding-bottom: 32px;
    position: static;
  }

  .div-block-145 {
    background-color: #fff;
  }

  .div-block-145.ncrowd {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .div-block-145.sans {
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
  }

  .div-block-145.sans.for-real {
    background-color: #e3e1df;
    justify-content: space-between;
    height: 100%;
  }

  .image-112 {
    background-color: #000;
    border-width: 0;
    width: 200px;
    padding-bottom: 32px;
  }

  .image-112.ncrowd {
    padding-bottom: 48px;
  }

  .div-block-146 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-113 {
    width: 200px;
  }

  .image-113.netflix {
    border-width: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-150.sans {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-150.isa {
    justify-content: space-between;
    height: 100%;
    overflow: visible;
  }

  .div-block-150.capone {
    z-index: 0;
    flex: 0 auto;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
  }

  .image-115 {
    width: auto;
    margin-top: 48px;
  }

  .image-115.sans {
    margin-top: 64px;
  }

  .div-block-152 {
    padding-top: 0;
    font-weight: 600;
  }

  .paragraph-154 {
    padding-top: 48px;
    font-weight: 400;
  }

  .column-6 {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    display: flex;
  }

  .image-118 {
    vertical-align: bottom;
    object-fit: scale-down;
    border-width: 0;
    flex: 1;
    order: 0;
    align-self: flex-end;
    width: auto;
    height: auto;
    margin-left: auto;
    overflow: hidden;
  }

  .image-119 {
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: contain;
    border-width: 0;
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }

  .grid-35 {
    grid-column-gap: 48px;
    grid-row-gap: 40px;
    text-align: center;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: end center;
    max-width: 615px;
    padding-top: 0;
    overflow: visible;
  }

  .grid-35.sans {
    margin-top: 16px;
  }

  .div-block-153 {
    width: 100%;
    max-width: 100%;
  }

  .heading-27 {
    color: #333;
    text-align: left;
    text-transform: none;
    width: auto;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .heading-28 {
    color: #333;
    text-align: center;
    text-transform: none;
    width: auto;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .div-block-154 {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-155 {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .div-block-164 {
    background-color: #f7f7f7;
    padding: 16px 64px 32px;
  }

  .slide-5, .slide-6, .mask-6 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-7, .slide-8 {
    max-width: 1200px;
  }

  .mask-7 {
    overflow: hidden;
  }

  .bold-text-27 {
    color: #028083;
    display: block;
  }

  .bold-text-27.micro {
    color: #3b7c85;
    font-size: 12px;
    font-weight: 500;
  }

  .bold-text-28 {
    color: #569b9c;
    text-align: center;
  }

  .div-block-167 {
    background-color: #fafafa;
    border: 0 solid #aaa;
    border-radius: 4px;
    margin-top: 48px;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 0 1px 4px #0000000f;
  }

  .div-block-168 {
    color: #3b7c85;
    background-color: #569b9c;
  }

  .div-block-169 {
    flex-flow: row;
    align-self: center;
    width: auto;
    display: flex;
  }

  .div-block-170 {
    margin-bottom: 32px;
  }

  .div-block-175 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }

  .paragraph-175 {
    text-align: left;
  }

  .div-block-176 {
    object-fit: scale-down;
    justify-content: center;
    align-items: center;
  }

  .div-block-177 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-178 {
    width: auto;
  }

  .paragraph-176 {
    text-align: left;
  }

  .div-block-181 {
    width: auto;
  }

  .div-block-182.kie {
    max-width: 615px;
  }

  .paragraph-180 {
    align-self: flex-start;
  }

  .div-block-183 {
    width: 615px;
  }

  .h2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .h2.shortest {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .h2.shortest.lighter {
    margin-bottom: 12px;
    font-weight: 500;
  }

  .h2.shortest.new {
    margin-top: 32px;
  }

  .h2.wider, .h2.minus {
    margin-right: auto;
  }

  .h1.green.top.sans {
    background-color: #0000;
  }

  .h1.green.hero {
    margin-bottom: 0;
  }

  .h1.green.center {
    margin-top: 96px;
  }

  .caption.shorter {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .caption.shortest {
    margin-top: 0;
  }

  .caption.new {
    max-width: 300px;
    margin-top: 16px;
  }

  .caption.ncrowd {
    margin-top: 16px;
  }

  .image-144 {
    margin-top: 0;
  }

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

  .paragraph-199, .paragraph-201 {
    font-size: 16px;
  }

  .grid-37 {
    grid-column-gap: 32px;
    grid-template-columns: .8fr 1fr;
    max-height: none;
    margin-top: 48px;
    box-shadow: 0 1px 4px #0000001a;
  }

  .bold-text-39 {
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-202 {
    margin-bottom: 24px;
  }

  .paragraph-203 {
    max-width: 615px;
  }

  .lightbox-link-3 {
    margin-top: 48px;
    margin-bottom: 16px;
  }

  .paragraph-206, .paragraph-207 {
    font-size: 16px;
  }

  .paragraph-208 {
    margin-top: 16px;
  }

  .div-block-190 {
    width: auto;
  }

  .paragraph-209 {
    margin-top: 0;
    font-size: 15px;
  }

  .paragraph-210, .paragraph-211, .paragraph-212, .paragraph-213, .paragraph-214, .paragraph-215, .paragraph-216, .paragraph-217, .paragraph-218 {
    font-size: 16px;
  }

  .div-block-201 {
    width: 48vw;
  }

  .text-block-45 {
    text-align: center;
  }

  .image-155, .image-157 {
    margin-bottom: 16px;
  }

  .div-block-204 {
    aspect-ratio: 4.3 / 2;
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
    overflow: hidden;
  }

  .slider-5 {
    margin-bottom: 16px;
  }

  .slider-6 {
    border-radius: 4px;
    margin-bottom: 16px;
  }

  .image-162, .image-163, .image-164, .slide-nav-6, .image-165, .image-166, .slide-nav-7, .image-167, .image-168, .image-169, .image-170 {
    border-radius: 4px;
  }

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

  .image-175 {
    padding-bottom: 32px;
  }

  .paragraph-231 {
    font-weight: 400;
  }

  .div-block-207, .div-block-208 {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-179 {
    aspect-ratio: 2;
    object-fit: cover;
    object-position: 50% 0%;
    width: 80%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .image-180 {
    width: 20%;
    margin-top: 48px;
  }

  .image-182 {
    width: 13%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-183 {
    aspect-ratio: auto;
    vertical-align: top;
    object-fit: contain;
    flex: none;
    width: 100%;
    height: auto;
    max-height: 740px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-183.sans {
    aspect-ratio: auto;
    margin-right: 0%;
    display: block;
  }

  .problem {
    justify-content: flex-start;
    align-items: center;
    max-height: none;
    display: flex;
  }

  .design {
    grid-column-gap: 0px;
  }

  .wireframe {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .lessons {
    width: 615px;
    max-width: none;
  }

  .paragraph-232 {
    max-width: 615px;
  }

  .paragraph-233 {
    text-align: left;
  }

  .div-block-213 {
    width: 6152px;
  }

  .navbar {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar.home {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    margin-left: 16px;
  }

  .nav-link-2 {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  }

  .navbar-2 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-3, .nav-link-4 {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  }

  .div-block-220 {
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: auto;
  }

  .footercontact, .footercontact:hover {
    color: #028083;
  }

  .div-block-222 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div-block-223 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .div-block-224 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-225 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .grid-42 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 67% auto;
    height: auto;
    max-height: none;
    padding-top: 64px;
    overflow: visible;
  }

  .grid-42.sans {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 67% 1fr;
    max-height: none;
    padding-top: 64px;
  }

  .div-block-230 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-232 {
    max-width: 615px;
  }

  .div-block-234 {
    padding-right: 16px;
    overflow: hidden;
  }

  .div-block-66-copy {
    flex-flow: column;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-66-copy.nc {
    margin-top: 48px;
  }

  .paragraph-240, .paragraph-241 {
    max-width: 455px;
  }

  .div-block-237 {
    width: 48px;
  }

  .div-block-238 {
    object-position: 50% 50%;
    max-height: none;
    overflow: hidden;
  }

  .image-191 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-199 {
    max-height: none;
    overflow: hidden;
  }

  .image-202 {
    object-position: 50% 40%;
  }

  .image-203 {
    text-align: right;
    border-width: 0;
    width: 100%;
  }

  .image-204 {
    object-position: 50% 17%;
    border-width: 0;
    border-radius: 4px;
    width: 100%;
  }

  .image-205 {
    box-sizing: border-box;
    object-fit: contain;
    object-position: 50% 50%;
    order: -1;
    width: auto;
    height: auto;
    max-height: 720px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    overflow: visible;
  }

  .list-22 {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .pill.bland {
    align-items: flex-start;
    width: 104px;
    height: 24px;
    margin-bottom: 8px;
    display: flex;
  }

  .pill.impact {
    background-color: #02b9bd33;
  }

  .link-block-6 {
    border-bottom: 0 solid #000;
    overflow: visible;
  }

  .link-block-8 {
    width: auto;
  }

  .text-block-53 {
    text-transform: uppercase;
  }

  .tabs-content {
    margin-bottom: 0;
  }

  .list-item-104 {
    text-transform: none;
  }

  .list-24 {
    padding-left: 25px;
  }

  .text-block-54 {
    text-transform: uppercase;
  }

  .list-item-105, .list-item-106, .list-item-107 {
    text-transform: none;
  }

  .list-25 {
    padding-left: 25px;
  }

  .list-29 {
    margin-bottom: 48px;
  }

  .section-12 {
    z-index: -3;
    position: static;
  }

  .grid-43 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: 800px;
    height: auto;
    max-height: none;
  }

  .image-207 {
    border-width: 0;
    height: 70vh;
    max-height: 600px;
    margin-top: 16px;
    margin-left: 0;
  }

  .image-208 {
    object-fit: contain;
    border-width: 0;
    height: 70vh;
    max-height: 600px;
    margin-top: 16px;
  }

  .div-block-244 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-245 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-209 {
    border-width: 0;
    height: 90vh;
    max-height: 600vh;
    margin-top: 16px;
  }

  .image-210 {
    height: 70vh;
  }

  .div-block-246 {
    height: auto;
  }

  .section-13 {
    z-index: -2;
    position: relative;
  }

  .image-212 {
    height: auto;
    max-height: 720px;
    margin-top: 0;
  }

  .image-213 {
    padding-bottom: 8%;
  }

  .image-214 {
    margin-top: 64px;
  }

  .paragraph-248 {
    color: #555;
  }

  .line {
    background-color: #02b9bd;
    width: 48vw;
    max-width: none;
    height: 1px;
    max-height: 1px;
    margin-top: 64px;
    padding-bottom: 0;
  }

  .navbar-3 {
    flex-flow: column;
    display: flex;
  }

  .nav-link-5 {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  }

  .paragraph-257 {
    color: #555;
  }

  .h4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-257.spec {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .div-block-260, .div-block-261, .div-block-262 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .div-block-263 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    display: flex;
  }

  .div-block-270 {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 53px;
  }

  h2 {
    font-size: 40px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-content {
    margin-left: 0;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.portfolio, .paragraph-large.portfolio-paragraph-category {
    max-width: 562px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .button-primary.header-button {
    display: none;
  }

  .header {
    border-width: 0;
    flex-flow: row;
    height: 70px;
    padding: 0 20px;
    display: block;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item-wrapper {
    margin-left: 0;
  }

  .nav-link {
    text-align: left;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 27px;
  }

  .nav-link.w--current {
    font-size: 24px;
  }

  .nav-link.cart {
    margin-bottom: 0;
    font-size: 18px;
  }

  .nav-link.cart:hover {
    background-color: #0000;
  }

  .nav-link.about, .nav-link.contact, .nav-link.resume {
    font-size: 24px;
  }

  .menu-button {
    z-index: 999;
    background-color: var(--red-2);
    color: #fff;
    border-radius: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 10px;
    font-size: 30px;
    transition: transform .35s, box-shadow .35s;
    display: flex;
    box-shadow: 0 3px 17px #7051ef24;
  }

  .menu-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 27px #7051ef24;
  }

  .menu-button.w--open {
    background-color: var(--red-2);
    transform: scale(1.05);
    box-shadow: 0 8px 27px #7051ef24;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #fafafc;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    padding: 130px 24px 36px;
    box-shadow: 0 4px 10px #4a3aff2e;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    background-color: #fff;
  }

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

  .section.hero {
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 50px;
    display: flex;
  }

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

  .section.cta {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

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

  .section.blog-section, .section.about-hero {
    padding-bottom: 80px;
  }

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

  .section.my-story {
    justify-content: center;
    max-width: 615px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    display: flex;
  }

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

  .section.about-testimonials {
    padding-top: 80px;
  }

  .section.related-products, .section.blog {
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-bottom: 120px;
  }

  .section.portfolio, .section.contact {
    padding-bottom: 80px;
  }

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

  .container-header {
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.hero-left {
    text-align: center;
    margin-top: 0;
  }

  .split-content.expertise-left {
    margin-bottom: 100px;
  }

  .split-content.about-section-right {
    max-width: 478px;
    margin-bottom: 60px;
  }

  .split-content.about-section-left {
    max-width: 667px;
    margin-left: 0;
  }

  .split-content.portfolio-section-left {
    margin-bottom: 21px;
  }

  .split-content.last-article-featured-right {
    z-index: 1;
    max-width: 722px;
    margin-top: -25px;
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
  }

  .split-content.blog-section-left {
    margin-bottom: 21px;
  }

  .split-content.my-story-left {
    align-items: flex-start;
    max-width: 552px;
    display: block;
  }

  .split-content.my-story-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 615px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .split-content.experience-left {
    max-width: 476px;
    margin-bottom: 0;
    margin-right: 32px;
  }

  .split-content.product-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.blog-left {
    max-width: 607px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.latest-articles-left {
    margin-bottom: 40px;
  }

  .split-content.portfolio-project-about-left {
    margin-right: 40px;
  }

  .split-content.contact-left {
    text-align: center;
    max-width: 472px;
    margin-bottom: 40px;
  }

  ._2-buttons {
    justify-content: center;
  }

  .title.card-portfolio {
    margin-bottom: 10px;
  }

  .title.last-article-featured {
    max-width: none;
  }

  .title.follow-journey-card, .title.card-timeline-title {
    font-size: 20px;
  }

  .title.portfolio-project {
    color: #028083;
    line-height: 1.4em;
  }

  .title.portfolio-project.h2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .title.portfolio-project-section {
    color: #4a9c9d;
    -webkit-text-stroke-color: #4a6c68;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: auto;
    font-size: 32px;
  }

  .title.portfolio-project-section.left {
    text-align: center;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .title.portfolio-project-section.left.black, .title.portfolio-project-section.special {
    margin-bottom: 0;
  }

  .title.portfolio-project-section.nosub {
    padding-bottom: 16px;
  }

  .title.portfolio-project-section.h2 {
    margin-top: 24px;
  }

  .title.portfolio-project-section.black {
    margin-left: 0;
  }

  .title.portfolio-project-section.black.custom {
    padding-bottom: 16px;
  }

  .title.portfolio-project-section.my-story-wrapper.more {
    color: #4a9c9d;
  }

  .title.portfolio-project-section.more {
    color: #4a9c9d;
    margin-bottom: 32px;
  }

  .title.portfolio-project-section.note {
    color: #4a6c68;
    font-size: 16px;
  }

  .title.portfolio-project-section.shorter {
    color: #4a9c9d;
  }

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

  .image-wrapper.dribbble {
    border-radius: 25px;
  }

  .image-wrapper.last-project {
    border-radius: 40px;
  }

  .image-wrapper.last-article-featured {
    max-width: 100%;
    margin-right: 0;
  }

  .image-wrapper.about-hero {
    max-width: 857px;
    min-height: auto;
    margin-left: 0;
  }

  .image.hero {
    width: 714px;
    min-width: auto;
    margin-top: 60px;
    margin-right: 0;
  }

  .image.portfolio-project-image {
    border-radius: 45px;
    margin-bottom: 120px;
  }

  .image.project-overview {
    border-radius: 40px;
    margin-bottom: 120px;
  }

  .accent {
    margin-bottom: 15px;
  }

  .accent.large {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .accent.blog-section, .accent.portfolio-section, .accent.testimonial, .accent.about-hero, .accent.latest-articles, .accent.contact, .accent.portfolio, .accent.portfolio-category-accent {
    margin-left: auto;
    margin-right: auto;
  }

  .top-content.portfolio-section {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .top-content.blog-section {
    text-align: center;
    flex-direction: column;
  }

  .top-content.top-skills {
    margin-bottom: 60px;
  }

  .top-content.latest-articles {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .top-content.portfolio, .top-content.blog-category-section, .top-content.portfolio-category-top-content {
    text-align: center;
    flex-direction: column;
  }

  .about-section-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testimonial-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-title-wrapper {
    text-align: center;
    margin-top: 0;
  }

  .card.last-project {
    border-radius: 0;
    max-width: none;
    margin-top: -179px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: auto;
    left: 0;
  }

  .card.last-project:hover {
    transform: none;
  }

  .card.about-hero {
    text-align: center;
    max-width: 760px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .card.follow-journey {
    justify-content: center;
    padding: 25px 22px;
  }

  .card.timeline {
    border-radius: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.product-license {
    max-width: 500px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.newsletter {
    width: 100%;
    max-width: 722px;
  }

  .card.blog-post-author {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.contact {
    width: auto;
    max-width: none;
    margin-bottom: 61px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 53px;
    font-family: Helveticaneuemed;
    box-shadow: 0 0 16px -2px #0000001a;
  }

  .expertise-slider {
    margin-bottom: 150px;
  }

  .expertise-slider-mask {
    align-self: flex-start;
  }

  .portfolio-section-grid {
    margin-bottom: 60px;
  }

  .card-potrfolio-paragraph {
    margin-bottom: 30px;
  }

  .portfolio-section-cards-grid {
    grid-row-gap: 27px;
  }

  .card-portfolio-content {
    padding-bottom: 50px;
  }

  .paragraph.description-summary {
    margin-bottom: 40px;
  }

  .featured-blog-grid {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
    max-width: 722px;
    margin-left: auto;
    margin-right: auto;
  }

  .last-blog-featured {
    flex-direction: column;
    max-width: 722px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-articles-featured-grid {
    grid-row-gap: 60px;
  }

  .slide-arrow-left {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 30px;
    inset: auto 100px -110px 0%;
  }

  .slide-arrow-left.expertise {
    top: auto;
  }

  .slide-arrow-right {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 30px;
    inset: auto 0% -110px 100px;
  }

  .slide-arrow-right.expertise {
    top: auto;
  }

  .divider.my-story {
    margin-top: 40px;
  }

  .footer-menu-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 20px;
  }

  .newsletter-wrapper {
    max-width: 467px;
  }

  .nav-menu-footer-wrapper {
    justify-content: flex-start;
  }

  .nav-menu-footer-grid {
    grid-column-gap: 3vw;
  }

  .footer-link {
    white-space: normal;
  }

  .brand {
    z-index: 999;
  }

  .about-hero-wrapper {
    flex-direction: column;
  }

  .companies-grid {
    grid-column-gap: 40px;
  }

  .my-story-wrapper {
    flex-direction: column-reverse;
  }

  .skills-grid {
    grid-row-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .experience-wrapper {
    flex-direction: row;
  }

  .follow-journey-grid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-follow-journey {
    width: 62px;
  }

  .testimonial-slider {
    margin-bottom: 150px;
  }

  .timeline-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .card-timeline-text {
    line-height: 1.3em;
  }

  .drop-link-last:hover {
    background-color: #f9f9fd;
  }

  .icon-header-dropdown {
    font-size: 14px;
  }

  .drop-title {
    color: #0b091b;
    font-size: 22px;
  }

  .drop-title.last {
    color: #0b091b;
    display: block;
  }

  .dropdown-text {
    justify-content: space-between;
    line-height: 1.222em;
    display: flex;
  }

  .drop-div {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .drop-div.last {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .drop-div.first {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-grid {
    grid-column-gap: 20px;
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .dropdown-header {
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    position: static;
  }

  .header-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .featured-products-grid {
    grid-column-gap: 27px;
    margin-bottom: 80px;
  }

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

  .product-gallery-wrapper {
    margin-bottom: 80px;
  }

  .files-info-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sidebar-content {
    justify-content: space-between;
    display: flex;
  }

  .product-page-wrapper {
    flex-direction: column;
  }

  .related-products-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .category, .categories-wrapper {
    justify-content: center;
  }

  .categories-wrapper.portfolio, .categories-wrapper.portfolio-categories-wrapper {
    justify-content: center;
    margin-bottom: 60px;
  }

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

  .blog-post-main-image {
    border-radius: 50px;
    margin-bottom: 60px;
  }

  .blog-post-latest-articles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-author-blog-post {
    max-width: 72%;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

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

  .rich-text figcaption {
    margin-bottom: 50px;
  }

  .rich-text h4 {
    margin-top: 32px;
  }

  .rich-text blockquote {
    margin-bottom: 50px;
    padding: 70px 60px;
  }

  .about-portfolio-project-grid {
    grid-column-gap: 16px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .portfolio-project-about-wrapper {
    width: 100vw;
  }

  .portfolio-project-about-wrapper.grey {
    padding-top: 0;
  }

  .portfolio-project-about-wrapper.white.nohigher {
    padding-bottom: 0;
  }

  .portfolio-project-about.project-overview {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-project-about.project-overview.grey {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .portfolio-project-about.project-overview.buttdown.white.buttdn {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-about.project-overview.gery._60pad.sans {
    margin-top: 32px;
  }

  .portfolio-project-about.project-overview.gery.butt-up {
    padding-top: 0;
  }

  .portfolio-project-about.project-overview.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-project-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .about-project-wrapper.home-page {
    grid-column-gap: 70px;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .about-project-info-text.impact {
    width: auto;
  }

  .about-project-info-text.sans {
    background-color: #0000;
  }

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

  .contact-info-grid {
    grid-column-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: end center;
  }

  .contact-info {
    flex-direction: column;
    justify-content: center;
  }

  .contact-info-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-area {
    min-width: auto;
  }

  .checkout-form {
    padding-bottom: 100px;
  }

  .block-header, .block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .order-product-wrapper {
    flex-wrap: wrap;
  }

  .icon-menu-mobile {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .cart-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cart-item {
    padding-top: 15px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 14px;
    grid-row-gap: 30px;
    grid-template: "."
    / 1fr;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .grid.netflix {
    clear: none;
    grid-column-gap: 14px;
    grid-row-gap: 30px;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: flex-start space-between;
    align-self: stretch;
    align-items: baseline;
    display: grid;
    position: static;
    overflow: auto;
  }

  .grid.gymcity {
    grid-column-gap: 20px;
  }

  .div-block {
    max-width: 90vw;
  }

  .div-block.longer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div-block-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-7 {
    max-width: 60%;
  }

  .div-block-4 {
    max-width: 77.5%;
    max-height: 85%;
    margin-top: 2.5%;
  }

  .div-block-4.pre {
    max-width: 77.5%;
    max-height: 85%;
    margin-top: 2.5%;
    margin-left: 0%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .lottie-animation {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    border: 0 solid #000;
    border-radius: 65px;
    overflow: hidden;
    box-shadow: 0 0 5px #67676705, 0 3px 20px #6767670a, 0 10px 28px #67676708;
  }

  .div-block-13 {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 28px #67676708, 0 3px 20px #67676708, 0 0 5px #67676705;
  }

  .image-27.gymciy {
    margin-bottom: 0;
  }

  .div-block-16 {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-29 {
    height: 44px;
    overflow: hidden;
  }

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

  .body-2 {
    margin-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .grid-6.gymcity {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

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

  .div-block-20 {
    margin-bottom: 0;
  }

  .div-block-21 {
    flex: none;
    order: 1;
    align-self: stretch;
    width: auto;
    max-width: 615px;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    margin-bottom: 0;
  }

  .image-35 {
    max-width: none;
    height: 100%;
    overflow: visible;
  }

  .image-40 {
    margin-bottom: 16px;
  }

  .grid-10 {
    max-width: 4902px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11.sans {
    margin-bottom: 16px;
  }

  .div-block-54 {
    max-height: 80%;
    margin-top: 18%;
  }

  .grid-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-15 {
    grid-template-columns: 1.25fr;
    align-items: end;
  }

  .grid-15.sans {
    grid-row-gap: 0px;
    justify-content: start;
    justify-items: center;
  }

  .paragraph-51 {
    color: var(--true-blue);
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .grid-16 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-56 {
    text-align: left;
    justify-content: flex-start;
    margin-right: 0;
    font-size: 60px;
    line-height: 1.4em;
    display: flex;
  }

  .div-block-62 {
    margin-right: 0;
  }

  .list-item-21, .list-item-22, .list-item-23, .paragraph-57, .paragraph-58 {
    font-family: Roboto, sans-serif;
  }

  .container-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.noupper {
    margin-bottom: 0;
  }

  .div-block-67 {
    max-width: 615px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .paragraph-61 {
    color: var(--black);
  }

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

  .div-block-69.nc.stats {
    max-height: none;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-69.sans {
    box-shadow: none;
    background-size: 33%;
    max-height: 60vh;
  }

  .image-71 {
    max-height: 66vh;
  }

  .paragraph-63 {
    margin-bottom: 48px;
  }

  .grid-19.nc {
    max-width: 440px;
    margin-right: 0;
  }

  .grid-20.headnig.stats {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin-bottom: 0;
  }

  .grid-21 {
    grid-template-columns: 2.25fr 1.5fr 1.25fr;
    max-width: 510px;
    margin-right: 0;
    padding-left: 0;
  }

  .grid-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-75 {
    margin-bottom: 80px;
  }

  .grid-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76 {
    font-family: Roboto, sans-serif;
  }

  .grid-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 630px;
    margin-bottom: 40px;
  }

  .paragraph-77 {
    color: #333;
    line-height: 1.5em;
  }

  .paragraph-77.second {
    margin-bottom: 24px;
    font-weight: 600;
  }

  .grid-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-85 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-88 {
    position: static;
  }

  .tabs-menu {
    margin-bottom: 20px;
  }

  .grid-26 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-92 {
    max-width: none;
  }

  .list-item-37 {
    margin-bottom: 20px;
  }

  .heading-20 {
    color: var(--true-blue);
  }

  .heading-20.subhead {
    color: #333;
    margin-top: 0;
  }

  .div-block-100 {
    width: 615px;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-100.top.bottom {
    padding-top: 0;
  }

  .paragraph-109 {
    margin-bottom: 40px;
  }

  .image-93 {
    width: 30%;
    height: auto;
    max-height: none;
    margin: 24px auto 46px;
    padding-bottom: 0;
  }

  .grid-31 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1.25fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    display: grid;
  }

  .image-94 {
    width: auto;
    max-width: 720px;
  }

  .paragraph-111 {
    line-height: 1.2em;
  }

  .grid-32 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-95.smaller {
    max-width: 62.5%;
  }

  .slider-4 {
    max-width: 100%;
    max-height: 60vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-4.browse {
    max-width: none;
    max-height: none;
  }

  .slider-4.browse.shorter {
    max-height: 57vh;
  }

  .slider-4.shorter {
    max-width: none;
    max-height: none;
  }

  .image-97 {
    width: auto;
    height: auto;
  }

  .image-97.email {
    max-width: 100%;
  }

  .paragraph-115 {
    margin-bottom: 40px;
  }

  .paragraph-115.ncrowd.browse {
    margin-bottom: auto;
  }

  .image-101 {
    max-width: 100%;
  }

  .paragraph-123 {
    max-width: 615px;
  }

  .tabs-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation-2 {
    width: 25%;
  }

  .link-block-4 {
    order: 1;
    align-self: flex-end;
  }

  .link-block-4.gymcity {
    align-self: flex-start;
  }

  .paragraph-125 {
    margin-right: 50px;
  }

  .div-block-117 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-118 {
    margin-bottom: 0;
  }

  .div-block-118.ncrowd {
    margin-bottom: 40px;
  }

  .div-block-120 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav-5 {
    margin-top: 0;
  }

  .grid-34 {
    border-radius: 20px;
    margin-bottom: 60px;
  }

  .paragraph-133 {
    max-width: 615px;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow-3 {
    margin-right: 0;
  }

  .left-arrow-2 {
    margin-left: 0;
  }

  .right-arrow-4 {
    margin-right: 0;
  }

  .left-arrow-3 {
    margin-left: 0;
  }

  .section-2 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-124.header {
    padding: 0;
  }

  .div-block-124.cone.ds {
    display: none;
  }

  .div-block-125 {
    flex-flow: wrap;
    max-width: 91vw;
  }

  .paragraph-136 {
    padding-bottom: 0;
  }

  .div-block-126 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 90vw;
  }

  .div-block-126.home {
    grid-column-gap: 32px;
    grid-template-rows: .5fr;
  }

  .case-study-image {
    aspect-ratio: 2;
    object-position: 50% 0%;
    background-color: #0000;
    border-radius: 4px;
    width: 80%;
    margin-bottom: 0%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-image.new {
    z-index: 0;
    margin-bottom: 0%;
    position: relative;
  }

  .case-study-image.new.nc {
    margin-bottom: 0%;
  }

  .paragraph-137.cone.isa {
    padding-bottom: 27px;
  }

  .heading-24.cone.ds {
    display: none;
  }

  .paragraph-143 {
    padding-top: 16px;
  }

  .section-5.gray.sans {
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-block-133 {
    width: auto;
  }

  .div-block-134.sans.header {
    border-bottom-width: 0;
    display: flex;
  }

  .image-106 {
    object-fit: contain;
    width: 90vw;
  }

  .image-107 {
    object-fit: contain;
    width: 90vw;
    overflow: hidden;
  }

  .image-108 {
    width: 90vw;
    overflow: hidden;
  }

  .image-109 {
    object-fit: contain;
    overflow: hidden;
  }

  .div-block-139 {
    width: auto;
    max-width: 1200px;
    height: 40vh;
    overflow: hidden;
  }

  .image-111 {
    height: 48px;
    margin-top: 32px;
    padding-bottom: 0;
  }

  .image-111.ncrowd {
    height: 48px;
    margin-top: 24px;
  }

  .div-block-142 {
    z-index: 2;
    flex-flow: column;
    justify-content: space-between;
    height: 55%;
    display: flex;
  }

  .div-block-142.cone, .div-block-144.sans {
    height: 50%;
  }

  .div-block-150 {
    width: 100%;
    height: 60%;
  }

  .div-block-150.sans {
    height: 50%;
    overflow: hidden;
  }

  .div-block-150.isa {
    width: 100%;
  }

  .div-block-150.capone {
    height: 50%;
  }

  .div-block-150.ncrowd {
    height: 67%;
  }

  .div-block-150.gc {
    flex: 0 auto;
  }

  .image-115 {
    height: 48px;
    margin-top: 24px;
  }

  .image-117 {
    max-width: 800px;
  }

  .paragraph-154 {
    color: #666;
    width: 615px;
  }

  .grid-35 {
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    justify-content: center;
    padding-top: 0;
  }

  .heading-27 {
    text-align: center;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-28 {
    max-width: none;
  }

  .image-120 {
    width: 90vw;
  }

  .div-block-164 {
    background-color: #f7f7f7;
    margin-top: 48px;
    padding: 16px;
  }

  .bold-text-27 {
    font-size: 28px;
    line-height: 1em;
  }

  .div-block-167 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .div-block-168 {
    background-color: #4a6c68;
  }

  .list-14 {
    margin-left: 0;
    margin-right: auto;
  }

  .paragraph-177 {
    max-width: 615px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-182 {
    max-width: 615px;
  }

  .image-140 {
    width: 90vw;
  }

  .heading-31 {
    display: flex;
  }

  .h2 {
    width: 90vw;
    font-size: 24px;
  }

  .h2.wider {
    width: 90vw;
  }

  .paragraph-193 {
    margin-top: 0;
  }

  .bold-text-36 {
    text-align: left;
  }

  .image-141 {
    width: 800px;
  }

  .h1 {
    -webkit-text-stroke-color: #333;
  }

  .h1.green.top.sans {
    background-color: #0000;
    margin-left: 0;
  }

  .h1.green.top.contact-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    margin-left: auto;
  }

  .h1.green.hero {
    text-align: center;
  }

  .h1.green.center.testimonials {
    margin-bottom: 48px;
  }

  .image-142 {
    max-width: 90vw;
  }

  .image-143.shorter {
    width: 95vw;
    max-width: 90vw;
    margin-top: 0;
  }

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

  .caption.shorter {
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .grid-37 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    align-self: center;
    width: 90vw;
    max-width: 615px;
    margin-left: auto;
  }

  .grid-37.more {
    margin-top: 48px;
  }

  .div-block-190 {
    max-width: 615px;
  }

  .div-block-193 {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-195 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 90vw;
  }

  .grid-39, .grid-40, .grid-41 {
    margin-bottom: 16px;
  }

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

  .image-155, .image-157 {
    width: 90vw;
  }

  .paragraph-227 {
    width: auto;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-2 {
    max-width: 95vw;
  }

  .slider-5, .slider-6 {
    width: 90vw;
  }

  .image-179 {
    aspect-ratio: 2;
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 48px;
  }

  .image-180 {
    width: auto;
    height: 48px;
    margin-top: 32px;
  }

  .div-block-210 {
    width: 90vw;
  }

  .image-183 {
    vertical-align: top;
    max-width: 960px;
    height: auto;
    max-height: 75vh;
  }

  .problem {
    max-width: 90vw;
  }

  .design {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-213 {
    width: 615px;
  }

  .navbar.home {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100px;
    height: auto;
    margin-left: auto;
    position: absolute;
  }

  .navbar-2.secondary.isa, .navbar-2.secondary.ncrowd, .navbar-2.secondary.cone {
    display: none;
  }

  .div-block-220 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-187 {
    z-index: 9999;
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 2% auto 0% 0;
    overflow: visible;
  }

  .div-block-223 {
    width: auto;
    margin-left: 24px;
  }

  .div-block-224 {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
  }

  .div-block-225 {
    flex-flow: column;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button-2 {
    margin-left: auto;
  }

  .menu-button-3 {
    z-index: 0;
    margin-left: auto;
  }

  .grid-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    width: 90vw;
    max-height: none;
    margin-top: 0;
    padding-top: 48px;
  }

  .grid-42.sans {
    grid-row-gap: 0px;
    grid-template-columns: 100%;
    align-content: stretch;
    align-items: start;
    max-width: none;
    margin-top: 48px;
    padding-top: 0;
  }

  .div-block-230 {
    flex-flow: column;
    max-width: 615px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .div-block-231 {
    grid-column-gap: 48px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-232 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .div-block-66-copy {
    align-self: flex-start;
    width: 615px;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-238 {
    max-height: 740px;
  }

  .image-205 {
    order: 0;
    align-self: center;
    height: 100%;
    max-height: 60vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .list-22 {
    padding-left: 20px;
  }

  .pill.bland {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-245 {
    margin-bottom: 48px;
  }

  .div-block-239 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 90vw;
  }

  .list-24 {
    padding-left: 20px;
  }

  .section-12 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-212 {
    object-fit: contain;
    max-height: 60vh;
    margin-top: 0;
  }

  .list-33 {
    padding-left: 20px;
  }

  .div-block-251 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-252 {
    max-width: 615px;
  }

  .tabs-content-2 {
    max-width: 90vw;
  }

  .image-215 {
    max-width: none;
    height: 48px;
    margin-top: 32px;
  }

  .navbar-3 {
    flex-flow: row;
    display: flex;
  }

  .dropdown-2 {
    width: 100%;
  }

  .div-block-257 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-257.spec {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row;
  }

  .div-block-258 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-259 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 16px;
    display: flex;
  }

  .div-block-260 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: flex;
  }

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

  .image-217 {
    width: 95vw;
  }

  .image-219, .image-220 {
    width: auto;
    max-width: 95vw;
  }

  .image-221 {
    max-width: 95vw;
  }

  .div-block-267 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonials {
    width: 90vw;
  }

  .grid-44 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-270, .div-block-271, .div-block-272 {
    background-color: #0580830d;
  }

  .heading-38 {
    -webkit-text-stroke-color: var(--dim-grey);
  }

  .heading-39.feature {
    line-height: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .container-default {
    width: 90vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.hero {
    margin-bottom: 30px;
  }

  .paragraph-large.follow-me {
    text-align: left;
    margin-left: 0;
  }

  .paragraph-large.skills {
    max-width: 607px;
  }

  .paragraph-large.blog-post {
    max-width: 581px;
    margin-bottom: 40px;
  }

  .paragraph-large.portfolio-project {
    width: 90vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-large.portfolio-project.ncrowd {
    margin-top: 0;
  }

  .paragraph-large.contact {
    margin-bottom: 40px;
  }

  .paragraph-large.blog-category {
    text-align: left;
    margin-bottom: 30px;
  }

  .styleguide-subheader, .styleguide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-primary {
    border-radius: 16px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 26px;
  }

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

  .nav-menu {
    padding-top: 120px;
  }

  .footer {
    margin-top: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.hero {
    background-color: #fff;
  }

  .section.expertise {
    padding-top: 60px;
  }

  .section.cta {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.about-section {
    padding-top: 60px;
  }

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

  .section.blog-section {
    padding-bottom: 60px;
  }

  .section.about-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .section.my-story {
    padding-bottom: 60px;
  }

  .section.skills, .section.experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-testimonials {
    padding-top: 0;
  }

  .section.products, .section.product {
    padding-top: 40px;
  }

  .section.related-products {
    padding-bottom: 60px;
  }

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

  .section.blog-post {
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

  .section.portfolio-project {
    padding-top: 40px;
  }

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

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

  .utility-page-wrap._404 {
    min-height: auto;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-title {
    margin-bottom: 14px;
    font-size: 160px;
  }

  .split-content.hero-left {
    text-align: left;
  }

  .split-content.my-story-right {
    width: 90vw;
    margin-bottom: 40px;
  }

  .split-content.top-skills-left {
    max-width: 485px;
    margin-bottom: 20px;
  }

  .split-content.experience-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.latest-products-left {
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.product-left {
    margin-bottom: 40px;
  }

  .split-content.blog-left, .split-content.latest-articles-left {
    margin-bottom: 20px;
  }

  .split-content.portfolio-project-about-left {
    margin-bottom: 20px;
    margin-right: 0;
    position: static;
  }

  .split-content.contact-left {
    text-align: left;
    align-self: flex-start;
  }

  ._2-buttons {
    justify-content: flex-start;
  }

  .title.hero {
    margin-bottom: 20px;
  }

  .title.follow-me {
    text-align: left;
    margin-left: 0;
  }

  .title.card-article.featured, .title.last-article-featured {
    font-size: 21px;
  }

  .title.follow-journey {
    text-align: left;
    margin-bottom: 40px;
  }

  .title.related-products {
    margin-bottom: 20px;
  }

  .title.blog-post {
    max-width: 581px;
  }

  .title.portfolio-project {
    max-width: none;
    font-size: 24px;
  }

  .title.portfolio-project.h2 {
    margin-bottom: 24px;
  }

  .title.about-project {
    align-self: center;
    margin-bottom: 0;
  }

  .title.faqs {
    text-align: left;
    margin-bottom: 40px;
  }

  .title.portfolio-project-section.left {
    text-align: center;
    margin-bottom: 20px;
  }

  .title.portfolio-project-section.only, .title.portfolio-project-section.only.shorter {
    width: 90vw;
  }

  .space.nav-footer {
    height: 40px;
  }

  .space.nav-footer.menu {
    height: 0;
  }

  .space.faq-top-content {
    height: 25px;
  }

  .hero-wrapper {
    align-items: flex-start;
  }

  .image-wrapper.dribbble {
    border-radius: 24px;
  }

  .image-wrapper.last-project {
    z-index: 1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .image-wrapper.about-hero {
    border-radius: 50px;
  }

  .image-wrapper.product {
    height: auto;
  }

  .image-wrapper.author {
    width: 116px;
    height: 116px;
    margin-bottom: 30px;
  }

  .image.about-section-2 {
    margin-top: -213px;
  }

  .image.expertise {
    border-radius: 27px;
    min-width: 140px;
    height: 140px;
  }

  .image.my-story {
    border-radius: 35px;
  }

  .image.portfolio-project-image {
    border-radius: 35px;
    margin-bottom: 80px;
  }

  .image.project-overview {
    border-radius: 30px;
    margin-bottom: 80px;
  }

  .accent {
    margin-bottom: 10px;
  }

  .accent.large {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .accent.large.faqs, .accent.blog-section, .accent.portfolio-section, .accent.testimonial, .accent.about-hero, .accent.follow-journey, .accent.featured-products {
    margin-left: 0;
  }

  .accent.latest-products {
    margin-left: 4px;
    margin-right: 4px;
  }

  .accent.related-products {
    margin-left: auto;
    margin-right: auto;
  }

  .accent.latest-articles, .accent.contact, .accent.portfolio, .accent.portfolio-category-accent {
    margin-left: 0;
  }

  .top-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .top-content.portfolio-section {
    text-align: left;
    align-items: flex-start;
  }

  .top-content.blog-section {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .top-content.top-skills {
    margin-bottom: 40px;
  }

  .top-content.related-products {
    text-align: center;
    align-items: center;
  }

  .top-content.latest-articles {
    margin-bottom: 40px;
  }

  .top-content.author {
    align-items: flex-start;
  }

  .top-content.portfolio {
    text-align: left;
    margin-bottom: 20px;
  }

  .top-content.blog-category-section {
    margin-bottom: 40px;
  }

  .top-content.portfolio-category-top-content {
    text-align: left;
    margin-bottom: 20px;
  }

  .testimonial-grid {
    grid-row-gap: 40px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-title-wrapper {
    text-align: left;
  }

  .card {
    border-radius: 32px;
  }

  .card.testimonial {
    padding: 60px 40px;
  }

  .card.expertise-slide {
    padding-bottom: 40px;
  }

  .card.last-project {
    border-radius: 0 0 35px 35px;
    max-width: 100%;
    margin-top: 0;
    padding: 30px 40px 50px;
    left: auto;
    overflow: hidden;
  }

  .card.last-project:hover {
    transform: none;
  }

  .card.card-portfolio {
    border-radius: 35px;
  }

  .card.about-hero {
    text-align: left;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .card.follow-journey {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.timeline {
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.product-license {
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .card.newsletter {
    border-radius: 35px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.blog-post-author {
    flex-wrap: wrap;
    padding: 50px 63px 60px;
  }

  .card.contact {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 0 16px -2px #0000001a;
  }

  .card.checkout {
    border-radius: 16px;
  }

  .dribbble-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .expertise-slider {
    margin-bottom: 140px;
  }

  .portfolio-section-cards-grid {
    grid-template-columns: 1fr;
  }

  .follow-me-grid {
    grid-column-gap: 24px;
    justify-content: start;
  }

  .paragraph.footer-paragraph {
    margin-top: 21px;
  }

  .featured-blog-grid, .blog-articles-featured-grid {
    grid-row-gap: 40px;
  }

  .card-category-wrapper {
    margin-bottom: 2px;
  }

  .card-category-text {
    font-size: 16px;
  }

  .card-category-icon-wrapper.blog-category {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .slide-arrow-left, .slide-arrow-right {
    border-radius: 20px;
    width: 65px;
    min-width: 65px;
    height: 65px;
    font-size: 28px;
    bottom: -100px;
  }

  .footer-logos {
    display: inline-block;
  }

  .divider.footer-divider {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .divider.my-story {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.form-contact {
    margin-top: 54px;
    margin-bottom: 40px;
  }

  .footer-menu-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 20px;
  }

  .small-print {
    text-align: left;
  }

  .small-print.copyright {
    padding-left: 0;
    padding-right: 8px;
    line-height: 1.5em;
    display: none;
  }

  .footer-social-media-grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-footer-newsletter {
    margin-bottom: 40px;
  }

  .nav-menu-footer-wrapper {
    flex-direction: column;
  }

  .nav-menu-footer-title {
    margin-bottom: 21px;
  }

  .badge.category-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .companies-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .experience-wrapper {
    flex-direction: column;
  }

  .follow-journey-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .icon-follow-journey {
    border-radius: 15px;
    width: 58px;
    height: 58px;
    margin-right: 10px;
  }

  .testimonial-slider {
    margin-bottom: 140px;
  }

  .timeline-grid {
    grid-row-gap: 40px;
  }

  .icon-header-dropdown {
    font-size: 12px;
  }

  .drop-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .drop-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-div.first {
    padding-top: 30px;
  }

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

  .drop-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .container-medium-655px.products, .container-medium-655px.products-category {
    text-align: left;
  }

  .featured-products-grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 607px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 607px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-pagination {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-gallery-wrapper {
    margin-bottom: 60px;
  }

  .files-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .related-products-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .categories-wrapper {
    justify-content: flex-start;
  }

  .categories-wrapper.portfolio, .categories-wrapper.portfolio-categories-wrapper {
    justify-content: flex-start;
    margin-bottom: 40px;
  }

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

  .blog-post-main-image {
    border-radius: 40px;
    margin-bottom: 40px;
  }

  .blog-post-latest-articles-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-author-blog-post {
    max-width: 427px;
  }

  .rich-text.portfolio-project {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text h2 {
    margin-bottom: 18px;
  }

  .rich-text img {
    border-radius: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text figcaption {
    margin-bottom: 40px;
  }

  .rich-text h3, .rich-text h4 {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 60px 40px;
    font-size: 23px;
  }

  .rich-text ol {
    margin-bottom: 30px;
  }

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

  .about-portfolio-project-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .portfolio-project-about-wrapper {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-project-about-wrapper.white {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-about-wrapper.white.nolower {
    padding-bottom: 0;
  }

  .portfolio-project-about-wrapper.white.morehigher {
    padding-top: 64px;
  }

  .portfolio-project-about-wrapper.white.nohigher {
    padding-bottom: 0;
  }

  .portfolio-project-about.project-overview {
    flex-direction: column;
    max-width: 90vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-about.project-overview.grey {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-about.project-overview.grey.note {
    padding-left: 16px;
    padding-right: 16px;
  }

  .portfolio-project-about.project-overview.buttdown.grey {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-about.project-overview.gery {
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-project-about.project-overview.gery.butt-up {
    width: 90vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .portfolio-project-about.project-overview.white {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-client {
    font-size: 20px;
  }

  .about-project-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-right: auto;
    font-size: 16px;
  }

  .about-project-wrapper.wrap {
    flex-flow: wrap;
  }

  .about-project-info-text {
    width: auto;
  }

  .about-project-info-text.sans {
    background-color: #0000;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .contact-info {
    flex-direction: row;
  }

  .contact-info-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .button-form, .faq-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-arrow-wrapper {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }

  .contact-social-media-wrapper {
    flex-wrap: wrap;
  }

  .social-media-link.facebook.contact, .social-media-link.twitter.contact, .social-media-link.instagram.contact, .social-media-link.dribbble.contact, .social-media-link.linkedin.contact, .social-media-link.behance.contact {
    width: 40px;
    height: 40px;
  }

  .contact-social-media-grid {
    margin-top: 20px;
  }

  .author-social-media-grid {
    margin-top: 20px;
    display: none;
  }

  .author-mobile-social-media {
    margin-bottom: 30px;
    display: flex;
  }

  .category-title-wrapper {
    flex-wrap: wrap;
  }

  .category-title-wrapper.digital-products {
    justify-content: flex-start;
  }

  .category-title-wrapper.blog-category, .category-title-wrapper.portfolio-category {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .last-project-section {
    transition-property: transform;
  }

  .last-project-section:hover {
    transform: scale(1.03);
  }

  .checkout-form {
    padding-bottom: 80px;
  }

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

  .order-product-wrapper {
    flex-direction: column;
    margin-right: 10px;
  }

  .cart-header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cart-container {
    max-width: 490px;
  }

  .product-category {
    margin-bottom: 10px;
  }

  .typography-h3-size {
    font-size: 25px;
  }

  .pasword-protected-icon {
    width: 120px;
  }

  .container {
    margin-top: 60px;
  }

  .container.sans {
    margin-top: 0;
  }

  .container.second.insights.capone {
    max-width: 90vw;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 60px;
  }

  .div-block {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: 90vw;
    max-width: 90vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2.add60 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-13 {
    margin-left: 20px;
    margin-right: 20px;
    font-family: Helveticaneuelt;
  }

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

  .div-block-4 {
    max-height: 85%;
  }

  .lottie-animation {
    text-align: center;
    justify-content: center;
    align-self: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-3 {
    margin-bottom: 30px;
    position: relative;
  }

  .div-block-12 {
    border-radius: 65px;
    transition: transform .35s;
    box-shadow: 0 10px 28px #67676708, 0 3px 20px #6767670a, 0 0 5px #67676705;
  }

  .div-block-12:hover {
    transform: scale(1.03);
  }

  .div-block-13 {
    border-radius: 0;
  }

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

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

  .heading-2 {
    margin-bottom: 15px;
  }

  .paragraph-4 {
    padding-bottom: 15px;
  }

  .heading-3 {
    margin-left: 20px;
  }

  .link-block {
    transform: scale3d(1.03none, 1.03none, 1none);
    overflow: visible;
  }

  .rich-text-block-20.for-about {
    font-family: Helveticaneuelt;
    font-size: 14px;
  }

  .rich-text-block-20.for-about p {
    font-size: 14px;
  }

  .heading-7 {
    text-align: center;
  }

  .body-2 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .rich-text-block-23 {
    max-width: 615px;
  }

  .grid-6.gymcity {
    margin-bottom: 0;
  }

  .image-35 {
    width: auto;
  }

  .columns {
    flex-wrap: wrap;
  }

  .div-block-27 {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
  }

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

  .grid-11.sans, .grid-14 {
    width: 90vw;
    margin-bottom: 16px;
  }

  .grid-15 {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-15.sans {
    grid-row-gap: 30px;
    grid-template-columns: 1.25fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link-2 {
    justify-content: center;
  }

  .paragraph-57 {
    color: var(--dim-grey);
    text-transform: none;
  }

  .paragraph-58 {
    text-transform: none;
  }

  .container-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-66.nc {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .div-block-67 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-68 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-69.nc.stats {
    max-width: none;
    max-height: none;
  }

  .div-block-69.sans {
    background-size: 120px;
  }

  .paragraph-63 {
    width: 90vw;
  }

  .grid-19.nc {
    grid-template-columns: 1fr;
    max-width: none;
    overflow: hidden;
  }

  .grid-20.headnig.stats {
    grid-template-columns: 1fr;
    align-self: center;
    justify-items: start;
    max-width: 90vw;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-73 {
    max-height: none;
  }

  .grid-22 {
    grid-template-columns: 1fr;
    max-width: 433px;
  }

  .rich-text-block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-82, .div-block-83 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-84 {
    background-color: #fff;
  }

  .paragraph-77 {
    width: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-77.smaller {
    width: auto;
  }

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

  .grid-26 {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    place-items: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-92 {
    width: auto;
    height: 100%;
    max-height: 520px;
  }

  .grid-27 {
    place-content: stretch;
  }

  .div-block-93 {
    max-width: none;
    margin-top: -30px;
  }

  .div-block-94, .div-block-95, .div-block-96 {
    background-color: #fff;
  }

  .div-block-100 {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-100.top.bottom {
    max-width: 90vw;
  }

  .div-block-100.gray.morehigher {
    padding-top: 64px;
  }

  .div-block-100.white.nolower {
    overflow: hidden;
  }

  .div-block-100.morehigher.morelower {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-100.morehigher.morelower.crowd {
    justify-content: flex-start;
    align-items: center;
    max-width: 90vw;
  }

  .div-block-100.add40 {
    padding-top: 0;
  }

  .paragraph-109 {
    margin-bottom: 40px;
  }

  .image-94 {
    width: 95vw;
  }

  .grid-32 {
    grid-template-columns: .35fr;
    justify-content: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-113 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-4 {
    max-height: 50vh;
  }

  .slider-4.browse {
    max-height: none;
  }

  .slider-4.browse.shorter {
    max-height: 46vh;
  }

  .slider-4.shorter {
    max-height: none;
  }

  .paragraph-115, .paragraph-115.ncrowd {
    margin-bottom: 40px;
  }

  .paragraph-115.ncrowd.browse {
    margin-bottom: 60px;
  }

  .icon-5.netflix, .icon-6.netflix {
    display: none;
  }

  .image-101 {
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-109 {
    max-width: 445px;
    margin-top: -30px;
  }

  .div-block-110 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-123 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-111.gray {
    width: 90vw;
  }

  .div-block-112 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-113 {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-114 {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 520px;
  }

  .div-block-115 {
    width: 0;
  }

  .lottie-animation-2 {
    width: 30%;
  }

  .text-block-34 {
    text-align: center;
    width: 90vw;
    padding-right: 0;
    font-size: 20px;
  }

  .text-block-35 {
    font-size: 20px;
  }

  .div-block-124.header {
    display: flex;
  }

  .div-block-124.header.second {
    width: 1px;
    height: 20px;
  }

  .div-block-124.header.first {
    display: none;
  }

  .div-block-125 {
    flex-flow: wrap;
  }

  .paragraph-135 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-136 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .div-block-126 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-126.home {
    grid-auto-rows: 1fr;
  }

  .case-study-image {
    aspect-ratio: 2;
    background-color: #0000;
    border-radius: 0;
    width: 80%;
    margin-top: 24px;
    margin-bottom: 0%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-image.sans {
    max-width: none;
  }

  .case-study-image.sans.gc {
    aspect-ratio: 2;
  }

  .case-study-image.new {
    margin-bottom: 0%;
  }

  .case-study-image.new.nc {
    aspect-ratio: 2;
    margin-top: 24px;
  }

  .paragraph-137.cone.isa {
    padding-bottom: 50px;
  }

  .div-block-128 {
    align-items: flex-end;
  }

  .section-4.sans {
    width: 90vw;
  }

  .section-5.gray.sans {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-134.sans.header {
    height: auto;
    margin-top: 32px;
  }

  .image-106 {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .image-107 {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-136 {
    max-width: 90vw;
  }

  .image-108 {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .image-109 {
    max-width: 90vw;
  }

  .div-block-138 {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-138.list, .paragraph-152 {
    max-width: 90vw;
  }

  .image-111 {
    width: auto;
    height: 64px;
    margin-top: 48px;
    padding-bottom: 0;
  }

  .image-111.ncrowd {
    height: 64px;
    padding-bottom: 0;
  }

  .div-block-142 {
    height: auto;
  }

  .div-block-143.capitalone {
    width: 90vw;
  }

  .div-block-144.sans {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    height: auto;
    display: flex;
  }

  .div-block-145.sans {
    width: 90vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-145.sans.for-real {
    box-sizing: border-box;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .div-block-145.sans.isa {
    justify-content: space-around;
    height: 100%;
  }

  .div-block-150.sans.ne {
    justify-content: flex-start;
  }

  .div-block-150.isa {
    height: 130%;
  }

  .div-block-150.capone {
    justify-content: flex-start;
  }

  .div-block-152 {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-154 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-35.smaller {
    max-width: 95vw;
  }

  .image-120 {
    object-fit: contain;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .grid-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-164 {
    max-width: 90vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-165 {
    margin-bottom: 0;
  }

  .bold-text-27 {
    max-width: 520px;
    line-height: 1.4em;
  }

  .div-block-169 {
    align-self: center;
    display: flex;
  }

  .paragraph-159 {
    width: auto;
  }

  .paragraph-160, .paragraph-163 {
    max-width: 95vw;
  }

  .div-block-173, .paragraph-174 {
    max-width: 90vw;
  }

  .list-14 {
    width: 90vw;
  }

  .div-block-182 {
    max-width: 90vw;
  }

  .image-140 {
    max-width: 95vw;
  }

  .paragraph-182 {
    max-width: 90vw;
  }

  .paragraph-183 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-183 {
    max-width: 90vw;
  }

  .h2 {
    max-width: 90vw;
    margin-left: auto;
  }

  .h2.wider {
    width: 90vw;
  }

  .h2.minus {
    width: auto;
    margin-left: 0;
  }

  .div-block-184 {
    max-width: 90vw;
  }

  .h1.green.top.sans {
    background-color: #0000;
    margin-left: 0;
  }

  .h1.green.top.contact-wrapper {
    text-align: left;
    line-height: 1.3em;
  }

  .h1.green.hero {
    margin-bottom: 16px;
  }

  .h1.green.hero.gc {
    line-height: 1.4em;
  }

  .div-block-185 {
    max-width: 90vw;
  }

  .image-143.shorter {
    max-width: 90vw;
    margin-top: 32px;
  }

  .caption {
    max-width: 90vw;
  }

  .caption.shorter {
    flex-flow: column;
    max-width: 90vw;
    margin-bottom: 0;
    display: block;
  }

  .caption.shorter.more {
    margin-bottom: 48px;
  }

  .caption.shortest, .captiion, .div-block-186, .image-144, .div-block-187 {
    max-width: 90vw;
  }

  .div-block-188 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-37 {
    padding: 16px;
  }

  .grid-37.more {
    width: 90vw;
  }

  .div-block-189 {
    max-width: 90vw;
  }

  .image-151 {
    flex: 0 auto;
    display: none;
    overflow: hidden;
  }

  .list-20 {
    padding-left: 20px;
  }

  .div-block-192 {
    max-width: 90vw;
  }

  .div-block-195 {
    grid-template-columns: 1fr;
  }

  .div-block-197 {
    margin-bottom: 48px;
  }

  .grid-39 {
    margin-bottom: 16px;
  }

  .grid-40 {
    max-height: none;
    margin-bottom: 0;
  }

  .grid-41 {
    margin-bottom: 16px;
  }

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

  .div-block-202 {
    width: 90vw;
  }

  .paragraph-227, .div-block-203, .paragraph-228 {
    max-width: 90vw;
  }

  .div-block-204, .div-block-207 {
    width: 90vw;
  }

  .image-179 {
    aspect-ratio: 2;
    width: 80%;
    max-width: none;
  }

  .image-180 {
    width: auto;
    max-width: none;
  }

  .image-183 {
    max-width: none;
    height: 100%;
    max-height: 69vh;
    margin-top: 0;
    padding-left: 0%;
  }

  .problem {
    width: 90vw;
    max-width: 90vh;
    overflow: hidden;
  }

  .lessons, .div-block-213 {
    max-width: 90vw;
  }

  .navbar-2.secondary {
    display: none;
  }

  .div-block-216 {
    width: 90vw;
  }

  .list-21 {
    padding-left: 20px;
  }

  .bold-text-66.fixed {
    color: #333;
    letter-spacing: 0;
    border-bottom-width: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-217 {
    width: 90vw;
  }

  .div-block-218 {
    width: 90vw;
    max-width: 90vw;
    overflow: hidden;
  }

  .div-block-219 {
    max-width: 90vw;
  }

  .div-block-220 {
    flex-flow: column;
  }

  .footercontact {
    color: #333;
    -webkit-text-stroke-color: #666;
  }

  .footercontact:hover {
    color: #028083;
  }

  .div-block-221 {
    -webkit-text-stroke-color: #666;
    margin-bottom: 0;
  }

  .div-block-222 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #333;
    flex-flow: column;
  }

  .image-187 {
    order: 1;
  }

  .div-block-224 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .paragraph-238 {
    max-width: 90vw;
  }

  .div-block-226 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-227, .div-block-229 {
    max-width: 90vw;
  }

  .grid-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    margin-top: 0;
  }

  .div-block-230 {
    max-width: 90vw;
    margin-top: 24px;
    padding-left: 0;
  }

  .div-block-231 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-66-copy {
    max-width: 90vw;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-66-copy.nc {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .div-block-236 {
    width: 90vw;
  }

  .image-205 {
    max-height: 60vh;
    margin-top: 0;
  }

  .body-6 {
    max-width: 90vh;
  }

  .pill.bland {
    margin-bottom: 8px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6, .link-block-7 {
    width: 90vw;
  }

  .link-block-8 {
    align-items: flex-start;
    display: flex;
  }

  .list-24 {
    padding-left: 20px;
  }

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

  .image-207 {
    height: auto;
  }

  .div-block-247 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .image-212 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-250 {
    font-size: 80px;
  }

  .list-33 {
    padding-left: 20px;
  }

  .image-215 {
    max-width: none;
    overflow: visible;
  }

  .h1--line {
    vertical-align: baseline;
  }

  .h1--line.last {
    display: none;
  }

  .h1--sub {
    line-height: 0;
  }

  .h4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-256 {
    width: 90vw;
  }

  .div-block-257 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-259 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ai-today {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-217 {
    object-fit: fill;
    width: auto;
    max-width: 90vw;
  }

  .image-219, .image-220, .image-221, .div-block-265 {
    max-width: 90vw;
  }

  .section-14 {
    margin-top: 48px;
  }

  .div-block-267 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonials {
    width: 90vw;
  }

  .grid-44 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .paragraph-267, .paragraph-268, .paragraph-269 {
    margin-bottom: 16px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .container-default {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .paragraph-large.portfolio-project {
    text-align: left;
    width: 90vw;
    margin-top: 0;
  }

  .paragraph-large.portfolio-project.ncrowd {
    margin-top: 16px;
  }

  .styleguide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary {
    border-radius: 12px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.cart {
    min-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .button-secondary {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 66px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .nav-link.cart {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    background-color: var(--red-2);
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 110px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    background-color: #fff;
  }

  .section {
    padding-bottom: 0;
  }

  .section.hero {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .section.cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.blog-post {
    padding-bottom: 80px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  ._404-title {
    font-size: 110px;
    line-height: 110px;
  }

  .container-header {
    padding-left: 0;
    padding-right: 0;
  }

  .split-content.expertise-left {
    margin-bottom: 80px;
  }

  .split-content.about-section-right {
    margin-bottom: 40px;
  }

  .split-content.last-article-featured-right {
    margin-left: 20px;
    margin-right: 20px;
  }

  .split-content.about-testimonials-left {
    margin-bottom: 40px;
  }

  .split-content.portfolio-project-about-left {
    margin-bottom: 10px;
    position: static;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .title.card-article.featured {
    font-size: 18px;
  }

  .title.card-timeline-title {
    margin-bottom: 10px;
  }

  .title.about-product {
    margin-bottom: 20px;
  }

  .title.newsletter {
    font-size: 18px;
  }

  .title.blog-post {
    margin-bottom: 20px;
  }

  .title.portfolio-project {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 1.4em;
  }

  .title.about-project {
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .title.portfolio-project-section.nosub {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .title.portfolio-project-section.my-story-wrapper {
    padding-bottom: 16px;
  }

  .title.portfolio-project-section.more {
    padding-bottom: 0;
  }

  .title.portfolio-project-section.only {
    width: 90vw;
  }

  .title.portfolio-project-section.only.shorter {
    flex: 0 auto;
    align-self: baseline;
    display: none;
  }

  .space {
    height: 30px;
  }

  .space.faq-top-content {
    height: 20px;
  }

  .image-wrapper.dribbble {
    border-radius: 20px;
  }

  .image-wrapper.last-project {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .image-wrapper.last-article-featured {
    border-radius: 25px;
  }

  .image-wrapper.about-hero {
    border-radius: 35px;
  }

  .image-wrapper.featured-product, .image-wrapper.product {
    border-radius: 25px;
  }

  .image-wrapper.product-image {
    border-radius: 25px;
    margin-bottom: 10px;
  }

  .image-wrapper.product-more-images {
    border-radius: 10px;
  }

  .image-wrapper.author {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.cart-product {
    margin-bottom: 10px;
  }

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

  .image.about-section-1 {
    border-radius: 24px;
  }

  .image.about-section-2 {
    border-radius: 24px;
    margin-top: -123px;
  }

  .image.expertise {
    min-width: 120px;
    height: 120px;
    margin-top: -43px;
    margin-bottom: 20px;
  }

  .image.my-story {
    border-radius: 25px;
  }

  .image.portfolio-project-image, .image.project-overview {
    border-radius: 20px;
    margin-bottom: 60px;
  }

  .image.order-product {
    width: 100px;
  }

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

  .top-content.author {
    margin-bottom: 10px;
  }

  .card.testimonial {
    padding: 40px 20px;
  }

  .card.expertise-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.last-project {
    border-radius: 0 0 30px 30px;
    max-width: 100%;
    padding: 20px 20px 40px;
  }

  .card.card-portfolio {
    border-radius: 30px;
  }

  .card.card-article {
    border-radius: 25px;
  }

  .card.skill {
    padding: 40px 20px;
  }

  .card.timeline {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.product-license {
    padding: 40px 20px;
  }

  .card.newsletter {
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.blog-post-author, .card.contact {
    padding: 40px 20px 50px;
  }

  .card.empty-state {
    padding: 40px 20px 50px;
    font-size: 22px;
  }

  .card.success.newsletter-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card._404 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .testimonial-image {
    min-width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .testimonial-work {
    font-size: 16px;
  }

  .expertise-slider {
    margin-bottom: 120px;
  }

  .portfolio-section-grid {
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .card-portfolio-content {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large-1022px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .follow-me-grid {
    grid-column-gap: 18px;
  }

  .card-article-content {
    margin-top: -28px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-category {
    padding-left: 13px;
    padding-right: 13px;
  }

  .card-category-text {
    font-size: 15px;
  }

  .card-category-icon-wrapper {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .card-category-icon-wrapper.blog-category {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .card-category-icon-border {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }

  .slide-arrow-left {
    border-radius: 18px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 25px;
    bottom: -90px;
    right: 80px;
  }

  .slide-arrow-right {
    border-radius: 18px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 25px;
    bottom: -90px;
    left: 80px;
  }

  .divider.footer-divider {
    margin-bottom: 40px;
  }

  .divider.my-story {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .divider.blog-post-category {
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .divider.form-contact {
    margin-top: 44px;
    margin-bottom: 30px;
  }

  .footer-menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
    margin-bottom: 16px;
  }

  .small-print {
    line-height: 1.7em;
  }

  .small-print.copyright {
    margin-top: 0;
  }

  .footer-social-media-grid {
    flex-wrap: wrap;
    grid-template-columns: auto auto auto;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu-footer-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .badge.category-button {
    padding: 15px;
  }

  .brand {
    margin-right: 20px;
  }

  .icon-category {
    width: 18px;
  }

  .icon-category.blog-category {
    width: auto;
  }

  .companies-text {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .companies-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .container-large-1131px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .follow-journey-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .heading {
    margin-bottom: 10px;
  }

  .testimonial-slider {
    margin-bottom: 120px;
  }

  .timeline-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon-header-dropdown {
    font-size: 10px;
  }

  .drop-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .drop-div.last {
    padding: 15px 0 20px;
  }

  .drop-div.first {
    padding-top: 20px;
    padding-left: 0;
  }

  .container-medium-655px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-featured-info-wrapper {
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-category-wrapper {
    font-size: 16px;
  }

  .product-category-wrapper.featured {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-price-wrapper {
    font-size: 16px;
  }

  .product-price-wrapper.product {
    top: 20px;
    right: 20px;
  }

  .button-pagination {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .product-category-page-wrapper {
    font-size: 16px;
  }

  .product-gallery-wrapper {
    margin-bottom: 40px;
  }

  .product-price {
    margin-right: 10px;
  }

  .product-page-price-wrapper {
    flex-wrap: wrap;
  }

  .product-compare-at-price {
    margin-left: 0;
  }

  .blog-post-category-wrapper {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .blog-post-category {
    font-size: 16px;
    line-height: 1.3em;
  }

  .blog-post-date {
    font-size: 16px;
  }

  .blog-post-main-image {
    border-radius: 30px;
  }

  .rich-text.portfolio-project {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text img {
    border-radius: 30px;
    margin-top: 0;
  }

  .rich-text figcaption {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    padding: 40px 20px;
    font-size: 19px;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .about-portfolio-project-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .portfolio-project-about-wrapper.grey, .portfolio-project-about-wrapper.grey.small {
    display: none;
  }

  .portfolio-project-about.project-overview {
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-project-about.project-overview.gery._60pad.sans {
    margin-top: 0;
  }

  .portfolio-project-about.project-overview.gery.shorter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-project-about.project-overview.gery.butt-up {
    max-width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-project-about.project-overview.sans {
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-project-client {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .about-project-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }

  .about-project-wrapper.nc {
    max-width: none;
  }

  .about-project-wrapper.wrap {
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .about-project-info-text {
    width: auto;
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .about-project-info-text.designer {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .about-project-info-text.impact {
    width: 163px;
  }

  .about-project-info-text.sans {
    background-color: #0000;
    width: 170px;
  }

  .container-medium-931px {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .contact-info {
    flex-direction: row;
    justify-content: center;
  }

  .contact-info-icon {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .button-form {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faqs-grid {
    grid-row-gap: 30px;
  }

  .faq-wrapper {
    padding: 30px 20px;
  }

  .contact-social-media-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .social-media-link {
    width: 60px;
  }

  .contact-social-media-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .author-social-media-grid {
    grid-template-columns: auto auto auto;
  }

  .author-mobile-social-media {
    flex-wrap: wrap;
    grid-template-columns: auto auto auto;
    margin-right: 0;
  }

  .container-medium-760px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-quantity {
    margin-left: 5px;
  }

  .block-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-content {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-item {
    flex-direction: column;
  }

  .order-product-price {
    margin-top: 10px;
  }

  .order-product-wrapper {
    margin-right: 0;
  }

  .icon-menu-mobile {
    width: 25px;
    height: 25px;
  }

  .cart-header, .cart-footer, .cart-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-subtotal-price {
    font-size: 18px;
  }

  .cart-product-info-wrapper {
    flex-direction: column;
    margin-right: 5px;
  }

  .empty-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .typography-h3-size {
    font-size: 22px;
  }

  .text-block {
    font-size: 15px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.second.insights {
    max-width: 90%;
    margin-top: 0;
  }

  .grid {
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: minmax(0, .25fr);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block, .div-block.plus60, .div-block-2.add60 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    border-width: 0;
  }

  .div-block-4 {
    max-height: 85%;
  }

  .div-block-5 {
    max-height: 465px;
  }

  .image-27 {
    margin-top: 3px;
    margin-bottom: -23px;
  }

  .image-27.gymciy {
    width: 100%;
    max-width: 120%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    height: 35px;
  }

  .heading-3 {
    justify-content: center;
    margin-left: auto;
    display: flex;
  }

  .link-block {
    overflow: visible;
  }

  .heading-7.extra.final {
    text-align: center;
  }

  .grid-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-35 {
    object-fit: contain;
    width: 70vw;
    height: auto;
  }

  .div-block-27 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: flex-start;
    height: auto;
    margin-top: 0;
  }

  .div-block-44 {
    margin-top: 40px;
  }

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.1fr 1fr;
    justify-content: start;
    justify-items: start;
    max-width: 90vw;
  }

  .clean.nc {
    margin-top: -6%;
  }

  .paragraph-30.bars {
    font-size: 14px;
  }

  .paragraph-30.bars.nc {
    text-align: right;
  }

  .paragraph-31.bars {
    font-size: 14px;
  }

  .paragraph-31.bars.nc {
    text-align: right;
  }

  .paragraph-32.bars {
    font-size: 14px;
  }

  .paragraph-32.bars.nc {
    text-align: right;
  }

  .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43 {
    font-size: 14px;
  }

  .paragraph-44 {
    text-align: right;
    font-size: 14px;
    line-height: 1.1em;
  }

  .paragraph-45 {
    font-size: 14px;
  }

  .grid-11 {
    grid-template-columns: 82px 1fr;
  }

  .grid-11.nc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.25fr 1fr;
  }

  .paragraph-48 {
    margin-top: -1px;
    padding-left: 3px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .grid-14 {
    width: 90vw;
  }

  .grid-15.sans {
    grid-row-gap: 8px;
  }

  .paragraph-51 {
    text-align: left;
    justify-content: flex-start;
    font-size: 70px;
  }

  .paragraph-55 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-56 {
    justify-content: flex-start;
    font-size: 50px;
  }

  .div-block-62 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.noupper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-66.nc {
    max-width: 90vw;
    margin-top: 24px;
  }

  .div-block-68 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-69.nc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-69.nc.stats.shorter {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-69.sans {
    background-size: 70px;
  }

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

  .grid-19.nc {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-items: start;
    margin-left: 0;
    margin-right: auto;
    padding-top: 24px;
    overflow: hidden;
  }

  .grid-19.nc.isa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 47% 36%;
    padding-top: 0;
  }

  .grid-20.headnig.stats {
    justify-content: start;
    max-width: none;
  }

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

  .grid-22 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-23 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-82 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-24 {
    grid-template-columns: 1fr;
    justify-content: end;
    justify-items: center;
    max-width: none;
  }

  .image-82 {
    width: 100%;
  }

  .image-83 {
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
  }

  .image-84, .image-85 {
    width: 100%;
  }

  .div-block-84 {
    background-color: #fff;
  }

  .paragraph-77 {
    width: 90vw;
  }

  .grid-25 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .paragraph-78, .paragraph-79, .paragraph-82, .paragraph-83, .paragraph-85 {
    margin-bottom: 10px;
    line-height: 1.2em;
  }

  .div-block-85 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .tab-link-tab-3 {
    flex: none;
    align-self: center;
    width: 30%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    padding-right: 3px;
  }

  .tab-link-tab-3.w--current {
    width: 34%;
  }

  .tab-link-tab-1 {
    text-align: center;
    width: 33%;
    max-width: 33%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    width: 30%;
    max-width: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  .tab-link-tab-3-2 {
    width: 34%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3-2.w--current {
    text-align: center;
    width: 34%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .tab-link-tab-1-2 {
    text-align: center;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1-2.w--current {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2 {
    width: 33%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-93 {
    max-width: 140vw;
    margin-top: 20px;
  }

  .heading-15 {
    text-align: center;
  }

  .paragraph-93, .paragraph-94 {
    margin-bottom: 20px;
  }

  .div-block-95 {
    background-color: #fff;
  }

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

  .grid-32 {
    grid-template-columns: .35fr;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-101 {
    margin-left: auto;
  }

  .paragraph-113 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-12, .text-block-13 {
    color: var(--true-blue);
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
  }

  .text-block-14 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
  }

  .slider-4.browse.shorter {
    max-height: 32vh;
  }

  .slider-4.shorter {
    width: 90vw;
  }

  .text-block-15 {
    color: var(--true-blue);
    font-size: 12px;
    line-height: 1.578em;
  }

  .text-block-16 {
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
  }

  .text-block-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .div-block-109 {
    margin-top: 40px;
  }

  .paragraph-123 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-112 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-113 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-114 {
    justify-content: center;
    display: flex;
  }

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

  .tabs-2 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .tabs-3, .tabs-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lottie-animation-2 {
    width: 40%;
  }

  .link-block-4 {
    align-self: center;
  }

  .paragraph-125 {
    margin-right: 20px;
  }

  .paragraph-126 {
    margin-left: 0;
  }

  .image-103 {
    margin-top: 25px;
    margin-bottom: 9px;
  }

  .div-block-119 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .image-104 {
    max-width: 30%;
    margin-bottom: 20px;
  }

  .tab-link-tab-2-2 {
    text-align: center;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-33 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-21.end {
    margin-bottom: 20px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
    text-align: center;
    line-height: 1.4em;
  }

  .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
    line-height: 1.4em;
  }

  .section-2 {
    padding-left: 32px;
    padding-right: 23px;
  }

  .div-block-124 {
    display: block;
  }

  .div-block-124.header {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-124.cone.ds {
    display: block;
  }

  .div-block-125 {
    flex-flow: column;
  }

  .paragraph-135 {
    text-align: center;
  }

  .paragraph-136 {
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-126 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-126.home {
    grid-row-gap: 32px;
    grid-template-rows: .75fr;
    grid-auto-rows: 1fr;
  }

  .case-study-image {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-137.cone.isa {
    padding-bottom: 53px;
  }

  .heading-24.first.cone {
    text-align: left;
  }

  .heading-24.cone {
    text-align: center;
  }

  .heading-24.cone.ds {
    text-align: left;
    display: block;
  }

  .heading-24.cone.first {
    text-align: center;
  }

  .div-block-128 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .section-5.gray.sans {
    padding-left: 0;
    padding-right: 0;
  }

  .image-106 {
    object-fit: scale-down;
  }

  .paragraph-150.isa {
    flex: 1;
    width: 20px;
    min-width: 24px;
    line-height: 1.7em;
  }

  .div-block-135 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .div-block-138 {
    width: 90vw;
    max-width: 90vw;
  }

  .image-111, .image-111.ncrowd {
    height: 48px;
    margin-top: 24px;
  }

  .div-block-142 {
    border-bottom: 0 solid #000;
    align-items: flex-start;
    width: 90vw;
  }

  .div-block-143.capitalone {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-144.sans {
    flex: 0 auto;
    width: 90vw;
    display: block;
    overflow: visible;
  }

  .div-block-145.sans.for-real {
    justify-content: flex-end;
    width: 90vw;
    height: 100%;
  }

  .div-block-150 {
    justify-content: flex-end;
    align-items: center;
    height: 40%;
  }

  .image-115 {
    height: 48px;
    margin-top: 24px;
  }

  .div-block-152 {
    width: 90vw;
  }

  .image-117 {
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-35.smaller {
    max-width: 90vw;
  }

  .heading-27 {
    text-align: left;
  }

  .div-block-165 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .div-block-165.cone {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text-27 {
    text-align: left;
    font-size: 28px;
  }

  .div-block-166 {
    max-width: none;
  }

  .div-block-167 {
    width: 90vw;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .div-block-169 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-169.team {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-138 {
    width: 16px;
  }

  .paragraph-174 {
    width: 90vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-181 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 80vw;
  }

  .div-block-182 {
    width: 90vw;
  }

  .h2 {
    margin-bottom: 16px;
    margin-left: auto;
    font-size: 20px;
  }

  .h2.wider {
    margin-bottom: 16px;
  }

  .h2.minus {
    font-size: 20px;
  }

  .h1 {
    line-height: 1.5em;
  }

  .h1.green {
    height: auto;
    font-size: 28px;
  }

  .h1.green.top {
    text-align: left;
  }

  .h1.green.top.sans {
    text-align: left;
    background-color: #0000;
    margin-bottom: 16px;
  }

  .h1.green.top.contact-wrapper {
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.3em;
  }

  .h1.green.hero {
    margin-bottom: 0;
  }

  .h1.green.hero.gc {
    margin-bottom: 16px;
  }

  .h1.green.ai {
    height: 29px;
    font-size: 28px;
  }

  .h1.consulting {
    margin-bottom: 16px;
  }

  .div-block-185 {
    width: 90vw;
  }

  .list-17 {
    padding-left: 20px;
  }

  .image-143.shorter {
    margin-top: 0;
  }

  .caption {
    width: 90vw;
  }

  .div-block-187 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-37 {
    grid-template-columns: .7fr;
    padding-left: 0;
  }

  .grid-37.more {
    grid-template-columns: .25fr;
    width: 90vw;
    max-width: none;
  }

  .image-146, .image-147 {
    max-height: 90vh;
  }

  .paragraph-209 {
    max-width: 90vw;
  }

  .grid-38 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-height: none;
  }

  .list-20 {
    padding-left: 20px;
  }

  .div-block-192 {
    display: none;
  }

  .grid-39 {
    margin-bottom: 16px;
  }

  .div-block-199, .div-block-200 {
    max-height: 100px;
  }

  .grid-40 {
    margin-bottom: 0;
  }

  .grid-41 {
    margin-bottom: 16px;
  }

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

  .image-155, .image-157, .div-block-202, .slider-5, .slider-6 {
    width: 90vw;
  }

  .image-172, .image-173, .image-174, .image-175, .image-176 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-207, .div-block-208 {
    width: 90vw;
  }

  .image-180 {
    width: auto;
    height: 48px;
    margin-top: 24px;
  }

  .div-block-211 {
    width: 95vw;
  }

  .image-182 {
    height: 80px;
    padding-bottom: 0;
  }

  .image-183 {
    height: auto;
    max-height: 70vh;
    margin-top: 24px;
  }

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

  .list-21 {
    padding-left: 20px;
  }

  .div-block-217 {
    max-width: 90vw;
  }

  .footercontact {
    font-size: 14px;
  }

  .div-block-221 {
    margin-bottom: 0;
  }

  .div-block-222 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .image-185 {
    max-width: 16px;
  }

  .image-186 {
    width: 16px;
  }

  .image-187 {
    margin-left: 0%;
    position: static;
  }

  .div-block-223 {
    margin-left: 0;
  }

  .div-block-224 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 6%;
  }

  .container-5 {
    width: 90vw;
  }

  .div-block-226, .div-block-228 {
    width: 100%;
  }

  .grid-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 24px;
    padding-top: 0;
  }

  .div-block-230 {
    flex-flow: column;
    max-width: 90vw;
    display: flex;
  }

  .div-block-231 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-232 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .div-block-66-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-66-copy.nc {
    max-width: 90vw;
    margin-top: 24px;
  }

  .text-block-47 {
    display: none;
  }

  .image-205 {
    height: 30vh;
  }

  .list-22 {
    margin-bottom: 0;
  }

  .pill.bland {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .pill.impact {
    background-color: #02b9bd40;
  }

  .container-7 {
    padding-bottom: 32px;
  }

  .link-block-8.sans {
    height: 100%;
  }

  .list-24 {
    padding-left: 20px;
  }

  .div-block-240 {
    width: 90vw;
  }

  .section-12 {
    width: 9px;
  }

  .div-block-247 {
    flex: 0 auto;
    display: flex;
  }

  .image-212 {
    margin-top: 16px;
    display: block;
    overflow: visible;
  }

  .div-block-250 {
    max-width: none;
  }

  .div-block-250.reveal-on-scroll {
    max-width: 100%;
  }

  .list-33 {
    padding-left: 20px;
  }

  .image-215 {
    height: 48px;
    margin-top: 24px;
  }

  .paragraph-255 {
    text-align: center;
    width: 90vw;
  }

  .text-span-3 {
    line-height: 1.52em;
  }

  .h1--line {
    margin-left: -6px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1px;
  }

  .h1--light {
    line-height: 1.5em;
  }

  .h3.consulting {
    width: 90vw;
  }

  .navbar-3 {
    flex-flow: row;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-block-11.w--current {
    position: relative;
  }

  .div-block-257 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .div-block-257.spec {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-258 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .div-block-259 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 8px;
  }

  .div-block-260 {
    margin-top: 0;
  }

  .div-block-261 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .image-217 {
    max-width: 90vw;
  }

  .image-218 {
    height: 29px;
  }

  .image-219, .image-220, .image-221 {
    margin-top: 24px;
  }

  .section-14 {
    width: 90vw;
    margin-top: 32px;
  }

  .list-35 {
    padding-left: 20px;
  }

  .div-block-266 {
    padding-left: 0;
  }

  .text-field, .text-field-2 {
    width: 90vw;
  }

  .div-block-267 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .paragraph-267, .paragraph-268, .paragraph-269 {
    margin-bottom: 16px;
  }

  .heading-38 {
    text-align: center;
    font-weight: 400;
    line-height: 1.5em;
  }

  .heading-39.feature {
    font-size: 12px;
  }
}

#w-node-bfbcf533-be27-f6bd-8024-a34cf0b99a3c-566d6a83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e514aa1-e890-5f04-3125-9764bafc6b0b-566d6a83 {
  align-self: start;
}

#w-node-_0e514aa1-e890-5f04-3125-9764bafc6b1e-566d6a83 {
  align-self: stretch;
}

#w-node-b89f881b-70ea-138c-d487-a1b315dc94cc-9d185b17 {
  place-self: stretch end;
}

#w-node-_15ea1f05-0dbe-700c-57b8-5c8f33c24e88-9d185b17 {
  align-self: center;
}

#w-node-_15ea1f05-0dbe-700c-57b8-5c8f33c24e92-9d185b17, #w-node-_15ea1f05-0dbe-700c-57b8-5c8f33c24e9d-9d185b17, #w-node-_69f41ee6-b773-3255-9616-906e9a38feb0-9d185b17, #w-node-_69f41ee6-b773-3255-9616-906e9a38febb-9d185b17 {
  order: -9999;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5af-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b1-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b2-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b4-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b5-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b7-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b8-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5ba-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5bb-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5bd-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5be-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c0-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c1-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c3-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c4-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c6-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f1389ddf-459d-ff5f-6414-5319f2500a74-9d185b17, #w-node-_970b1be0-a41b-2b5e-7728-761a3c0ae24a-9d185b17, #w-node-_54ba6f42-af4a-5652-df3d-e4a379c9ac96-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_54ba6f42-af4a-5652-df3d-e4a379c9ac9a-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47cd5c40-0a5e-c434-3035-b84fcb7c5e03-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4cdb9d37-ece7-7eaf-29d8-9ba31d78449f-9d185b17, #w-node-_1852e4b0-5435-d93c-1184-7cdc94f42b68-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c325-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c327-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c329-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c32b-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c32c-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c32d-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c330-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c332-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c333-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c334-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c336-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c337-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c338-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c33a-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c33b-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c33c-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c33e-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c33f-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c340-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c342-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c343-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c344-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c346-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c347-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c348-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c34a-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c34b-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c34c-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c34e-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c34f-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c350-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c352-9d185b17, #w-node-_0294d086-ede5-e0a3-48d1-b4b35057c353-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c354-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c356-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c358-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c35a-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c35c-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c35e-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c360-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c362-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c364-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0294d086-ede5-e0a3-48d1-b4b35057c366-9d185b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e874fbcf-21a6-ff36-2b12-1cd1d7a3735d-9d185b17, #w-node-bb7b79b9-5bfe-25d2-1278-b189a593303e-9d185b17 {
  justify-self: center;
}

#w-node-_6211862f-17f7-c88f-8064-04224d82122c-9d185b17, #w-node-_1bacb137-0440-8d29-ce5a-b4c4b849dbb9-9d185b17 {
  align-self: center;
}

#w-node-_2108b306-3bda-0424-e8a1-52f4939cbb34-5df79c3f {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2108b306-3bda-0424-e8a1-52f4939cbb3d-5df79c3f, #w-node-_2108b306-3bda-0424-e8a1-52f4939cbb48-5df79c3f, #w-node-_2108b306-3bda-0424-e8a1-52f4939cbb52-5df79c3f, #w-node-_2108b306-3bda-0424-e8a1-52f4939cbb5d-5df79c3f {
  order: -9999;
}

#w-node-_2108b306-3bda-0424-e8a1-52f4939cbb68-5df79c3f {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-effa1fe1-9515-aace-cb2f-dd36c7ec1426-5df79c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_478871a0-a319-ec0a-62d8-515a93dabb6e-5df79c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f3564e08-382d-418f-af0f-70aa91495795-5df79c3f {
  order: -9999;
}

#w-node-_521ac23c-e613-e086-f4b1-538535425b3d-5df79c3f {
  justify-self: start;
}

#w-node-_521ac23c-e613-e086-f4b1-538535425b3e-5df79c3f {
  order: -9999;
}

#w-node-c6bb8094-bb2c-ac50-60df-e7e482095ed8-5df79c3f, #w-node-_7d2022c8-b936-9630-1783-e0b4a525b4cb-5df79c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d2022c8-b936-9630-1783-e0b4a525b4cc-5df79c3f {
  order: -9999;
}

#w-node-db006ffc-6d11-31aa-c9bd-b1cd9909ce3d-767dd412 {
  place-self: center;
}

#w-node-_25e478e1-8a20-0c64-a8ec-2671d7650696-767dd412 {
  align-self: start;
}

#w-node-_961ad393-882f-7a85-a997-ba2ccdeb280d-767dd412, #w-node-_144f1979-74ec-eca5-9ca5-256c9a41f050-767dd412, #w-node-_10477945-1293-b65c-99ea-fbb7faf6f729-767dd412, #w-node-_4300041c-c37f-ff17-d210-4703dca8247a-767dd412 {
  order: -9999;
}

#w-node-_4ec3c1ef-f7b1-4ba2-a6fe-37177dd092e6-767dd412 {
  justify-self: center;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760d1-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760d3-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760d5-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760d7-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760dc-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760de-767dd412, #w-node-f6c846ff-9905-28ae-4a5b-e93ced0760df-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760e0-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6c846ff-9905-28ae-4a5b-e93ced0760e2-767dd412, #w-node-f6c846ff-9905-28ae-4a5b-e93ced0760e3-767dd412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d30382-3767-a36e-e669-b6feafb40df3-767dd412 {
  justify-self: center;
}

#w-node-e5aa1c9f-6536-4f0f-5e2a-a1824cf1b6d8-767dd412 {
  align-self: start;
}

#w-node-_27481448-0005-7041-014b-2390333630e1-767dd412, #w-node-be51be62-0552-7d2b-b879-ace0e442f239-767dd412 {
  justify-self: center;
}

#w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36e0e-920e8bf3, #w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36dcc-920e8bf3 {
  align-self: center;
}

#w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36dd7-920e8bf3, #w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36de2-920e8bf3, #w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36dec-920e8bf3 {
  order: -9999;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f18-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f19-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f1b-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f1c-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f20-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f22-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f23-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f26-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f28-920e8bf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36e0e-15eace09 {
  place-self: center;
}

#w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36dcc-15eace09 {
  align-self: center;
}

#w-node-_98f55538-a64b-987e-96e2-34d43963fd2b-15eace09, #w-node-_163c40b1-828d-c806-188b-2fa935cdd498-15eace09, #w-node-_98f55538-a64b-987e-96e2-34d43963fd36-15eace09, #w-node-_163c40b1-828d-c806-188b-2fa935cdd4a3-15eace09 {
  order: -9999;
}

#w-node-_9beddd98-bde5-1942-dcbd-e58b86308448-15eace09, #w-node-_73173a7c-e59d-252a-e558-b8e80361b6bc-15eace09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_37458c28-78a0-4cd5-218f-598209ae7058-566d6a83, #w-node-b0944f66-bc7b-ef63-c973-3cd59d561aaa-566d6a83, #w-node-_0e514aa1-e890-5f04-3125-9764bafc6ae4-566d6a83 {
    align-self: stretch;
  }

  #w-node-b89f881b-70ea-138c-d487-a1b315dc94cc-9d185b17 {
    order: -9999;
  }

  #w-node-_15ea1f05-0dbe-700c-57b8-5c8f33c24e88-9d185b17 {
    align-self: center;
  }

  #w-node-_588776f0-6483-cb86-e605-724a3b55c314-9d185b17 {
    justify-self: center;
  }

  #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b1-9d185b17 {
    align-self: stretch;
  }

  #w-node-_2108b306-3bda-0424-e8a1-52f4939cbb34-5df79c3f {
    align-self: center;
  }

  #w-node-_2108b306-3bda-0424-e8a1-52f4939cbb68-5df79c3f, #w-node-db006ffc-6d11-31aa-c9bd-b1cd9909ce3d-767dd412 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_25e478e1-8a20-0c64-a8ec-2671d7650696-767dd412 {
    align-self: start;
  }

  #w-node-_4ec3c1ef-f7b1-4ba2-a6fe-37177dd092e6-767dd412 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-c9951f81-16e8-5351-1945-64d194f208a2-767dd412 {
    justify-self: center;
  }

  #w-node-_69d30382-3767-a36e-e669-b6feafb40df3-767dd412 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-_28a91b42-9914-a899-6ce6-5c7bbaba8135-767dd412, #w-node-e7ee32f2-90f7-f762-1f0e-8dd54700b6e2-767dd412 {
    justify-self: center;
  }

  #w-node-be51be62-0552-7d2b-b879-ace0e442f239-767dd412 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-be51be62-0552-7d2b-b879-ace0e442f246-767dd412, #w-node-be51be62-0552-7d2b-b879-ace0e442f24f-767dd412, #w-node-c5f70fe8-83b5-5a61-9a81-ebf2d83d7eb8-15eace09 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b89f881b-70ea-138c-d487-a1b315dc94cc-9d185b17 {
    place-self: start center;
  }

  #w-node-f1389ddf-459d-ff5f-6414-5319f2500a74-9d185b17, #w-node-_970b1be0-a41b-2b5e-7728-761a3c0ae24a-9d185b17, #w-node-_54ba6f42-af4a-5652-df3d-e4a379c9ac96-9d185b17 {
    justify-self: center;
  }

  #w-node-effa1fe1-9515-aace-cb2f-dd36c7ec1426-5df79c3f {
    grid-column: span 4 / span 4;
  }

  #w-node-db006ffc-6d11-31aa-c9bd-b1cd9909ce3d-767dd412, #w-node-_4ec3c1ef-f7b1-4ba2-a6fe-37177dd092e6-767dd412, #w-node-_69d30382-3767-a36e-e669-b6feafb40df3-767dd412, #w-node-be51be62-0552-7d2b-b879-ace0e442f239-767dd412, #w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36e0e-920e8bf3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfbcf533-be27-f6bd-8024-a34cf0b99a3c-566d6a83 {
    align-self: center;
  }

  #w-node-_0a9ff3e5-f287-6da1-9469-c1e3aab731fa-566d6a83 {
    justify-self: center;
  }

  #w-node-f881710f-478e-fa8f-5e00-df82cdcf4b69-566d6a83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e514aa1-e890-5f04-3125-9764bafc6ace-566d6a83 {
    align-self: center;
  }

  #w-node-_0e514aa1-e890-5f04-3125-9764bafc6acf-566d6a83 {
    justify-self: center;
  }

  #w-node-_3afff7b6-a5bd-4188-052a-2a9b3e649cac-2d68e14a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6210800-6770-660f-6943-6b18f69ff6a4-9d185b17 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c81ddb79-5c0b-9e52-22f2-bcb7d123c702-566d6a83 {
    align-self: stretch;
  }

  #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b4-9d185b17 {
    align-self: end;
  }

  #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5b7-9d185b17, #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5ba-9d185b17, #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c0-9d185b17, #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c3-9d185b17, #w-node-b9f2550c-aa1c-cbd6-7a88-25597588f5c6-9d185b17 {
    align-self: center;
  }

  #w-node-_2108b306-3bda-0424-e8a1-52f4939cbb34-5df79c3f {
    justify-self: center;
  }

  #w-node-_478871a0-a319-ec0a-62d8-515a93dabb6e-5df79c3f {
    justify-self: start;
  }

  #w-node-effa1fe1-9515-aace-cb2f-dd36c7ec1438-5df79c3f {
    order: 3;
  }

  #w-node-_521ac23c-e613-e086-f4b1-538535425b3d-5df79c3f {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_100e177a-9ca2-6e18-4b5c-ab67a1be0f26-920e8bf3 {
    justify-self: start;
  }

  #w-node-b409a0de-e2d6-b0dd-646a-3b4ea5e36e0e-15eace09 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype'), url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Stencil';
  src: url('../fonts/Oswald-Stencil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Demi';
  src: url('../fonts/Oswald-Demi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}