/* Zenvira - consolidated stylesheet (hand-cleaned Webflow export).
   1 reset  2 base framework (load-bearing rules, renamed .wf-)  3 Zenvira design
   4 components (vanilla replacements for webflow.js / IX2).
   Fonts: assets/fonts/fonts.css (Inter + Inter Tight + Mr De Haviland +
   Font Awesome, all self-hosted). */

/* ======================================================================
   1. Reset (normalize)
   ====================================================================== */
html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
  
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  
  vertical-align: baseline;
  
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
  
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  
  cursor: pointer;
  
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  
  padding: 0;
  
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
  
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  
  padding: 0;
  
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* ======================================================================
   2. Base framework (runtime-only rules dropped; the rest kept as .wf-)
   ====================================================================== */
[class^="w-icon-"], [class*=" w-icon-"] {
  
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.inline-block {
  max-width: 100%;
  display: inline-block;
}
.wf-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.wf-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button, [type='button'], [type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.wf-form {
  margin: 0 0 15px;
}
.wf-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.wf-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.wf-input, .wf-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.wf-input::placeholder, .wf-select::placeholder {
  color: #999;
}
.wf-input:focus, .wf-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.wf-input[disabled], .wf-select[disabled], .wf-input[readonly], .wf-select[readonly], fieldset[disabled] .wf-input, fieldset[disabled] .wf-select {
  cursor: not-allowed;
}
.wf-input[readonly], .wf-select[readonly] {
  background-color: #eeeeee;
}
textarea.wf-input, textarea.wf-select {
  height: auto;
}
.wf-select {
  background-color: #f3f3f3;
}
.wf-select[multiple] {
  height: auto;
}
.wf-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.wf-container:before, .wf-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.wf-container:after {
  clear: both;
}
@media screen and (max-width: 991px) {
.wf-container {
    max-width: 728px;
  }
}
@media screen and (max-width: 479px) {
.wf-container {
    max-width: none;
  }
}
.richtext:before, .richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.richtext:after {
  clear: both;
}
.richtext[contenteditable="true"]:before, .richtext[contenteditable="true"]:after {
  white-space: initial;
}
.richtext ol, .richtext ul {
  overflow: hidden;
}
.richtext .richtext-figure-selected.richtext-figure-type-video div:after, .richtext .richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.richtext .richtext-figure-selected.richtext-figure-type-image div, .richtext .richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.richtext figure.richtext-figure-type-video > div:after, .richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.richtext figure {
  position: relative;
  max-width: 60%;
}
.richtext figure > div:before {
  cursor: default!important;
}
.richtext figure img {
  width: 100%;
}
.richtext figure figcaption.richtext-figcaption-placeholder {
  opacity: 0.6;
}
.richtext figure div {
  
  font-size: 0px;
  color: transparent;
}
.richtext figure.richtext-figure-type-image, .richtext figure[data-rt-type="image"] {
  display: table;
}
.richtext figure.richtext-figure-type-image > div, .richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.richtext figure.richtext-figure-type-image > figcaption, .richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.richtext figure.richtext-figure-type-video, .richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.richtext figure.richtext-figure-type-video iframe, .richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.richtext figure.richtext-figure-type-video > div, .richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.richtext figure.richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.richtext figure.richtext-align-center.richtext-figure-type-image > div, .richtext figure.richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.richtext figure.richtext-align-normal {
  clear: both;
}
.richtext figure.richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.richtext figure.richtext-align-fullwidth > div {
  display: inline-block;
  
  padding-bottom: inherit;
}
.richtext figure.richtext-align-fullwidth > figcaption {
  display: block;
}
.richtext figure.richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.richtext figure.richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
  }
100% {
    transform: rotate(360deg);
  }
}
/* ======================================================================
   3. Zenvira design
   ====================================================================== */
:root {
  --_colors---grey: #6d6c6c;
  --_typography---font-size--paragraphs--text-default: 18px;
  --_typography---line-height--paragraphs--text-default: 1.45em;
  --_typography---font-size--headings--h1: 82px;
  --_typography---line-height--headings--h1: 1.2em;
  --_typography---letter-spacing--headings--h1: -.02em;
  --_typography---font-size--headings--h2: 72px;
  --_typography---line-height--headings--h2: 1.1em;
  --_typography---letter-spacing--headings--h2: -.02em;
  --_typography---font-size--headings--h3: 52px;
  --_typography---line-height--headings--h3: 1.15em;
  --_typography---letter-spacing--headings--h3: 0em;
  --_typography---font-size--headings--h4: 32px;
  --_typography---line-height--headings--h4: 1.25em;
  --_typography---letter-spacing--headings--h4: 0em;
  --_typography---font-size--headings--h5: 20px;
  --_typography---line-height--headings--h5: 1.5em;
  --_typography---letter-spacing--headings--h5: -.02em;
  --_typography---font-size--headings--h6: 18px;
  --_typography---line-height--headings--h6: 1.5em;
  --_typography---letter-spacing--headings--h6: 0em;
  --_colors---black: #070515;
  --_colors---white: white;
  --_colors---light-orange: #ff5f2e;
  --_colors---yellow: #fdf070;
  --_colors---green: #c6ff7c;
  --container: 1360px;
  --_typography---font-size--button--button-sm: 16px;
  --_typography---line-height--buttons--button-sm: 1.5em;
  --_colors---transparent: transparent;
  --_colors---grey-2: #a3a3a3;
  --_colors---light-blue: #b4dbff;
  --_colors---light-white: #f8f8f8;
  --_colors---light-purple: #c7caff;
  --_colors---pink: #f6c2f4;
  --_colors---light-yellow: #fdfae7;
  --section-padding-lg: 120px;
  --_typography---font-size--paragraphs--text-sm: 16px;
  --_typography---line-height--paragraphs--text-sm: 1.5em;
  --_typography---font-size--paragraphs--text-lg: 20px;
  --_typography---line-height--paragraphs--text-lg: 1.5em;
  --_typography---font-size--button--button-lg: 22px;
  --_typography---line-height--buttons--button-lg: 1.27em;
  --section-padding-sm: 120px;
  --heading-font: Anton, sans-serif;
  --body-font: Geist, sans-serif;
  --_typography---font-size--tag--tag: 16px;
  --_typography---line-height--buttons--tag--tag: 1.5em;
  --_typography---letter-spacing--paragraphs--text-lg: -.02em;
  --_typography---letter-spacing--paragraphs--text-default: 0em;
  --_typography---letter-spacing--paragraphs--text-sm: -.02em;
  --_typography---letter-spacing--button--button-lg: -.02em;
  --_typography---letter-spacing--button--button-sm: 0em;
  --_typography---letter-spacing--tag--tag: -.03em;
}
.wf-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}
.wf-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}
.wf-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;
}
.wf-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}
.wf-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.wf-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;
}
.wf-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}
.wf-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.wf-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}
.wf-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}
.wf-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}
.wf-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}
.wf-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}
.wf-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}
.wf-commerce-commercecartordervalue {
  font-weight: 700;
}
.wf-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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;
}
.wf-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}
.wf-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}
.wf-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}
.wf-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}
.wf-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.wf-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}
.wf-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}
.wf-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}
.wf-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}
.wf-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}
.wf-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.wf-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.wf-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;
}
.wf-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}
.wf-commerce-commerceboldtextblock {
  font-weight: 700;
}
.wf-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutcardnumber:focus, .wf-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutcardexpirationdate:focus, .wf-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutcardsecuritycode:focus, .wf-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}
.wf-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}
.wf-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}
.wf-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}
.wf-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}
.wf-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}
.wf-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}
.wf-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}
.wf-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutsummarylineitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}
.wf-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}
.wf-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}
.wf-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}
.wf-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutsummaryitem, .wf-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}
.wf-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}
.wf-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}
.wf-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}
.wf-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}
.wf-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.wf-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
.wf-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }
.wf-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}
@media screen and (max-width: 479px) {
.wf-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
.wf-commerce-commercecheckoutemailinput, .wf-commerce-commercecheckoutshippingfullname, .wf-commerce-commercecheckoutshippingstreetaddress, .wf-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
.wf-commerce-commercecheckoutrow {
    flex-direction: column;
  }
.wf-commerce-commercecheckoutshippingcity, .wf-commerce-commercecheckoutshippingstateprovince, .wf-commerce-commercecheckoutshippingzippostalcode, .wf-commerce-commercecheckoutshippingcountryselector, .wf-commerce-commercecheckoutcardnumber, .wf-commerce-commercecheckoutcardexpirationdate, .wf-commerce-commercecheckoutcardsecuritycode, .wf-commerce-commercecheckoutbillingfullname, .wf-commerce-commercecheckoutbillingstreetaddress, .wf-commerce-commercecheckoutbillingstreetaddressoptional, .wf-commerce-commercecheckoutbillingcity, .wf-commerce-commercecheckoutbillingstateprovince, .wf-commerce-commercecheckoutbillingzippostalcode, .wf-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}
body {
  color: var(--_colors---grey);
  font-family: Geist, sans-serif;
  font-size: var(--_typography---font-size--paragraphs--text-default);
  line-height: var(--_typography---line-height--paragraphs--text-default);
}
h1 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---line-height--headings--h1);
  letter-spacing: var(--_typography---letter-spacing--headings--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
h2 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---line-height--headings--h2);
  letter-spacing: var(--_typography---letter-spacing--headings--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  letter-spacing: var(--_typography---letter-spacing--headings--h3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
h4 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  letter-spacing: var(--_typography---letter-spacing--headings--h4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  letter-spacing: var(--_typography---letter-spacing--headings--h5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h6 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h6);
  line-height: var(--_typography---line-height--headings--h6);
  letter-spacing: var(--_typography---letter-spacing--headings--h6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
p {
  margin-bottom: 0;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}
img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
.utility-page-wrap {
  background-color: var(--_colors---black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}
.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_colors---white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}
.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}
.text-block {
  color: var(--_colors---light-orange);
}
.submit-button {
  z-index: 6;
  background-color: var(--_colors---yellow);
  background-image: url('../images/Arrow---Right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  inset: 8px 8px auto auto;
}
.dropdown-title {
  color: #fff;
  white-space: nowrap;
  flex: none;
  margin-bottom: 10px;
  font-weight: 300;
}
.cart-item-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.cart-footer {
  border-top-color: #212121;
}
.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-link {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--button--button-sm);
  line-height: var(--_typography---line-height--buttons--button-sm);
  margin-left: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}
.nav-link:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  color: var(--_colors---black);
}
.nav-link:hover {
  color: var(--_colors---green);
}
.nav-link:hover:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  color: var(--_colors---light-orange);
}
.nav-link[aria-current="page"] {
  color: var(--_colors---green);
  background-image: url('../images/Active-Color.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
.nav-link[aria-current="page"]:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  color: var(--_colors---light-orange);
  background-image: url('../images/Frame-2147229501.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}
.dropdown-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.nav-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.cart-item-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_colors---white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.cart-button {
  background-color: var(--_colors---transparent);
  padding: 16px 20px;
}
.dropdown-list {
  background-color: #f6f6f6;
}
.dropdown-list.is-open {
  background-color: var(--_colors---black);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: auto;
  padding: 0 20px;
  left: -170px;
  box-shadow: inset 0 2px 5px #c6ff7c80;
}
.cart-container {
  background-color: #131313;
  max-width: 560px;
}
.dropdown-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.dropdown-link-wrapper.two {
  padding-top: 50px;
}
.brand-logo-link {
  width: 100%;
  max-width: 109px;
  color: var(--_colors---white);
  display: flex;
}
.brand-logo-link.v2 {
  display: none;
}
.brand-logo-link.v2:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  display: flex;
}
.brand-logo-link.v1:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  display: none;
}
.nav-dropdown-toggle {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: flex;
}
.nav-dropdown-toggle:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  color: var(--_colors---black);
}
.apple-pay {
  border-radius: 999px;
  height: 57px;
}
.button {
  background-color: var(--_colors---green);
  color: var(--_colors---black);
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-link-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.error-state {
  color: #fff;
  text-align: center;
  background-color: #323232;
  padding: 20px;
}
.close-button {
  color: #fff;
  cursor: pointer;
}
.cart-header {
  border-bottom-color: #212121;
}
.dropdown-link-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  display: flex;
}
.dropdown-link-divider {
  background-color: #323232;
  width: 1px;
  height: auto;
}
.remove-button {
  color: #ff2d2d;
  text-decoration: none;
}
.nav-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.icon {
  color: #fff;
}
.cart-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.button-text {
  z-index: 1;
  font-size: var(--_typography---font-size--button--button-sm);
  line-height: var(--_typography---line-height--buttons--button-sm);
  position: relative;
  overflow: hidden;
}
.header {
  z-index: 2147483647;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  inset: 0% 0% auto;
}
.nav-dropdown {
  justify-content: flex-start;
  align-items: center;
}
.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  margin-left: 4px;
  padding: 4px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 8px 8px auto auto;
}
.cart-quantity:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  color: var(--_colors---black);
}
.cart-icon {
  max-width: 20px;
}
.cart-icon:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
  color: var(--_colors---black);
}
.cart-quantity-2 {
  margin-bottom: 0;
}
.nav-dropdown-link {
  color: #fff;
  font-size: var(--_typography---font-size--button--button-sm);
  line-height: var(--_typography---line-height--buttons--button-sm);
  margin-left: 0;
  padding: 0;
  transition: all .3s;
}
.nav-dropdown-link:hover {
  color: var(--_colors---green);
  text-decoration: none;
}
.nav-dropdown-link[aria-current="page"] {
  color: var(--_colors---green);
  background-image: url('../images/Active-Color.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 10px;
}
.cart-image {
  object-fit: cover;
  width: 100%;
  max-width: 140px;
}
.footer-link {
  color: var(--_colors---grey-2);
  letter-spacing: -.04em;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  transition: all .3s;
}
.footer-link:hover, .footer-link[aria-current="page"] {
  color: var(--_colors---green);
}
.sg-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.page-wrapper {
  z-index: 2;
}
.heading-02 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---line-height--headings--h2);
  letter-spacing: var(--_typography---letter-spacing--headings--h2);
  text-transform: uppercase;
  font-weight: 400;
}
.sg-typography-details-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_colors---grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.newsletter-form-block {
  margin-bottom: 0;
}
.color-widget {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  min-height: 217px;
  color: var(--_colors---black);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}
.color-widget.is-green {
  background-color: var(--_colors---green);
}
.color-widget.white {
  background-color: #fff;
  box-shadow: inset 2px 2px 5px #0003;
}
.color-widget.orange {
  background-color: var(--_colors---light-orange);
}
.color-widget.is-light-blue {
  background-color: var(--_colors---light-blue);
}
.color-widget.white {
  background-color: var(--_colors---white);
}
.color-widget.is-yellow {
  background-color: var(--_colors---yellow);
}
.color-widget.is-black {
  background-color: var(--_colors---black);
  color: var(--_colors---white);
  box-shadow: inset 2px 2px 5px #0003;
}
.color-widget.is-light-white {
  background-color: var(--_colors---light-white);
}
.color-widget.is-grey {
  background-color: var(--_colors---grey);
}
.color-widget.is-grey-2 {
  background-color: var(--_colors---grey-2);
}
.color-widget.is-light-purple {
  background-color: var(--_colors---light-purple);
}
.color-widget.is-pink {
  background-color: var(--_colors---pink);
}
.color-widget.light-yellow {
  background-color: var(--_colors---light-yellow);
}
.footer-main-left-block {
  grid-column-gap: 210px;
  grid-row-gap: 210px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 345px;
  display: flex;
}
.sg-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.footer-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.section {
  padding-top: var(--section-padding-lg);
}
.sg-details-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 953px;
  display: flex;
}
.sg-typography-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}
.heading-03 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  text-transform: uppercase;
  font-weight: 400;
}
.heading-06 {
  font-size: var(--_typography---font-size--headings--h6);
  line-height: var(--_typography---line-height--headings--h6);
  letter-spacing: .065rem;
}
.footer-content-layout {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}
.heading-01 {
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---line-height--headings--h1);
  letter-spacing: var(--_typography---letter-spacing--headings--h1);
  text-transform: uppercase;
  font-weight: 400;
}
.sg-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.text-default {
  font-size: var(--_typography---font-size--paragraphs--text-default);
  line-height: var(--_typography---line-height--paragraphs--text-default);
  font-weight: 400;
}
.sg-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}
.text-field {
  background-color: var(--_colors---transparent);
  min-height: 68px;
  color: var(--_colors---white);
  border: 1px solid #fff3;
  border-radius: 200px;
  margin-bottom: 0;
  padding: 20px;
}
.text-field:focus {
  border-width: 1px;
  border-color: var(--_colors---yellow);
}
.text-field::placeholder {
  color: var(--_colors---grey);
}
.sg-typography-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--_colors---black);
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}
.error-message {
  background-color: var(--_colors---light-orange);
  color: var(--_colors---white);
  text-align: center;
  border-radius: 200px;
  margin-top: 20px;
  padding: 20px;
}
.text-sm {
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  line-height: var(--_typography---line-height--paragraphs--text-sm);
  letter-spacing: -.02rem;
  font-weight: 400;
}
.text-sm.bold {
  font-weight: 700;
}
.footer-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: grid;
}
.success-message {
  background-color: var(--_colors---green);
  color: var(--_colors---black);
  text-align: center;
  border-radius: 200px;
  padding: 20px;
}
.sg-link-block {
  flex-flow: column;
  width: 100%;
  max-width: 264px;
  display: flex;
  position: sticky;
  top: 100px;
}
.sg-color-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}
.banner-title-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 840px;
  color: var(--_colors---white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.banner-title-block.is-blog {
  max-width: 867px;
}
.sg-button-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.sg-typography-details-block {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer-link-widget {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-width: 120px;
  color: var(--_colors---white);
  flex-flow: column;
  display: flex;
}
.footer {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---black);
  padding-bottom: 20px;
  overflow: hidden;
}
.sg-link {
  color: #626262;
  border-right: 2px solid #e1dfd7;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
}
.sg-link[aria-current="page"] {
  border-right-width: 2px;
  border-right-color: var(--_colors---light-orange);
  color: var(--_colors---light-orange);
}
.text-lg {
  font-size: var(--_typography---font-size--paragraphs--text-lg);
  line-height: var(--_typography---line-height--paragraphs--text-lg);
  letter-spacing: -.02rem;
}
.text-lg.medium {
  font-weight: 500;
}
.sg-section {
  padding-bottom: var(--section-padding-lg);
}
.text-dark {
  color: var(--_colors---black);
}
.footer-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}
.footer-logo-link:hover {
  color: #ff5d17;
}
.heading-04 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: 400;
}
.hero-section {
  padding-top: 212px;
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---black);
}
.hero-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.light-blue {
  color: var(--_colors---light-blue);
}
.yellow {
  color: var(--_colors---yellow);
}
.button-secondary-text {
  font-family: Geist, sans-serif;
  font-size: var(--_typography---font-size--button--button-lg);
  line-height: var(--_typography---line-height--buttons--button-lg);
  letter-spacing: -.02em;
  font-weight: 600;
}
.hero-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 681px;
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.hero-title-blank-space {
  width: .8em;
  display: inline-block;
}
.logo-section {
  padding-top: 60px;
  padding-bottom: var(--section-padding-sm);
  overflow: hidden;
}
.logo-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  color: var(--_colors---black);
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}
.logo-row {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.service-section {
  padding-bottom: var(--section-padding-lg);
}
.service-content-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}
.section-title-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1320px;
  display: flex;
}
.section-title-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 546px;
  color: var(--_colors---black);
  flex-flow: column;
  display: flex;
}
.section-title-left.is-related-blog {
  text-align: left;
  max-width: 380px;
}
.section-title-right {
  width: 100%;
  max-width: 308px;
}
.sub-title {
  color: var(--_colors---light-orange);
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  line-height: var(--_typography---line-height--paragraphs--text-sm);
  letter-spacing: -.03em;
}
.sub-title.black {
  color: var(--_colors---black);
}
.hero-description-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 580px;
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.service-card-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1320px;
  display: grid;
}
.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_colors---light-yellow);
  width: 100%;
  max-width: 427px;
  color: var(--_colors---black);
  border-radius: 16px;
  flex-flow: column;
  padding: 192px 40px 30px;
  text-decoration: none;
  display: flex;
}
.service-card.pink {
  background-color: var(--_colors---pink);
}
.service-card.yellow {
  background-color: var(--_colors---yellow);
}
.service-card.light-blue {
  background-color: var(--_colors---light-blue);
}
.service-card.light-purple {
  background-color: var(--_colors---light-purple);
}
.service-card.green {
  background-color: var(--_colors---green);
}
.about-us-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}
.about-us-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 875px;
  display: flex;
}
.about-us-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}
.about-us-left-top {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--_colors---black);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.about-us {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---light-white);
}
.about-us-left-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_colors---black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.heading-05 {
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  letter-spacing: var(--_typography---letter-spacing--headings--h5);
  text-transform: uppercase;
  font-weight: 400;
}
.about-us-right-top {
  width: 100%;
  max-width: 830px;
  color: var(--_colors---black);
  position: relative;
}
.about-us-right-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.text-light-orange {
  color: var(--_colors---light-orange);
}
.about-us-description-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  color: var(--_colors---black);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.project-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  overflow: hidden;
}
.section-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 730px;
  color: var(--_colors---black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.section-title-block.is-project {
  max-width: 620px;
}
.section-title-block.is-faq {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 419px;
  margin-left: 0;
}
.section-title-block.is-team {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 546px;
  margin-left: 0;
}
.section-title-block.is-milestone {
  max-width: 570px;
}
.section-title-block.is-approach {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}
.section-title-block.is-value {
  max-width: 470px;
}
.section-title-block.is-career {
  text-align: left;
  max-width: 387px;
  margin-left: 0;
}
.section-title-block.is-related-project {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
}
.section-title-block.is-sg {
  margin-bottom: 0;
}
.section-title-block.is-related-blog {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
}
.project-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.about-us-description-wrap {
  max-width: 369px;
}
.project-card {
  z-index: 1;
  perspective: 100vw;
  color: var(--_colors---white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 220px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.project-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-card-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.project-card-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 749px;
  display: flex;
}
.project-card-title-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.project-card-description {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.project-card-image-overlay {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.career-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}
.testimonial-section {
  padding-bottom: var(--section-padding-lg);
  overflow: hidden;
}
.section-description {
  color: var(--_colors---grey);
  margin-left: auto;
  margin-right: auto;
}
.section-description.is-testimonial {
  max-width: 600px;
}
.section-description.is-pricing {
  max-width: 580px;
  color: var(--_colors---black);
}
.section-description.is-changelog {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-card-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  display: flex;
}
.testimonial-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_colors---light-white);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 427px;
  padding: 30px 20px;
  display: flex;
}
.testimonial-card-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-card-head:where(.wf-variant-bcc5d148-d3fb-1ac4-cc31-37ea86ead1f5) {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonial-author-image {
  aspect-ratio: 1;
  max-width: 56px;
  max-height: 56px;
}
.testimonial-author-designation {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-author-designation:where(.wf-variant-bcc5d148-d3fb-1ac4-cc31-37ea86ead1f5) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonial-card-row-wrap {
  display: flex;
  position: relative;
}
.testimonial-card-overlay {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 250px;
  position: absolute;
  inset: 0% auto 0% 0%;
}
.testimonial-card-overlay.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}
.pricing-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---light-blue);
}
.pricing-section:where(.wf-variant-64f03a29-fbe0-370a-240c-73fe6cf6243d) {
  padding-top: 200px;
}
.section-title.is-pricing {
  max-width: 580px;
}
.section-title.is-related-project {
  text-align: left;
  max-width: 550px;
}
.pricing-card-block {
  background-color: var(--_colors---light-white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}
.pricing-card {
  grid-row-gap: 30px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 439px;
  padding: 30px;
  display: flex;
}
.pricing-card.v2 {
  background-color: var(--_colors---white);
  position: relative;
}
.pricing-card-top-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.pricing-card-head {
  grid-row-gap: 24px;
  border: 0 solid #07051533;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 323px;
  padding-bottom: 16px;
  display: flex;
}
.pricing-list-icon {
  object-fit: cover;
  max-width: 24px;
}
.pricing-card-title-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.price-wrap {
  color: var(--_colors---black);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.pricing-card-button {
  grid-column-gap: 8px;
  width: 100%;
  color: var(--_colors---black);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}
.pricing-card-button.v2 {
  background-color: var(--_colors---green);
}
.pricing-card-list-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.pricing-card-badge {
  grid-column-gap: 10px;
  background-color: var(--_colors---light-orange);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}
.pricing-card-badge-text {
  color: var(--_colors---white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}
.pricing-card-top {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.pricing-card-list-wrap, .pricing-card-list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.accordion-text-wrap {
  max-width: 671px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.accordion {
  background-color: var(--_colors---light-white);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 14px;
  display: flex;
  position: static;
  overflow: hidden;
}
.accordion-description-wrap {
  width: 100%;
  position: static;
}
.accordion-description-wrap.is-open {
  background-color: #0000;
  position: static;
  overflow: hidden;
}
.accordion-icon {
  width: 16px;
  height: 16px;
}
.accordion-icon.minus {
  position: absolute;
  inset: 7px 0% 0% 7px;
}
.accordion-title {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0a0a0a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 20px 16px;
  display: flex;
  position: static;
}
.accordion-icon-wrap {
  border: 1px solid var(--_colors---black);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}
.faq-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}
.faq-section:where(.wf-variant-18c21efa-cd46-59df-a5f6-fdcae676739f) {
  padding-top: 200px;
}
.faq-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.faq-accordion-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}
.quote-card {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--_colors---light-purple);
  color: #070515cc;
  flex-flow: column;
  flex: none;
  width: 340px;
  padding: 32px 25px;
  display: flex;
}
.quote-card.light-blue {
  background-color: var(--_colors---light-blue);
}
.quote-card.pink {
  background-color: var(--_colors---pink);
}
.quote-card-head {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_colors---black);
  flex-flow: column;
  display: flex;
}
.quote-card-block {
  height: 317.281px;
  display: flex;
  position: absolute;
  inset: auto 26% 284px auto;
}
.quote-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
}
.footer-top {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}
.footer-top-right {
  max-width: 528px;
  color: var(--_colors---white);
  position: relative;
}
.newsletter-widget {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 412px;
  color: var(--_colors---grey-2);
  flex-flow: column;
  display: flex;
}
.form {
  position: relative;
}
.button-primary {
  z-index: 1;
  background-color: var(--_colors---green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.button-primary-text {
  z-index: 3;
  color: var(--_colors---black);
  font-size: var(--_typography---font-size--button--button-sm);
  line-height: var(--_typography---line-height--buttons--button-sm);
  position: relative;
}
.button-primary-dot {
  background-color: var(--_colors---light-blue);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}
.about-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 684px;
  color: var(--_colors---white);
  text-align: center;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.about-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}
.about-stats-grid {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}
.stats-widget {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--_colors---white);
  border-left: 1px solid #ff8763;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 21px;
  display: flex;
}
.approach-card-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.approach-card {
  background-color: var(--_colors---white);
  border-radius: 20px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  overflow: hidden;
}
.approach-card-image-wrap {
  background-color: var(--_colors---light-yellow);
  border-radius: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  place-items: center;
  display: grid;
  overflow: hidden;
}
.approach-image {
  object-fit: contain;
}
.approach-card-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 313px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}
.about-section {
  background-color: var(--_colors---black);
  padding-top: 200px;
  padding-bottom: 45px;
}
.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 376px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.team-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-card-body {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  inset: auto 10px 10px;
}
.team-card-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.team-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---white);
}
.approach-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---light-white);
}
.footer-bottom {
  color: var(--_colors---white);
  text-align: center;
}
.milestone-slider {
  background-color: var(--_colors---transparent);
  border-radius: 16px;
  height: auto;
  overflow: hidden;
}
.milestone-slider-mask {
  width: 32%;
  height: auto;
  margin-bottom: 60px;
  overflow: visible;
}
.milestone-card {
  background-color: var(--_colors---green);
  height: 100%;
  min-height: 360px;
  color: var(--_colors---black);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}
.milestone-card:where(.wf-variant-7222ea6b-5df8-9f30-c029-65857471b56b) {
  background-color: var(--_colors---pink);
}
.milestone-card:where(.wf-variant-95d7e53d-9370-0109-6644-17524cbb4e3b) {
  background-color: var(--_colors---yellow);
}
.milestone-card:where(.wf-variant-85fe4476-4478-cf82-793c-024a7df050c4) {
  background-color: var(--_colors---light-blue);
}
.milestone-card:where(.wf-variant-39db18ee-f830-a589-2d77-06a58df1de11) {
  background-color: var(--_colors---light-purple);
}
.milestone-card:where(.wf-variant-859408f8-d053-5125-5b59-69e806e64b1a) {
  background-color: var(--_colors---light-orange);
}
.milestone-slide {
  margin-right: 6%;
}
.slide-nav {
  font-size: 8px;
  display: inline-block;
  position: relative;
  top: -42px;
}
.milestone-slide-arrow {
  background-color: var(--_colors---yellow);
  width: 52px;
  height: 52px;
  color: var(--_colors---black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.milestone-slide-arrow.left {
  left: -68px;
}
.milestone-slide-arrow.right {
  margin-top: -52px;
  right: -68px;
}
.arrow-icon {
  max-width: 16px;
}
.value-section {
  padding-bottom: var(--section-padding-lg);
}
.value-accordion {
  flex-flow: column;
  width: 100%;
  display: flex;
}
.value-accordion:where(.wf-variant-2c3a10bb-6166-7c80-ce90-bafdbd046b12) {
  position: relative;
}
.value-accordion-title {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--_colors---light-yellow);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}
.value-accordion-title.is-open {
  padding: 20px;
}
.value-accordion-description {
  z-index: 1;
  background-color: var(--_colors---pink);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 25px 25px 80px;
}
.value-accordion-description:where(.wf-variant-2c3a10bb-6166-7c80-ce90-bafdbd046b12) {
  padding: 25px 25px 120px;
  position: absolute;
  inset: 0% 0% auto;
}
.value-accordion-description.is-open {
  color: var(--_colors---black);
  inset: auto 0% 50%;
}
.value-accordion-description.is-open:where(.wf-variant-2c3a10bb-6166-7c80-ce90-bafdbd046b12) {
  border-radius: 0 0 8px 8px;
  min-height: 100%;
  inset: 75px 0% 0%;
}
.button-icon {
  z-index: 2;
  max-width: 24px;
  position: relative;
}
.value-icon-wrap {
  width: 42px;
  color: var(--_colors---white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.value-accordion-block {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.value-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}
.value-text-wrap:where(.wf-variant-2c3a10bb-6166-7c80-ce90-bafdbd046b12) {
  position: static;
}
.block-header {
  color: var(--_colors---black);
  padding: 16px 20px;
}
.banner {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---black);
}
.banner-description {
  max-width: 620px;
}
.banner-button {
  justify-content: center;
  align-items: center;
  display: flex;
}
.project-main-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}
.project-collection-list {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  max-width: 1087px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.project-widget {
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.project-widget-image-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.project-widget-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 784px;
  display: flex;
}
.project-widget-review {
  background-color: var(--_colors---light-purple);
  width: 100%;
  max-width: 315px;
  color: var(--_colors---black);
  border-radius: 8px;
  margin-top: 20px;
  margin-left: -30px;
  position: sticky;
  top: 40px;
  overflow: hidden;
  transform: rotate(4deg);
}
.project-widget-review.mobile-only {
  display: none;
}
.project-widget-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}
.project-widget-description-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  display: flex;
}
.project-review-author {
  text-align: right;
  background-color: #0705150d;
  padding: 20px;
}
.review-text-wrap {
  background-color: #07051505;
  padding: 40px 20px 20px;
}
.project-details-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}
.project-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1141px;
  display: flex;
}
.project-info-block {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.project-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.project-details-text-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.project-details-image-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.project-details-image {
  object-fit: cover;
}
.project-stats-block {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.project-title {
  color: var(--_colors---black);
  position: sticky;
  top: 40px;
}
.project-details-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.project-stats-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_colors---black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.project-details-banner {
  z-index: 1;
  height: 100vh;
  color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.project-details-image-overlay {
  z-index: -1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}
.project-details-banner-image {
  z-index: -1;
  position: absolute;
  inset: 0%;
}
.blog-widget {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  color: var(--_colors---black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.blog-widget-image-wrap {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.blog-widget-image {
  object-fit: cover;
}
.blog-widget-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.blog-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blog-section {
  padding-bottom: var(--section-padding-lg);
  position: relative;
}
.blog-details-block {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  text-decoration: none;
  display: flex;
}
.blog-details-banner {
  padding-top: 180px;
}
.blog-details-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-details-dot {
  background-color: var(--_colors---grey);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.blog-details-author-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}
.blog-details-author-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-author-image {
  max-width: 40px;
}
.blog-details-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---black);
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}
.blog-details-image-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.blog-details {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}
.blog-details-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.blog-socail-block {
  grid-row-gap: 80px;
  background-color: var(--_colors---light-white);
  width: 100%;
  max-width: 260px;
  color: var(--_colors---black);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 40px;
}
.blog-social-link-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.social-link {
  grid-column-gap: 10px;
  background-color: var(--_colors---white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}
.social-link:hover {
  background-color: var(--_colors---light-blue);
}
.social-link-icon {
  object-fit: cover;
}
.pricing-details-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 981px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
}
.pricing-details-left {
  grid-row-gap: 12px;
  background-color: var(--_colors---green);
  width: 100%;
  max-width: 482px;
  color: var(--_colors---black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
}
.pricing-details-text-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.pricing-details-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.pricing-details-list-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.pricing-details-right {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  text-decoration: none;
  display: flex;
}
.pricing-details-block {
  grid-row-gap: 30px;
  background-color: var(--_colors---yellow);
  width: 100%;
  color: var(--_colors---black);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}
.pricing-details-head {
  grid-row-gap: 24px;
  border: 0 solid #07051533;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}
.pricing-details-title-block {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.pricing-details-price {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}
.pricing-details-badge {
  grid-column-gap: 10px;
  color: var(--_colors---white);
  background-color: #ff8763;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}
.pricing-details-quote-block {
  grid-row-gap: 12px;
  background-color: var(--_colors---pink);
  width: 100%;
  color: var(--_colors---black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  transform: rotate(5deg);
}
.pricing-details-section {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---light-blue);
}
.pricing-details-icon {
  max-width: 36px;
}
.pricing-card-icon {
  object-fit: cover;
  max-width: 36px;
}
.career-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  color: var(--_colors---grey);
  background-color: #f8f8f8;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}
.career-card-info-wrapper {
  grid-row-gap: 10px;
  width: 100%;
  color: var(--_colors---black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.career-card-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.career-card-icon-wrap {
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  text-decoration: none;
  display: flex;
}
.career-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.career-card-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}
.link {
  color: var(--_colors---black);
}
.license-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.license-card {
  background-color: var(--_colors---light-purple);
  width: 100%;
  color: var(--_colors---black);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -10px 2px 20px #8181814d;
}
.license-card.light-blue {
  background-color: var(--_colors---light-blue);
}
.license-card.pink {
  background-color: var(--_colors---pink);
}
.license-card-title {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: right;
  background-color: #0705150d;
  padding: 20px;
}
.licesne-card-description {
  padding: 20px;
}
.changelog-section {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
}
.chenagelog-version-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 723px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}
.chenagelog-version {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.chenagelog-version-image-wrap {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.changelog-image {
  object-fit: cover;
}
.chenagelog-version-body {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.bold {
  font-weight: 700;
}
.project-service-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}
.project-banner-decorative-text {
  width: 2em;
  color: var(--_colors---yellow);
  background-image: url('../images/Project-Title-Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.related-project-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---light-white);
}
.project-widget-v2 {
  grid-row-gap: 20px;
  width: 100%;
  color: var(--_colors---grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.project-widget-v2-body {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.project-collection-list-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.project-widget-v2-image {
  min-height: 455px;
}
.project-widget-v2-text {
  text-overflow: ellipsis;
  max-height: 80px;
  overflow: hidden;
}
.blog-details-rich-text h2 {
  color: var(--_colors---black);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  letter-spacing: var(--_typography---letter-spacing--headings--h5);
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
.blog-details-rich-text p {
  margin-bottom: 40px;
}
.blog-details-rich-text blockquote {
  background-color: var(--_colors---light-white);
  border-left-width: 0;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 15px;
}
.blog-details-rich-text ul {
  margin-top: -30px;
  padding-left: 20px;
}
.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
}
.blog-tab-link {
  background-color: var(--_colors---transparent);
  color: var(--_colors---grey-2);
  border-radius: 32px;
  padding: 8px 0;
}
.blog-tab-link[aria-current="page"] {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
  padding-left: 24px;
  padding-right: 24px;
}
.blog-tab-bg {
  background-color: var(--_colors---black);
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}
.collection-list-wrapper, .add-to-cart {
  width: 100%;
}
.out-of-stock-state {
  background-color: var(--_colors---black);
  width: 100%;
  color: var(--_colors---yellow);
  text-align: center;
  border-radius: 12px;
  padding: 16px;
}
.product-error {
  background-color: var(--_colors---light-white);
  color: var(--_colors---light-orange);
  text-align: center;
  border-radius: 12px;
  padding: 16px;
}
.add-to-cart-button {
  grid-column-gap: 8px;
  width: 100%;
  color: var(--_colors---black);
  background-color: #b4dbff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}
.contact-section {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---black);
}
.contact-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}
.contact-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 607px;
  display: flex;
}
.contact-image-wrap {
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}
.contact-form-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}
.contact-right {
  background-color: var(--_colors---white);
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 693px;
  padding: 25px;
  display: flex;
}
.input-field {
  border: 1px solid var(--_colors---transparent);
  background-color: var(--_colors---light-white);
  height: auto;
  color: var(--_colors---black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 26px 20px;
}
.input-field:focus {
  border-color: var(--_colors---transparent);
}
.input-field::placeholder {
  color: var(--_colors---grey);
}
.input-field.text-area {
  min-height: 205px;
}
.input-field-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.input-field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.field-label {
  color: var(--_colors---black);
  font-family: Anton, sans-serif;
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h6);
  letter-spacing: var(--_typography---letter-spacing--headings--h5);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}
.form-button-wrap {
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}
.select-field {
  border: 1px solid var(--_colors---transparent);
  background-color: var(--_colors---transparent);
  height: auto;
  color: var(--_colors---grey);
  margin-bottom: 0;
  padding: 0;
}
.select-field:focus {
  border-color: var(--_colors---transparent);
}
.form-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---black);
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}
.submit-button-02 {
  z-index: 5;
  background-color: var(--_colors---yellow);
  opacity: 0;
  color: var(--_colors---black);
  border-radius: 100px;
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  inset: 0%;
}
.contact-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_colors---pink);
  height: auto;
  color: var(--_colors---black);
  background-image: url('../images/Vector-2.svg');
  background-position: 105% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}
.changelog-list {
  width: 100%;
  max-width: 523px;
}
.changelog-date {
  max-width: 119px;
  color: var(--_colors---black);
}
.changelog-divider {
  border-bottom: 1px dashed #07051533;
  width: 100%;
}
.checkout-form {
  background-color: var(--_colors---transparent);
  padding: 0;
}
.checkout-section {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
}
.paypal-checkout-form, .order-confirmation {
  padding: 0;
}
.order-item-title-wrap {
  margin-left: 0;
  margin-right: 0;
}
.line-item {
  color: var(--_colors---black);
}
.hero-particle-04 {
  background-image: url('../images/Hero-Particle.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  display: inline-block;
}
.hero-particle-02 {
  pointer-events: none;
  color: #e15300;
  background-color: #ffe9dc;
  border: 1px solid #ff6200b3;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: 10% 36px auto auto;
  transform: rotate(20deg);
  box-shadow: 0 20px 12px #ff5e0014, 0 9px 9px #ff5e0021, 0 2px 5px #ff5d0026;
}
.about-particle-3 {
  color: #ad73e6;
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  background-color: #f4e8ff;
  border: 1px solid #aa73e666;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: auto auto -2px 27px;
  transform: rotate(-15deg);
  box-shadow: 0 20px 12px #ac73e614, 0 9px 9px #ac73e621, 0 2px 5px #ac73e626;
}
.hero-particle-01 {
  color: #dca100;
  background-color: #fffcc5;
  border: 1px solid #fd0;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: 52px auto auto 11px;
  overflow: hidden;
  transform: rotate(-30deg);
  box-shadow: 0 20px 20px #ffea001a, 0 9px 9px #ffea002b, 0 2px 5px #ffe90033;
}
.logo {
  object-fit: fill;
  flex: none;
  width: 150px;
  margin-right: 80px;
}
.logo-row-wrap {
  display: flex;
}
.about-us-particle {
  background-image: url('../images/Stats-Particle.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1em;
  display: inline-block;
}
.glow-effect-wrapper {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.button-secondary {
  z-index: 1;
  color: var(--_colors---black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
}
.button-secondary:hover {
  transform: scale(1.05);
}
.star {
  opacity: .37;
  filter: blur(5px);
  max-width: 115%;
}
.lottie {
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}
.lottie.horizontal {
  transform: rotate(90deg);
}
.glow-circle {
  background-color: var(--_colors---white);
  filter: blur(20px);
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.glow-circle._50-opacity {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---green), var(--_colors---light-blue));
  opacity: .2;
}
.glow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}
.glow-wrapper._2 {
  width: 200px;
  height: 200px;
}
.button-content-wrap {
  z-index: 3;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--_colors---green);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  padding: 17px 42px;
  font-family: Varela Round, sans-serif;
  line-height: 1;
  transition: all .6s;
  display: flex;
  position: relative;
}
.button-secondary-container {
  z-index: 1;
  background-image: linear-gradient(#fff9 20%, #ffffff1a);
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.button-content-wrapper {
  background-color: var(--_colors---black);
  border-radius: 999px;
  padding: 4px;
  position: relative;
}
.cart-line-item {
  color: var(--_colors---white);
}
.button-tertiary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_colors---green);
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14.5px 43px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.button-tertiary.bg-yellow {
  background-color: var(--_colors---yellow);
}
.button-tertiary-bg {
  z-index: 1;
  background-color: var(--_colors---light-blue);
  border-radius: 30%;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 150px;
  display: flex;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -120%);
}
.button-tertiary-text {
  z-index: 2;
  color: var(--_colors---black);
  font-size: var(--_typography---font-size--button--button-sm);
  line-height: var(--_typography---line-height--buttons--button-sm);
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.button-tertiary-text:hover {
  box-shadow: none;
}
.project-card-wrap {
  perspective: 100vw;
  position: relative;
}
.error-particle-02 {
  object-fit: fill;
  width: 15%;
  max-width: 190px;
  height: auto;
  position: absolute;
  inset: 20% auto auto 7%;
}
.error-particle {
  width: 20%;
  max-width: 155px;
  height: auto;
  position: absolute;
  inset: -20px -122px 0% auto;
}
.error-particle-03 {
  width: 16%;
  max-width: 195px;
  height: auto;
  position: absolute;
  inset: auto auto 0% 30%;
}
.inside-slide-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--_colors---yellow);
  height: 100%;
  min-height: 500px;
  color: var(--_colors---black);
  border-radius: 20px;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}
.inside-slide-content._02 {
  background-color: var(--_colors---light-purple);
}
.inside-slide-content._03 {
  background-color: var(--_colors---light-blue);
}
.inside-slide-content._04 {
  background-color: var(--_colors---pink);
}
.inside-right {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.inside-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 304px;
  display: flex;
}
.inside-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: 70px;
  overflow: hidden;
}
.inside-right-text {
  background-color: var(--_colors---white);
  text-transform: uppercase;
  border-radius: 18px;
  max-width: 271px;
  padding: 20px;
  position: absolute;
  inset: auto 12px 12px auto;
}
.inside-right-wrap {
  width: 100%;
  max-width: 479px;
  position: relative;
  overflow: hidden;
}
.slide {
  margin-right: 20px;
  overflow: hidden;
}
.about-title-wrap {
  position: relative;
}
.about-particle {
  position: absolute;
  inset: auto -7px 60px auto;
}
.sg-banner {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
}
.button-lg {
  font-size: var(--_typography---font-size--button--button-lg);
  line-height: var(--_typography---line-height--buttons--button-lg);
}
.sg-color-widget-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.license-section {
  padding-top: 200px;
  padding-bottom: var(--section-padding-lg);
}
.blog-details-image {
  max-height: 572px;
}
.related-blog {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---light-white);
}
.password-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 730px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.password-field-label {
  font-weight: 400;
}
.password-input-wrap {
  width: 100%;
  max-width: 412px;
  position: relative;
}
.quote-image {
  object-fit: cover;
}
.quote-content-block {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}
.quote-image-wrap {
  z-index: 3;
  max-width: 629px;
  margin-bottom: 0;
  position: relative;
}
.project-card-button-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}
.modal {
  z-index: 5;
  background-color: var(--_colors---white);
  border-radius: 30px;
  width: 100%;
  max-width: 693px;
  padding: 25px;
  position: relative;
}
.modal-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_colors---black);
  flex-flow: column;
  margin-bottom: 35px;
  display: flex;
}
.modal-input-field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.modal-wrapper {
  z-index: 55555;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0705154d;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}
.modal-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}
.modal-bg {
  z-index: 2;
  position: absolute;
  inset: 0%;
}
.project-rich-text p {
  margin-bottom: 15px;
}
.copyright-link {
  color: var(--_colors---white);
  text-decoration: none;
  transition: color .3s;
}
.copyright-link:hover {
  color: var(--_colors---green);
}
.footer-particle-01 {
  display: inline-block;
  position: absolute;
  inset: -8% auto auto 10px;
}
.footer-particle-02 {
  display: inline-block;
  position: absolute;
  inset: auto 100px -45px auto;
}
.cookies-block {
  z-index: 5555;
  grid-row-gap: 21px;
  background-color: var(--_colors---pink);
  width: 100%;
  max-width: 244px;
  color: var(--_colors---black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 40px 40px;
}
.cookies-button {
  grid-column-gap: 8px;
  background-color: var(--_colors---white);
  color: var(--_colors---black);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}
.quote-card-wrapper {
  border-radius: 20px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.quote-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.stats-number-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.about-particle-01 {
  position: absolute;
  inset: -40px auto auto -4px;
}
.about-particle-02 {
  position: absolute;
  inset: -52px 78px auto auto;
}
.about-particle-03 {
  position: absolute;
  inset: auto auto -70px 10px;
}
.license-link {
  color: var(--_colors---light-orange);
  text-decoration: none;
}
.quote-overlay {
  background-color: var(--_colors---white);
  width: 27%;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.slide-nav-2 {
  display: none;
}
.inside-slide {
  height: 100%;
  margin-right: 25px;
}
.inside-slider-mask {
  width: 70%;
  height: 100%;
  margin-bottom: 48px;
  overflow: visible;
}
.inside-slider {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}
.slide-arrow {
  width: 18px;
  height: auto;
}
.left-arrow {
  background-color: var(--_colors---black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  left: -30px;
  right: auto;
}
.right-arrow {
  background-color: var(--_colors---black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -50px;
  right: -30px;
}
.about-testimonial-client-name {
  font-family: Geist, sans-serif;
  font-weight: 500;
}
.about-testimonial-team-designation {
  text-transform: none;
  margin-top: 6px;
}
.text-block-6 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.mini-link-icon {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-right: .7rem;
  padding: 0 0;
}
.text-block-4 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.all-access-card {
  background-color: #7c7c7c26;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  position: fixed;
  inset: auto 0% 0% auto;
}
.all-access-card:hover {
  box-shadow: 4px 4px 25px #0003;
}
.all-access-card.frosted-glass {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  min-width: 16rem;
  margin-left: auto;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}
.all-access-card.frosted-glass:hover {
  border-width: 1px;
  border-color: #0158ff;
}
.accordion-pane {
  background-color: #0000;
  padding-bottom: .9rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  overflow: hidden;
}
.order-header {
  color: #0158ff;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: var(--_typography---line-height--headings--h1);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}
.text-block-5 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.close-img {
  background-color: #616161;
  border-radius: 50%;
  width: 38px;
  padding: .6rem;
  transition: transform .2s;
}
.close-img:hover {
  transform: scale(1.1);
}
.close-img:active {
  transform: none;
}
.mini-nav-link {
  color: #fffcf1;
  align-items: center;
  margin-bottom: .9rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1;
  transition: transform .4s;
  display: flex;
}
.mini-nav-link:hover {
  transform: translate(7px);
}
.mini-nav-link:active {
  transform: none;
}
.mini-nav-link[aria-current="page"] {
  font-weight: 800;
}
.accordion-tab-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  display: flex;
  position: relative;
}
.modal-close-btn {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: none;
  position: absolute;
  inset: 3% 2% auto auto;
}
.text-block-3 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.div-block {
  background-color: var(--_colors---yellow);
  border: .6px solid #fd0;
  border-radius: 7px;
}
.div-block-2 {
  padding: 7.63px 12.71px;
}
.div-block-3 {
  background-image: linear-gradient(#f8f8f8, #ffe357);
  padding: 5px 15px;
}
.paragraph {
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  font-weight: 500;
}
.div-block-4 {
  background-image: linear-gradient(#ffc796, #ffc797);
  padding: 5px 15px;
}
.div-block-5 {
  background-image: linear-gradient(#e8e3e0, #ffc797);
  border-radius: 7px;
  padding: 5px 15px;
}
.paragraph-2 {
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  font-weight: 500;
}
.div-block-6 {
  background-image: linear-gradient(#fff3 34%, #a973e6cc);
  border-radius: 7px;
  padding: 5px 15px;
}
.paragraph-3 {
  font-weight: 500;
}
.about-particle-1 {
  color: #dca100;
  background-color: #fffcc5;
  border: 1px solid #fd0;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: -27px auto auto 11px;
  overflow: hidden;
  transform: rotate(-19deg);
  box-shadow: 0 20px 20px #ffea001a, 0 9px 9px #ffea002b, 0 2px 5px #ffe90033;
}
.about-particle-2 {
  pointer-events: none;
  color: #e15300;
  background-color: #ffe9dc;
  border: 1px solid #ff6200b3;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: -10% 94px auto auto;
  transform: rotate(20deg);
  box-shadow: 0 20px 12px #ff5e0014, 0 9px 9px #ff5e0021, 0 2px 5px #ff5d0026;
}
.footer-particle-2 {
  color: #ad73e6;
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  background-color: #f4e8ff;
  border: 1px solid #aa73e666;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: auto 100px 16px auto;
  transform: rotate(17deg);
  box-shadow: 0 20px 12px #ac73e614, 0 9px 9px #ac73e621, 0 2px 5px #ac73e626;
}
.footer-particle-1 {
  color: #dca100;
  background-color: #fffcc5;
  border: 1px solid #fd0;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: 0 auto auto 22px;
  overflow: hidden;
  transform: rotate(-19deg);
  box-shadow: 0 20px 20px #ffea001a, 0 9px 9px #ffea002b, 0 2px 5px #ffe90033;
}
.hero-particle-03 {
  background-color: #f4e8ff;
  border-radius: 7px;
  position: absolute;
  inset: auto;
}
.hero-particle-3 {
  color: #ad73e6;
  font-size: var(--_typography---font-size--paragraphs--text-sm);
  background-color: #f4e8ff;
  border: 1px solid #aa73e666;
  border-radius: 7px;
  padding: 0;
  position: absolute;
  inset: auto 83px 74px auto;
  transform: rotate(-15deg);
  box-shadow: 0 20px 12px #ac73e614, 0 9px 9px #ac73e621, 0 2px 5px #ac73e626;
}
.promo-text {
  color: #000;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}
.unlock-full-access {
  color: #0158ff;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
.circle {
  background-color: #0158ff;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
}
.buy-template-button {
  background-color: #7c7c7c26;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  position: fixed;
  inset: auto 0% 0% auto;
}
.buy-template-button:hover {
  box-shadow: 4px 4px 25px #0003;
}
.buy-template-button.frosted-glass {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 16rem;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}
.buy-template-button.frosted-glass:hover {
  border-width: 1px;
  border-color: #0158ff;
}
.promo-cards {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.image {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 1280px) {
.footer-main-left-block {
    max-width: 376px;
  }
.heading-06 {
    letter-spacing: .065rem;
  }
}
@media screen and (min-width: 1440px) {
.nav-dropdown-link {
    letter-spacing: -.04em;
    font-size: 18px;
    line-height: 1.2em;
  }
.footer-main-left-block {
    max-width: 396px;
  }
.banner-title-block {
    margin-bottom: 32px;
  }
.sg-link {
    border-right-color: #bfbfbf;
  }
.sg-link[aria-current="page"] {
    border-right-color: #ff2d2d;
  }
.logo-content-block {
    justify-content: flex-start;
    align-items: center;
  }
.service-card.pink {
    background-color: var(--_colors---pink);
  }
.service-card.yellow {
    background-color: var(--_colors---yellow);
  }
.service-card.light-blue {
    background-color: var(--_colors---light-blue);
  }
.service-card.light-purple {
    background-color: var(--_colors---light-purple);
  }
.service-card.green {
    background-color: var(--_colors---green);
  }
.pricing-card-button {
    transition: background-color .3s;
  }
.pricing-card-button:hover {
    background-color: var(--_colors---light-blue);
  }
.collection-list-wrapper {
    width: 100%;
  }
.checkout-form, .paypal-checkout-form {
    background-color: var(--_colors---transparent);
  }
.quote-content-block {
    position: relative;
  }
.quote-sticky {
    justify-content: flex-end;
    align-items: center;
  }
.quote-overlay {
    background-color: var(--_colors---white);
    position: absolute;
    inset: 0% 0% 0% auto;
  }
}
@media screen and (max-width: 991px) {
body {
    --_typography---font-size--paragraphs--text-default: 18px;
    --_typography---line-height--paragraphs--text-default: 1.45em;
    --_typography---font-size--headings--h1: 66px;
    --_typography---line-height--headings--h1: 1.2em;
    --_typography---letter-spacing--headings--h1: -.02em;
    --_typography---font-size--headings--h2: 56px;
    --_typography---line-height--headings--h2: 1.1em;
    --_typography---letter-spacing--headings--h2: -.02em;
    --_typography---font-size--headings--h3: 44px;
    --_typography---line-height--headings--h3: 1.15em;
    --_typography---letter-spacing--headings--h3: 0em;
    --_typography---font-size--headings--h4: 28px;
    --_typography---line-height--headings--h4: 1.25em;
    --_typography---letter-spacing--headings--h4: 0em;
    --_typography---font-size--headings--h5: 20px;
    --_typography---line-height--headings--h5: 1.5em;
    --_typography---letter-spacing--headings--h5: -.02em;
    --_typography---font-size--headings--h6: 18px;
    --_typography---line-height--headings--h6: 1.5em;
    --_typography---letter-spacing--headings--h6: 0em;
    --_typography---font-size--button--button-sm: 16px;
    --_typography---line-height--buttons--button-sm: 1.5em;
    --_typography---font-size--paragraphs--text-sm: 16px;
    --_typography---line-height--paragraphs--text-sm: 1.5em;
    --_typography---font-size--paragraphs--text-lg: 20px;
    --_typography---line-height--paragraphs--text-lg: 1.5em;
    --_typography---font-size--button--button-lg: 22px;
    --_typography---line-height--buttons--button-lg: 1.27em;
    --_typography---font-size--tag--tag: 16px;
    --_typography---line-height--buttons--tag--tag: 1.5em;
    --_typography---letter-spacing--paragraphs--text-lg: -.02em;
    --_typography---letter-spacing--paragraphs--text-default: 0em;
    --_typography---letter-spacing--paragraphs--text-sm: -.02em;
    --_typography---letter-spacing--button--button-lg: -.02em;
    --_typography---letter-spacing--button--button-sm: 0em;
    --_typography---letter-spacing--tag--tag: -.03em;
    --container: 1360px;
    --section-padding-lg: 100px;
    --section-padding-sm: 80px;
    --heading-font: Anton, sans-serif;
    --body-font: Geist, sans-serif;
  }
.nav-button-wrap.desktop-only {
    display: none;
  }
.menu-button {
    padding: 0;
  }
.menu-button.is-open {
    background-color: #0000;
  }
.hamburger-line-top {
    background-color: var(--_colors---green);
    border-radius: 16px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
.hamburger-line-top:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    background-color: var(--_colors---black);
  }
.dropdown-title {
    margin-top: 5px;
  }
.hamburger-line-bottom {
    background-color: var(--_colors---green);
    border-radius: 16px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
.hamburger-line-bottom:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    background-color: var(--_colors---black);
  }
.cart-item-text-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.nav-link {
    margin-left: 0;
    padding: 4px 0;
  }
.nav-link:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    color: var(--_colors---white);
  }
.nav-link:hover:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    color: var(--_colors---green);
  }
.dropdown-link-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: auto;
  }
.nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #262626cc;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
.hamburger-line-middle {
    background-color: var(--_colors---green);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
.hamburger-line-middle:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    background-color: var(--_colors---black);
  }
.cart-button {
    padding: 12px 16px;
  }
.dropdown-list {
    background-color: #01050966;
    overflow: hidden;
  }
.dropdown-list.is-open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    padding: 0;
    left: auto;
  }
.dropdown-link-wrapper {
    padding-top: 0;
  }
.nav-dropdown-toggle {
    padding-top: 4px;
    padding-bottom: 4px;
  }
.nav-dropdown-toggle:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    color: var(--_colors---white);
  }
.nav-dropdown-toggle.is-open {
    margin-bottom: 0;
  }
.hamburger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }
.nav-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 720px;
  }
.dropdown-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: auto;
  }
.nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
  }
.cart-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.header {
    z-index: 2147483647;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.nav-dropdown {
    width: 100%;
    margin-left: 0;
    padding-top: 4px;
    display: block;
  }
.sg-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.color-widget {
    border-radius: 16px;
    min-height: 200px;
  }
.footer-main-left-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.sg-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
.footer-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.sg-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.sg-typography-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.footer-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 32px;
  }
.sg-link-block {
    z-index: 10;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    max-width: none;
    padding-top: 0;
    position: sticky;
    top: 10px;
  }
.banner-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.sg-button-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.sg-typography-details-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.footer-link-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.footer {
    background-image: none;
  }
.sg-link {
    border-bottom: 1px solid #e4e4e4;
    border-right-style: none;
    font-size: 22px;
  }
.sg-link[aria-current="page"] {
    border-bottom-color: #ff5d17;
  }
.sg-section {
    padding-bottom: 80px;
  }
.hero-section {
    padding-top: 140px;
  }
.hero-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 555px;
  }
.logo-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.service-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.section-title-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
.section-title-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.section-title-right {
    width: auto;
    max-width: none;
  }
.service-card-block {
    grid-template-columns: 1fr 1fr;
  }
.service-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 140px;
  }
.about-us-content-block {
    flex-flow: column;
  }
.about-us-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.about-us-left-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.about-us-right-top {
    max-width: 700px;
  }
.section-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 570px;
    margin-bottom: 40px;
  }
.section-title-block.is-project {
    max-width: 500px;
  }
.section-title-block.is-team, .section-title-block.is-milestone {
    max-width: 450px;
  }
.section-title-block.is-value {
    max-width: 401px;
  }
.project-card {
    padding-top: 200px;
    padding-bottom: 200px;
  }
.project-card-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.project-card-title-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.testimonial-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.testimonial-card-overlay {
    width: 200px;
  }
.pricing-section:where(.wf-variant-64f03a29-fbe0-370a-240c-73fe6cf6243d) {
    padding-top: 160px;
  }
.section-title.is-pricing {
    max-width: 460px;
  }
.pricing-card {
    padding: 24px;
  }
.accordion-title {
    font-size: 22px;
  }
.accordion-title-wrap {
    justify-content: space-between;
  }
.faq-section:where(.wf-variant-18c21efa-cd46-59df-a5f6-fdcae676739f) {
    padding-top: 160px;
  }
.faq-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
.faq-accordion-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.quote-card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
.quote-card-block {
    height: 255px;
    bottom: 228px;
  }
.footer-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-bottom: 40px;
  }
.footer-top-right {
    max-width: none;
  }
.newsletter-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }
.about-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }
.about-stats-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }
.approach-card-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.approach-card-body {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
.about-section {
    padding-top: 140px;
  }
.team-card {
    max-width: none;
  }
.team-card-body {
    padding: 16px;
  }
.team-card-block {
    grid-template-columns: 1fr 1fr 1fr;
  }
.milestone-slider-mask {
    width: 48.5%;
    margin-bottom: 40px;
  }
.milestone-card {
    min-height: 340px;
    padding: 32px;
  }
.value-accordion-block {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
.value-button-wrap {
    justify-content: center;
    align-items: center;
  }
.banner {
    padding-top: 160px;
  }
.project-widget-left {
    max-width: 500px;
  }
.project-widget-review {
    max-width: 257px;
  }
.project-widget-body {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.project-widget-description-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.project-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.project-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.project-details-image-wrap {
    border-radius: 16px;
  }
.project-stats-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.blog-widget {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.blog-widget-body {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.blog-collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
.blog-details-banner {
    padding-top: 140px;
  }
.blog-details-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }
.blog-details-image-wrap {
    border-radius: 16px;
  }
.blog-socail-block {
    grid-row-gap: 60px;
    max-width: 245px;
    padding: 24px;
  }
.pricing-details-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.pricing-details-section {
    padding-top: 140px;
  }
.career-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.career-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
.license-card-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.changelog-section {
    padding-top: 140px;
  }
.chenagelog-version-image-wrap {
    border-radius: 24px;
  }
.project-collection-list-v2 {
    grid-template-columns: 1fr 1fr;
  }
.project-widget-v2-image {
    min-height: 400px;
  }
.blog-details-rich-text h2 {
    margin-top: 32px;
  }
.blog-details-rich-text p, .blog-details-rich-text blockquote {
    margin-bottom: 32px;
  }
.blog-details-rich-text ul {
    margin-top: -24px;
  }
.contact-section {
    padding-top: 160px;
  }
.contact-content-block {
    flex-flow: column;
  }
.contact-left {
    max-width: none;
  }
.contact-image-wrap {
    border-radius: 24px;
  }
.contact-right {
    border-radius: 24px;
    max-width: none;
  }
.input-field.text-area {
    min-height: 180px;
  }
.input-field-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.contact-text-block {
    border-radius: 24px;
    height: auto;
  }
.checkout-section {
    padding-top: 140px;
  }
.logo {
    width: 140px;
    margin-right: 60px;
  }
.inside-section {
    padding-bottom: 50px;
  }
.about-title-wrap {
    max-width: 554px;
  }
.about-particle {
    bottom: 41px;
  }
.sg-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }
.license-section {
    padding-top: 140px;
  }
.password-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 570px;
    margin-bottom: 40px;
  }
.quote-image-wrap {
    max-width: 505px;
  }
.modal {
    border-radius: 24px;
  }
.project-rich-text p {
    margin-bottom: 12px;
  }
.cookies-block {
    bottom: 20px;
    left: 20px;
  }
.inside-slider-mask, .accordion-pane {
    width: 100%;
  }
.order-header {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
body {
    --_typography---font-size--paragraphs--text-default: 18px;
    --_typography---line-height--paragraphs--text-default: 1.45em;
    --_typography---font-size--headings--h1: 52px;
    --_typography---line-height--headings--h1: 1.2em;
    --_typography---letter-spacing--headings--h1: -.02em;
    --_typography---font-size--headings--h2: 48px;
    --_typography---line-height--headings--h2: 1.1em;
    --_typography---letter-spacing--headings--h2: -.02em;
    --_typography---font-size--headings--h3: 40px;
    --_typography---line-height--headings--h3: 1.15em;
    --_typography---letter-spacing--headings--h3: 0em;
    --_typography---font-size--headings--h4: 24px;
    --_typography---line-height--headings--h4: 1.25em;
    --_typography---letter-spacing--headings--h4: 0em;
    --_typography---font-size--headings--h5: 20px;
    --_typography---line-height--headings--h5: 1.5em;
    --_typography---letter-spacing--headings--h5: -.02em;
    --_typography---font-size--headings--h6: 18px;
    --_typography---line-height--headings--h6: 1.5em;
    --_typography---letter-spacing--headings--h6: 0em;
    --_typography---font-size--button--button-sm: 16px;
    --_typography---line-height--buttons--button-sm: 1.5em;
    --_typography---font-size--paragraphs--text-sm: 16px;
    --_typography---line-height--paragraphs--text-sm: 1.5em;
    --_typography---font-size--paragraphs--text-lg: 20px;
    --_typography---line-height--paragraphs--text-lg: 1.5em;
    --_typography---font-size--button--button-lg: 22px;
    --_typography---line-height--buttons--button-lg: 1.27em;
    --_typography---font-size--tag--tag: 16px;
    --_typography---line-height--buttons--tag--tag: 1.5em;
    --_typography---letter-spacing--paragraphs--text-lg: -.02em;
    --_typography---letter-spacing--paragraphs--text-default: 0em;
    --_typography---letter-spacing--paragraphs--text-sm: -.02em;
    --_typography---letter-spacing--button--button-lg: -.02em;
    --_typography---letter-spacing--button--button-sm: 0em;
    --_typography---letter-spacing--tag--tag: -.03em;
    --container: 1360px;
    --section-padding-lg: 80px;
    --section-padding-sm: 60px;
    --heading-font: Anton, sans-serif;
    --body-font: Geist, sans-serif;
  }
.cart-item-text-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.nav-link:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    color: var(--_colors---white);
  }
.nav-link:hover:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    color: var(--_colors---green);
  }
.nav-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }
.dropdown-list.is-open {
    padding-top: 5px;
  }
.nav-dropdown-toggle:where(.wf-variant-6adc7cd3-e6e5-2677-d9a3-4ab568167aa5) {
    color: var(--_colors---white);
  }
.apple-pay {
    height: 48px;
  }
.hamburger {
    width: 44px;
    height: 44px;
  }
.nav-link-wrap {
    max-width: 540px;
  }
.error-state {
    padding: 14px;
  }
.dropdown-link-block {
    grid-template-rows: auto;
    height: 250px;
  }
.cart-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.cart-image {
    max-width: 112px;
  }
.sg-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.color-widget {
    border-radius: 12px;
    min-height: 180px;
  }
.footer-main-left-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.footer-link-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.sg-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.sg-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.footer-main {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-auto-columns: .25fr;
    margin-bottom: 24px;
  }
.banner-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.sg-button-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }
.footer-link-widget {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.footer {
    background-image: none;
  }
.sg-link {
    font-size: 20px;
  }
.text-lg {
    font-size: 18px;
  }
.sg-section {
    padding-bottom: 60px;
  }
.hero-section {
    padding-top: 120px;
  }
.button-secondary-text {
    font-size: var(--_typography---font-size--button--button-lg);
  }
.hero-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 439px;
  }
.logo-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.service-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.section-title-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.section-title-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.section-title-left.is-related-blog {
    max-width: none;
  }
.service-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 100px 20px 20px;
  }
.about-us-content-block, .about-us-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.about-us-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.about-us-left-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.about-us-description-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
.section-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 485px;
    margin-bottom: 32px;
  }
.section-title-block.is-project {
    max-width: 400px;
  }
.section-title-block.is-team {
    max-width: 370px;
  }
.section-title-block.is-milestone {
    max-width: 385px;
  }
.section-title-block.is-value {
    max-width: 301px;
  }
.section-title-block.is-related-project, .section-title-block.is-related-blog {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
.about-us-description-wrap {
    max-width: none;
  }
.project-card {
    padding-top: 160px;
    padding-bottom: 160px;
  }
.project-card-body {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.testimonial-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.testimonial-card-overlay {
    width: 140px;
  }
.pricing-section:where(.wf-variant-64f03a29-fbe0-370a-240c-73fe6cf6243d) {
    padding-top: 120px;
  }
.section-title.is-pricing {
    max-width: 391px;
  }
.section-title.is-related-project {
    max-width: none;
  }
.pricing-card-block {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }
.pricing-card {
    max-width: none;
  }
.accordion-text-wrap {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
.accordion {
    padding-bottom: 4px;
  }
.accordion-title {
    font-size: 20px;
  }
.accordion-title-wrap {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
.faq-section:where(.wf-variant-18c21efa-cd46-59df-a5f6-fdcae676739f) {
    padding-top: 120px;
  }
.faq-accordion-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.quote-card {
    border-radius: 16px;
    width: 100%;
  }
.quote-card-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    position: static;
  }
.quote-section {
    height: auto;
    padding-bottom: var(--section-padding-lg);
  }
.footer-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.newsletter-widget {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.about-content-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 60px;
  }
.about-stats-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.approach-card-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
.approach-card-body {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
.about-section {
    padding-top: 120px;
  }
.team-card-image {
    object-position: 50% 10%;
    min-height: 450px;
    max-height: 450px;
  }
.team-card-body {
    padding: 12px;
  }
.team-card-block {
    grid-template-columns: 1fr 1fr;
  }
.footer-bottom {
    text-align: left;
  }
.milestone-slider-mask {
    width: 100%;
    margin-bottom: 32px;
  }
.milestone-card {
    min-height: 320px;
    padding: 24px;
  }
.banner {
    padding-top: 120px;
  }
.project-widget {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
.project-widget-left {
    max-width: none;
    position: relative;
  }
.project-widget-review {
    max-width: none;
    margin-left: 0;
  }
.project-widget-review.mobile-only {
    display: block;
    position: static;
  }
.project-widget-review.desktop-only {
    display: none;
  }
.project-widget-body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
.project-widget-description-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.review-text-wrap {
    padding-top: 20px;
  }
.project-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.project-details-image-wrap {
    border-radius: 12px;
  }
.project-stats-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }
.project-title {
    position: static;
  }
.project-details-content-block {
    flex-flow: column;
  }
.blog-widget-body {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.blog-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
.blog-details-banner {
    padding-top: 120px;
  }
.blog-details-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.blog-details-image-wrap {
    border-radius: 12px;
  }
.blog-details-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
.blog-socail-block {
    order: 1;
    position: static;
  }
.pricing-details-content-block {
    flex-flow: column;
    padding-bottom: 40px;
  }
.pricing-details-left {
    max-width: none;
    padding: 20px;
  }
.pricing-details-text-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.pricing-details-right {
    max-width: none;
  }
.pricing-details-section {
    padding-top: 120px;
  }
.career-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.license-card-block {
    grid-template-columns: 1fr;
  }
.changelog-section {
    padding-top: 120px;
  }
.chenagelog-version-image-wrap {
    border-radius: 16px;
  }
.project-collection-list-v2 {
    grid-template-columns: 1fr;
  }
.project-widget-v2-image {
    min-height: 300px;
  }
.blog-details-rich-text h2 {
    margin-top: 24px;
  }
.blog-details-rich-text p, .blog-details-rich-text blockquote {
    margin-bottom: 24px;
  }
.blog-details-rich-text ul {
    margin-top: -14px;
  }
.contact-section {
    padding-top: 120px;
  }
.contact-image-wrap {
    border-radius: 16px;
  }
.contact-right {
    border-radius: 16px;
    padding: 20px;
  }
.input-field {
    padding-top: 16px;
    padding-bottom: 16px;
  }
.input-field.text-area {
    min-height: 160px;
  }
.input-field-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.contact-text-block {
    border-radius: 16px;
    padding: 20px;
  }
.checkout-section {
    padding-top: 120px;
  }
.hero-particle-02, .about-particle-3, .hero-particle-01 {
    display: none;
  }
.logo {
    width: 120px;
    margin-right: 40px;
  }
.button-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 12px 32px;
  }
.inside-slide-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 20px;
  }
.inside-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }
.inside-section {
    padding-bottom: 30px;
  }
.inside-right-text {
    max-width: none;
    padding: 16px;
    left: 12px;
  }
.about-title-wrap {
    max-width: 452px;
  }
.about-particle {
    display: none;
  }
.sg-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
.sg-color-widget-wrap {
    grid-template-columns: 1fr 1fr;
  }
.license-section {
    padding-top: 120px;
  }
.password-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 485px;
    margin-bottom: 32px;
  }
.quote-content-block {
    height: auto;
  }
.quote-image-wrap {
    display: none;
  }
.modal {
    border-radius: 16px;
  }
.modal-input-field-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.modal-wrap {
    border-radius: 16px;
    justify-content: center;
    align-items: flex-start;
    max-height: 500px;
  }
.project-rich-text p {
    margin-bottom: 8px;
  }
.footer-particle-01, .footer-particle-02 {
    display: none;
  }
.quote-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.quote-sticky {
    height: auto;
  }
.about-particle-01, .about-particle-02, .about-particle-03, .quote-overlay {
    display: none;
  }
.inside-slider-mask {
    margin-bottom: 24px;
  }
.inside-image {
    min-height: 360px;
  }
.all-access-card.frosted-glass {
    border-top-right-radius: 1.4rem;
  }
.accordion-tab-button {
    width: 100vw;
  }
.about-particle-1, .about-particle-2, .footer-particle-2, .footer-particle-1, .hero-particle-03, .hero-particle-3 {
    display: none;
  }
.buy-template-button.frosted-glass {
    border-top-right-radius: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
body {
    --_typography---font-size--paragraphs--text-default: 18px;
    --_typography---line-height--paragraphs--text-default: 1.45em;
    --_typography---font-size--headings--h1: 40px;
    --_typography---line-height--headings--h1: 1.2em;
    --_typography---letter-spacing--headings--h1: -.02em;
    --_typography---font-size--headings--h2: 40px;
    --_typography---line-height--headings--h2: 1.1em;
    --_typography---letter-spacing--headings--h2: -.02em;
    --_typography---font-size--headings--h3: 36px;
    --_typography---line-height--headings--h3: 1.15em;
    --_typography---letter-spacing--headings--h3: 0em;
    --_typography---font-size--headings--h4: 24px;
    --_typography---line-height--headings--h4: 1.25em;
    --_typography---letter-spacing--headings--h4: 0em;
    --_typography---font-size--headings--h5: 20px;
    --_typography---line-height--headings--h5: 1.5em;
    --_typography---letter-spacing--headings--h5: -.02em;
    --_typography---font-size--headings--h6: 18px;
    --_typography---line-height--headings--h6: 1.5em;
    --_typography---letter-spacing--headings--h6: 0em;
    --_typography---font-size--button--button-sm: 16px;
    --_typography---line-height--buttons--button-sm: 1.5em;
    --_typography---font-size--paragraphs--text-sm: 16px;
    --_typography---line-height--paragraphs--text-sm: 1.5em;
    --_typography---font-size--paragraphs--text-lg: 20px;
    --_typography---line-height--paragraphs--text-lg: 1.5em;
    --_typography---font-size--button--button-lg: 22px;
    --_typography---line-height--buttons--button-lg: 1.27em;
    --_typography---font-size--tag--tag: 16px;
    --_typography---line-height--buttons--tag--tag: 1.5em;
    --_typography---letter-spacing--paragraphs--text-lg: -.02em;
    --_typography---letter-spacing--paragraphs--text-default: 0em;
    --_typography---letter-spacing--paragraphs--text-sm: -.02em;
    --_typography---letter-spacing--button--button-lg: -.02em;
    --_typography---letter-spacing--button--button-sm: 0em;
    --_typography---letter-spacing--tag--tag: -.03em;
    --container: 1360px;
    --section-padding-lg: 60px;
    --section-padding-sm: 40px;
    --heading-font: Anton, sans-serif;
    --body-font: Geist, sans-serif;
  }
.cart-item-text-block {
    width: 100%;
  }
.dropdown-link-wrap, .dropdown-link-wrapper {
    padding-bottom: 0;
  }
.dropdown-link-wrapper.two {
    padding-top: 0;
  }
.hamburger {
    width: 40px;
    height: 40px;
  }
.dropdown-link-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }
.dropdown-link-divider {
    display: none;
  }
.cart-item {
    flex-flow: column;
  }
.cart-image {
    max-width: none;
  }
.newsletter-form-block {
    margin-bottom: 0;
  }
.footer-link-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.sg-typography-text-block {
    flex: 0 auto;
  }
.heading-03 {
    font-family: Anton, sans-serif;
  }
.sg-title-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.footer-main {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }
.banner-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.sg-button-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }
.footer {
    background-position: 60% 100%;
    background-size: cover;
  }
.sg-section {
    padding-bottom: 40px;
  }
.hero-section {
    padding-top: 100px;
  }
.hero-title-wrap {
    max-width: 334px;
  }
.hero-title-blank-space {
    width: .5em;
  }
.hero-description-block {
    max-width: 400px;
  }
.service-card-block {
    grid-template-columns: 1fr;
  }
.service-card {
    position: sticky;
    top: 40px;
  }
.section-title-block.is-project {
    max-width: 310px;
  }
.section-title-block.is-related-blog {
    flex-flow: column;
  }
.project-card {
    padding: 120px 10px;
  }
.section-description.is-pricing {
    max-width: 400px;
  }
.testimonial-card {
    max-width: 320px;
  }
.testimonial-card-overlay {
    width: 60px;
  }
.pricing-section:where(.wf-variant-64f03a29-fbe0-370a-240c-73fe6cf6243d) {
    padding-top: 100px;
  }
.section-title.is-pricing {
    max-width: 365px;
  }
.section-title.is-testimonial {
    max-width: 400px;
  }
.pricing-card {
    padding: 16px;
  }
.accordion {
    height: auto;
  }
.accordion-title {
    white-space: pre-wrap;
  }
.accordion-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.faq-section:where(.wf-variant-18c21efa-cd46-59df-a5f6-fdcae676739f) {
    padding-top: 100px;
  }
.about-content-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 40px;
  }
.about-stats-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
.stats-widget {
    padding-left: 8px;
  }
.approach-card-body {
    padding: 15px;
  }
.about-section {
    padding-top: 100px;
  }
.team-card-block {
    grid-template-columns: 1fr;
  }
.footer-bottom {
    text-align: left;
  }
.milestone-card {
    min-height: 300px;
  }
.value-accordion:where(.wf-variant-2c3a10bb-6166-7c80-ce90-bafdbd046b12) {
    position: relative;
  }
.value-accordion-description.is-open:where(.wf-variant-2c3a10bb-6166-7c80-ce90-bafdbd046b12) {
    min-height: 100%;
  }
.value-accordion-block {
    grid-template-columns: 1fr;
  }
.value-button-wrap {
    align-items: stretch;
  }
.banner, .blog-details-banner, .pricing-details-section, .changelog-section {
    padding-top: 100px;
  }
.chenagelog-version-body {
    grid-row-gap: 16px;
    flex-flow: column;
  }
.contact-section, .checkout-section {
    padding-top: 100px;
  }
.inside-section {
    padding-bottom: 10px;
  }
.inside-right-text {
    max-width: none;
  }
.sg-banner {
    padding-top: 100px;
    padding-bottom: 40px;
  }
.sg-color-widget-wrap {
    grid-template-columns: 1fr;
  }
.license-section {
    padding-top: 100px;
  }
.modal-wrap {
    justify-content: center;
    align-items: flex-start;
  }
.quote-card-wrapper {
    grid-template-columns: 1fr;
  }
.all-access-card.frosted-glass {
    border-radius: 10px;
  }
.order-header {
    font-size: 1.1rem;
  }
.accordion-tab-button {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
.modal-close-btn {
    right: 7%;
  }
.buy-template-button.frosted-glass {
    border-radius: 10px;
  }
}
#node-ca523e16-a4d7-8110-66aa-281109f22a2b-09f22a18, #node-ca523e16-a4d7-8110-66aa-281109f22a2f-09f22a18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#node-ca523e16-a4d7-8110-66aa-281109f22a33-09f22a18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#node-_4f031f3c-bdd9-7d75-2d19-f0f840485372-53555423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#node-_17250fec-c684-22dd-9f4b-a4e6699fcdff-b0f6de28, #node-_8bccf93c-0737-aef7-03ad-818b6fac29d1-b0f6de28, #node-a95dd9ac-7c51-21cd-2eb8-1688da885b8d-b0f6de28, #node-db366a3b-bb86-2747-3310-5ef581303dc3-b0f6de28, #node-_50103990-28d5-36ef-688c-a47e3cda4ae9-d875196d, #node-_50103990-28d5-36ef-688c-a47e3cda4afd-d875196d, #node-_03058c6f-307f-d82d-10da-b580f9288e4d-d875196d, #node-_31d05b8d-1b3a-6616-e950-2ed5eb60de14-d875196d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
@media screen and (min-width: 1440px) {
#node-_50103990-28d5-36ef-688c-a47e3cda4ae9-d875196d, #node-_50103990-28d5-36ef-688c-a47e3cda4af8-d875196d, #node-_50103990-28d5-36ef-688c-a47e3cda4afd-d875196d, #node-_03058c6f-307f-d82d-10da-b580f9288e4d-d875196d, #node-e103e5cb-e6ce-8235-4d2b-0a7212fcf72e-d875196d, #node-_777fa06b-1f88-8d8a-014e-a82e41e6792d-d875196d, #node-_32565c18-08ab-50e6-3b85-6043fa1a942f-d875196d, #node-_31d05b8d-1b3a-6616-e950-2ed5eb60de14-d875196d, #node-_229ce000-3b02-f8f8-1e0d-1202ecbbcf8f-d875196d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
@media screen and (max-width: 991px) {
#node-_265e86ef-fc88-251f-7ec2-6268c981cb65-c981cb61 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
#node-f30ac484-2117-2997-3c2c-95c5c50acd6f-53555423 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
@media screen and (max-width: 767px) {
#node-ca523e16-a4d7-8110-66aa-281109f22a33-09f22a18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#node-ecdbad17-4d3c-4df7-f7da-062cc996450d-c981cb61 {
    order: 9999;
  }
#node-_265e86ef-fc88-251f-7ec2-6268c981cb65-c981cb61 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
#node-bae894af-e030-57fc-ff53-a4852338aba1-2338ab82, #node-bae894af-e030-57fc-ff53-a4852338aba7-2338ab82, #node-bae894af-e030-57fc-ff53-a4852338abab-2338ab82, #node-bae894af-e030-57fc-ff53-a4852338abaf-2338ab82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#node-ee7b7cf4-f24d-9558-b4f0-20ab55ddd539-b0f6de28, #node-_2f8361dc-81da-77c6-ceb4-fd7192a66ca7-b0f6de28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-_50103990-28d5-36ef-688c-a47e3cda4ae9-d875196d, #node-_50103990-28d5-36ef-688c-a47e3cda4afd-d875196d, #node-_03058c6f-307f-d82d-10da-b580f9288e4d-d875196d, #node-_31d05b8d-1b3a-6616-e950-2ed5eb60de14-d875196d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 479px) {
#node-ecdbad17-4d3c-4df7-f7da-062cc996450d-c981cb61 {
    order: 9999;
  }
#node-_265e86ef-fc88-251f-7ec2-6268c981cb65-c981cb61 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-f30ac484-2117-2997-3c2c-95c5c50acd6f-53555423, #node-_50103990-28d5-36ef-688c-a47e3cda4ae9-d875196d, #node-_50103990-28d5-36ef-688c-a47e3cda4af3-d875196d, #node-_50103990-28d5-36ef-688c-a47e3cda4af8-d875196d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#node-_50103990-28d5-36ef-688c-a47e3cda4afd-d875196d, #node-_03058c6f-307f-d82d-10da-b580f9288e4d-d875196d, #node-e103e5cb-e6ce-8235-4d2b-0a7212fcf72e-d875196d, #node-_777fa06b-1f88-8d8a-014e-a82e41e6792d-d875196d, #node-_32565c18-08ab-50e6-3b85-6043fa1a942f-d875196d, #node-_31d05b8d-1b3a-6616-e950-2ed5eb60de14-d875196d, #node-_229ce000-3b02-f8f8-1e0d-1202ecbbcf8f-d875196d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}
/* ======================================================================
   4. Components (hand-written)
   ====================================================================== */
/* ---------------------------------------------------------------------------
   Mariq components — hand-written vanilla replacements for everything the
   Webflow runtime used to do (webflow.js widgets + IX2 interactions).

   Durations, easings, offsets and scales come from Mariq's OWN ix2 payload;
   colours reference the design's own custom properties. Webflow "outQuart" ==
   cubic-bezier(.165, .84, .44, 1).

   Loads AFTER the design layer, so it overrides it — add only behaviour the
   runtime provided, never re-layout what the design already does.
   --------------------------------------------------------------------------- */

:root {
  --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
  --ease-in-sine: cubic-bezier(.47, 0, .745, .715);
  --ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);
}
/* never let a reveal offset / scale spawn a horizontal scrollbar */
html, body { overflow-x: clip; }
/* --- page intro (IX2 PAGE_START fade) ------------------------------------- */
.js body.page-fade { opacity: 0; }
.js body.page-fade.is-loaded { opacity: 1; transition: opacity .5s ease; }
html:not(.js) body.page-fade { opacity: 1; }
/* --- scroll reveals ------------------------------------------------------- *
   IX2 presets: slideInBottom -> reveal-up (translateY 100px), slideInLeft/Right -> reveal-left/right (translateX ±100px), opacity fade ->
   reveal-fade, image scale settle -> reveal-zoom. All slides run 1000ms
   outQuart; the fade/zoom run ~500ms to match their shorter action lists. */
.js .reveal-up, .js .reveal-left, .js .reveal-right, .js .reveal-fade, .js .reveal-zoom {
  opacity: 0;
  filter: blur(5px);                       /* Mariq reveals fade in FROM a blur */
  transition: opacity 1s var(--ease-out-quart),
              transform 1s var(--ease-out-quart),
              filter 1s var(--ease-out-quart);
  will-change: opacity, transform, filter;
}
.js .reveal-up { transform: translateY(100px); }
.js .reveal-left { transform: translateX(-100px); }
.js .reveal-right { transform: translateX(100px); }
.js .reveal-zoom { transform: scale(1.08); }
.js .reveal-fade { transition: opacity .5s ease, filter .5s ease; }
.js .reveal-up.is-visible, .js .reveal-left.is-visible, .js .reveal-right.is-visible, .js .reveal-fade.is-visible, .js .reveal-zoom.is-visible { opacity: 1; transform: none; filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
.js .reveal-up, .js .reveal-left, .js .reveal-right, .js .reveal-fade, .js .reveal-zoom {
    opacity: 1; transform: none; filter: none; transition: none;
  }
}
/* Our HTML is pretty-printed, which injects newlines/indent inside text-only
   elements. The design gives `.faq-accordion-title` (and a checkout field)
   `white-space: pre-wrap`, so those injected newlines rendered as blank lines
   (FAQ questions came out 3 lines tall). The template has no intentional
   pre-formatted copy, so restore normal wrapping — visually identical to the
   live site, whose minified markup has no such whitespace. */
.faq-accordion-title { white-space: normal; }
/* elements the runtime hid at rest (inline display:none) */
.is-hidden { display: none; }
/* The nav toggle, dropdown toggles and FAQ toggles were <div>s driven by
   webflow.js; they are real <button>s here. Strip the UA button chrome — and
   only that. :where() adds zero specificity, so every design value still wins. */
:where([data-nav-toggle], [data-dropdown-toggle], [data-accordion-toggle]) {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
/* The dropped widget base rules (.w-nav-link, .w-dropdown-toggle, .w-tab-link)
   also carried `text-decoration: none`; restore it on the elements that used it
   so the browser default doesn't underline the nav. */
.navbar-logo, .nav-link, .tab-link, .dropdown-toggle, .cart-close-button, [data-dropdown-toggle] { text-decoration: none; }
/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar { z-index: 1000; }
.menu-button { display: none; }
/* replaces the JS-driven .w-nav-button */

.hamburger-svg { display: block; width: 100%; height: auto; }
.hamburger-line {
  stroke: var(--primary, #202918);
  stroke-width: 2.2;
  stroke-linecap: round;
  transform-origin: 16px 16px;
  transition: transform .35s var(--ease-out-quart), opacity .2s ease;
}
.menu-button[aria-expanded="true"] .hamburger-line.top { transform: translateY(5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .hamburger-line.mid { opacity: 0; }
.menu-button[aria-expanded="true"] .hamburger-line.bot { transform: translateY(-5px) rotate(-45deg); }
@media screen and (max-width: 991px) {
.menu-button { display: block; }
.navbar-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
.navbar.is-open .navbar-menu { display: flex; }
}
/* ==========================================================================
   Nav dropdown (the "Pages" mega menu) — height 0 -> auto, arrow rotates 180deg
   ========================================================================== */
.menu-dropdown-wrapper { position: relative; }
.dropdown-toggle-arrow { display: inline-block; transition: transform .3s ease; }
[data-dropdown-toggle][aria-expanded="true"] .dropdown-toggle-arrow { transform: rotate(180deg); }
/* The dropped `.w-dropdown` base rule supplied the wrapper's position:relative.
   Without it the absolutely-positioned list anchors to the page instead of its
   toggle, so the "Pages" menu opened at the far left of the viewport. */
[data-dropdown] { position: relative; }
[data-dropdown-list] {
  position: absolute;
  z-index: 900;
  display: none;
  height: 0;
  opacity: 0;
  transition: height .2s var(--ease-in-out-quad), opacity .2s ease .1s;
}
/* Webflow's dropped `.w-dropdown-list` supplied the top/left anchor, but the
   design overrides it (the "Pages" mega menu sits at left:-170px so it centres
   under its toggle). Ship the fallback anchor at zero specificity so any design
   placement wins — a normal rule here (this layer loads last) moved the menu. */
:where([data-dropdown-list]) { top: 100%; left: 0; min-width: 100%; }
/* The dropped `.w-dropdown` / `.w-dropdown-link` base rules also carried the
   menu's typography contract: left-aligned text (the wrapper otherwise inherits
   the header's centring), no underline, and links that never wrap. Without them
   the "Pages" mega menu rendered centred, underlined and broken onto two lines
   ("Project Details", "Blog Details"). Zero specificity so the design wins. */
:where([data-dropdown]) { text-align: left; }
/* Mega-menu columns: the export padded the two columns differently (20px 0 vs
   50px 0 20px), so the group titles sat at different heights and column 1's
   links hugged the panel edge (20px) while column 2 sat 41px off the divider.
   Give both identical insets so the two groups line up on every edge. The
   panel's own 20px side padding is folded into the columns so the gutter is
   identical on all four edges (outer inset == gap either side of the divider). */
.dropdown-list, .dropdown-list.is-open { padding-left: 0; padding-right: 0; }
.dropdown-link-block { gap: 0; }
.dropdown-link-wrapper, .dropdown-link-wrapper.two { padding: 24px 32px; }
:where([data-dropdown-list] a) {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
[data-dropdown-list].is-open { display: block; }
[data-dropdown-list].is-open.is-shown { opacity: 1; }
@media screen and (max-width: 991px) {
.menu-dropdown-wrapper { display: block; width: 100%; }
[data-dropdown-list] { position: static; }
}
/* ==========================================================================
   FAQ accordion — panel height 0 -> auto + fade, plus/icon rotates
   ========================================================================== */
[data-accordion-panel] {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height .5s ease, opacity .5s ease;
}
[data-accordion-panel].is-open { display: block; }
[data-accordion-panel].is-open.is-shown { opacity: 1; }
/* Hover accordions (About "values"): the panel is an absolutely-positioned
   overlay the export only fades in (IX2 a-20/a-21 = opacity 0->1, 400ms; no
   height animation), so it must take its natural height immediately and the
   open tile must sit above the tiles it overlaps — otherwise only a sliver of
   the panel showed between the cards. */
[data-accordion-hover] { z-index: 1; }
[data-accordion-hover].is-open { z-index: 20; }
[data-accordion-hover] [data-accordion-panel] {
  height: auto;
  transition: opacity .4s ease;
}
.faq-accordion-icon, .faq-accordion-icon-wrapper { transition: transform .35s var(--ease-out-quart); }
[data-accordion-toggle][aria-expanded="true"] .faq-accordion-icon, [data-accordion-toggle][aria-expanded="true"] .faq-accordion-icon-wrapper { transform: rotate(45deg); }
/* ==========================================================================
   Tabs (blog category filter)
   ========================================================================== */
.tabs { position: relative; }
.tab-content { position: relative; display: block; overflow: hidden; }
.tab-pane { position: relative; display: none; }
.tab-pane.is-active { display: block; }
.tab-link { cursor: pointer; -webkit-tap-highlight-color: transparent; }
/* ==========================================================================
   Sliders (design-stories + testimonials)
   ========================================================================== */
[data-slider] { position: relative; }
[data-slider-mask] { position: relative; }
/* Webflow's dropped `.w-slider-mask` supplied width:100% + overflow:hidden, but
   the DESIGN overrides both on several masks (.milestone-slider-mask 32%, .inside-slider-mask 70%, both `overflow:visible` so the neighbouring cards
   peek out of the viewport). Ship those defaults at zero specificity via
   :where() — this layer loads last, so a normal rule beat the design and made
   every slide full-bleed and clipped. */
:where([data-slider-mask]) { width: 100%; overflow: hidden; }
.slider-track {
  display: flex;
  /* Slides must keep their own height. A flex row defaults to align-items:
     stretch, which grew every slide to the TALLEST sibling — the About page's
     milestone/inside cards then rendered as huge blocks with a big empty gap
     (their `height:100%` resolved against the stretched track). */
  align-items: flex-start;
  transition: transform .5s var(--ease-out-quart);
  will-change: transform;
}
[data-slide] { white-space: normal; text-align: left; }
/* One slide per mask (Webflow's `.w-slide` default) — at zero specificity so a
   design-set slide width still wins. */
:where([data-slide]) { flex: 0 0 100%; width: 100%; }
/* The dropped .w-slider-arrow base rules used to supply position:absolute. The
   design-stories arrows carry their own `inset` (top-right of the slider) which
   only takes effect once they are absolutely positioned again; the testimonial
   arrows had no design placement, so give them the Webflow default side edges. */
/* Webflow's `.w-slider` centred its controls; the About slider's arrows and dot
   nav are `position:relative` in that centred flow (arrows offset ±68px around
   the dots). Restore the centring, and ship the absolute-arrow default at zero
   specificity so a design `position:relative` wins — forcing absolute here threw
   the milestone arrows to opposite corners. */
:where([data-slider]) { text-align: center; }
/* `margin:auto` is load-bearing: the About arrows are fixed-width blocks that
   the design centres with it, then nudges apart (.left {left:-68px}
, .right {right:-68px;margin-top:-52px}
pulls the right one back onto the same
   row). Zero specificity so those design offsets still win. */
:where([data-slider-prev], [data-slider-next]) { position: absolute; margin: auto; }
[data-slider-prev], [data-slider-next] { z-index: 2; cursor: pointer; }
.testimonial-slider-arrow[data-slider-prev] { top: 0; bottom: 0; left: 0; }
.testimonial-slider-arrow[data-slider-next] { top: 0; bottom: 0; right: 0; }
/* Dot navigation. `display` and the anchor are Webflow defaults the design may
   override (`.slide-nav-2 { display: none }
` hides the About slider's dots
   entirely, `.slide-nav` re-anchors with top:-42px), so they ship at zero
   specificity — a normal rule here forced hidden dots back into view. */
[data-slider-nav] { z-index: 2; justify-content: center; align-items: center; gap: 8px; }
:where([data-slider-nav]) { position: absolute; display: flex; }
.slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #20291840;
  cursor: pointer;
  transition: background-color .2s ease, width .2s ease;
}
.slider-dot.is-active {
  width: 26px;
  border-radius: 6px;
  background-color: var(--primary, #202918);
}
.slider-dot:focus-visible {
  outline: 2px solid var(--primary, #202918);
  outline-offset: 3px;
}
/* ==========================================================================
   Hovers the runtime used to drive
   ========================================================================== */

/* Primary-button dot fill (IX2 a-5/a-7): each button holds a stack of absolute
   `.button-primary-dot` circles. The runtime pushed them off-canvas at rest
   (translateX ±100) and slid/scaled them in on hover to flood the button with
   colour behind the label. Reproduced as pure CSS: hidden (scale 0) at rest so
   the button reads solid, then scaled up to fill on hover, staggered, always
   behind the label. Works with or without JS. */
.button-primary > *:not(.button-primary-dot) { position: relative; z-index: 1; }
.button-primary-dot {
  transform: scale(0);
  transition: transform .55s var(--ease-out-quart);
}
.button-primary:hover .button-primary-dot { transform: scale(8); }
.button-primary:hover .button-primary-dot._01 { transition-delay: .04s; }
.button-primary:hover .button-primary-dot._02 { transition-delay: .08s; }
.button-primary:hover .button-primary-dot._03 { transition-delay: .12s; }
.button-primary:hover .button-primary-dot._04 { transition-delay: .16s; }
/* Project-card "View" overlay: absolute inset:0, hidden at rest, revealed when
   the card is hovered (the runtime's MOUSE_OVER faded its opacity 0 -> 1). */
.js .project-card-button-wrap { opacity: 0; transition: opacity .4s ease; }
.js .project-card:hover .project-card-button-wrap { opacity: 1; }
html:not(.js) .project-card-button-wrap { opacity: 1; }
/* Quote section horizontal scroll (IX2 a-51): the card+mailbox row starts
   shifted right and main.js slides it left as the pinned section scrolls.
   `.js` sets the start offset so there's no flash before the scroll handler
   runs; no-JS shows the row in place. */
.js .quote-card-wrapper { transform: translateX(70%); will-change: transform; }
html:not(.js) .quote-card-wrapper { transform: none; }
/* Project-card 3D flip (IX2 a-33): cards start tilted back and main.js flips
   them upright as they scroll in. `.js` sets the pre-script start state (the
   wrap already has the design's perspective); no-JS shows them flat. */
.js .project-card { transform: translateY(100px) rotateX(100deg) scale(.9); will-change: transform; }
html:not(.js) .project-card { transform: none; }
/* ==========================================================================
   Marquees (IX2 a-22 logo row / a-13 testimonial row). Each row ships THREE
   identical copies inside an overflow-hidden section, so translating every copy
   by one copy-width (-100%) over 50s linear and looping is seamless. Matches the
   export's 50000ms linear move; gated on reduced-motion.
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .logo-row,
  .testimonial-card-row { animation: mq-scroll 50s linear infinite; will-change: transform; }
}
@keyframes mq-scroll {
from { transform: translateX(0); }
to { transform: translateX(-100%); }
}
/* ==========================================================================
   Button hovers (IX2 MOUSE_OVER)
   ========================================================================== */
/* Tertiary "More About Us" (a-27): the clipped light-blue bg (parked above the
   button at translate(-50%, -120%)) drops down to flood the button behind the
   label. `.button-tertiary` is overflow:hidden, so it's invisible at rest. */
.button-tertiary-bg {
  transform: translate(-50%, -120%);        /* parked above the button (clipped) */
  transition: transform .45s var(--ease-out-quart);
}
.button-tertiary:hover .button-tertiary-bg { transform: translate(-50%, -50%); }
/* Secondary "Book A Call" (a-23): the design already ships `transition:
   transform .2s` on it — lift it a touch on hover for clear feedback. */
.button-secondary { transition: transform .25s var(--ease-out-quart); }
.button-secondary:hover { transform: scale(1.05); }
/* Blog-card image zoom (a-37); its wrapper is overflow:hidden. */
.blog-widget-image { transition: transform .45s var(--ease-out-quart); }
.blog-widget:hover .blog-widget-image { transform: scale(1.08); }
/* Team card (a-18): the info body sits below the card edge and slides up into
   view on hover. `.team-card` is overflow:hidden so it is clipped at rest. */
.team-card-body { transform: translateY(120px); transition: transform .5s var(--ease-out-quart); }
.team-card:hover .team-card-body { transform: translateY(0); }
/* Project cards: image zoom on hover (their wraps are overflow:hidden) — the
   home/listing `.project-card-image` and the related-projects `.project-widget*`
   thumbnails, matching the blog card's treatment. */
.project-card-image, .project-widget-image, .project-widget-v2-image { transition: transform .5s var(--ease-out-quart); }
.project-card:hover .project-card-image, .project-widget:hover .project-widget-image, .project-widget-v2:hover .project-widget-v2-image { transform: scale(1.06); }
/* Card images ken-burns to 1.06 on hover (MOUSE_OVER interactions) */
.featured-projects-image-wrapper, .portfolio-image-wrapper, .projects-image-wrapper, .blog-post-image-wrapper, .shop-image-wrapper, .blog-details-image-wrapper, .work-card-image-wrapper { overflow: hidden; }
.featured-projects-image, .portfolio-image, .projects-image, .blog-post-image, .shop-image { transition: transform .6s var(--ease-out-quart); }
.featured-projects-image-wrapper:hover .featured-projects-image, .portfolio-image-wrapper:hover .portfolio-image, .projects-image-wrapper:hover .projects-image, .blog-post-image-wrapper:hover .blog-post-image, .shop-image-wrapper:hover .shop-image { transform: scale(1.06); }
/* Portfolio arrow nudge on hover */
.portfolio-arrow-icon { transition: transform .3s var(--ease-out-quart); }
.portfolio-image-wrapper:hover .portfolio-arrow-icon, .portfolio-name:hover .portfolio-arrow-icon { transform: translate(4px, -4px); }
/* ==========================================================================
   Cart (localStorage) — the design's own markup, re-driven by main.js
   ========================================================================== */
[data-cart-modal] { display: none; }
/* The design centers the panel via the .--cartType-modal modifier's
   `display:flex; justify/align:center`; open with flex (not block) + restate
   the centering so the panel sits centered in the fixed full-screen overlay
   instead of collapsing to the top-left. */
[data-cart-modal].is-open { display: flex; justify-content: center; align-items: center; }
[data-cart-count] { min-width: 1em; text-align: center; }
.cart-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #20291814;
}
.cart-list-item:last-child { border-bottom: 0; }
.cart-list-item-image {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  background-color: var(--body, #f7f4ec);
}
.cart-list-item-info { flex: 1; min-width: 0; }
.cart-list-item-name { color: var(--primary, #202918); font-weight: 500; line-height: 1.35; }
.cart-list-item-price { color: var(--secondary, #70726d); font-size: 14px; }
.cart-list-item-qty { display: flex; align-items: center; gap: 8px; }
.cart-qty-button {
  width: 24px;
  height: 24px;
  border: 1px solid #20291833;
  border-radius: 6px;
  background: none;
  color: var(--primary, #202918);
  cursor: pointer;
  line-height: 1;
}
.cart-qty-button:hover { background-color: var(--body, #f7f4ec); }
.cart-remove-button {
  border: 0;
  background: none;
  padding: 0 0 0 6px;
  color: var(--secondary, #70726d);
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
/* checkout / order summary rows */
.summary-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #20291814;
}
.summary-item:last-child { border-bottom: 0; }
.summary-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  background-color: var(--body, #f7f4ec);
}
.summary-item-info { flex: 1; min-width: 0; }
.summary-item-name { color: var(--primary, #202918); font-weight: 500; }
.summary-item-meta { color: var(--secondary, #70726d); font-size: 14px; }
.summary-item-price { color: var(--primary, #202918); font-weight: 500; }
/* ==========================================================================
   Forms (demo submit handled in main.js)
   ========================================================================== */
[data-form-done], [data-form-fail] { display: none; }
[data-form-done].is-shown, [data-form-fail].is-shown { display: block; }
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--primary, #202918);
  outline-offset: 1px;
}
[data-dropdown-toggle]:focus-visible, [data-accordion-toggle]:focus-visible, [data-nav-toggle]:focus-visible, .tab-link:focus-visible {
  outline: 2px solid var(--primary, #202918);
  outline-offset: 3px;
}
